:root{color-scheme:light dark;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--s1: .25rem;--s2: .5rem;--s3: .75rem;--s4: 1rem;--s5: 1.5rem;--s6: 2rem;--s7: 2.75rem;--s8: 4rem;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 22px;--r-pill: 999px;--bg: #f7f8fb;--surface: #ffffff;--surface-2: #f0f1f5;--fg: #14151a;--fg-2: #3d3f4a;--muted: #5f6176;--border: #e3e4ec;--border-2: #cdcfdd;--accent: #5865f2;--accent-hover: #4854d4;--accent-ink: #3f49bf;--accent-soft: rgba(88, 101, 242, .1);--accent-fg: #ffffff;--ok: #14713a;--ok-soft: rgba(20, 113, 58, .12);--over: #bf2318;--over-soft: rgba(191, 35, 24, .1);--ring: 0 0 0 3px rgba(88, 101, 242, .32);--sh1: 0 1px 2px rgba(18, 19, 28, .05), 0 1px 3px rgba(18, 19, 28, .04);--sh2: 0 6px 16px rgba(18, 19, 28, .07), 0 2px 6px rgba(18, 19, 28, .04);--sh3: 0 18px 44px rgba(18, 19, 28, .13);--checker: repeating-conic-gradient(rgba(120, 124, 148, .2) 0% 25%, transparent 0% 50%) 50% / 16px 16px;font-family:var(--font-sans);-webkit-text-size-adjust:100%}@media (prefers-color-scheme: dark){:root{--bg: #0d0e12;--surface: #15161c;--surface-2: #1e202a;--fg: #eef0f6;--fg-2: #c6c9d6;--muted: #9c9fb4;--border: #262833;--border-2: #363949;--accent: #6b77f5;--accent-hover: #808bf8;--accent-ink: #a7aefc;--accent-soft: rgba(107, 119, 245, .16);--ok: #4ade80;--ok-soft: rgba(74, 222, 128, .14);--over: #f87171;--over-soft: rgba(248, 113, 113, .14);--ring: 0 0 0 3px rgba(107, 119, 245, .4);--sh1: 0 1px 2px rgba(0, 0, 0, .4);--sh2: 0 6px 16px rgba(0, 0, 0, .45);--sh3: 0 18px 44px rgba(0, 0, 0, .55)}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.018em;font-weight:650}p{margin:0}button,input,select,textarea{font-family:inherit;font-size:1rem;color:inherit}:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--r-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hint{color:var(--muted);font-size:.875rem;max-width:68ch}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s2);padding:.55rem 1rem;border-radius:var(--r-sm);border:1px solid var(--border-2);background:var(--surface);color:var(--fg);font-size:.925rem;font-weight:550;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,transform .06s ease}button:hover:not(:disabled),.btn:hover{background:var(--surface-2);border-color:var(--border-2)}button:active:not(:disabled),.btn:active{transform:translateY(1px)}button:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.btn-primary,button.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.btn-primary:hover:not(:disabled),button.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost,button.btn-ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn-ghost:hover:not(:disabled),button.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--fg)}.btn-sm,button.btn-sm{padding:.35rem .7rem;font-size:.85rem}input[type=text],input[type=url]{width:100%;padding:.6rem .8rem;border-radius:var(--r-sm);border:1px solid var(--border-2);background:var(--surface);font-size:.95rem;transition:border-color .15s ease}input[type=text]:hover,input[type=url]:hover{border-color:var(--muted)}input[type=text]::placeholder,input[type=url]::placeholder{color:var(--muted)}select{width:100%;padding:.55rem .8rem;border-radius:var(--r-sm);border:1px solid var(--border-2);background:var(--surface);font-size:.95rem;transition:border-color .15s ease;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}select:hover{border-color:var(--muted)}.select-wrap{position:relative;flex:1;min-width:0}.select-wrap select{padding-right:2.2rem}.select-chevron{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);color:var(--muted);pointer-events:none}input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:20px;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;margin-top:-6px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:var(--sh1)}input[type=range]::-moz-range-track{height:6px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border)}input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:var(--sh1)}input[type=range]:disabled{opacity:.45;cursor:not-allowed}.app{max-width:1040px;margin:0 auto;padding:var(--s6) var(--s5) var(--s8)}.masthead{position:relative;text-align:center;padding-bottom:var(--s6)}.masthead:before{content:"";position:absolute;left:50%;top:-180px;width:min(720px,100%);height:380px;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 50%,var(--accent-soft),transparent 72%);pointer-events:none;z-index:-1}.brand{display:inline-flex;align-items:center;gap:var(--s3);margin-bottom:var(--s3);background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer}.brand svg{display:block;color:var(--accent)}.brand h1{font-size:1.65rem;letter-spacing:-.028em}.tagline{color:var(--muted);font-size:1rem;max-width:56ch;margin:0 auto;text-wrap:balance}.footer{margin-top:var(--s8);padding-top:var(--s5);border-top:1px solid var(--border);color:var(--muted);font-size:.82rem;text-align:center;text-wrap:balance}.footer p{margin:.4rem 0 0}.footer a{color:inherit;text-decoration:underline}.stepper{display:flex;align-items:center;justify-content:center;gap:var(--s2);margin-bottom:var(--s6);flex-wrap:wrap}.step{display:inline-flex;align-items:center;gap:var(--s2);font-size:.85rem;color:var(--muted)}.step-dot{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--border-2);background:var(--surface);font-size:.72rem;font-weight:650;font-variant-numeric:tabular-nums}.step.is-current .step-dot{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.step.is-current .step-label{color:var(--fg);font-weight:600}.step.is-done .step-dot{background:var(--accent-soft);border-color:transparent;color:var(--accent-ink)}.step-sep{width:28px;height:1px;background:var(--border-2)}.stage{display:flex;flex-direction:column;gap:var(--s5)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh1);padding:var(--s5);display:flex;flex-direction:column;gap:var(--s4)}.panel>.field{flex:0 0 auto}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--s4)}.panel-title{font-size:1.06rem}.panel-sub{color:var(--muted);font-size:.875rem;margin-top:var(--s1);max-width:68ch}.panel-foot{display:flex;align-items:center;justify-content:flex-end;gap:var(--s2);flex-wrap:wrap}.panel-foot .spacer{margin-right:auto}.section-label{font-size:.78rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:var(--s3)}.mode-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s3);border:0;padding:0;margin:0;min-width:0}.mode-card{position:relative;display:flex;flex-direction:column;gap:var(--s2);padding:var(--s4);border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.mode-card:hover{border-color:var(--border-2);box-shadow:var(--sh1)}.mode-card.is-active{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--sh1)}.mode-card:focus-within{box-shadow:var(--ring)}.mode-card-art{display:flex;align-items:center;gap:3px;height:26px;color:var(--muted)}.mode-card.is-active .mode-card-art{color:var(--accent)}.mode-card-title{font-weight:620;font-size:.95rem}.mode-card-desc{color:var(--muted);font-size:.85rem;line-height:1.45}.dropzone{display:flex;flex-direction:column;align-items:center;gap:var(--s2);padding:var(--s7) var(--s5);border:1.5px dashed var(--border-2);border-radius:var(--r-lg);background:var(--surface);text-align:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.dropzone:hover{border-color:var(--accent);background:var(--accent-soft)}.dropzone.is-dragover{border-color:var(--accent);border-style:solid;background:var(--accent-soft)}.dropzone-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--r-md);background:var(--accent-soft);color:var(--accent-ink);margin-bottom:var(--s1)}.dropzone-title{font-weight:600;font-size:1rem}.dropzone-sub{color:var(--muted);font-size:.875rem}.dropzone kbd{font-family:var(--font-sans);font-size:.78rem;padding:.1rem .35rem;border-radius:5px;border:1px solid var(--border-2);background:var(--surface-2)}.dropzone-formats{color:var(--muted);font-size:.78rem;margin-top:var(--s2)}.or-divider{display:flex;align-items:center;gap:var(--s3);color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background:var(--border)}.url-row{display:flex;gap:var(--s2)}.viewport{position:relative;width:100%;height:min(58vh,460px);background:#0a0a0c;border-radius:var(--r-lg);overflow:hidden}.viewport-contain{display:flex;align-items:center;justify-content:center}.viewport-contain video{max-width:100%;max-height:100%}.controls-bar{display:flex;align-items:center;gap:var(--s4) var(--s5);flex-wrap:wrap;padding:var(--s4);border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface-2)}.field{display:flex;align-items:center;gap:var(--s3);flex:1 1 200px;min-width:0;font-size:.875rem;color:var(--fg-2);white-space:nowrap}.field input[type=range]{flex:1;min-width:90px}.field-value{font-variant-numeric:tabular-nums;color:var(--muted);font-size:.82rem}.num-stepper{display:inline-flex;align-items:center;border:1px solid var(--border-2);border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}.num-stepper button{border:0;border-radius:0;background:transparent;padding:.3rem .6rem;font-size:1rem;line-height:1}.num-stepper span{min-width:2ch;text-align:center;font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600;padding:0 var(--s1)}.check-field{display:inline-flex;align-items:center;gap:var(--s2);font-size:.875rem;color:var(--fg-2);cursor:pointer;white-space:nowrap}.multi-crop-viewport{position:relative;width:100%;border-radius:var(--r-lg);overflow:hidden;background:#0a0a0c;line-height:0}.multi-crop-viewport img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none}.crop-box{position:absolute;border:2px solid #fff;box-shadow:0 0 0 1px #0000008c,inset 0 0 0 1px #0000002e;background:#5865f229;cursor:grab;touch-action:none;display:flex;align-items:flex-start}.crop-box:active{cursor:grabbing}.crop-box-rank{background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;min-width:1.5em;text-align:center;padding:.1rem .35rem;border-radius:0 0 var(--r-sm) 0;line-height:1.4}.timeline{position:relative;height:8px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.timeline-selection{position:absolute;top:0;bottom:0;background:var(--accent)}.adjust-panel{flex-direction:row;align-items:flex-start;gap:var(--s5)}.adjust-preview-col{display:flex;gap:var(--s3);flex-shrink:0}.adjust-preview-item{display:flex;flex-direction:column;align-items:center;gap:var(--s2)}.adjust-preview{height:104px;width:auto;max-width:176px;object-fit:contain;border-radius:var(--r-md);background:var(--checker);border:1px solid var(--border);image-rendering:auto}.adjust-preview.is-picking{cursor:crosshair;border-color:var(--accent);box-shadow:var(--ring)}.adjust-preview-label{font-size:.75rem;color:var(--muted)}.adjust-controls{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--s3)}.adjust-controls>.field{flex:0 0 auto}.field-row{display:flex;align-items:center;gap:var(--s3);flex-wrap:wrap}.field-row>.field{flex:1 1 140px}.field-row>input[type=range]{flex:1 1 110px;min-width:80px}.field-name{font-size:.875rem;color:var(--fg-2);white-space:nowrap}.swatch{width:22px;height:22px;border-radius:var(--r-sm);border:1px solid var(--border-2);flex-shrink:0}.hint.warn{color:var(--warn, #b45309)}@media (prefers-color-scheme: dark){.hint.warn{color:#fbbf24}}.truesize{display:flex;justify-content:center;padding:var(--s2);border-radius:var(--r-sm);background:var(--surface-2)}.truesize-line{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--muted);line-height:1}.truesize-img{width:24px;height:24px;object-fit:contain;vertical-align:middle}.processing{display:flex;flex-direction:column;align-items:center;gap:var(--s4);padding:var(--s8) var(--s4);text-align:center}.progress{width:min(400px,100%);height:8px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:inherit;transition:width .3s ease}.progress-label{color:var(--muted);font-size:.9rem;font-variant-numeric:tabular-nums}.alert{display:flex;gap:var(--s3);padding:var(--s3) var(--s4);border-radius:var(--r-md);background:var(--over-soft);color:var(--over);font-size:.885rem}.results-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s4);flex-wrap:wrap;padding:var(--s4);border-radius:var(--r-lg);background:var(--surface-2);border:1px solid var(--border)}.filename-field{display:flex;flex-direction:column;gap:var(--s2);flex:1 1 240px;min-width:0;max-width:340px}.filename-field>span{font-size:.8rem;font-weight:600;color:var(--fg-2)}.download-group{display:flex;gap:var(--s2);flex-wrap:wrap}.output-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:var(--s4)}.output-grid.is-single{grid-template-columns:repeat(2,minmax(0,250px));justify-content:center}.part-group .output-grid.is-single{justify-content:start}.output-card{display:flex;flex-direction:column;gap:var(--s3);padding:var(--s3);border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.output-card:hover{border-color:var(--border-2);box-shadow:var(--sh2)}.output-preview{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--checker);border-radius:var(--r-md);overflow:hidden}.output-preview img{max-width:100%;max-height:100%}.output-title{font-size:.925rem;display:flex;align-items:center;justify-content:space-between;gap:var(--s2)}.tag{font-size:.7rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .4rem;border-radius:var(--r-sm);background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.output-meta{display:flex;flex-direction:column;gap:var(--s1);margin:0;font-size:.82rem}.output-meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s2)}.output-meta-row dt{color:var(--muted)}.output-meta-row dd{margin:0;font-variant-numeric:tabular-nums}.budget{display:flex;flex-direction:column;gap:var(--s1);font-size:.82rem}.budget-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s2)}.budget-head .value{font-variant-numeric:tabular-nums;font-weight:600}.budget-bar{height:4px;border-radius:var(--r-pill);background:var(--surface-2);overflow:hidden}.budget-fill{height:100%;border-radius:inherit;background:var(--ok);min-width:4px}.budget.is-over .budget-fill{background:var(--over)}.budget.is-over .value{color:var(--over)}.output-actions{display:flex;flex-direction:column;gap:var(--s2);margin-top:auto}.output-upload-error{margin:0}.command-block{padding:var(--s4);border-radius:var(--r-lg);border:1px solid var(--accent);background:var(--accent-soft)}.command-text{margin:0;font-family:var(--font-mono);font-size:.875rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;color:var(--fg)}.chain-strip{display:flex;flex-direction:column;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border);background:var(--checker)}.chain-strip-row{display:flex}.chain-strip img{flex:1;min-width:0;display:block;width:100%;aspect-ratio:1;object-fit:cover}.segmented{display:inline-flex;padding:2px;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--border)}.segmented button{border:0;background:transparent;padding:.25rem .7rem;font-size:.82rem;border-radius:6px;color:var(--muted)}.segmented button:hover:not(.is-active){background:transparent;color:var(--fg)}.segmented button.is-active{background:var(--surface);color:var(--fg);box-shadow:var(--sh1)}.part-group+.part-group{margin-top:var(--s5)}@media (max-width: 680px){.app{padding:var(--s5) var(--s4) var(--s7)}.mode-cards{grid-template-columns:1fr}.output-grid.is-single{grid-template-columns:minmax(0,1fr)}.url-row,.panel-head{flex-direction:column}.results-toolbar,.adjust-panel{flex-direction:column;align-items:stretch}.adjust-preview-col{align-self:center}.filename-field{max-width:none}.step-label{display:none}.brand h1{font-size:1.4rem}.tagline{font-size:.925rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
