:root{color-scheme:dark;--bg-primary: #000000;--bg-secondary: #1c1c1e;--bg-tertiary: #2c2c2e;--bg-hover: rgba(255, 255, 255, .1);--bg-active: rgba(255, 255, 255, .15);--accent-blue: #0A84FF;--accent-blue-hover: #0077ED;--accent-purple: #BF5AF2;--accent-orange: #FF9F0A;--accent-teal: #64D2FF;--accent-indigo: #5E5CE6;--accent-red: #FF453A;--text-primary: #FFFFFF;--text-secondary: rgba(235, 235, 245, .6);--text-tertiary: rgba(235, 235, 245, .3);--border-subtle: rgba(255, 255, 255, .08);--border-focus: rgba(10, 132, 255, .5);--glass-surface: rgba(20, 20, 22, .6);--glass-panel: rgba(255, 255, 255, .03);--glass-highlight: rgba(255, 255, 255, .08);--glass-border: rgba(255, 255, 255, .08);--glass-border-highlight: rgba(255, 255, 255, .15);--glass-shadow: 0 8px 32px -8px rgba(0, 0, 0, .5);--glass-glow: 0 0 20px rgba(10, 132, 255, .15);--backdrop-blur-sm: blur(10px);--backdrop-blur-md: blur(24px);--backdrop-blur-lg: blur(48px);--backdrop-saturate: saturate(180%);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 999px;--gradient-liquid: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, 0) 100%);--font-size-2xs: 10px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 13px;--font-size-md: 14px;--font-size-lg: 15px;--font-size-xl: 16px;--font-size-2xl: 20px;--control-height-xs: 24px;--control-height-sm: 30px;--control-height-md: 32px;--control-height-lg: 36px;--control-height-xl: 40px}.header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:52px;background:var(--glass-surface);border-bottom:1px solid var(--glass-border);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);position:sticky;top:0;z-index:200}.header-left,.header-right{display:flex;align-items:center;gap:12px}.header-center{flex:1;text-align:center}.header-title{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.2px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-home{display:flex;align-items:center;gap:8px;height:var(--control-height-md);padding:0 12px;background:#ffffff05;border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-home:hover{background:#ffffff14;color:var(--text-primary);border-color:#ffffff26}.btn-home-disabled{font-size:14px;font-weight:600;color:var(--text-secondary)}.btn-secondary{display:flex;align-items:center;gap:8px;height:var(--control-height-md);padding:0 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.5;color:var(--text-tertiary);cursor:not-allowed;transform:none}.btn-export{display:flex;align-items:center;gap:8px;height:var(--control-height-md);padding:0 16px;background:var(--accent-blue);border:none;border-radius:var(--radius-sm);color:#fff;font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 0 15px #0a84ff4d}.btn-export:hover:not(:disabled){background:var(--accent-blue-hover);box-shadow:0 0 20px #0a84ff80;transform:scale(1.02)}.btn-export:disabled{opacity:.5;background:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed;box-shadow:none}.locale-switch{display:inline-flex;align-items:center;gap:4px;height:var(--control-height-md);padding:4px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.locale-switch-btn{border:none;min-width:36px;height:100%;padding:0 10px;border-radius:10px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:all .18s ease}.locale-switch-btn:hover{color:var(--text-primary);background:#ffffff0d}.locale-switch-btn.active{background:#ffffff1f;color:var(--text-primary);box-shadow:inset 0 0 0 1px #ffffff14}.export-dropdown-container{position:relative}.export-dropdown{position:absolute;top:100%;right:0;margin-top:8px;min-width:180px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:0 8px 32px #0006;padding:6px;z-index:500;animation:dropdown-in .15s ease-out}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.export-dropdown button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .15s;text-align:left}.export-dropdown button:hover{background:#ffffff14}.export-dropdown button svg{opacity:.7}@media(max-width:760px){.header{height:auto;min-height:52px;padding:8px 10px;gap:8px}.header-left,.header-right{gap:8px;min-width:0}.header-center{min-width:0}.header-title{font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-home,.btn-secondary,.btn-export,.locale-switch{height:40px;padding:0 10px;font-size:14px;gap:6px;flex-shrink:0}.btn-home{min-width:40px}.btn-home svg,.btn-secondary svg,.btn-export svg{width:16px;height:16px}}@media(max-width:560px){.header{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header-title{font-size:13px}.btn-home,.btn-secondary,.btn-export,.locale-switch{padding:0 8px;font-size:13px}}@media(max-width:920px){.header-screenshot{display:none}}.video-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;min-height:400px;overflow:hidden;position:relative;z-index:50;isolation:isolate}.video-preview-empty{flex:1;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:12px;margin:20px;border:1px solid var(--glass-border)}.upload-prompt{text-align:center;color:var(--text-secondary)}.upload-prompt p{margin:0;font-size:14px}.video-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:1}.video-canvas{display:block;max-width:100%;max-height:100%;border-radius:4px;image-rendering:auto;box-shadow:0 20px 50px #00000080}.timeline-container{background:#111214;border-top:1px solid rgba(255,255,255,.06);padding:10px 14px 14px}.timeline-controls{display:flex;align-items:center;gap:8px;margin-bottom:10px}.control-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:8px;background:#232427;color:#ffffffe0;cursor:pointer;transition:background .16s ease,opacity .16s ease,transform .16s ease}.control-btn:hover:not(:disabled){background:#2a2c31}.control-btn:disabled{opacity:.38;cursor:not-allowed}.control-btn.play-btn{width:40px;height:40px;border-radius:12px;background:#f3f4f6;color:#111214}.time-display{min-width:116px;padding:9px 12px;border-radius:10px;background:#202126;color:#f3f4f6;font-size:14px;font-family:SF Mono,monospace;font-feature-settings:"tnum"}.timeline-zoom-controls{display:inline-flex;align-items:center;gap:6px;margin-left:2px}.zoom-btn,.zoom-readout{display:inline-flex;align-items:center;justify-content:center;height:34px;border:1px solid rgba(255,255,255,.06);background:#1a1c20;color:#ffffffdb;cursor:pointer}.zoom-btn{width:34px;border-radius:8px;font-size:18px;line-height:1}.zoom-readout{min-width:62px;padding:0 10px;border-radius:10px;font-size:12px;font-weight:700;font-family:SF Mono,monospace}.zoom-btn:disabled,.zoom-readout:disabled{opacity:.42;cursor:not-allowed}.zoom-btn:hover:not(:disabled),.zoom-readout:hover:not(:disabled){background:#23262b}.timeline-tools{display:flex;align-items:center;gap:10px;margin-left:auto}.tool-btn,.speed-control{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#17181c;color:#ffffffd1;font-size:14px;font-weight:500}.tool-btn{cursor:pointer;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.tool-btn:hover:not(:disabled){background:#202228;border-color:#ffffff1f}.tool-btn.active{background:#2383ff;border-color:#2383ff;color:#fff}.tool-btn.disabled,.speed-control.disabled{opacity:.42;cursor:not-allowed}.tool-btn:disabled{opacity:.42;cursor:not-allowed}.tool-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ffffff24;font-size:11px;font-weight:700;line-height:1}.speed-control select{border:0;background:transparent;color:inherit}.timeline-editor-shell .timeline-editor{width:100%!important;min-height:0;background:#191b1d;border-radius:8px;overflow:hidden;font-family:inherit;user-select:none;-webkit-user-select:none}.timeline-editor-shell .timeline-editor-time-area{background:#191b1d}.timeline-editor-shell .timeline-editor-edit-area{margin-top:0}.timeline-editor-shell .timeline-editor-edit-row{background-image:linear-gradient(#191b1d,#191b1d),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);position:relative}.timeline-editor-shell .timeline-row:before{position:absolute;left:8px;top:50%;z-index:2;transform:translateY(-50%);padding:2px 7px;border-radius:999px;background:#ffffff0f;color:#ffffff7a;font-size:10px;font-weight:700;letter-spacing:.04em;pointer-events:none}.timeline-editor-shell .timeline-row-video:before{content:"VIDEO"}.timeline-editor-shell .timeline-row-trim:before{content:"CUT"}.timeline-editor-shell .timeline-row-effects:before{content:"ZOOM"}.timeline-editor-shell .timeline-row-audio:before{content:"AUDIO"}.timeline-editor-shell .timeline-editor-time-unit{border-right:1px solid rgba(255,255,255,.08)}.timeline-editor-shell .timeline-editor-time-unit-scale{color:#ffffff8c;font-size:11px;font-weight:600}.timeline-editor-shell .timeline-editor-action{top:4px!important;height:calc(100% - 8px)!important;border-radius:6px}.timeline-editor-shell .timeline-editor-action-left-stretch,.timeline-editor-shell .timeline-editor-action-right-stretch{width:8px}.timeline-editor-shell .timeline-editor-action-left-stretch:after,.timeline-editor-shell .timeline-editor-action-right-stretch:after{border-top-width:18px;border-bottom-width:18px}.timeline-editor-shell .timeline-editor-action-effect-videoEffect{background:#7b61ff}.timeline-editor-shell .timeline-editor-action-effect-trimEffect{background:#c7832b}.timeline-editor-shell .timeline-editor-action-effect-autoZoomEffect,.timeline-editor-shell .timeline-editor-action-effect-manualZoomEffect{background:#8e46d9}.timeline-editor-shell .timeline-editor-action-effect-audioEffect{background:linear-gradient(90deg,#cf9736,#d7a443)}.timeline-editor-shell .timeline-editor-action-selected{box-shadow:0 0 0 2px #ffffff57,0 10px 22px #00000038;filter:saturate(1.15) brightness(1.08);z-index:3}.timeline-editor-shell .timeline-editor-action:hover{filter:brightness(1.03)}.timeline-editor-shell .timeline-editor-cursor{border-left:1px solid #5297ff;border-right:1px solid #5297ff}.timeline-editor-shell .timeline-editor-cursor-top{width:8px;height:8px;border-radius:2px;background:#5297ff}.timeline-editor-shell .timeline-editor-drag-line{border-left-color:#5297ff99}.timeline-action-inner{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 10px;color:#fff;user-select:none;-webkit-user-select:none}.timeline-action-inner.selected{padding-left:12px}.timeline-action-inner.selected:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:3px;border-radius:999px;background:#ffffffeb;box-shadow:0 0 12px #ffffff47}.timeline-action-inner.audio:after{content:"";position:absolute;left:10px;right:10px;top:50%;height:10px;transform:translateY(-50%);background:linear-gradient(90deg,#ffd7783d 0px 8px,#0000 8px 14px),linear-gradient(90deg,#ffd77857 0px 3px,#0000 3px 10px);background-size:28px 100%,14px 100%;opacity:.65;pointer-events:none}.timeline-action-label{position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;user-select:none;-webkit-user-select:none;pointer-events:none}.timeline-action-inner.selected .timeline-action-label{color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.22)}.timeline-action-delete{position:relative;z-index:1;width:18px;height:18px;border:0;border-radius:999px;background:#00000047;color:#fff;cursor:pointer;font-size:11px;line-height:1;flex-shrink:0;opacity:0;transition:opacity .16s ease,background .16s ease;user-select:none;-webkit-user-select:none}.timeline-editor-shell .timeline-editor-action-selected .timeline-action-delete,.timeline-editor-shell .timeline-editor-action:hover .timeline-action-delete{opacity:1}.timeline-editor-shell .timeline-editor-action-selected .timeline-action-delete{background:#00000061}@media(max-width:960px){.timeline-container{padding:10px 10px 14px}.timeline-controls{flex-wrap:wrap}.timeline-tools{width:100%;margin-left:0;flex-wrap:wrap}}.timeline-editor-cursor{cursor:ew-resize;position:absolute;top:32px;height:calc(100% - 32px);box-sizing:border-box;border-left:1px solid #5297FF;border-right:1px solid #5297FF;transform:translate(-25%) scaleX(.5)}.timeline-editor-cursor-top{position:absolute;top:0;left:50%;transform:translate(-50%) scaleX(2);margin:auto}.timeline-editor-cursor-area{width:16px;height:100%;cursor:ew-resize;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-editor-drag-line-container{position:absolute;height:100%;top:0;left:0}.timeline-editor-drag-line{width:0;position:absolute;top:0;height:99%;border-left:1px dashed rgba(82,151,255,.6)}.timeline-editor:hover .timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar{height:4px}.timeline-editor-edit-area{flex:1 1 auto;margin-top:10px;overflow:hidden;position:relative}.timeline-editor-edit-area .ReactVirtualized__Grid{outline:none!important;overflow:overlay!important}.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar{width:0;height:0}.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-track{background-color:transparent!important}.timeline-editor-edit-area .ReactVirtualized__Grid::-webkit-scrollbar-thumb{background:#313132;border-radius:16px}.timeline-editor-action{position:absolute;left:0;top:0;background-color:#2f3134}.timeline-editor-action .timeline-editor-action-left-stretch,.timeline-editor-action .timeline-editor-action-right-stretch{position:absolute;top:0;width:10px;border-radius:4px;height:100%;overflow:hidden}.timeline-editor-action .timeline-editor-action-left-stretch:after,.timeline-editor-action .timeline-editor-action-right-stretch:after{position:absolute;top:0;bottom:0;margin:auto;border-radius:4px;border-top:28px solid transparent;border-bottom:28px solid transparent}.timeline-editor-action .timeline-editor-action-left-stretch{left:0}.timeline-editor-action .timeline-editor-action-left-stretch:after{left:0;content:"";border-left:7px solid rgba(255,255,255,.1);border-right:7px solid transparent}.timeline-editor-action .timeline-editor-action-right-stretch{right:0}.timeline-editor-action .timeline-editor-action-right-stretch:after{right:0;content:"";border-right:7px solid rgba(255,255,255,.1);border-left:7px solid transparent}.timeline-editor-edit-row-dragging{opacity:.5}.timeline-editor-edit-row{background-repeat:no-repeat,repeat;background-image:linear-gradient(#191b1d,#191b1d),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 0);display:flex;flex-direction:row;box-sizing:border-box;position:relative;transition:opacity .2s ease,transform .2s ease}.timeline-editor-edit-row-drag-handle{position:absolute;left:4px;top:50%;transform:translateY(-50%);width:16px;height:16px;cursor:grab;display:flex;align-items:center;justify-content:center;color:#666;font-size:12px;-webkit-user-select:none;user-select:none;z-index:10;opacity:.6;transition:opacity .2s ease}.timeline-editor-edit-row-drag-handle:hover{opacity:1;color:#999}.timeline-editor-edit-row-drag-handle:active{cursor:grabbing}.timeline-editor-edit-row-dragged{opacity:.5;transform:scale(.98);pointer-events:none;z-index:1000;position:relative}.timeline-editor-edit-row-dragging{cursor:grabbing}.timeline-editor-edit-row-placeholder{background:#4a90e21a;border:2px dashed #4a90e2;height:4px;min-height:4px;margin:2px 0;opacity:.8}.timeline-editor-edit-row-placeholder .timeline-editor-edit-row-drag-handle,.timeline-editor-edit-row-placeholder .timeline-editor-edit-action{display:none}.timeline-editor-edit-row:before{content:"";position:absolute;left:0;right:0;height:2px;background:#4a90e2;z-index:100;opacity:0;transition:opacity .2s ease}.timeline-editor-edit-row[data-insert-position=top]:before{top:-1px;opacity:1}.timeline-editor-edit-row[data-insert-position=bottom]:before{bottom:-1px;opacity:1}.timeline-editor-time-area{position:relative;height:32px;flex:0 0 auto}.timeline-editor-time-area .ReactVirtualized__Grid{outline:none}.timeline-editor-time-area .ReactVirtualized__Grid::-webkit-scrollbar{display:none}.timeline-editor-time-area-interact{position:absolute;cursor:pointer;left:0;top:0}.timeline-editor-time-unit{border-right:1px solid rgba(255,255,255,.2);position:relative;box-sizing:content-box;height:4px!important;bottom:0!important;top:auto!important}.timeline-editor-time-unit-big{height:8px!important}.timeline-editor-time-unit-scale{color:#fff9;position:absolute;right:0;top:0;transform:translate(50%,-100%)}.timeline-editor{height:600px;width:600px;min-height:32px;position:relative;font-size:12px;font-family:PingFang SC;background-color:#191b1d;display:flex;flex-direction:column;overflow:hidden}.properties-panel{width:386px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border-left:1px solid var(--glass-border);display:flex;flex-direction:column;height:100%;color:var(--text-primary);box-shadow:-10px 0 30px #0003;z-index:100}.panel-header-tabs{display:flex;padding:12px;gap:8px;background:#ffffff05;border-bottom:1px solid var(--glass-border)}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 0;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#ffffff0d;color:var(--text-primary)}.tab-btn.active{background:#ffffff14;color:var(--text-primary);border-color:#ffffff0d;box-shadow:inset 0 1px #ffffff0d}.t-icon{opacity:.7}.tab-btn.active .t-icon{opacity:1;filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.panel-content{flex:1;overflow-y:auto;padding:20px}.section-divider{height:1px;background:var(--glass-border);margin:24px 0}.property-section{margin-bottom:28px}.property-section h3{margin:0 0 14px;font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;padding-left:4px}.group-label{font-size:var(--font-size-sm);font-weight:500;color:var(--text-secondary);margin-bottom:10px}.pill-control{display:flex;background:#0000004d;border-radius:var(--radius-md);padding:4px;margin-bottom:16px;border:1px solid var(--glass-border);gap:4px}.pill-item{flex:1;border:none;background:transparent;color:var(--text-secondary);padding:6px 4px;font-size:12px;cursor:pointer;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:500;height:var(--control-height-sm);display:flex;align-items:center;justify-content:center;white-space:nowrap}.pill-item:hover{color:var(--text-primary);background:#ffffff0d}.pill-item.active{background:#28282d;color:#fff;font-weight:600;box-shadow:0 2px 8px #0000004d;border:1px solid rgba(255,255,255,.08)}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.grid-item-control{background:#0003;border:1px solid var(--glass-border);border-radius:var(--radius-sm);padding:12px;display:flex;flex-direction:column;gap:8px;justify-content:center}.grid-item-control label{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:600;text-transform:uppercase;margin:0}.grid-item-control.toggle-control{flex-direction:row;justify-content:space-between;align-items:center}.toggle-switch.mini{width:36px;height:20px}.toggle-switch.mini .slider:before{height:16px;width:16px}.toggle-switch.mini input:checked+.slider:before{transform:translate(16px)}.grid-item-control input[type=checkbox]{align-self:flex-start;width:16px;height:16px;margin-top:4px}.preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.preset-item{width:100%;aspect-ratio:1;border-radius:8px;border:2px solid transparent;cursor:pointer;background-size:cover;background-position:center;transition:all .2s;box-shadow:0 2px 5px #0000004d}.preset-item:hover{transform:scale(1.08);box-shadow:0 4px 12px #0006}.preset-item.active{border-color:var(--accent-blue);box-shadow:0 0 0 3px #0a84ff40;transform:scale(1.05)}.image-grid::-webkit-scrollbar{width:4px}.image-grid::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.toggle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;height:32px;background:#ffffff05;padding:0 12px;border-radius:var(--radius-sm)}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.3s cubic-bezier(.2,.8,.2,1);border-radius:20px;border:1px solid rgba(0,0,0,.1)}.slider:before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:#fff;transition:.3s cubic-bezier(.2,.8,.2,1);border-radius:50%;box-shadow:0 1px 3px #0000004d}input:checked+.slider{background-color:var(--accent-blue);box-shadow:0 0 10px #0a84ff4d}input:checked+.slider:before{transform:translate(18px)}.property-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.property-row label{font-size:var(--font-size-base);color:var(--text-secondary);min-width:60px;font-weight:500}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;background:transparent;flex:1;height:24px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#ffffff1a;border-radius:3px;border:none;box-shadow:inset 0 1px 2px #0003}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;background:#fff;cursor:grab;margin-top:-6px;box-shadow:0 2px 6px #0000004d;border:1px solid rgba(0,0,0,.05);transition:transform .1s}input[type=range]:focus::-webkit-slider-thumb{transform:scale(1.15);box-shadow:0 0 0 3px #1e1e1e,0 0 0 5px var(--accent-blue)}.value{font-size:13px;color:var(--text-primary);width:44px;text-align:right;font-variant-numeric:tabular-nums;font-family:SF Mono,monospace;background:#0003;padding:2px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.05)}.empty-state{text-align:center;padding:40px 20px;color:var(--text-secondary);background:#0003;border-radius:var(--radius-md);border:1px dashed var(--glass-border);font-size:13px}.easing-viz svg{filter:drop-shadow(0 0 5px rgba(255,255,255,.2))}.webcam-position-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.position-item{aspect-ratio:16/9;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;position:relative;transition:all .2s;padding:8px}.position-item:hover{background:#ffffff0d;border-color:#fff3}.position-item.active{border-color:var(--accent-blue);background:#0a84ff1a;box-shadow:0 0 0 2px #0a84ff33}.position-indicator{width:12px;height:12px;background:#ffffff4d;border-radius:50%;position:absolute;transition:all .2s}.position-item.active .position-indicator{background:var(--accent-blue);box-shadow:0 0 8px #0a84ff80}.position-indicator.top-left{top:8px;left:8px}.position-indicator.top-right{top:8px;right:8px}.position-indicator.bottom-left{bottom:8px;left:8px}.position-indicator.bottom-right{bottom:8px;right:8px}.upsell-overlay-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:var(--backdrop-blur-md);backdrop-filter:var(--backdrop-blur-md);display:flex;justify-content:center;align-items:center;z-index:2500}.upsell-card{background:#1c1c1e;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);width:420px;max-width:90%;border-radius:var(--radius-lg);padding:40px;text-align:center;position:relative;box-shadow:0 24px 48px -12px #0009,inset 0 1px #ffffff1a,inset 0 0 0 1px #ffffff0d;color:var(--text-primary);animation:liquidPop .4s cubic-bezier(.19,1,.22,1)}@keyframes liquidPop{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.btn-close-upsell{position:absolute;top:16px;right:16px;background:#ffffff0d;border:none;width:32px;height:var(--control-height-md);border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-2xl);transition:all .2s}.btn-close-upsell:hover{background:#ffffff26;color:#fff;transform:rotate(90deg)}.upsell-icon{font-size:56px;margin-bottom:16px;filter:drop-shadow(0 0 30px rgba(255,215,0,.3))}.upsell-header h2{margin:0;font-size:26px;font-weight:700;color:#fff;letter-spacing:-.5px}.upsell-header p{font-size:var(--font-size-lg);color:var(--text-secondary);margin:8px 0 24px;line-height:1.5}.price-tag{margin-bottom:24px;background:#ffffff08;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0d}.original-price{text-decoration:line-through;color:var(--text-tertiary);font-size:18px;margin-right:12px;font-weight:500}.current-price{font-size:48px;font-weight:800;color:#fff;letter-spacing:-1px;text-shadow:0 0 20px rgba(255,255,255,.1)}.payment-type{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:4px;opacity:.8}.btn-upgrade-now{display:block;width:100%;background:var(--accent-blue);color:#fff;font-weight:700;padding:16px;border-radius:var(--radius-md);text-decoration:none;font-size:var(--font-size-xl);margin-bottom:12px;transition:all .3s cubic-bezier(.19,1,.22,1);box-shadow:0 0 20px #0a84ff66,inset 0 1px #ffffff4d;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.btn-upgrade-now:hover{transform:translateY(-2px) scale(1.02);background:var(--accent-blue-hover);box-shadow:0 0 30px #0a84ff99,inset 0 1px #fff6}.upsell-guarantee{display:flex;justify-content:center;gap:16px;font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:24px;font-weight:500}.btn-downgrade{background:transparent;border:1px solid rgba(255,255,255,.1);padding:14px;border-radius:var(--radius-md);color:var(--text-secondary);font-weight:600;cursor:pointer;font-size:var(--font-size-md);width:100%;transition:all .2s;margin-bottom:16px}.btn-downgrade:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.btn-have-license{background:transparent;border:none;color:var(--text-secondary);font-size:var(--font-size-md);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-weight:500;transition:all .2s;padding:8px;border-radius:var(--radius-sm)}.btn-have-license:hover{color:var(--accent-blue);background:#0a84ff1a;text-shadow:0 0 8px rgba(10,132,255,.5)}.upsell-features{text-align:left;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.feature-item{font-size:var(--font-size-md);color:var(--text-secondary);margin-bottom:12px;display:flex;align-items:center;gap:12px;font-weight:500}.feature-item:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#0a84ff33;color:var(--accent-blue);border-radius:50%;font-size:var(--font-size-sm);font-weight:700;box-shadow:0 0 10px #0a84ff33}.license-input-view h3{margin:0 0 8px;color:#fff;font-size:var(--font-size-2xl);font-weight:700}.license-input-view p{font-size:var(--font-size-md);color:var(--text-secondary);margin-bottom:24px}.input-license-large{width:100%;padding:16px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);font-size:var(--font-size-xl);margin-bottom:16px;outline:none;box-sizing:border-box;transition:all .2s;font-family:monospace;color:#fff;text-align:center;letter-spacing:1px;box-shadow:inset 0 2px 4px #0006}.input-license-large:focus{border-color:var(--accent-blue);background:#00000080;box-shadow:0 0 0 2px #0a84ff4d,inset 0 2px 4px #00000080}.error-message{color:#ff453a;font-size:var(--font-size-base);margin-bottom:16px;background:#ff453a1a;padding:12px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500;border:1px solid rgba(255,69,58,.2)}.license-actions{display:flex;gap:12px;margin-top:8px}.btn-back{padding:14px 20px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:var(--radius-md);cursor:pointer;font-weight:600;color:var(--text-secondary);transition:all .2s}.btn-back:hover{background:#ffffff1a;color:#fff}.btn-verify-large{flex:1;padding:14px;background:var(--accent-blue);color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);font-weight:700;cursor:pointer;transition:all .2s;font-size:var(--font-size-lg);box-shadow:0 0 15px #0a84ff4d}.btn-verify-large:disabled{opacity:.5;cursor:not-allowed;background:#ffffff1a;border-color:transparent;box-shadow:none}.btn-verify-large:hover:not(:disabled){background:var(--accent-blue-hover);transform:translateY(-1px);box-shadow:0 0 25px #0a84ff80}.export-modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:var(--backdrop-blur-sm);backdrop-filter:var(--backdrop-blur-sm);display:flex;justify-content:center;align-items:center;z-index:2000}.export-modal{background:var(--glass-surface);-webkit-backdrop-filter:var(--backdrop-blur-md);backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:420px;padding:32px;box-shadow:var(--glass-shadow);color:var(--text-primary);position:relative;overflow:hidden}.export-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.export-modal h2{margin:0 0 24px;font-size:var(--font-size-2xl);font-weight:600;letter-spacing:-.5px;color:var(--text-primary);text-shadow:0 2px 10px rgba(0,0,0,.5)}.export-section{margin-bottom:28px}.export-section label{display:block;font-size:var(--font-size-base);font-weight:500;color:var(--text-secondary);margin-bottom:12px;letter-spacing:.5px;text-transform:uppercase}.resolution-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.res-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:14px;color:var(--text-secondary);cursor:pointer;transition:all .2s cubic-bezier(.2,.8,.2,1);font-size:var(--font-size-lg);font-weight:500;position:relative;display:flex;align-items:center;justify-content:center}.res-btn:hover{background:#ffffff14;color:var(--text-primary);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.res-btn.selected{background:var(--accent-blue);border-color:#fff3;color:#fff;box-shadow:0 0 20px #0a84ff66;font-weight:600}.res-btn.locked{opacity:.6;background:#0003}.lock-icon{margin-left:8px;font-size:var(--font-size-md);filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}.quality-slider-container{padding:0 4px}.quality-range{width:100%;-webkit-appearance:none;background:transparent;outline:none;cursor:pointer;margin:10px 0 20px;position:relative;z-index:2}.quality-range::-webkit-slider-runnable-track{height:4px;background:#ffffff1a;border-radius:2px}.quality-range::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#fff;box-shadow:0 0 15px #ffffff80;border:2px solid rgba(255,255,255,.8);margin-top:-8px;transition:transform .1s}.quality-range:active::-webkit-slider-thumb{transform:scale(1.1);background:var(--accent-blue);border-color:#fff}.quality-labels{display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-tertiary);font-weight:500}.quality-value{text-align:center;font-size:15px;font-weight:600;color:var(--accent-blue);margin-bottom:12px;text-shadow:0 0 10px rgba(10,132,255,.3)}.modal-actions{display:flex;gap:16px;margin-top:40px}.btn-cancel,.btn-start-export{flex:1;padding:14px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;font-size:15px;transition:all .2s cubic-bezier(.2,.8,.2,1)}.btn-cancel{background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary)}.btn-cancel:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.btn-start-export{background:var(--accent-blue);border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:0 0 20px #0a84ff40}.btn-start-export:hover{background:var(--accent-blue-hover);transform:translateY(-1px);box-shadow:0 0 30px #0a84ff80}.pro-active-badge{margin-top:24px;background:linear-gradient(135deg,#0a84ff1a,#5e5ce61a);border:1px solid rgba(10,132,255,.2);border-radius:var(--radius-md);padding:14px;text-align:center;font-size:14px;font-weight:600;color:#64d2ff;text-shadow:0 0 15px rgba(100,210,255,.3);box-shadow:inset 0 0 20px #0a84ff0d}.free-tier-info{display:none}.project-history{width:100%;height:100%;padding:40px;background:#0f0f11;color:#fff;overflow-y:auto}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:15px}.history-header h2{font-size:24px;font-weight:600;margin:0}.history-count{font-size:var(--font-size-md);color:#ffffff80}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;position:relative;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-2px);background:#ffffff0f;border-color:#ffffff1a;box-shadow:0 4px 20px #0000004d}.project-preview{height:140px;background:#1a1a1d;display:flex;align-items:center;justify-content:center;position:relative}.play-icon{font-size:32px;color:#fff3;transition:color .2s}.project-card:hover .play-icon{color:#fff}.project-duration{position:absolute;bottom:8px;right:8px;background:#000000b3;padding:2px 6px;border-radius:4px;font-size:var(--font-size-xs);font-family:monospace}.project-info{padding:12px}.project-name{margin:0 0 6px;font-size:var(--font-size-md);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.project-meta{font-size:var(--font-size-xs);color:#fff6}.delete-project-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#00000080;border:none;color:#ffffffb3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s;cursor:pointer}.delete-project-btn:hover{background:#ff3b30;color:#fff}.project-card:hover .delete-project-btn{opacity:1}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:40px;background:#0f0f11}.empty-state-card{display:flex;flex-direction:column;align-items:center;padding:48px 64px;background:#ffffff08;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;animation:cardFadeIn .5s ease-out}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.record-icon-wrapper{position:relative;width:64px;height:64px;margin-bottom:24px}.record-icon-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#ff453a;border-radius:50%;box-shadow:0 0 20px #ff453a80}.record-icon-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#ff453a26;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(.8);opacity:.6}50%{transform:translate(-50%,-50%) scale(1);opacity:.2}}.empty-title{font-size:22px;font-weight:600;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.empty-subtitle{font-size:14px;color:#ffffff80;margin:0 0 32px;text-align:center;max-width:280px;line-height:1.5}.quick-tips{display:flex;align-items:center;gap:12px}.tip-item{display:flex;align-items:center;justify-content:center;padding:10px 20px;background:#ffffff0a;border-radius:20px;border:1px solid rgba(255,255,255,.06);transition:all .2s ease}.tip-item:hover{background:#ffffff14;border-color:#ffffff1f;transform:translateY(-2px)}.tip-item span{font-size:13px;color:#ffffffb3;font-weight:500}.tip-divider{color:#fff3;font-size:14px}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff6;gap:16px}.mode-tabs{display:flex;gap:8px;margin-bottom:24px}.empty-state-container .mode-tabs{position:relative;top:auto;left:auto;transform:none;justify-content:center;margin-bottom:40px}.mode-tabs{display:inline-flex;padding:4px;background:#ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-radius:14px;gap:4px;position:relative}.mode-tab{position:relative;display:flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;border:none;border-radius:10px;color:#ffffff80;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease;z-index:1}.mode-tab:hover{color:#fffc}.mode-tab.active{color:#fff}.mode-tab.active:before{content:"";position:absolute;inset:0;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;z-index:-1;animation:tabSlideIn .2s ease-out}@keyframes tabSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mode-tab svg{width:18px;height:18px;opacity:.6;transition:opacity .2s ease}.mode-tab:hover svg{opacity:.9}.mode-tab.active svg{opacity:1}.screenshot-editor{display:flex;flex:1;height:100%;gap:0;background:transparent}.screenshot-canvas-area{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-bottom:114px}.screenshot-canvas-wrapper{position:relative;max-width:100%;max-height:100%;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--glass-shadow)}.screenshot-canvas{display:block;max-width:100%;max-height:calc(100vh - 200px)}.annotation-stage{position:absolute;z-index:4;touch-action:none}.annotation-overlay-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.draft-outline,.annotation-selection-box{position:absolute;border-radius:14px}.draft-outline{border:3px solid currentColor;box-shadow:0 0 0 1px #ffffff4d inset;opacity:.85}.draft-blur{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff14;border-color:transparent!important;box-shadow:none}.annotation-selection-box{border:1px solid rgba(255,255,255,.88);box-shadow:0 0 0 1px #ffffff14 inset}.selection-handle{position:absolute;width:12px;height:12px;border:none;border-radius:50%;background:#0f1117;box-shadow:0 0 0 2px #fffffff2;cursor:pointer}.handle-nw{left:-6px;top:-6px}.handle-n{left:calc(50% - 6px);top:-6px}.handle-ne{right:-6px;top:-6px}.handle-e{right:-6px;top:calc(50% - 6px)}.handle-se{right:-6px;bottom:-6px}.handle-s{left:calc(50% - 6px);bottom:-6px}.handle-sw{left:-6px;bottom:-6px}.handle-w{left:-6px;top:calc(50% - 6px)}.annotation-floatbar{position:absolute;transform:translate(-50%,-100%);display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#141416f0;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 40px #00000059;z-index:6}.annotation-floatbar button{border:none;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:700;cursor:pointer}.annotation-floatbar button:hover{color:var(--text-primary)}.annotation-toolbar{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;flex-direction:column;align-items:stretch;gap:8px;width:auto;min-width:0;max-width:calc(100% - 24px);padding:10px 12px 12px;border-radius:22px;background:linear-gradient(180deg,#1a1a1cf5,#111113f5);border:1px solid rgba(255,255,255,.07);box-shadow:0 20px 48px #00000057,inset 0 1px #ffffff09;z-index:5}.annotation-toolbar-handle{width:40px;height:4px;margin:0 auto;border-radius:999px;background:#ffffff24}.annotation-toolbar-main{display:flex;align-items:center;gap:10px}.annotation-inspector{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;min-width:0;width:min(430px,calc(100vw - 56px));max-width:min(430px,calc(100vw - 56px));padding:10px 12px;border-radius:18px;background:linear-gradient(180deg,#18181afa,#101012fa);border:1px solid rgba(255,255,255,.07);box-shadow:0 16px 36px #00000052,inset 0 1px #ffffff0a}.annotation-inspector-copy{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff0a}.annotation-inspector-eyebrow{font-size:10px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#ffffffeb}.annotation-inspector-hint{display:none}.annotation-size-control{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 150px}.annotation-size-control span{color:var(--text-secondary);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.annotation-size-control input[type=range]{flex:1}.annotation-inspector-colors{display:flex;align-items:center;gap:8px;flex:0 0 auto}.annotation-color-custom{position:relative;width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,255,255,.16);background:conic-gradient(from 180deg,#ff4d4f,#ffb020,#ffe14f,#3fd26b,#18c8ff,#7a5cff,#ff4fd8,#ff4d4f);cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff14}.annotation-color-custom input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;border-radius:50%}.annotation-tools,.annotation-actions{display:flex;align-items:center;gap:8px}.annotation-tools{flex:0 1 auto;min-width:0;gap:8px}.annotation-tool-btn,.annotation-action-btn,.annotation-color-btn,.annotation-clear-btn{border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .18s ease}.annotation-tool-btn{width:52px;min-height:50px;border-radius:16px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 4px}.annotation-action-btn{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.annotation-tool-btn:hover,.annotation-tool-btn.active,.annotation-action-btn:hover:not(:disabled){background:#ffffff14;color:var(--text-primary)}.annotation-tool-btn.active{background:radial-gradient(circle at top,#ffffff1f,#ffffff12),#fff1;box-shadow:0 8px 18px #0000002e,inset 0 0 0 1px #ffffff12}.annotation-action-btn:disabled,.annotation-clear-btn:disabled{opacity:.38;cursor:not-allowed}.annotation-tool-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.annotation-tool-icon svg{width:22px;height:22px;stroke-linecap:round;stroke-linejoin:round}.annotation-tool-label{font-size:9px;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase}.annotation-color-btn{width:34px;height:34px;border-radius:50%;background:var(--swatch);box-shadow:inset 0 0 0 1px #ffffff2e}.annotation-color-btn.active{box-shadow:0 0 0 3px #ffffff2e,inset 0 0 0 1px #ffffff3d}.annotation-actions{flex:0 0 auto;margin-left:2px;gap:4px}.annotation-clear-btn{display:inline-flex;align-items:center;gap:0;width:36px;height:36px;padding:0;justify-content:center;border-radius:999px;font-size:11px;font-weight:700;color:#ffabab94;white-space:nowrap}.annotation-clear-btn:hover:not(:disabled){background:#ff606014;color:#ffc2c2}.annotation-toolbar-divider{width:1px;height:26px;background:#ffffff12;margin:0 0 0 2px;flex:0 0 auto}.annotation-clear-btn span:last-child{display:none}@media(max-width:920px){.screenshot-editor{flex-direction:column}.screenshot-canvas-area{flex:0 0 auto;min-height:58vh;padding:18px 12px 16px;justify-content:flex-start;gap:12px;overflow:visible}.screenshot-canvas-wrapper{width:100%;max-height:none}.screenshot-canvas{width:100%;height:auto;max-height:none}.upload-zone{min-width:0;min-height:220px;width:100%;padding:28px 20px;gap:16px}.upload-icon{width:56px;height:56px}.upload-text h3{font-size:24px;line-height:1.2;margin-bottom:6px}.upload-text p{font-size:14px}.upload-text .shortcut{margin-top:12px;padding:8px 12px}.annotation-toolbar{gap:10px;padding:10px 12px;max-width:calc(100% - 16px)}.annotation-tool-btn{width:46px;min-height:46px;border-radius:50%;gap:0;padding:0}.annotation-tool-label{display:none}.annotation-tools,.annotation-actions{gap:6px}.annotation-tools{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.annotation-tools::-webkit-scrollbar{display:none}.annotation-inspector{width:min(360px,calc(100vw - 40px));max-width:min(360px,calc(100vw - 40px))}.annotation-floatbar{gap:6px;padding:8px 10px}.annotation-floatbar button{font-size:11px}.screenshot-settings{width:100%;height:auto;max-height:42vh;border-left:none;border-top:1px solid var(--glass-border);box-shadow:0 -10px 30px #0000002e}.screenshot-settings.mobile-sheet{position:sticky;bottom:0;z-index:40;background:#0e0f12eb}.screenshot-settings.mobile-sheet .panel-header-tabs{padding:10px 12px}.screenshot-settings.mobile-sheet .tab-btn{flex-direction:row;justify-content:center;gap:10px;min-height:52px;font-size:14px;font-weight:600}.mobile-sheet-chevron{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:transform .2s ease}.mobile-sheet-chevron.open{transform:rotate(180deg)}.screenshot-settings .panel-content{padding:16px}}@media(max-width:760px){.screenshot-canvas-area{min-height:0;padding:14px 8px 12px}.screenshot-canvas{max-height:none}.annotation-toolbar{position:relative;left:auto;right:auto;bottom:auto;transform:none;width:100%;gap:8px;max-width:none;padding:8px 10px;border-radius:20px;box-shadow:0 10px 24px #0000002e,inset 0 1px #ffffff08}.annotation-toolbar-main{gap:8px}.annotation-action-btn{width:36px;height:36px}.annotation-color-btn,.annotation-color-custom{width:30px;height:30px}.annotation-clear-btn{width:36px;padding:0;justify-content:center}.annotation-tools{flex:1 1 auto;gap:4px;padding-right:2px}.annotation-toolbar-divider{margin-left:4px}.annotation-actions{margin-left:auto;gap:2px}.annotation-inspector{position:static;transform:none;min-width:0;left:auto;bottom:auto;width:100%;max-width:none;padding:9px 10px;border-radius:16px;margin-bottom:2px}.annotation-inspector-copy{min-height:28px;padding:0 8px}.annotation-size-control{gap:10px;flex-basis:100%}.annotation-inspector-colors{width:100%;justify-content:space-between}.annotation-color-btn,.annotation-color-custom{width:28px;height:28px}.screenshot-settings{max-height:min(44vh,360px)}.screenshot-settings .panel-header-tabs{padding:10px}.screenshot-settings .panel-content{padding:12px}.screenshot-settings .preset-grid{grid-template-columns:repeat(4,1fr);gap:8px}.screenshot-settings .grid-2-col{grid-template-columns:1fr;gap:10px}.upload-zone{min-width:0;min-height:180px;width:100%;padding:28px 20px}.upload-text h3{font-size:18px}}@media(max-width:560px){.screenshot-canvas-area{min-height:0;padding-bottom:10px}.annotation-tool-btn{width:42px;min-height:42px}.annotation-tool-icon,.annotation-tool-icon svg{width:20px;height:20px}.annotation-action-btn,.annotation-clear-btn{width:32px;height:32px}.annotation-toolbar{gap:6px;padding:8px}.annotation-inspector{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.screenshot-settings{max-height:min(40vh,300px)}.screenshot-settings .pill-control{flex-wrap:wrap}.upload-text .shortcut{flex-wrap:wrap;justify-content:center}}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:48px 64px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff0d;cursor:pointer;transition:all .2s;min-width:400px;min-height:280px}.upload-zone:hover{border-color:var(--glass-border-highlight);box-shadow:0 12px 40px #0000004d,inset 0 0 0 1px #ffffff14}.upload-zone.dragging{border-color:var(--accent-blue);box-shadow:var(--glass-glow),0 12px 40px #0000004d}.upload-icon{width:64px;height:64px;border-radius:var(--radius-md);background:linear-gradient(135deg,#0a84ff26,#5e5ce626);display:flex;align-items:center;justify-content:center;color:var(--accent-blue)}.upload-text{text-align:center}.upload-text h3{font-size:var(--font-size-md);font-weight:600;color:var(--text-primary);margin:0 0 8px}.upload-text p{font-size:var(--font-size-base);color:var(--text-secondary);margin:0}.upload-text .shortcut{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:8px 14px;background:#0000004d;border:1px solid var(--glass-border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-secondary)}.upload-text .shortcut kbd{background:#ffffff14;padding:2px 8px;border-radius:4px;font-family:SF Mono,monospace;font-size:var(--font-size-xs);border:1px solid rgba(255,255,255,.06)}.screenshot-settings{width:386px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border-left:1px solid var(--glass-border);display:flex;flex-direction:column;height:100%;color:var(--text-primary);box-shadow:-10px 0 30px #0003;z-index:100}.screenshot-settings .panel-header-tabs{display:flex;padding:12px;gap:8px;background:#ffffff05;border-bottom:1px solid var(--glass-border)}.screenshot-settings .tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 0;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .2s}.screenshot-settings .tab-btn:hover{background:#ffffff0d;color:var(--text-primary)}.screenshot-settings .tab-btn.active{background:#ffffff14;color:var(--text-primary);border-color:#ffffff0d;box-shadow:inset 0 1px #ffffff0d}.screenshot-settings .tab-btn svg{opacity:.7}.screenshot-settings .tab-btn.active svg{opacity:1;filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.screenshot-settings .panel-content{flex:1;overflow-y:auto;padding:20px}.screenshot-settings .property-section{margin-bottom:28px}.screenshot-settings .property-section h3{margin:0 0 14px;font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;padding-left:4px}.screenshot-settings .pill-control{display:flex;background:#0000004d;border-radius:var(--radius-md);padding:4px;margin-bottom:16px;border:1px solid var(--glass-border);gap:4px}.screenshot-settings .pill-item{flex:1;border:none;background:transparent;color:var(--text-secondary);padding:6px 4px;font-size:12px;cursor:pointer;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:500;height:var(--control-height-sm);display:flex;align-items:center;justify-content:center;white-space:nowrap}.screenshot-settings .pill-item:hover{color:var(--text-primary);background:#ffffff0d}.screenshot-settings .pill-item.active{background:#28282d;color:#fff;font-weight:600;box-shadow:0 2px 8px #0000004d;border:1px solid rgba(255,255,255,.08)}.screenshot-settings .preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.screenshot-settings .preset-item{width:100%;aspect-ratio:1;border-radius:8px;border:2px solid transparent;cursor:pointer;background-size:cover;background-position:center;transition:all .2s;box-shadow:0 2px 5px #0000004d}.screenshot-settings .preset-item:hover{transform:scale(1.08);box-shadow:0 4px 12px #0006}.screenshot-settings .preset-item.active{border-color:var(--accent-blue);box-shadow:0 0 0 3px #0a84ff40;transform:scale(1.05)}.screenshot-settings .grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.screenshot-settings .grid-item-control{background:#0003;border:1px solid var(--glass-border);border-radius:var(--radius-sm);padding:12px;display:flex;flex-direction:column;gap:8px;justify-content:center}.screenshot-settings .grid-item-control label{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:600;text-transform:uppercase;margin:0}.screenshot-settings .grid-item-control.toggle-control{flex-direction:row;justify-content:space-between;align-items:center}.screenshot-settings input[type=range]{-webkit-appearance:none;appearance:none;width:100%;background:transparent;flex:1;height:24px}.screenshot-settings input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#ffffff1a;border-radius:3px;border:none;box-shadow:inset 0 1px 2px #0003}.screenshot-settings input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;background:#fff;cursor:grab;margin-top:-6px;box-shadow:0 2px 6px #0000004d;border:1px solid rgba(0,0,0,.05);transition:transform .1s}.screenshot-settings input[type=range]:focus::-webkit-slider-thumb{transform:scale(1.15);box-shadow:0 0 0 3px #1e1e1e,0 0 0 5px var(--accent-blue)}.screenshot-settings .value{font-size:13px;color:var(--text-primary);width:44px;text-align:right;font-variant-numeric:tabular-nums;font-family:SF Mono,monospace;background:#0003;padding:2px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.05)}.screenshot-settings .toggle-switch{position:relative;display:inline-block;width:36px;height:20px}.screenshot-settings .toggle-switch input{opacity:0;width:0;height:0}.screenshot-settings .toggle-switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.3s cubic-bezier(.2,.8,.2,1);border-radius:10px;border:1px solid rgba(0,0,0,.1)}.screenshot-settings .toggle-switch .slider:before{position:absolute;content:"";height:16px;width:16px;left:1px;bottom:1px;background-color:#fff;transition:.3s cubic-bezier(.2,.8,.2,1);border-radius:50%;box-shadow:0 1px 3px #0000004d}.screenshot-settings .toggle-switch input:checked+.slider{background-color:var(--accent-blue);box-shadow:0 0 10px #0a84ff4d}.screenshot-settings .toggle-switch input:checked+.slider:before{transform:translate(16px)}.screenshot-settings .section-divider{height:1px;background:var(--glass-border);margin:24px 0}.screenshot-settings .image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;max-height:160px;overflow-y:auto}.screenshot-settings .grid-item{aspect-ratio:16/9;border-radius:6px;background-size:cover;background-position:center;cursor:pointer;border:2px solid transparent;transition:all .15s}.screenshot-settings .grid-item:hover{opacity:.8}.screenshot-settings .grid-item.active{border-color:var(--accent-blue);box-shadow:0 0 0 2px #0a84ff33}.export-bar{padding:16px 20px;border-top:1px solid var(--glass-border);display:flex;flex-direction:column;gap:8px;background:#ffffff05}.export-bar-row{display:flex;gap:8px}.export-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:var(--control-height-md);border:none;border-radius:var(--radius-full);font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .2s}.export-btn.primary{background:#0a84ff1a;border:1px solid rgba(10,132,255,.3);color:var(--accent-blue)}.export-btn.primary:hover{background:#0a84ff33}.export-btn.secondary{background:#ffffff0d;border:1px solid var(--glass-border);color:var(--text-secondary)}.export-btn.secondary:hover{background:#ffffff1a;color:var(--text-primary)}.export-btn:disabled{opacity:.4;cursor:not-allowed}.back-btn{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;height:var(--control-height-md);padding:0 16px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-sm);-webkit-backdrop-filter:var(--backdrop-blur-sm);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:all .2s}.back-btn:hover{background:var(--glass-highlight);color:var(--text-primary)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:12px 24px;background:var(--glass-surface);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--text-primary);font-size:var(--font-size-base);font-weight:500;z-index:1000;animation:toast-in .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 32px #0000004d}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.position-grid-9{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#0003;border-radius:var(--radius-md);padding:8px;max-width:120px}.position-grid-9 .position-item{width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.position-grid-9 .position-item:hover{background:#ffffff1a}.position-grid-9 .position-item.active{background:var(--accent-blue);border-color:var(--accent-blue)}.position-grid-9 .position-dot{width:8px;height:8px;background:#fff6;border-radius:2px}.position-grid-9 .position-item.active .position-dot{background:#fff}.mobile-screenshot-topbar,.mobile-editor-dock{display:none}@media(max-width:920px){.mobile-screenshot-topbar{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;background:#0e0f12f0;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-topbar-title{flex:1;min-width:0;text-align:center;font-size:16px;font-weight:700;color:var(--text-primary)}.mobile-topbar-actions{display:flex;align-items:center;gap:8px;justify-self:end}.mobile-topbar-spacer{width:42px;height:42px;justify-self:end}.mobile-locale-switch{display:inline-flex;align-items:center;gap:4px;width:auto;height:42px;padding:4px;border-radius:14px;background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff0d;flex:0 0 auto}.mobile-locale-switch-btn{border:none;min-width:36px;height:100%;padding:0 8px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--text-primary);letter-spacing:.04em;cursor:pointer;transition:all .18s ease}.mobile-locale-switch-btn.active{background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff14}.mobile-topbar-btn,.mobile-topbar-pill,.mobile-topbar-export{border:none;min-height:42px;min-width:42px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;color:var(--text-primary);box-shadow:inset 0 0 0 1px #ffffff0d}.mobile-topbar-btn{width:42px;padding:0}.mobile-topbar-pill{padding:0}.mobile-topbar-export{width:42px;padding:0;background:#0a84ff;box-shadow:none}.mobile-topbar-btn:disabled,.mobile-topbar-pill:disabled,.mobile-topbar-export:disabled{opacity:.45}.screenshot-editor{flex-direction:column}.screenshot-canvas-area{flex:0 0 auto;justify-content:flex-start;gap:12px;overflow:visible;min-height:0;padding:16px 12px 86px}.screenshot-canvas-area.empty-state{min-height:calc(100dvh - 156px);justify-content:center;padding:20px 14px 24px}.screenshot-canvas-wrapper{width:100%;max-height:none}.screenshot-canvas{width:100%;height:auto;max-height:none}.upload-zone{width:min(100%,440px);min-width:0;min-height:clamp(220px,34vh,320px);margin:0 auto;padding:28px 20px;gap:16px;border-radius:28px}.upload-icon{width:56px;height:56px;border-radius:18px}.upload-text{width:100%;text-align:center}.upload-text h3{font-size:19px;line-height:1.3}.upload-text p{font-size:13px}.upload-text .shortcut{width:fit-content;max-width:100%;margin:10px auto 0;padding:8px 12px;gap:5px;font-size:12px}.annotation-toolbar,.screenshot-settings{display:none}.mobile-editor-dock{display:block;position:fixed;left:0;right:0;bottom:0;z-index:40;padding:8px 12px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#131418e6,#0c0d10fa);border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -14px 36px #00000038;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-editor-panel{position:absolute;left:12px;right:12px;bottom:calc(100% + 8px);min-height:0;max-height:min(30vh,220px);overflow-y:auto;margin-bottom:0;padding:8px;border-radius:22px;background:#131418f0;border:1px solid rgba(255,255,255,.06);box-shadow:0 18px 36px #00000042;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-annotate-panel,.mobile-style-panel{display:flex;flex-direction:column;gap:8px}.mobile-annotate-toolbar{display:flex;align-items:center;gap:8px;padding:6px;border-radius:18px;background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff0d}.mobile-editor-tabbar{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-editor-tab{border:none;min-height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#ffffff0a;color:var(--text-secondary);font-size:14px;font-weight:700;box-shadow:inset 0 0 0 1px #ffffff0d}.mobile-editor-tab.active{background:#ffffff1f;color:var(--text-primary)}.mobile-editor-tab-icon{display:inline-flex;align-items:center;justify-content:center}.annotation-inspector{position:static;transform:none;width:100%;max-width:none;padding:8px 10px;border-radius:14px;margin-bottom:2px}.annotation-tools{flex:1 1 auto;gap:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.annotation-tools::-webkit-scrollbar{display:none}.annotation-tool-btn{width:42px;min-height:42px;border-radius:50%;gap:0;padding:0}.annotation-tool-label{display:none}.annotation-actions{gap:4px;flex:0 0 auto}}@media(max-width:560px){.mobile-screenshot-topbar{padding:10px}.mobile-topbar-title{font-size:15px}.mobile-editor-dock{padding:8px 10px calc(10px + env(safe-area-inset-bottom))}.screenshot-canvas-area.empty-state{min-height:calc(100dvh - 146px);padding:16px 10px 18px}.mobile-editor-panel{left:10px;right:10px;min-height:0;max-height:min(26vh,190px)}.mobile-editor-tab{min-height:44px;font-size:13px}.mobile-style-panel .pill-control{flex-wrap:wrap}.mobile-style-panel .preset-grid{grid-template-columns:repeat(4,1fr);gap:8px}.mobile-style-panel .image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;max-height:min(24vh,180px);overflow-y:auto}.mobile-style-panel .grid-item{width:100%;aspect-ratio:16 / 9;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;border:2px solid transparent;transition:all .15s ease}.mobile-style-panel .grid-item.active{border-color:var(--accent-blue);box-shadow:0 0 0 2px #0a84ff33}.mobile-style-panel .grid-2-col{grid-template-columns:1fr;gap:10px}.upload-zone{width:100%;min-height:clamp(190px,32vh,260px);padding:22px 16px;border-radius:24px;gap:14px}.upload-icon{width:48px;height:48px;border-radius:16px}.upload-text h3{font-size:18px;line-height:1.25}.upload-text p{font-size:13px}.upload-text .shortcut{margin-top:10px;padding:7px 10px;font-size:12px;gap:4px}.upload-text .shortcut kbd{padding:2px 6px;font-size:11px}}.screenshot-export-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:var(--backdrop-blur-sm);backdrop-filter:var(--backdrop-blur-sm);display:flex;justify-content:center;align-items:center;z-index:2000}.screenshot-export-modal{background:var(--glass-surface);-webkit-backdrop-filter:var(--backdrop-blur-md);backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:420px;padding:32px;box-shadow:var(--glass-shadow);color:var(--text-primary);position:relative;overflow:hidden}.screenshot-export-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.screenshot-export-modal h2{margin:0 0 24px;font-size:var(--font-size-2xl);font-weight:600;letter-spacing:-.5px;color:var(--text-primary);text-shadow:0 2px 10px rgba(0,0,0,.5)}.screenshot-export-modal .export-section{margin-bottom:28px}.screenshot-export-modal .export-section label{display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--text-tertiary);margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}.format-options{display:flex;gap:8px;background:#0003;padding:4px;border-radius:var(--radius-md)}.format-btn{flex:1;padding:12px 16px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:var(--font-size-base);font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.2,.8,.2,1);position:relative;display:flex;align-items:center;justify-content:center;gap:6px}.format-btn:hover{color:var(--text-primary)}.format-btn.selected{background:#ffffff1a;color:var(--text-primary);font-weight:600}.scale-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.scale-btn{display:flex;flex-direction:column;align-items:center;padding:16px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all .2s cubic-bezier(.2,.8,.2,1);position:relative}.scale-btn:hover{background:#ffffff14;color:var(--text-primary);transform:translateY(-1px)}.scale-btn.selected{background:#ffffff14;border-color:#ffffff26;color:var(--text-primary)}.scale-value{font-size:var(--font-size-xl);font-weight:700;margin-bottom:4px}.scale-sublabel{font-size:var(--font-size-sm);color:var(--text-tertiary);font-weight:500}.scale-btn.selected .scale-sublabel{color:var(--text-secondary)}.pro-badge{position:absolute;top:4px;right:4px;font-size:9px;font-weight:700;padding:2px 5px;border-radius:var(--radius-xs);background:linear-gradient(135deg,#ff6b9d,#c44fc9);color:#fff;letter-spacing:.5px}.resolution-info{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);margin-bottom:20px}.resolution-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.resolution-value{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.screenshot-export-modal .pro-active-badge{margin-bottom:20px;background:linear-gradient(135deg,#0a84ff1a,#5e5ce61a);border:1px solid rgba(10,132,255,.2);border-radius:var(--radius-md);padding:14px;text-align:center;font-size:14px;font-weight:600;color:#64d2ff;text-shadow:0 0 15px rgba(100,210,255,.3);box-shadow:inset 0 0 20px #0a84ff0d}.screenshot-export-modal .modal-actions{display:flex;gap:16px;margin-top:8px}.screenshot-export-modal .btn-cancel,.screenshot-export-modal .btn-export-start{flex:1;padding:14px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;font-size:15px;transition:all .2s cubic-bezier(.2,.8,.2,1)}.screenshot-export-modal .btn-cancel{background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary)}.screenshot-export-modal .btn-cancel:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.screenshot-export-modal .btn-export-start{background:var(--accent-blue);border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:0 0 20px #0a84ff40}.screenshot-export-modal .btn-export-start:hover{background:var(--accent-blue-hover);transform:translateY(-1px);box-shadow:0 0 30px #0a84ff80}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-primary);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.4}.app{display:flex;flex-direction:column;height:100vh;background:transparent;position:relative;z-index:1;overflow:hidden}.app:before{content:"";position:absolute;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(circle at 50% 50%,rgba(10,132,255,.15),transparent 60%),radial-gradient(circle at 80% 20%,rgba(94,92,230,.15),transparent 40%),radial-gradient(circle at 20% 80%,rgba(255,159,10,.1),transparent 40%);filter:blur(60px);animation:aurora-move 20s infinite alternate ease-in-out;z-index:-1;pointer-events:none}@keyframes aurora-move{0%{transform:translate(0) scale(1)}50%{transform:translate(-2%,2%) scale(1.05)}to{transform:translate(2%,-2%) scale(1)}}.main-content{display:flex;flex:1;overflow:hidden}.editor-area{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.upload-area{position:absolute;bottom:20px;left:50%;transform:translate(-50%);text-align:center;background:var(--glass-surface);padding:24px 32px;border-radius:var(--radius-lg);backdrop-filter:var(--backdrop-blur-md);-webkit-backdrop-filter:var(--backdrop-blur-md);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff0d}.upload-area p{margin-bottom:12px;font-size:13px;color:var(--text-secondary)}.upload-buttons{display:flex;gap:12px}.upload-buttons button{height:32px;padding:0 16px;background:#0a84ff1a;border:1px solid rgba(10,132,255,.3);border-radius:var(--radius-full);color:var(--accent-blue);font-size:13px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-weight:500}.upload-buttons button:hover{background:#8a63ff4d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.rendering-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}.rendering-modal{background:#1e1e23a6;backdrop-filter:blur(50px) saturate(200%);-webkit-backdrop-filter:blur(50px) saturate(200%);padding:48px;border-radius:28px;border:1px solid rgba(255,255,255,.12);text-align:center;width:380px;box-shadow:0 40px 80px -12px #0009,0 0 0 1px #ffffff14 inset;display:flex;flex-direction:column;align-items:center;gap:24px}.spinner-ring{width:56px;height:56px;border:4px solid rgba(255,255,255,.08);border-top-color:var(--accent-blue);border-right-color:var(--accent-purple);border-radius:50%;animation:spin .8s linear infinite;box-shadow:0 0 25px #5e5ce666}.rendering-modal h3{font-size:16px;font-weight:600;color:#fff;letter-spacing:-.01em;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.progress-container{width:100%;height:8px;background:#0006;border-radius:10px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #0009,0 1px #ffffff14;border:1px solid rgba(255,255,255,.05)}.progress-bar{height:100%;width:100%;background:linear-gradient(90deg,#0a84ff,#5e5ce6,#bf5af2);border-radius:10px;transform-origin:left center;transform:scaleX(0);transition:transform .1s linear;box-shadow:0 0 15px #5e5ce680;position:relative;will-change:transform}.progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,rgba(255,255,255,.25) 0%,transparent 100%);border-radius:10px 10px 0 0}.rendering-status{font-size:13px;color:#ffffffb3;font-variant-numeric:tabular-nums;letter-spacing:.3px;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
