:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f8fc;background:#08090c;font-synthesis:none;--bg: #08090c;--panel: #101218;--panel-2: #161922;--line: #292e3a;--line-soft: #20242e;--muted: #8e96a8;--text: #f7f8fc;--accent: #8067ff;--accent-soft: #b3a4ff;--video: #5367ff;--image: #a259ff;--audio: #1c9b72;--textclip: #db5f9f}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{min-height:100dvh;overflow:hidden;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{color:inherit}button:disabled{opacity:.45;cursor:not-allowed!important}.app-shell{height:100dvh;display:grid;grid-template-rows:68px minmax(0,1fr);background:var(--bg)}.topbar{position:relative;height:68px;display:grid;grid-template-columns:270px minmax(200px,1fr) 300px;align-items:center;gap:20px;padding:0 18px;border-bottom:1px solid var(--line);background:#0c0e13;z-index:20}.brand{display:flex;align-items:center;gap:11px;min-width:0}.brand-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#8e76ff,#5a43d7);font-weight:900;font-size:13px;box-shadow:0 7px 24px #8067ff3d}.brand strong{display:block;font-size:13px}.brand span{display:block;color:#777f90;font-size:9px;margin-top:2px}.project-name{justify-self:center;width:min(100%,460px);border:1px solid transparent;background:transparent;color:#dfe2eb;text-align:center;padding:9px 12px;border-radius:9px;outline:none;font-size:12px;font-weight:600}.project-name:hover,.project-name:focus{border-color:var(--line);background:#12151b}.top-actions{justify-self:end;display:flex;gap:9px}.top-actions button,.stage-toolbar button,.transport button,.edit-actions button,.property-actions button,.side-action{border:1px solid var(--line);background:#151820;color:#dce0e9;border-radius:9px;padding:9px 13px;cursor:pointer;transition:.15s ease}.top-actions button:hover,.stage-toolbar button:hover,.transport button:hover,.edit-actions button:hover,.property-actions button:hover,.side-action:hover{border-color:#444b5c;background:#1c2029}.top-actions .primary{min-width:112px;border-color:#8067ff;background:#8067ff;color:#fff;font-weight:800}.top-actions .primary:hover{background:#907aff}.top-actions .ghost{color:#abb2c1}.export-progress{position:absolute;left:0;bottom:-1px;height:3px;background:linear-gradient(90deg,#8067ff,#c067ff);transition:width .15s linear}.editor-layout{min-width:0;min-height:0;display:grid;grid-template-columns:260px minmax(0,1fr) 300px;grid-template-rows:minmax(390px,1fr) 390px;grid-template-areas:"assets center props" "timeline timeline timeline"}.asset-panel{grid-area:assets;min-height:0;overflow:auto;background:#0d0f14;border-right:1px solid var(--line)}.center-workspace{grid-area:center;min-width:0;min-height:0;display:grid;grid-template-rows:48px minmax(0,1fr) 70px;background:#090b10}.properties-panel{grid-area:props;min-height:0;overflow:auto;background:#0f1117;border-left:1px solid var(--line)}.timeline-shell{grid-area:timeline;min-width:0;min-height:0;display:grid;grid-template-rows:58px minmax(0,1fr);border-top:1px solid var(--line);background:#0c0e13}.panel-tabs{height:49px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4;background:#0d0f14}.panel-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;color:#777f90;cursor:pointer;font-size:10px;font-weight:700}.panel-tabs button.active{color:#fff;border-bottom-color:var(--accent)}.panel-body{padding:15px;display:grid;gap:12px}.upload-card{width:100%;min-height:128px;border:1px dashed #3a4050;border-radius:13px;background:#13161d;color:#aeb5c5;display:grid;place-content:center;justify-items:center;gap:6px;cursor:pointer}.upload-card:hover{border-color:var(--accent);background:#8067ff12}.upload-card span{font-size:27px;color:var(--accent-soft)}.upload-card strong{font-size:11px;color:#e9ecf3}.upload-card small{font-size:8px;color:#727b8d}.compact-card{min-height:110px}.panel-title{margin-top:4px;color:#81899a;font-size:8px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.side-action{width:100%;text-align:left;padding:10px 11px;font-size:10px}.panel-help{margin:1px 0 0;color:#747d8f;font-size:9px;line-height:1.6}.aspect-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.aspect-grid button{min-height:58px;border:1px solid var(--line);border-radius:10px;background:#151820;color:#9da5b5;cursor:pointer;font-weight:800;font-size:11px}.aspect-grid button.active{border-color:var(--accent);color:#fff;background:#8067ff1f}.stage-toolbar{border-bottom:1px solid var(--line);background:#0f1117;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 12px}.stage-actions{display:flex;gap:6px}.stage-toolbar button{padding:6px 9px;font-size:9px}.stage-time{color:#eef0f5;font-size:10px;font-weight:800}.stage-time span{color:#737b8c;font-weight:500}.stage-format{justify-self:end;color:#858d9e;font-size:9px;border:1px solid var(--line);padding:5px 8px;border-radius:7px}.stage-area{min-height:0;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 50% 46%,#1a1d27 0,#101219 42%,#090a0e 76%);overflow:hidden}.stage{position:relative;container-type:inline-size;width:auto;height:min(100%,640px);max-width:100%;max-height:100%;background:#000;overflow:hidden;box-shadow:0 22px 70px #00000075}.stage-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-origin:center}.stage-text{position:absolute;left:50%;top:50%;max-width:88%;white-space:pre-wrap;padding:.08em .18em;line-height:1.08;transform-origin:center;text-shadow:0 2px 10px rgba(0,0,0,.5);cursor:move;touch-action:none;-webkit-user-select:none;user-select:none}.stage-text.selected{outline:1px dashed rgba(255,255,255,.72);outline-offset:7px;box-shadow:0 0 0 1px #8067ff4d}.empty-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:7px;color:#747d8f;text-align:center}.empty-stage div{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid #383e4c;color:#a3aabd;font-size:23px}.empty-stage strong{color:#aeb5c3;font-size:11px}.empty-stage span{max-width:250px;font-size:8px}.transport{border-top:1px solid var(--line);background:#0f1117;display:grid;grid-template-columns:38px 38px 48px 38px minmax(120px,1fr) minmax(140px,220px);gap:7px;align-items:center;padding:9px 12px}.transport button{width:38px;height:38px;padding:0;font-size:10px}.transport .play{width:46px;height:46px;border-radius:50%;border-color:#5b6170;background:#f2f3f7;color:#15171c;font-size:14px}.transport-info{min-width:0;padding-left:6px}.transport-info strong{display:block;font-size:11px}.transport-info span{display:block;margin-top:3px;color:#70798a;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zoom-control{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px}.zoom-control span{color:#7f8798;font-size:8px}.zoom-control input{width:100%;accent-color:var(--accent)}.properties-head{height:49px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid var(--line);font-size:11px;font-weight:800;position:sticky;top:0;z-index:3;background:#0f1117}.no-selection{padding:20px 16px;color:#737c8d;font-size:10px;line-height:1.7}.properties-body{padding:15px;display:grid;gap:14px}.clip-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding-bottom:13px;border-bottom:1px solid var(--line)}.type-badge{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;font-weight:900}.type-badge.video{background:#5367ff24;color:#8996ff}.type-badge.image{background:#a259ff24;color:#c58aff}.type-badge.audio{background:#1c9b7229;color:#50d4a8}.type-badge.text{background:#db5f9f26;color:#ff9dcc}.clip-heading strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-heading span{display:block;margin-top:3px;color:#747d8d;font-size:8px;text-transform:capitalize}.properties-body label{display:grid;gap:6px;min-width:0}.properties-body label>span{color:#9ca4b3;font-size:9px;display:flex;justify-content:space-between;gap:8px}.properties-body label b{color:#eef0f5;font-weight:700}.properties-body input[type=range]{width:100%;accent-color:var(--accent)}.properties-body input[type=number],.properties-body select,.properties-body textarea{width:100%;min-width:0;border:1px solid var(--line);background:#151820;color:#edf0f5;border-radius:8px;padding:9px;outline:none;font-size:9px;resize:vertical}.properties-body textarea:focus,.properties-body input:focus,.properties-body select:focus{border-color:#6252b7}.properties-body input[type=color]{width:100%;height:36px;border:1px solid var(--line);border-radius:8px;background:#151820;padding:3px}.prop-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.color-grid{align-items:end}.property-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:4px}.property-actions button{padding:10px;font-size:9px}.property-actions .danger{border-color:#ee596b4d;color:#ff8997;background:#ee596b14}.timeline-topbar{height:58px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 13px;background:#0e1015}.edit-actions{display:flex;gap:7px;flex-wrap:nowrap}.edit-actions button{padding:8px 11px;font-size:9px;white-space:nowrap}.edit-actions .accent-action{border-color:#8067ff80;background:#8067ff21;color:#d9d2ff}kbd{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;padding:0 5px;border:1px solid #404655;border-bottom-width:2px;border-radius:5px;background:#181b22;color:#aeb5c4;font-size:7px;font-weight:700}.timeline-tip{color:#6c7485;font-size:8px;white-space:nowrap}.timeline-main{min-width:0;min-height:0;display:grid;grid-template-columns:235px minmax(0,1fr)}.track-labels{min-height:0;overflow:hidden;background:#0f1117;border-right:1px solid var(--line)}.ruler-spacer{height:32px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding-left:12px;color:#60697a;font-size:8px;letter-spacing:.14em}.track-label{height:72px;border-bottom:1px solid #222632;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;padding:0 7px 0 10px;cursor:pointer}.track-label.selected{background:#8067ff11}.track-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#1a1d25;color:#a0a8b8;font-size:11px}.track-name{min-width:0}.track-name strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-name span{display:block;margin-top:2px;color:#6d7586;font-size:7px}.track-buttons{display:flex;gap:1px}.track-buttons button{width:25px;height:25px;padding:0;border:0;border-radius:6px;background:transparent;color:#798293;cursor:pointer;font-size:9px}.track-buttons button:hover{background:#222631;color:#fff}.timeline-scroll{min-width:0;min-height:0;overflow:auto;background:#0b0d12}.timeline-content{min-height:100%;position:relative;-webkit-user-select:none;user-select:none}.ruler-row{height:32px;border-bottom:1px solid var(--line);position:relative;background:#101218}.ruler-mark{position:absolute;inset-block:0;width:1px;color:#656e7f;font-size:7px}.ruler-mark i{display:block;width:1px;height:9px;background:#434958}.ruler-mark span{position:absolute;top:13px;left:4px;white-space:nowrap}.track-row{height:72px;border-bottom:1px solid #222632;position:relative;overflow:hidden}.track-row.selected{background:#8067ff06}.track-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.028) 1px,transparent 1px);pointer-events:none}.timeline-clip{position:absolute;top:7px;bottom:7px;min-width:38px;border-radius:8px;overflow:hidden;cursor:grab;touch-action:none;border:1px solid transparent;box-shadow:0 2px 9px #0000003d}.timeline-clip:active{cursor:grabbing}.timeline-clip.video{background:#262e72;border-color:#586aff}.timeline-clip.image{background:#63378a;border-color:#a45aff}.timeline-clip.audio{background:#124b3a;border-color:#1ea77a}.timeline-clip.text{background:#6a2d4f;border-color:#df63a3}.timeline-clip.selected{box-shadow:0 0 0 2px #fff,0 5px 16px #00000061;z-index:7}.trim-handle{position:absolute;top:0;bottom:0;width:9px;z-index:9;cursor:ew-resize;background:#ffffff3d;opacity:0}.timeline-clip.selected .trim-handle{opacity:1}.trim-handle.left{left:0;border-radius:7px 0 0 7px}.trim-handle.right{right:0;border-radius:0 7px 7px 0}.clip-caption{position:absolute;left:8px;right:8px;bottom:4px;z-index:6;display:flex;align-items:end;justify-content:space-between;gap:8px;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.8)}.clip-caption strong{min-width:0;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-caption small{flex:0 0 auto;font-size:6px;opacity:.8}.filmstrip{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow:hidden;pointer-events:none;opacity:.82}.filmstrip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000000a,#00000005 45%,#000000a6)}.filmstrip img{height:100%;min-width:48px;flex:1 0 66px;object-fit:cover}.filmstrip-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ffffff80;font-size:7px;pointer-events:none}.waveform-svg{position:absolute;top:5px;right:7px;bottom:11px;left:7px;width:calc(100% - 14px);height:calc(100% - 16px);pointer-events:none;overflow:visible}.wave-fill{fill:#a0f2d2eb}.wave-center{stroke:#d3ffee38;stroke-width:.35;vector-effect:non-scaling-stroke}.waveform-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#d2ffee7a;font-size:7px}.text-clip-preview{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 13px;color:#ffd0e7;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.85}.playhead{position:absolute;top:0;bottom:0;width:2px;background:#ffeb70;z-index:12;pointer-events:auto;cursor:ew-resize;touch-action:none;box-shadow:0 0 9px #ffeb7045}.playhead:before{content:"";position:absolute;top:0;bottom:0;left:-8px;right:-8px}.playhead i{position:absolute;top:0;left:50%;transform:translate(-50%);width:13px;height:11px;background:#ffeb70;clip-path:polygon(0 0,100% 0,50% 100%);pointer-events:none}.hidden-input,.hidden-media-bank{display:none}.toast{position:fixed;z-index:100;left:50%;bottom:23px;transform:translate(-50%);max-width:calc(100vw - 28px);padding:11px 15px;border-radius:11px;background:#f5f6f8;color:#15161a;box-shadow:0 18px 55px #00000080;font-size:10px;font-weight:800;text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:grid;place-items:center;padding:20px;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shortcuts-modal{width:min(520px,100%);border:1px solid #343947;border-radius:16px;background:#12151c;box-shadow:0 30px 100px #0000008c;overflow:hidden}.modal-head{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--line)}.modal-head strong{font-size:12px}.modal-head button{width:32px;height:32px;border:0;border-radius:8px;background:#1d2028;color:#c7ccd7;cursor:pointer}.shortcut-list{padding:14px 17px 18px;display:grid;gap:8px}.shortcut-list span{display:grid;grid-template-columns:150px 1fr;align-items:center;min-height:38px;padding:6px 9px;border-radius:9px;background:#171a22}.shortcut-list kbd{justify-self:start;margin:0}.shortcut-list b{font-size:9px;color:#aeb5c4;font-weight:600}@media (max-width: 1160px){.topbar{grid-template-columns:230px minmax(160px,1fr) 250px}.editor-layout{grid-template-columns:220px minmax(0,1fr) 260px;grid-template-rows:minmax(360px,1fr) 360px}.timeline-main{grid-template-columns:205px minmax(0,1fr)}.track-buttons button{width:21px}.timeline-tip{display:none}}@media (max-width: 800px){html,body{overscroll-behavior-y:contain}body{overflow:auto;-webkit-tap-highlight-color:transparent}.app-shell{height:auto;min-height:100dvh;grid-template-rows:62px auto}.topbar{position:sticky;top:0;height:62px;grid-template-columns:1fr auto;padding:0 max(10px,env(safe-area-inset-right)) 0 max(10px,env(safe-area-inset-left));gap:8px;z-index:80}.brand span,.project-name,.top-actions .ghost{display:none}.brand-icon{width:40px;height:40px}.top-actions{grid-column:2}.top-actions .primary{min-width:98px;min-height:44px;padding:9px 12px}.editor-layout{min-height:calc(100dvh - 62px);display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"center" "timeline" "assets" "props"}.center-workspace{min-height:61dvh;grid-template-rows:46px minmax(330px,1fr) 68px}.stage-area{padding:10px}.stage{height:min(45dvh,540px);max-width:96vw;max-height:100%}.stage-toolbar{padding:0 8px}.stage-actions button{min-height:36px}.stage-format{display:none}.transport{grid-template-columns:44px 44px 48px 44px minmax(0,1fr);padding:8px max(8px,env(safe-area-inset-right)) 8px max(8px,env(safe-area-inset-left));gap:5px}.transport button{width:44px;height:44px}.transport .play{width:48px;height:48px}.transport-info{padding-left:2px}.zoom-control{display:none}.asset-panel,.properties-panel{max-height:none;border-left:0;border-right:0;border-top:1px solid var(--line)}.panel-tabs,.properties-head{position:static}.panel-tabs button{min-height:48px;font-size:11px}.panel-body{padding:12px}.upload-card{min-height:112px}.side-action{min-height:44px;font-size:11px}.properties-body input[type=number],.properties-body select,.properties-body textarea{min-height:44px;font-size:16px}.timeline-shell{height:min(58dvh,560px);min-height:430px;grid-template-rows:78px minmax(0,1fr)}.timeline-topbar{height:78px;display:block;padding:8px max(8px,env(safe-area-inset-right)) 8px max(8px,env(safe-area-inset-left));overflow-x:auto;-webkit-overflow-scrolling:touch}.edit-actions{width:max-content}.edit-actions button{min-height:42px;padding:10px 12px;font-size:10px}.timeline-tip{display:block;width:max-content;margin-top:7px}.timeline-main{grid-template-columns:118px minmax(0,1fr)}.timeline-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ruler-spacer{padding-left:8px}.track-label,.track-row{height:78px}.track-label{grid-template-columns:29px minmax(0,1fr);padding:0 6px;gap:6px}.track-icon{width:28px;height:28px}.track-name strong{font-size:9px}.track-buttons{display:none}.timeline-clip{top:7px;bottom:7px;min-width:46px}.trim-handle{width:14px;opacity:.22}.timeline-clip.selected .trim-handle{opacity:.55}.playhead:before{left:-13px;right:-13px}.playhead i{width:17px;height:14px}.shortcut-list span{grid-template-columns:110px 1fr}.analysis-center{top:70px}}@media (max-width: 430px){.brand strong{font-size:12px}.center-workspace{min-height:58dvh;grid-template-rows:44px minmax(290px,1fr) 66px}.stage{height:min(41dvh,460px)}.stage-time{font-size:9px}.transport-info span{display:none}.timeline-main{grid-template-columns:104px minmax(0,1fr)}.track-name span{display:none}}.project-select{display:grid;gap:6px}.project-select span{color:#8d95a6;font-size:8px;font-weight:700}.project-select select{width:100%;border:1px solid var(--line);background:#151820;color:#edf0f5;border-radius:8px;padding:10px;outline:none;font-size:9px}.wave-line{fill:none;stroke:#dffff4f0;stroke-width:.55;vector-effect:non-scaling-stroke}.waveform-state{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;gap:6px;padding:8px 12px 15px;pointer-events:none;background:linear-gradient(90deg,#0a2d238c,#11503c3d)}.waveform-state.error{place-items:center;color:#ffd3d3bd;font-size:7px}.waveform-state-head{min-width:0;display:grid;grid-template-columns:11px minmax(0,1fr) auto;align-items:center;gap:6px}.waveform-state-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#dffff4c7;font-size:7px;font-weight:700}.waveform-state-head b{color:#e5fff6eb;font-size:7px}.waveform-spinner{width:10px;height:10px;border:1.5px solid rgba(209,255,239,.25);border-top-color:#d1ffefeb;border-radius:50%;animation:waveform-spin .8s linear infinite}.waveform-mini-progress{height:3px;overflow:hidden;border-radius:999px;background:#ffffff1a}.waveform-mini-progress i{display:block;width:0;height:100%;border-radius:inherit;background:#b2ffe1e6;transition:width .12s linear}@keyframes waveform-spin{to{transform:rotate(360deg)}}.analysis-center{position:fixed;z-index:95;top:80px;right:16px;width:min(390px,calc(100vw - 32px));display:grid;gap:9px;pointer-events:none}.analysis-card{pointer-events:auto;padding:12px;border:1px solid #313746;border-radius:13px;background:#11141bf7;box-shadow:0 18px 55px #0000006b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.analysis-card.done{border-color:#2dbe8c66}.analysis-card.error{border-color:#e25b5b6b}.analysis-card-top{display:grid;grid-template-columns:32px minmax(0,1fr) auto auto;gap:9px;align-items:center}.analysis-task-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#1c9b7224;color:#65ddb5;font-size:13px;font-weight:900}.analysis-card.done .analysis-task-icon{background:#2dbe8c24}.analysis-card.error .analysis-task-icon{background:#e25b5b24;color:#f99}.analysis-task-copy{min-width:0}.analysis-task-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.analysis-task-copy span{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9099aa;font-size:8px}.analysis-card-top>b{min-width:38px;text-align:right;color:#dfe4ec;font-size:9px}.analysis-card-top>button{width:25px;height:25px;border:0;border-radius:7px;background:#242833;color:#adb5c4;cursor:pointer}.analysis-progress{height:5px;margin-top:10px;overflow:hidden;border-radius:999px;background:#242934}.analysis-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1c9b72,#61d7ae);transition:width .14s linear}.analysis-card small{display:block;margin-top:7px;color:#6f7889;font-size:7.5px;line-height:1.4}.analysis-card.error small{color:#c99292}@media (max-width: 800px){.analysis-center{top:70px;right:10px;left:10px;width:auto}}
