:root{--bg-primary:#17141f;--bg-secondary:#1f1a2c;--bg-tertiary:#292239;--bg-hover:#342b48;--bg-canvas:#0e0c14;--text-primary:#ece7f4;--text-secondary:#9c92b0;--text-muted:#6c6280;--accent:#ff4d8f;--accent-hover:#ff74a8;--accent-dim:#c73a72;--accent-glow:#ff4d8f59;--info:#45d6cd;--info-glow:#45d6cd4d;--danger:#ff635c;--success:#3dcc80;--warning:#ffc24b;--border:#322a44;--border-light:#453a5e;--shadow:#08051073;--font-display:"Orbitron", "Inter", -apple-system, sans-serif;--font-mono:"Share Tech Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--viewport-h:100vh;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px)}@supports (height:100dvh){:root{--viewport-h:100dvh}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font-body);background:radial-gradient(120% 90% at 50% -20%, #ff4d8f12, transparent 55%), radial-gradient(110% 80% at 100% 110%, #45d6cd0d, transparent 50%), var(--bg-primary);color:var(--text-primary);min-height:var(--viewport-h);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex}.app-header:before,.app-footer:before{content:"";pointer-events:none;z-index:0;background:repeating-linear-gradient(#ffffff07 0 1px,#0000 1px 3px);position:absolute;inset:0}.app-header,.app-footer{position:relative}.app-header>*,.app-footer>*{z-index:1;position:relative}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--info);outline-offset:2px;border-radius:2px}*{scrollbar-width:thin;scrollbar-color:var(--bg-hover) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports (-webkit-touch-callout:none){html{height:-webkit-fill-available}body{min-height:-webkit-fill-available}}.app-header{background:linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.app-header:after{content:"";background:linear-gradient(90deg, var(--accent) 0%, #a06bff 25%, var(--info) 50%, #a06bff 75%, var(--accent) 100%);opacity:.9;pointer-events:none;z-index:2;background-size:200% 100%;height:2px;animation:14s linear infinite laser-drift;position:absolute;bottom:-1px;left:0;right:0}@keyframes laser-drift{0%{background-position:0 0}to{background-position:200% 0}}.header-left{align-items:baseline;gap:10px;min-width:0;display:flex}.app-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.09em;background:linear-gradient(#fff 0%,#d4cbe8 40%,#8f82ab 48%,#efe9fa 56%,#a99cc6 100%);-webkit-text-fill-color:transparent;color:var(--text-primary);filter:drop-shadow(0 2px 3px #08051099);white-space:nowrap;background-clip:text;font-size:16px;font-weight:700}.build-badge{border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;border-radius:7px;align-items:center;padding:2px 8px;font-size:11px;display:inline-flex}.header-site-links{white-space:nowrap;align-items:center;gap:8px;font-size:11px;display:inline-flex}.header-site-links a{color:var(--text-secondary);text-decoration:none}.header-site-links a:hover{color:var(--text-primary);text-decoration:underline}.lang-selector{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:9px;gap:2px;padding:3px;display:flex;box-shadow:inset 0 1px 3px #08051066}.header-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-action-btn{color:#ffd28a;cursor:pointer;white-space:nowrap;background:#ffc24b1f;border:1px solid #ffc24b47;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 12px;font-size:12px;font-weight:600;line-height:1;transition:all .2s;display:inline-flex}.header-action-btn:hover{color:#ffe2b2;background:#ffc24b33;border-color:#ffc24b6b}.header-action-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.header-action-btn.done{color:#b8f3bd;background:#3dcc8024;border-color:#3dcc8057}.header-action-btn:disabled{opacity:.5;cursor:not-allowed}.header-export-progress{min-width:172px;max-width:min(260px,42vw);color:var(--text-primary);background:linear-gradient(#45d6cd1f,#45d6cd0f),#ffffff08;border:1px solid #45d6cd3d;border-radius:12px;padding:7px 11px 8px;display:none;box-shadow:inset 0 1px #ffffff0a}.header-export-progress.visible{flex-direction:column;gap:6px;display:flex}.header-export-progress-top{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.header-export-progress-label{color:#9fe8e2;white-space:nowrap;font-size:11px;font-weight:700}.header-export-progress-file{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;text-align:right;font-size:11px;overflow:hidden}.header-export-progress-bar{background:#ffffff14;border-radius:7px;height:5px;overflow:hidden}.header-export-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#45d6cd,#7de9e0);width:0%;height:100%;transition:width .16s}.lang-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:13px;transition:background .2s,color .2s,box-shadow .2s}.lang-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.lang-btn.active{background:linear-gradient(180deg, var(--accent-hover), var(--accent-dim));color:#fff;box-shadow:0 0 10px var(--accent-glow), inset 0 1px 0 #ffffff40}.header-link-btn{white-space:nowrap;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:7px 12px;font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff0f,0 1px 2px #08051080}.header-link-btn svg{flex:none;width:15px;height:15px}.header-link-btn.feedback{color:#9be9e3;cursor:pointer;background:#45d6cd1f;border:1px solid #45d6cd59;font-family:inherit}.header-link-btn.feedback:hover{color:#c3f4f0;box-shadow:0 0 12px var(--info-glow), inset 0 1px 0 #ffffff0f;background:#45d6cd33;border-color:#45d6cd8c}.header-link-btn.privacy{color:#9fe6bd;background:#3dcc801f;border:1px solid #3dcc8059}.header-link-btn.privacy:hover{color:#c4f2d8;background:#3dcc8033;border-color:#3dcc808c}.header-link-btn.download{color:#ffd98f;background:#ffc24b1f;border:1px solid #ffc24b59}.header-link-btn.download:hover{color:#ffe6b8;background:#ffc24b33;border-color:#ffc24b8c}.header-link-btn.shop{color:#ffb1cd;background:#ff4d8f1f;border:1px solid #ff4d8f66}.header-link-btn.shop:hover{color:#ffcede;box-shadow:0 0 12px var(--accent-glow), inset 0 1px 0 #ffffff0f;background:#ff4d8f33;border-color:#ff4d8f99}.header-shop-badge{font-family:var(--font-mono);letter-spacing:.04em;color:var(--warning);white-space:nowrap;background:#08051073;border:1px solid #ffffff2e;border-radius:5px;padding:2px 6px;font-size:10px}.upload-privacy-note{color:#9fe6bd;background:#0e0c148c;border:1px solid #3dcc804d;border-radius:7px;align-items:center;gap:7px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.upload-privacy-note:hover{color:#c4f2d8;border-color:#3dcc808c}.upload-privacy-note svg{flex:none;width:14px;height:14px}.desktop-update-banner{background:#ffc24b1a;border-bottom:1px solid #ffc24b47;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;display:none}.desktop-update-left{align-items:flex-start;gap:10px;min-width:0;display:flex}.desktop-update-icon{color:#ffc24b;opacity:.95;flex:none;width:20px;height:20px;margin-top:1px}.desktop-update-text{flex-direction:column;gap:2px;min-width:0;display:flex}.desktop-update-title{color:#ffc24b;font-size:13px;font-weight:700;line-height:1.2}.desktop-update-body{color:var(--text-secondary);font-size:12px;line-height:1.35}.desktop-update-actions{flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.desktop-update-btn{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:#ffc24b29;border:1px solid #ffc24b59;border-radius:7px;padding:7px 12px;font-size:12px;font-weight:600;transition:all .2s}.desktop-update-btn:hover{background:#ffc24b3d;border-color:#ffc24b8c}.desktop-update-btn.primary{background:#ffc24b47;border-color:#ffc24b8c}.desktop-update-btn.primary:hover{background:#ffc24b61;border-color:#ffc24bb8}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){.desktop-update-banner{flex-direction:column;align-items:flex-start}.desktop-update-actions{justify-content:flex-start;width:100%}.desktop-update-btn{text-align:center;flex:160px}}.app-main{flex:1;grid-template-columns:1fr auto;min-height:0;display:grid;overflow:hidden}.preview-section{height:100%;max-height:calc(var(--viewport-h) - 96px);background:0 0;flex-direction:column;min-height:0;padding:12px;display:flex;position:relative;overflow:hidden}.canvas-container{background:var(--bg-canvas);border:2px dashed #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:400px;transition:border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}#canvas,#glCanvas{object-fit:contain;max-width:100%;max-height:100%}.canvas-transform-wrapper{transform-origin:0 0;will-change:transform;justify-content:center;align-items:center;display:flex;position:relative}.zoom-indicator{color:var(--text-primary);pointer-events:none;z-index:50;background:#000000b3;border-radius:4px;padding:4px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;display:none;position:absolute;bottom:12px;right:12px}.zoom-controls{z-index:50;gap:4px;display:flex;position:absolute;bottom:12px;left:12px}.zoom-ctrl-btn{width:28px;height:28px;color:var(--text-primary);cursor:pointer;background:#000000b3;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;font-size:16px;line-height:1;display:flex}.zoom-ctrl-btn:hover{background:#000000d9;border-color:#ffffff4d}.canvas-container.zoom-pan-active{cursor:grab}.canvas-container.zoom-panning{cursor:grabbing}.canvas-container.crop-mode,.canvas-container.straighten-line-mode{cursor:crosshair}.crop-overlay{pointer-events:none;z-index:100;background:#45d6cd0f;border:1px solid #fffffff2;display:none;position:absolute;box-shadow:0 0 0 9999px #00000070,0 0 0 1px #0006}.crop-grid{background:linear-gradient(90deg,#0000 33.333%,#ffffff8f 33.333% calc(33.333% + 1px),#0000 calc(33.333% + 1px) 66.666%,#ffffff8f 66.666% calc(66.666% + 1px),#0000 calc(66.666% + 1px)),linear-gradient(#0000 33.333%,#ffffff8f 33.333% calc(33.333% + 1px),#0000 calc(33.333% + 1px) 66.666%,#ffffff8f 66.666% calc(66.666% + 1px),#0000 calc(66.666% + 1px));position:absolute;inset:0}.crop-handle{background:#0e1319c7;border:2px solid #fffffffa;width:12px;height:12px;position:absolute;box-shadow:0 1px 4px #0006}.crop-handle-nw{top:-6px;left:-6px}.crop-handle-n{top:-6px;left:calc(50% - 6px)}.crop-handle-ne{top:-6px;right:-6px}.crop-handle-e{top:calc(50% - 6px);right:-6px}.crop-handle-se{bottom:-6px;right:-6px}.crop-handle-s{bottom:-6px;left:calc(50% - 6px)}.crop-handle-sw{bottom:-6px;left:-6px}.crop-handle-w{top:calc(50% - 6px);left:-6px}.straighten-guide-line{pointer-events:none;transform-origin:0;z-index:125;background:#fffffff5;min-width:1px;height:2px;display:none;position:absolute;box-shadow:0 0 0 1px #000000b8,0 0 18px #45d6cd85}.straighten-guide-line:before,.straighten-guide-line:after{content:"";background:#fffffff5;border:1px solid #000000b8;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;transform:translateY(-50%)}.straighten-guide-line:before{left:-4px}.straighten-guide-line:after{right:-4px}.crop-mode-hint{color:#ffffffeb;backdrop-filter:blur(10px);pointer-events:none;opacity:0;z-index:160;background:#12161cdb;border:1px solid #ffffff29;border-radius:8px;flex-direction:column;gap:4px;max-width:min(360px,100% - 28px);padding:10px 12px;transition:opacity .2s,transform .2s;display:none;position:absolute;top:14px;left:14px;transform:translateY(-4px);box-shadow:0 10px 28px #00000061}.crop-mode-hint.visible{opacity:1;transform:translateY(0)}.crop-mode-hint-title{font-size:12px;font-weight:700;line-height:1.25}.crop-mode-hint-body{color:#ffffffc2;font-size:12px;line-height:1.42}.loupe{pointer-events:none;z-index:250;border:1px solid var(--border-light);backdrop-filter:blur(6px);background:#111111f2;border-radius:10px;padding:8px;display:none;position:absolute;box-shadow:0 10px 30px #0000008c}#loupeCanvas{border:1px solid var(--border);image-rendering:pixelated;border-radius:8px;display:block}.loupe-info{color:var(--text-secondary);white-space:nowrap;opacity:.95;margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.upload-placeholder{width:100%;height:100%;color:var(--text-secondary);isolation:isolate;flex-direction:column;justify-content:safe center;align-items:center;gap:16px;padding:24px;display:flex;position:relative;overflow:hidden auto}.upload-placeholder:before{content:"";z-index:-2;pointer-events:none;background:radial-gradient(circle at 50% 34%,#ffd68280 0%,#ff965c57 5%,#ff4d8f42 10%,#ff4d8f1a 15%,#0000 22%),linear-gradient(#17141f00 0%,#2b1a428c 38%,#42205873 52%,#0000 58%);animation:6s ease-in-out infinite sun-breathe;position:absolute;inset:0}@keyframes sun-breathe{0%,to{opacity:1}50%{opacity:.78}}.upload-placeholder:after{content:"";z-index:-1;transform-origin:50% 0;pointer-events:none;background:repeating-linear-gradient(90deg,#45d6cd38 0 1px,#0000 1px 64px),repeating-linear-gradient(0deg,#45d6cd38 0 1px,#0000 1px 44px),linear-gradient(#45d6cd12,#0000 70%);height:70%;animation:2.4s linear infinite grid-roll;position:absolute;top:56%;left:-60%;right:-60%;transform:perspective(340px)rotateX(58deg);mask-image:linear-gradient(#0000 0%,#000 16% 78%,#0000 100%)}@keyframes grid-roll{0%{background-position:0 0,0 0,0 0}to{background-position:0 0,0 44px,0 0}}.upload-placeholder svg{opacity:.85;width:56px;height:56px;color:var(--info);filter:drop-shadow(0 0 10px var(--info-glow))}.upload-placeholder>p{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;text-align:center;color:var(--text-primary);text-shadow:0 0 14px var(--info-glow);font-size:15px;font-weight:500}.upload-seo-summary{max-width:min(620px,100vw - 64px);color:var(--text-secondary);text-align:center;backdrop-filter:blur(3px);background:#0e0c1499;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:8px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.upload-seo-summary strong{color:var(--text-primary);font-weight:600}.upload-seo-links{flex-wrap:wrap;justify-content:center;gap:10px;font-size:12px;display:flex}.upload-seo-links a{color:var(--accent-hover);text-decoration:none}.upload-seo-links a:hover{text-decoration:underline}.upload-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s;display:inline-flex}.upload-btn:hover{background:var(--accent-hover)}.upload-btn.secondary{background:var(--bg-tertiary);border:1px solid var(--border);margin-left:8px}.upload-btn.secondary:hover{background:var(--bg-secondary);border-color:var(--border-light)}.upload-btn.is-disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.hidden-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.upload-support-hint{max-width:320px;color:var(--text-muted);text-align:center;font-size:12px;line-height:1.4;display:none}.upload-support-hint.visible{display:block}.preview-toolbar{flex-wrap:wrap;align-items:center;gap:8px;padding:12px 0;display:flex}.toolbar-btn{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;transition:all .2s;display:flex}.toolbar-btn:hover{background:var(--bg-tertiary);border-color:var(--border-light)}.toolbar-btn.active,.toolbar-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.toolbar-btn.primary:hover{background:var(--accent-hover)}.toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.toolbar-btn svg{width:16px;height:16px}.toolbar-separator{background:var(--border);width:1px;height:24px;margin:0 4px}.status-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;background:#08051073;border:1px solid #ffffff24;border-radius:5px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.status-badge:before{content:"●";font-size:9px;animation:1.6s step-end infinite osd-blink}@keyframes osd-blink{0%,65%{opacity:1}66%,to{opacity:.25}}.status-badge.step1{color:var(--warning);background:#ffc24b33}.status-badge.step2{color:var(--accent);background:#45d6cd33}.status-badge.step3{color:var(--success);background:#3dcc8033}.current-file-label{max-width:min(40vw,460px);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:#ffffff0d;border-radius:10px;padding:4px 8px;font-size:11px;line-height:1.3;overflow:hidden}.histogram-container{border:1px solid var(--border);z-index:0;background:#ffffff06;border-radius:8px;flex:none;min-height:112px;padding:10px;position:relative}.histogram-header{align-items:center;margin-bottom:4px;display:flex}.histogram-label{color:var(--text-secondary);font-size:11px}#histogramCanvas{background:var(--bg-canvas);border:1px solid #45d6cd24;border-radius:6px;width:100%;height:80px;display:block}.controls-panel{background:var(--bg-secondary);border-left:1px solid var(--border);width:296px;height:100%;max-height:calc(var(--viewport-h) - 96px);flex-direction:column;gap:10px;min-height:0;padding:10px;display:flex;overflow:hidden auto}.controls-panel>.histogram-container,.controls-panel>.file-list-section,.controls-panel>.control-stage-bar,.controls-panel>.control-section{flex:none}.control-stage-bar{border:1px solid var(--border);background:#ffffff06;border-bottom:none;border-radius:8px 8px 0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:8px;display:grid}.control-stage-pill{min-width:0;min-height:42px;color:var(--text-secondary);background:#00000029;border:1px solid #ffffff14;border-radius:6px;flex-direction:column;justify-content:center;gap:3px;padding:7px 8px;display:flex;position:relative}.control-stage-pill+.control-stage-pill:before{content:"›";color:var(--text-muted);pointer-events:none;font-size:13px;line-height:1;position:absolute;top:50%;left:-9px;transform:translateY(-54%)}.control-stage-index{width:18px;height:18px;font-family:var(--font-mono);color:var(--text-secondary);background:#08051080;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.control-stage-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:600;line-height:1.2;overflow:hidden}.control-stage-pill.active{color:var(--text-primary);background:#ff4d8f1a;border-color:#ff4d8f8c;box-shadow:0 0 12px #ff4d8f2e}.control-stage-pill.active .control-stage-index{background:var(--accent);color:#fff;border-color:#0000}.control-stage-pill.completed{color:var(--success);border-color:#3dcc8059}.control-stage-pill.completed .control-stage-index{color:var(--success);background:#3dcc8038;border-color:#0000;font-size:0}.control-stage-pill.completed .control-stage-index:after{content:"✓";font-size:11px}.control-section{border:1px solid var(--border);background:#ffffff06;border-radius:8px;padding:12px}.control-section.task-primary{background:#ff4d8f0d;border-color:#ff4d8f66;box-shadow:0 0 14px #ff4d8f12}.control-section.task-primary>.section-header .section-title:before{content:"▶ ";color:var(--accent);vertical-align:1px;font-size:9px}.control-section.task-secondary{opacity:.82;background:#ffffff05;transition:opacity .2s}.control-section.task-secondary:hover,.control-section.task-secondary:focus-within{opacity:1}.control-section.task-advanced{opacity:.62;border-style:dashed;transition:opacity .2s}.control-section.task-advanced:hover,.control-section.task-advanced:focus-within{opacity:1}.control-section.guide-section{border-color:var(--border);background:#ffffff06;border-radius:0 0 8px 8px;margin-top:-10px;padding:10px}.guide-section .section-header{margin-bottom:8px}.guide-section .section-title{color:var(--text-muted);font-size:10px}.section-header{cursor:default;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-header[data-section]{cursor:pointer}.section-header[data-section]:hover .section-title{color:var(--accent-hover)}.section-header[data-section]:hover .section-toggle{color:var(--text-primary)}.guide-toggle-btn{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:7px;padding:6px 10px;font-size:11px;line-height:1;transition:all .2s}.guide-toggle-btn:hover{background:var(--bg-tertiary);border-color:var(--border-light)}.guide-toggle-btn[aria-pressed=true]{color:var(--accent);background:#45d6cd1f;border-color:#45d6cd59}.section-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.section-toggle{color:var(--text-secondary);transition:transform .2s}.section-toggle.collapsed{transform:rotate(-90deg)}.section-content{flex-direction:column;gap:12px;display:flex}.section-content.collapsed{display:none}.control-group{background:#0000001a;border:1px solid #ffffff12;border-radius:6px;flex-direction:column;gap:10px;padding:10px;display:flex}.control-group.is-primary{background:#45d6cd0b;border-color:#45d6cd38}.control-group.is-muted{background:#ffffff04;border-style:dashed}.control-group-title{color:var(--text-primary);justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:700;line-height:1.25;display:flex}.control-group-title span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.control-group-hint{color:var(--text-secondary);margin-top:-4px;font-size:11px;line-height:1.4}.control-group-grid{grid-template-columns:1fr;gap:10px;display:grid}.control-group-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.control-group .info-box,.control-group .roll-reference-controls,.control-group .lens-correction-panel{margin-top:0;margin-bottom:0}.control-help-card .gray-point-guide-card{background:0 0;border:0;border-radius:0;padding:0}.control-action-row{flex-direction:column;gap:8px;display:flex}.control-help-card{background:#ffc24b12;border:1px solid #ffc24b3d;border-radius:6px;flex-direction:column;gap:6px;padding:10px;display:flex}.novice-guide-card{background:#45d6cd14;border:1px solid #45d6cd3d;border-radius:6px;flex-direction:column;gap:8px;padding:10px;display:flex}.novice-guide-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.novice-guide-title{color:var(--accent);letter-spacing:.2px;font-size:12px;font-weight:700}.novice-guide-phase{display:none}.novice-guide-primary{color:var(--text-primary);gap:7px;font-size:13px;font-weight:600;line-height:1.5;display:flex}.novice-guide-primary:before{content:"▶";color:var(--info);text-shadow:0 0 8px var(--info-glow);flex:none;margin-top:2px;font-size:10px}.novice-guide-list{color:var(--text-secondary);flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:11px;line-height:1.4;display:flex}.novice-guide-list li::marker{color:var(--info);font-family:var(--font-mono)}.novice-guide-status{color:var(--accent);border-top:1px dashed #45d6cd59;padding-top:8px;font-size:11px;line-height:1.4}.novice-guide-warning{color:#ffd29b;background:#ffaa281f;border:1px solid #ffaa2866;border-radius:6px;padding:7px 8px;font-size:11px;line-height:1.35}.film-type-toggle{background:var(--bg-canvas);border:1px solid var(--border);border-radius:9px;gap:2px;padding:3px;display:flex;box-shadow:inset 0 1px 3px #08051080}.film-type-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:8px;font-size:13px;transition:all .2s}.film-type-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.film-type-btn.active{background:linear-gradient(180deg, var(--accent-hover), var(--accent-dim));color:#fff}.preset-select{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;color:var(--text-primary);cursor:pointer;border-radius:4px;padding:8px 12px;font-size:13px}.preset-select:focus{border-color:var(--accent);outline:none}.film-edge-text-input{cursor:text}.film-edge-color-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.film-edge-color-input{background:var(--bg-tertiary);border:1px solid var(--border);cursor:pointer;border-radius:4px;width:44px;height:30px;padding:2px}.film-edge-color-input:focus{border-color:var(--accent);outline:none}.film-base-buttons{flex-wrap:wrap;gap:8px;display:flex}.film-base-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;flex:1;padding:8px;font-size:12px;transition:all .2s}.film-base-btn:hover{background:var(--bg-hover);border-color:var(--border-light)}.film-base-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}#filmSettingsSection .step2-mode-toggle{order:1}#filmSettingsSection .film-type-toggle{order:2}#coreColorModelStep2Control{order:3}#filmPresetControl{order:4}#filmBaseControls,#positiveFilmInfo{order:5}#applyConvertBtn{order:6}#lensCorrectionPanel{order:7}.step2-mode-toggle{gap:8px;display:flex}.step2-mode-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:4px;flex:1;padding:7px 9px;font-size:12px;transition:all .2s}.step2-mode-btn:hover{background:var(--bg-hover);border-color:var(--border-light);color:var(--text-primary)}.step2-mode-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.step2-guide-card{color:var(--text-primary);background:#45d6cd14;border:1px solid #45d6cd59;border-radius:6px;flex-direction:column;gap:8px;margin-bottom:10px;padding:10px;display:flex}.step2-guide-title{color:var(--accent);font-size:12px;font-weight:700}.step2-guide-intro,.step2-guide-term{color:var(--text-secondary);font-size:11px;line-height:1.45}.step2-guide-list{color:var(--text-primary);flex-direction:column;gap:5px;margin:0;padding-left:18px;font-size:12px;line-height:1.4;display:flex}.step2-guide-tip{color:var(--accent);border-top:1px dashed #45d6cd59;padding-top:8px;font-size:11px;line-height:1.45}.recommended-action{color:var(--text-primary);background:#45d6cd1f;outline:2px solid #45d6cd8c;box-shadow:inset 0 0 0 1px #45d6cd40;border-color:var(--accent)!important}.roll-reference-controls{border:1px solid var(--border);background:#ffffff05;border-radius:6px;flex-direction:column;gap:8px;margin-top:10px;padding:10px;display:flex}.roll-reference-title{text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary);font-size:11px;font-weight:600}.roll-reference-status{color:var(--text-secondary);font-size:11px;line-height:1.3}.roll-reference-options{flex-direction:column;gap:6px;display:flex}.roll-reference-option{color:var(--text-secondary);user-select:none;align-items:center;gap:6px;font-size:12px;display:flex}.roll-reference-option input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px}.lens-correction-panel{border:1px solid var(--border);background:#ffffff05;border-radius:6px;flex-direction:column;gap:8px;padding:10px;display:flex}.lens-correction-panel:not(.is-open){background:#ffffff04}.lens-correction-panel:not(.is-open) .lens-status,.lens-correction-panel:not(.is-open) .lens-grid{display:none}.lens-section-title{text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary);font-size:11px;font-weight:600}.lens-row{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.lens-toggle-label{user-select:none;color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.lens-toggle-label input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px}.lens-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.lens-field{flex-direction:column;gap:4px;display:flex}.lens-field.wide{grid-column:1/-1}.lens-field label{color:var(--text-secondary);font-size:11px}.lens-field input,.lens-field select{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;min-width:0;color:var(--text-primary);border-radius:4px;padding:6px 8px;font-size:12px}.lens-field input:focus,.lens-field select:focus{border-color:var(--accent);outline:none}.lens-field input:disabled,.lens-field select:disabled{opacity:.68;cursor:not-allowed}.lens-status{color:var(--text-secondary);white-space:pre-line;margin:0;font-size:11px;line-height:1.35}.lens-status.error{color:var(--danger)}.lens-status.ready{color:var(--success)}.lens-selected{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.35}.lens-step-row{align-items:center;gap:8px;display:flex}.autoframe-settings{border:1px solid var(--border);background:#ffffff05;border-radius:6px;flex-direction:column;gap:8px;padding:10px;display:flex}.autoframe-row{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.autoframe-row select{background:var(--bg-tertiary);border:1px solid var(--border);min-width:0;color:var(--text-primary);border-radius:4px;flex:1;padding:6px 8px;font-size:12px}.autoframe-row select:focus{border-color:var(--accent);outline:none}.autoframe-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px;padding-top:2px;display:grid}.autoframe-option{color:var(--text-secondary);user-select:none;align-items:center;gap:6px;font-size:12px;display:flex}.autoframe-option input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px}.autoframe-diagnostics{color:var(--text-secondary);white-space:pre-line;margin-bottom:0;font-family:monospace;font-size:11px;line-height:1.4}.film-base-preview{background:var(--bg-tertiary);border-radius:4px;align-items:center;gap:8px;padding:8px;display:flex}.film-base-color{border:1px solid var(--border);border-radius:4px;width:32px;height:32px}.film-base-values{color:var(--text-secondary);font-family:monospace;font-size:11px}.slider-control{flex-direction:column;gap:4px;display:flex}.slider-header{justify-content:space-between;align-items:center;display:flex}.slider-label{color:var(--text-secondary);font-size:12px}.slider-value-group{align-items:center;gap:6px;display:flex}.slider-number-input{background:var(--bg-tertiary);border:1px solid var(--border);width:72px;color:var(--text-primary);text-align:right;border-radius:4px;padding:4px 6px;font-family:monospace;font-size:12px}.slider-number-input:focus{border-color:var(--accent);outline:none}.slider-unit{color:var(--text-secondary);min-width:16px;font-size:11px}.slider-input{appearance:none;cursor:pointer;background:linear-gradient(#0d0a15,#201a30);border:1px solid #ffffff0d;border-radius:3px;width:100%;height:6px;box-shadow:inset 0 1px 2px #080510a6}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;background:linear-gradient(180deg, transparent 44%, var(--accent) 44%, var(--accent) 56%, transparent 56%), linear-gradient(180deg, #f6f3fb 0%, #b9aed2 45%, #857898 50%, #d5cde8 56%, #746786 100%);cursor:pointer;border:1px solid #080510d9;border-radius:3px;width:14px;height:22px;margin-top:-9px;transition:box-shadow .15s;box-shadow:0 1px 3px #08051099}.slider-input::-webkit-slider-thumb:hover{box-shadow:0 0 10px var(--accent-glow), 0 1px 3px #08051099}.slider-input::-moz-range-thumb{background:linear-gradient(180deg, transparent 44%, var(--accent) 44%, var(--accent) 56%, transparent 56%), linear-gradient(180deg, #f6f3fb 0%, #b9aed2 45%, #857898 50%, #d5cde8 56%, #746786 100%);cursor:pointer;border:1px solid #080510d9;border-radius:3px;width:14px;height:22px;box-shadow:0 1px 3px #08051099}.slider-input::-moz-range-thumb:hover{box-shadow:0 0 10px var(--accent-glow), 0 1px 3px #08051099}.curve-editor{background:var(--bg-tertiary);border-radius:4px;padding:8px}.curve-hint{color:var(--text-secondary);margin:0 0 8px;font-size:11px}.curve-tabs{gap:4px;margin-bottom:8px;display:flex}.curve-tab.reset{color:var(--text-secondary);margin-left:auto}.curve-tab.reset:hover{color:var(--accent);border-color:var(--accent)}.curve-tab{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:3px;flex:1;padding:4px 8px;font-size:11px;transition:all .2s}.curve-tab.r{color:#ff635c}.curve-tab.g{color:#3dcc80}.curve-tab.b{color:#45d6cd}.curve-tab.active{background:var(--bg-hover);border-color:var(--border-light)}.curve-canvas{background:var(--bg-canvas);cursor:crosshair;touch-action:none;border:1px solid #45d6cd24;border-radius:6px;width:100%;height:120px;transition:border-color .2s}.curve-canvas:hover{border-color:var(--accent)}.curve-presets{gap:4px;margin-top:8px;display:flex}.curve-preset-btn{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:3px;flex:1;padding:4px;font-size:10px}.curve-preset-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.app-footer{background:linear-gradient(0deg, var(--bg-secondary), var(--bg-primary));border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.footer-left,.footer-right{gap:8px;display:flex}.footer-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:8px 16px;font-size:13px;transition:all .2s}.footer-btn:hover{background:var(--bg-hover)}.footer-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.footer-btn svg{flex-shrink:0}#toastContainer{z-index:2000;pointer-events:none;flex-direction:column;align-items:center;gap:6px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-message{color:#e0e0e0;opacity:0;white-space:nowrap;background:#1e1e1eeb;border-radius:6px;padding:8px 18px;font-size:13px;transition:opacity .25s;box-shadow:0 2px 8px #0000004d}.toast-message.toast-visible{opacity:1}.footer-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.footer-btn.primary:hover{background:var(--accent-hover)}.footer-btn:disabled{opacity:.5;cursor:not-allowed}.info-box{color:var(--accent);background:#45d6cd1a;border:1px solid #45d6cd4d;border-radius:4px;margin-bottom:12px;padding:10px 12px;font-size:12px}.workflow-guide-note{white-space:pre-line;margin-top:8px;margin-bottom:0;line-height:1.5}.gray-point-guide-card{background:linear-gradient(135deg,#ffc24b1f,#45d6cd14),#ffffff05;border:1px solid #ffc24b3d;border-radius:10px;flex-direction:column;gap:6px;padding:12px;display:flex}.gray-point-guide-card.is-active{background:linear-gradient(135deg,#45d6cd2e,#45d6cd14),#ffffff05;border-color:#45d6cd70}.gray-point-guide-title{color:#ffd28a;font-size:12px;font-weight:700}.gray-point-guide-card.is-active .gray-point-guide-title{color:#9fe8e2}.gray-point-guide-body{color:var(--text-primary);font-size:12px;line-height:1.5}.gray-point-guide-hint{color:var(--text-secondary);font-size:11px;line-height:1.45}.frontier-guide-popup-overlay{backdrop-filter:blur(8px);z-index:220;background:#00000094;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.frontier-guide-popup-overlay.visible{display:flex}.frontier-guide-popup{background:linear-gradient(#302818fa,#1c1c1cfa);border:1px solid #ffc24b47;border-radius:16px;flex-direction:column;gap:12px;width:min(420px,100%);padding:18px;display:flex;box-shadow:0 24px 50px #0000005c}.frontier-guide-popup-title{color:#ffd28a;font-size:18px;font-weight:700;line-height:1.25}.frontier-guide-popup-body,.frontier-guide-popup-note{font-size:13px;line-height:1.6}.frontier-guide-popup-body{color:var(--text-primary)}.frontier-guide-popup-note{color:var(--text-secondary)}.frontier-guide-popup-actions{justify-content:flex-end;display:flex}.frontier-guide-popup-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;min-width:124px;min-height:38px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .2s}.frontier-guide-popup-btn:hover{background:var(--accent-hover)}.feedback-popup-overlay{backdrop-filter:blur(8px);z-index:220;background:#00000094;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.feedback-popup-overlay.visible{display:flex}.feedback-popup{background:linear-gradient(#1f1a2cfa,#17141ffa);border:1px solid #45d6cd47;border-radius:16px;flex-direction:column;gap:12px;width:min(460px,100%);padding:18px;display:flex;box-shadow:0 24px 50px #0000005c}.feedback-popup-title{font-family:var(--font-display);color:var(--info);text-shadow:0 0 12px var(--info-glow);font-size:16px;font-weight:700;line-height:1.3}.feedback-form{flex-direction:column;gap:12px;display:flex}.feedback-type-group{gap:8px;display:flex}.feedback-type-btn{border:1px solid var(--border-light);min-height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:7px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.feedback-type-btn:hover{border-color:var(--info);color:var(--text-primary)}.feedback-type-btn.active{border-color:var(--info);color:var(--info);background:#45d6cd24}.feedback-message{resize:vertical;border:1px solid var(--border-light);width:100%;min-height:120px;color:var(--text-primary);font-family:var(--font-body);background:#0000004d;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.6}.feedback-message:focus{border-color:var(--info);box-shadow:0 0 0 2px var(--info-glow);outline:none}.feedback-image-row{flex-direction:column;gap:8px;display:flex}.feedback-attach-btn{border:1px dashed var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:7px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.feedback-attach-btn svg{width:14px;height:14px}.feedback-attach-btn:hover:not(:disabled){border-color:var(--info);color:var(--info)}.feedback-attach-btn:disabled{opacity:.45;cursor:not-allowed}.feedback-attach-count{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.feedback-image-list{flex-wrap:wrap;gap:8px;display:flex}.feedback-image-list:empty{display:none}.feedback-image-thumb{border:1px solid var(--border-light);border-radius:8px;width:64px;height:64px;position:relative;overflow:hidden}.feedback-image-thumb img{object-fit:cover;width:100%;height:100%;display:block}.feedback-image-remove{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.feedback-image-remove:hover{background:var(--danger)}.feedback-website-field{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.feedback-popup-note{color:var(--text-secondary);font-size:12px;line-height:1.5}.feedback-status{min-height:18px;font-size:13px;line-height:1.4}.feedback-status-text.sending{color:var(--text-secondary)}.feedback-status-text.success{color:var(--success)}.feedback-status-text.error{color:var(--danger)}.feedback-popup-actions{justify-content:flex-end;gap:10px;display:flex}.feedback-popup-btn{cursor:pointer;border-radius:10px;min-width:104px;min-height:38px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.feedback-popup-btn.primary{background:var(--accent);color:#fff;border:none}.feedback-popup-btn.primary:hover:not(:disabled){background:var(--accent-hover)}.feedback-popup-btn.primary:disabled{opacity:.45;cursor:not-allowed}.feedback-popup-btn.secondary{border:1px solid var(--border-light);color:var(--text-secondary);background:0 0}.feedback-popup-btn.secondary:hover{border-color:var(--text-secondary);color:var(--text-primary)}.file-list-section{border:1px solid var(--border);z-index:5;background:#ffffff06;border-radius:8px;max-height:200px;position:sticky;top:10px;overflow-y:auto}.file-list-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);z-index:10;border-radius:7px 7px 0 0;justify-content:space-between;align-items:center;padding:8px 16px;display:flex;position:sticky;top:0}.file-list-title{color:var(--text-primary);font-size:12px;font-weight:600}.file-list-count{color:var(--text-secondary);font-size:11px}.file-list-items{padding:4px 0}.file-list-item{cursor:pointer;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:background .15s;display:flex}.file-list-item:hover{background:var(--bg-tertiary)}.file-list-item.active{background:#45d6cd26}.file-list-checkbox{cursor:pointer;width:14px;height:14px;accent-color:var(--accent)}.file-list-name{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);flex:1;overflow:hidden}.file-list-status{white-space:nowrap;border-radius:8px;padding:2px 6px;font-size:10px}.file-list-status.pending{color:var(--text-secondary);background:#8883}.file-list-status.processing{color:var(--accent);background:#45d6cd33}.file-list-status.done{color:var(--success);background:#3dcc8033}.file-list-status.error{color:var(--danger);background:#ff635c33}.file-list-actions{border-top:1px solid var(--border);gap:4px;padding:8px 16px;display:flex}.file-list-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;flex:1;padding:6px 8px;font-size:11px;transition:all .2s}.file-list-btn:hover{background:var(--bg-hover)}.file-list-item.has-settings{border-left:3px solid var(--success)}.file-list-item.is-dirty{border-left:3px solid var(--warning)}.file-list-settings-badge{background:var(--success);color:#fff;border-radius:3px;margin-left:4px;padding:1px 4px;font-size:9px}.file-list-unsaved-badge{background:var(--warning);color:#111;border-radius:3px;margin-left:4px;padding:1px 4px;font-size:9px;font-weight:600}.debug-widget{z-index:9999;color:#ffffffeb;white-space:pre;pointer-events:none;background:#000000b8;border:1px solid #ffffff2e;border-radius:10px;max-width:min(420px,100vw - 24px);padding:10px 12px;font:11px/1.35 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;position:fixed;bottom:12px;right:12px}.batch-progress-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.batch-progress-modal{background:var(--bg-secondary);border-radius:8px;min-width:320px;max-width:400px;padding:24px;box-shadow:0 8px 32px #0006}.batch-progress-title{color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:600}.batch-progress-bar{background:var(--bg-tertiary);border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden}.batch-progress-fill{background:var(--accent);height:100%;transition:width .3s}.batch-progress-text{color:var(--text-secondary);text-align:center;font-size:13px}.batch-progress-current{color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:12px;overflow:hidden}.loading-overlay{backdrop-filter:blur(4px);z-index:1001;opacity:0;pointer-events:none;background:#0e0c14e0;flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.loading-overlay.visible{opacity:1;pointer-events:all}.loading-reel-wrap{filter:drop-shadow(0 0 18px #45d6cd2e);width:128px;height:128px}.loading-reel{will-change:transform;width:100%;height:100%;animation:1.4s linear infinite reel-spin}@keyframes reel-spin{to{transform:rotate(360deg)}}.loading-reel .reel-rim{fill:none;stroke:#b9aed2;stroke-width:3px}.loading-reel .reel-film{fill:#ffc24b1a;stroke:#ffc24b8c;stroke-width:2px}.loading-reel .reel-hub{fill:#1f1a2c;stroke:#b9aed2;stroke-width:2.5px}.loading-reel .reel-cutout{fill:#0e0c14d9;stroke:#b9aed28c;stroke-width:1.5px}.loading-reel .reel-key{fill:#b9aed2}.loading-film-strip{background:repeating-linear-gradient(90deg,#0000 0 5px,#ece7f480 5px 9px,#0000 9px 14px) 0 2px/14px 4px repeat-x,repeating-linear-gradient(90deg,#0000 0 5px,#ece7f480 5px 9px,#0000 9px 14px) 0 calc(100% - 2px)/14px 4px repeat-x,#0e0c14;border:1px solid #ffffff1f;border-radius:4px;width:min(280px,72vw);height:28px;margin-top:22px;position:relative;overflow:hidden}.loading-film-fill{background:linear-gradient(90deg, #ff965cbf, var(--warning));border-radius:2px;width:0%;transition:width .25s;position:absolute;top:7px;bottom:7px;left:0;box-shadow:0 0 12px #ffc24b66}.loading-progress-text{font-family:var(--font-mono);color:#45d6cd;text-shadow:0 0 10px #45d6cd99,0 0 30px #45d6cd4d;margin-top:16px;font-size:28px}.loading-phase-text{color:var(--text-secondary,#999);margin-top:8px;font-family:Inter,sans-serif;font-size:14px}.loading-cancel-btn{border:1px solid var(--accent,#45d6cd);color:var(--accent,#45d6cd);cursor:pointer;background:0 0;border-radius:6px;margin-top:20px;padding:8px 20px;font-size:13px;transition:background .2s,color .2s}.export-dropdown{align-items:center;gap:6px;display:inline-flex;position:relative}.export-dropdown .footer-btn.active{color:#ffd28a;background:#ffc24b33;border-color:#ffc24b80}.export-dropdown-menu{background:var(--bg-secondary);border:1px solid var(--border);z-index:100;border-radius:4px;min-width:180px;margin-bottom:4px;display:none;position:absolute;bottom:100%;right:0;box-shadow:0 4px 12px #0000004d}.export-dropdown-menu.show{display:block}.export-dropdown-item{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 12px;font-size:13px;transition:background .15s;display:block}.export-dropdown-item:hover{background:var(--bg-tertiary)}.export-dropdown-item:disabled{opacity:.5;cursor:not-allowed}.export-dropdown-divider{background:var(--border);height:1px;margin:4px 0}.export-format-section{border-bottom:1px solid var(--border);padding:10px 12px}.export-format-label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:6px;font-size:11px}.export-format-toggle{gap:4px;display:flex}.export-format-toggle .format-btn,.export-bitdepth-toggle .bitdepth-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;flex:1;padding:6px 12px;font-size:12px;transition:all .15s}.export-format-toggle .format-btn:first-child,.export-bitdepth-toggle .bitdepth-btn:first-child{border-radius:4px 0 0 4px}.export-format-toggle .format-btn:last-child,.export-bitdepth-toggle .bitdepth-btn:last-child{border-radius:0 4px 4px 0}.export-format-toggle .format-btn.active,.export-bitdepth-toggle .bitdepth-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.export-bitdepth-section{border-bottom:1px solid var(--border);padding:10px 12px}.export-bitdepth-toggle{gap:4px;display:flex}.export-bitdepth-toggle .bitdepth-btn.disabled{opacity:.5;cursor:not-allowed}.export-bitdepth-note{color:var(--text-secondary);margin-top:6px;font-size:11px;display:none}.export-bitdepth-note.show{display:block}.export-quality-section{border-bottom:1px solid var(--border);padding:10px 12px;display:none}.export-quality-section.show{display:block}.export-quality-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.export-quality-label{color:var(--text-secondary);text-transform:uppercase;font-size:11px}.export-quality-value{color:var(--text-primary);font-size:12px}.export-quality-slider{appearance:none;background:var(--bg-tertiary);border-radius:2px;outline:none;width:100%;height:4px}.export-quality-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:14px;height:14px}.export-quality-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.toolbar-btn,.footer-btn,.film-base-btn,.file-list-btn,.curve-preset-btn,.curve-tab,.step2-mode-btn,.upload-btn.secondary,.desktop-update-btn,.header-action-btn,.guide-toggle-btn{box-shadow:inset 0 1px #ffffff0f,0 1px 2px #08051080}.toolbar-btn,.footer-btn,.film-base-btn,.file-list-btn,.step2-mode-btn,.upload-btn,.preset-select,.slider-number-input{border-radius:8px}.toolbar-btn:active:not(:disabled),.footer-btn:active:not(:disabled),.film-base-btn:active,.file-list-btn:active,.upload-btn:active,.step2-mode-btn:active,.film-type-btn:active,.curve-preset-btn:active,.lang-btn:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0805108c}.toolbar-btn.primary,.footer-btn.primary,.upload-btn:not(.secondary),.frontier-guide-popup-btn{background:linear-gradient(180deg, var(--accent-hover), var(--accent-dim));color:#fff;text-shadow:0 1px 2px #08051059;box-shadow:0 0 14px var(--accent-glow), inset 0 1px 0 #ffffff4d;border:1px solid #ffffff38}.toolbar-btn.primary:hover,.footer-btn.primary:hover,.upload-btn:not(.secondary):hover,.frontier-guide-popup-btn:hover{background:linear-gradient(180deg, #ff8ab5, var(--accent));box-shadow:0 0 22px var(--accent-glow), inset 0 1px 0 #ffffff59}.toolbar-btn.active,.film-type-btn.active,.step2-mode-btn.active,.film-base-btn.active,.header-action-btn.active,.export-format-toggle .format-btn.active,.export-bitdepth-toggle .bitdepth-btn.active{background:linear-gradient(180deg, var(--accent-hover), var(--accent-dim));color:#fff;box-shadow:0 0 10px var(--accent-glow), inset 0 1px 0 #ffffff40;border-color:#ffffff38}.slider-number-input,.zoom-indicator,.zoom-ctrl-btn,.loupe-info,.file-list-count,.file-list-status,.header-export-progress-label,.header-export-progress-file,.batch-progress-text,.batch-progress-current,.film-base-values,.export-quality-value,.novice-guide-phase,.toast-message{font-family:var(--font-mono)}.section-title,.file-list-title,.roll-reference-title,.lens-section-title,.batch-progress-title,.export-format-label,.export-quality-label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;font-weight:500}.info-box,.novice-guide-title,.novice-guide-status,.step2-guide-title,.step2-guide-tip,.status-badge.step2,.file-list-status.processing,.guide-toggle-btn[aria-pressed=true]{color:var(--info)}.info-box{border-radius:8px}.recommended-action{animation:2.2s ease-in-out infinite rec-pulse;border-color:var(--info)!important}@keyframes rec-pulse{0%,to{box-shadow:0 0 0 1px #45d6cd40 inset, 0 0 5px var(--info-glow)}50%{box-shadow:0 0 0 1px #45d6cd40 inset, 0 0 16px var(--info-glow)}}.loading-cancel-btn,.loading-cancel-btn:hover{border-color:var(--info)}.loading-cancel-btn{color:var(--info);border-radius:8px}.loading-cancel-btn:hover{background:var(--info);color:#0e0c14}.loading-progress-text{font-family:var(--font-mono)}.toast-message{border:1px solid var(--border-light);color:var(--text-primary);box-shadow:0 4px 16px var(--shadow);background:#17141ff0;border-radius:8px}.batch-progress-modal,.frontier-guide-popup{border:1px solid var(--border-light);border-radius:14px;box-shadow:0 24px 60px #08051099,0 0 40px #ff4d8f0f}.export-dropdown-menu{border-color:var(--border-light);box-shadow:0 12px 32px var(--shadow);border-radius:10px;overflow:hidden}.batch-progress-fill,.header-export-progress-fill{background:linear-gradient(90deg, var(--accent), #a06bff 60%, var(--info))}.preset-select,.autoframe-row select,.lens-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239c92b0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px}input.preset-select{cursor:text;background-image:none;padding-right:12px}.zoom-ctrl-btn{border-radius:6px}@media (width<=900px){body{background:radial-gradient(140% 70% at 50% -10%,#ff4d8f14,#0000 55%),linear-gradient(#1b1726 0%,#141119 100%)}button,input,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.app-header{z-index:60;padding:calc(10px + var(--safe-top)) calc(12px + var(--safe-right)) 10px calc(12px + var(--safe-left));backdrop-filter:blur(18px)saturate(150%);background:#17141fe0;border-bottom:1px solid #ffffff14;position:sticky;top:0}.app-title{letter-spacing:.07em;font-size:14px}.lang-selector{border-radius:10px;padding:2px}.header-actions{gap:8px;max-width:52%}.header-action-btn{min-height:32px;padding:6px 10px;font-size:11px}.header-export-progress{min-width:156px;max-width:min(220px,38vw);padding:6px 9px 7px}.lang-btn{border:none;border-radius:9px;min-width:48px;min-height:32px;padding:6px 10px}.app-main{padding:10px calc(10px + var(--safe-right)) 10px calc(10px + var(--safe-left));grid-template-rows:minmax(220px,1.08fr) minmax(0,1fr);grid-template-columns:1fr;gap:10px}.app-main:has(>.controls-panel[style*=none]){grid-template-rows:1fr 0;gap:0}.preview-section{background:#1f1a2cb8;border:1px solid #ffffff14;border-radius:16px;max-height:none;padding:0}.canvas-container{border-radius:14px;min-height:220px;margin:10px}.preview-toolbar{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding:8px 10px 10px;overflow:auto hidden;mask-image:linear-gradient(90deg,#0000 0,#000 14px calc(100% - 18px),#0000 100%)}.preview-toolbar::-webkit-scrollbar{display:none}.status-badge,.current-file-label,.toolbar-btn{flex-shrink:0}.status-badge,.current-file-label{white-space:nowrap}.toolbar-separator{display:none}.toolbar-btn{white-space:nowrap;border-radius:12px;min-height:44px;padding:10px 14px;font-size:14px}.controls-panel{backdrop-filter:blur(14px)saturate(140%);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#1f1a2cad;border:1px solid #ffffff14;border-radius:16px;gap:8px;width:auto;max-height:none;padding:8px}.control-section{padding:14px}.control-section.guide-section{margin-top:-8px}.histogram-container,.file-list-section{top:8px}.control-group-grid.two-up{grid-template-columns:1fr}.section-title{font-size:12px}.film-type-btn,.step2-mode-btn,.film-base-btn,.file-list-btn,.curve-tab,.curve-preset-btn,.footer-btn{min-height:40px}.preset-select,.slider-number-input,.file-list-btn,.footer-btn{font-size:16px}.preset-select{min-height:44px}.lens-grid{grid-template-columns:1fr}.lens-step-row{flex-direction:column;align-items:stretch}.slider-input{height:8px}.slider-input::-webkit-slider-thumb{width:18px;height:26px;margin-top:-10px}.slider-input::-moz-range-thumb{width:18px;height:26px}.slider-number-input{width:84px;min-height:36px}.file-list-section{-webkit-overflow-scrolling:touch;max-height:34vh}.app-footer{z-index:60;padding:10px calc(10px + var(--safe-right)) calc(10px + var(--safe-bottom)) calc(10px + var(--safe-left));backdrop-filter:blur(20px)saturate(160%);background:#17141fe6;border-top:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:8px;position:sticky;bottom:0}.footer-left{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;display:grid}.footer-right{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.footer-btn{border-radius:12px;width:100%;min-height:44px;font-size:14px}.footer-right .export-dropdown,.footer-right .export-dropdown>.footer-btn{width:100%}.header-copyright,.header-site-links{display:none}}@media (width<=600px){.app-header{padding-right:calc(10px + var(--safe-right));padding-left:calc(10px + var(--safe-left))}.header-actions{row-gap:6px;width:auto;max-width:100%}.header-export-progress{order:3;width:100%;max-width:100%}.app-title{letter-spacing:.06em;text-overflow:ellipsis;font-size:12px;overflow:hidden}.header-left{flex:auto;min-width:0}.header-actions{flex-shrink:0}.lang-btn{min-width:42px;padding:5px 8px;font-size:12px}.footer-btn{white-space:normal;padding:6px 4px;font-size:12px;line-height:1.2}.header-link-btn{justify-content:center;min-width:34px;padding:7px 9px}.header-link-btn span{display:none}}.header-copyright{color:var(--text-muted);white-space:nowrap;font-size:11px}.header-copyright a{color:var(--text-secondary);text-decoration:none}.header-copyright a:hover{text-decoration:underline}.header-copyright .github-link{vertical-align:middle;align-items:center;margin-left:8px;display:inline-flex}.header-copyright .github-star-btn{align-items:center;gap:5px;display:inline-flex}.header-copyright .github-star-btn-main,.header-copyright .github-star-btn-count{color:#1f2328;height:20px;font-family:var(--font-display);letter-spacing:.02em;background:linear-gradient(#f6f8fa 0%,#eaeef2 100%);border:1px solid #d1d9e0;border-radius:6px;align-items:center;padding:0 7px;font-size:11px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.header-copyright .github-star-btn-main{gap:4px}.header-copyright .github-star-btn-main svg{fill:currentColor;width:13px;height:13px}.header-copyright .github-star-btn-main:hover,.header-copyright .github-star-btn-count:hover{color:#0969da;background:linear-gradient(#fff 0%,#eef1f4 100%);border-color:#b8c0c8;text-decoration:none}.header-copyright .github-star-btn-count[hidden]{display:none}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(./inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(./inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(./inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(./inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(./inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(./inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(./inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(./inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(./inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(./inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(./inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(./inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(./inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(./inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(./inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(./inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(./inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(./inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(./inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(./inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(./inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Orbitron;font-style:normal;font-display:swap;font-weight:500;src:url(./orbitron-latin-500-normal-DQ2gt4P1.woff2)format("woff2"),url(./orbitron-latin-500-normal-BCCupJ8c.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Orbitron;font-style:normal;font-display:swap;font-weight:700;src:url(./orbitron-latin-700-normal-4jsRXGGJ.woff2)format("woff2"),url(./orbitron-latin-700-normal-DmYOh-W9.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Share Tech Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./share-tech-mono-latin-400-normal-CCqdbj5z.woff2)format("woff2"),url(./share-tech-mono-latin-400-normal-15MgdvEM.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
