:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;--bg:#f5f7fb;--surface:#fff;--surface-soft:#edf2fa;--text:#172033;--muted:#536078;--line:#7e8ca1;--accent:#1458d4;--accent-strong:#0b3f9e;--accent-soft:#e5efff;--success:#167047;--error:#b42318;--shadow:0 18px 50px #192a461a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root[data-theme=dark]{--bg:#101722;--surface:#182231;--surface-soft:#202d3f;--text:#f4f7fb;--muted:#bac5d6;--line:#6b7a90;--accent:#8db8ff;--accent-strong:#bdd5ff;--accent-soft:#203b67;--success:#71d5a6;--error:#ff9b91;--shadow:0 18px 50px #0000003d}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#101722;--surface:#182231;--surface-soft:#202d3f;--text:#f4f7fb;--muted:#bac5d6;--line:#6b7a90;--accent:#8db8ff;--accent-strong:#bdd5ff;--accent-soft:#203b67;--success:#71d5a6;--error:#ff9b91;--shadow:0 18px 50px #0000003d}}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select{font:inherit}a{color:inherit}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:min(1160px,100% - 40px);min-height:76px;margin:0 auto;display:grid}.brand-cluster{align-items:center;gap:12px;min-width:max-content;display:flex}.brand{width:-moz-fit-content;width:fit-content;color:var(--text);letter-spacing:-.02em;align-items:center;gap:10px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{background:var(--accent);width:34px;height:34px;color:var(--surface);letter-spacing:-.04em;border-radius:10px;place-items:center;font-size:.8rem;display:grid}.local-badge{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--success);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.76rem;font-weight:800;display:inline-flex}.local-badge:hover{background:var(--surface-soft)}.tool-navigation,.tool-switcher{align-items:center;display:flex}.tool-navigation{color:var(--muted);gap:12px;font-size:.9rem}.tool-switcher{gap:4px}.nav-label{color:var(--text);font-weight:700}.nav-tool{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 11px}.nav-tool:hover{color:var(--text)}.nav-tool[aria-current=page]{background:var(--surface-soft);color:var(--text);font-weight:700}.theme-toggle{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--text);cursor:pointer;border-radius:10px;justify-self:end;align-items:center;gap:7px;padding:8px 12px;display:inline-flex}.local-inspector{border:1px solid var(--line);background:var(--surface);width:min(580px,100% - 32px);max-width:none;max-height:min(720px,100% - 32px);color:var(--text);border-radius:20px;padding:0;overflow:auto;box-shadow:0 28px 80px #00000059}.local-inspector::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a111dad}.inspector-content{padding:clamp(22px,5vw,34px)}.inspector-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.inspector-header h2{letter-spacing:-.035em;margin:0;font-size:1.75rem}.inspector-close{border:1px solid var(--line);background:var(--surface-soft);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:10px;flex:none;padding:0;font-size:1.4rem;line-height:1}#local-inspector-description{color:var(--muted);margin:14px 0 22px;line-height:1.55}.proof-list{border-bottom:1px solid var(--line);margin:0}.proof-list>div{align-items:center;padding:15px 0}.proof-list dt{color:var(--text);font-weight:700}.proof-list dd{max-width:58%;color:var(--success)}.proof-list code,.proof-explanation code{background:var(--surface-soft);color:var(--accent-strong);white-space:nowrap;border-radius:5px;padding:2px 5px;font-size:.82rem}.proof-explanation{color:var(--muted);margin:18px 0;font-size:.88rem;line-height:1.55}.source-link{width:-moz-fit-content;width:fit-content;color:var(--accent-strong);align-items:center;gap:5px;font-weight:800;display:inline-flex}main{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);align-items:center;gap:clamp(32px,7vw,84px);width:min(1080px,100% - 40px);margin:clamp(56px,9vw,112px) auto 72px;display:grid}.tool-panel{min-width:0}.eyebrow,.card-kicker{color:var(--accent-strong);letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px;font-size:.75rem;font-weight:800}h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(2.35rem,6vw,4.6rem);line-height:.99}.lede{max-width:650px;color:var(--muted);margin:24px 0 32px;font-size:clamp(1rem,2vw,1.18rem);line-height:1.65}.drop-zone{border:2px dashed var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;transition:border-color .16s,background .16s,transform .16s;position:relative;overflow:hidden}.drop-zone:hover,.drop-zone[data-dragging=true]{border-color:var(--accent);background:var(--accent-soft)}.drop-zone[data-dragging=true]{transform:translateY(-2px)}.drop-zone input{opacity:0;width:1px;height:1px;position:absolute}.drop-zone label{text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:30px;display:flex}.drop-zone:has(input:focus-visible){outline:3px solid var(--accent);outline-offset:3px}.drop-zone input:disabled+label{opacity:.55;cursor:not-allowed}.drop-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent-strong);border-radius:14px;place-items:center;margin-bottom:15px;font-size:1.5rem;font-weight:800;display:grid}.drop-title{font-size:1.05rem;font-weight:750}.drop-detail{color:var(--muted);margin-top:5px;font-size:.9rem}.result{background:var(--surface-soft);min-height:48px;color:var(--muted);border-radius:12px;align-items:center;gap:10px;margin-top:16px;padding:12px 16px;font-weight:650;display:flex}.status-dot{background:var(--muted);border-radius:50%;flex:none;width:9px;height:9px}.result[data-state=working] .status-dot{background:var(--accent);animation:1s ease-in-out infinite alternate pulse}.result[data-state=success]{color:var(--success)}.result[data-state=success] .status-dot{background:var(--success)}.result[data-state=error]{color:var(--error)}.result[data-state=error] .status-dot{background:var(--error)}.merge-drop-zone label{min-height:165px}.organize-drop-zone label,.compress-drop-zone label{min-height:150px}.merge-queue,.organize-editor,.compress-editor{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;margin-top:18px;padding:18px}.organize-editor-header>div,.compress-editor-header>div{min-width:0}.organize-source-name{text-overflow:ellipsis;white-space:nowrap;max-width:360px;display:block;overflow:hidden}.page-add-form{margin-top:18px}.page-add-form>label{color:var(--text);margin-bottom:7px;font-size:.85rem;font-weight:750;display:block}.page-add-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.page-add-row input{border:1px solid var(--line);background:var(--surface-soft);min-width:0;min-height:42px;color:var(--text);border-radius:9px;padding:9px 11px}.page-add-row input:focus-visible,.rotation-control select:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.page-add-form p{color:var(--muted);margin:7px 0 0;font-size:.78rem;line-height:1.45}.secondary-action{border:1px solid var(--accent);background:var(--accent-soft);min-height:42px;color:var(--accent-strong);cursor:pointer;border-radius:9px;padding:8px 14px;font-weight:750}.secondary-action:hover:not(:disabled){background:var(--surface-soft)}.secondary-action:disabled,.text-action:disabled{opacity:.45;cursor:not-allowed}.page-list-tools{color:var(--muted);justify-content:space-between;align-items:baseline;gap:14px;margin-top:16px;font-size:.78rem;display:flex}.text-action{color:var(--accent-strong);cursor:pointer;background:0 0;border:0;flex:none;padding:3px 0;font-weight:750}.text-action:hover:not(:disabled){text-decoration:underline}.merge-queue-header{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.merge-queue-header h2{letter-spacing:-.015em;margin:0;font-size:1.05rem}.merge-queue-header span{color:var(--muted);font-size:.85rem}.merge-list{gap:8px;margin:14px 0 16px;padding:0;list-style:none;display:grid}.organize-list{gap:8px;max-height:410px;margin:12px 0 16px;padding:0 3px 0 0;list-style:none;display:grid;overflow-y:auto}.merge-file{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:10px;display:grid}.organize-page{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;grid-template-columns:34px minmax(90px,1fr) auto auto;align-items:center;gap:11px;min-width:0;padding:10px;display:grid}.page-list-empty{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:11px;padding:18px}.rotation-control{color:var(--muted);align-items:center;gap:7px;font-size:.78rem;font-weight:700;display:flex}.rotation-control select{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text);border-radius:8px;padding:5px 26px 5px 8px}.file-order{background:var(--surface);width:30px;height:30px;color:var(--muted);border-radius:9px;place-items:center;font-size:.8rem;font-weight:800;display:grid}.file-details{flex-direction:column;gap:2px;min-width:0;display:flex}.file-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.file-size{color:var(--muted);font-size:.78rem}.file-actions{gap:5px;display:flex}.file-action{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:9px;padding:0}.file-action:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong)}.file-action.remove-action:hover:not(:disabled){border-color:var(--error);color:var(--error)}.file-action:disabled,.primary-action:disabled{opacity:.4;cursor:not-allowed}.primary-action{background:var(--accent);width:100%;min-height:48px;color:var(--surface);cursor:pointer;border:0;border-radius:11px;padding:11px 18px;font-weight:800}.primary-action:hover:not(:disabled){background:var(--accent-strong)}.quality-presets{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;min-width:0;margin:18px 0;padding:0;display:grid}.quality-presets legend{color:var(--text);margin-bottom:8px;font-size:.85rem;font-weight:750}.quality-presets label{border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:11px;align-items:flex-start;gap:9px;min-width:0;padding:12px;display:flex;position:relative}.quality-presets label:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.quality-presets input{accent-color:var(--accent);flex:none;margin:3px 0 0}.quality-presets input:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.quality-presets span{flex-direction:column;gap:3px;min-width:0;display:flex}.quality-presets strong{color:var(--text);font-size:.88rem}.quality-presets small{color:var(--muted);font-size:.72rem;line-height:1.35}.compress-scope{color:var(--muted);margin:-7px 0 16px;font-size:.78rem;line-height:1.5}.compress-output{margin-top:16px}.compression-stats{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.compression-stats div{border-top:0;border-left:1px solid var(--line);flex-direction:column;gap:3px;padding:11px 12px;display:flex}.compression-stats div:first-child{border-left:0}.compression-stats dt,.compression-stats dd{text-align:left}.compression-stats dt{font-size:.75rem}.compression-stats dd{color:var(--text)}.download-action{width:100%;margin-top:9px}.trust-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:20px;padding:30px}.trust-card h2{letter-spacing:-.03em;margin:0 0 12px;font-size:1.65rem;line-height:1.15}.trust-card>p:not(.card-kicker){color:var(--muted);margin:0;line-height:1.6}dl{margin:26px 0 0}dl div{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;display:flex}dt{color:var(--muted)}dd{text-align:right;margin:0;font-weight:700}footer{border-top:1px solid var(--line);width:min(1080px,100% - 40px);color:var(--muted);margin:0 auto;padding:24px 0 40px;font-size:.875rem}:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:3px}@keyframes pulse{to{opacity:.35}}@media (max-width:940px){.site-header{grid-template-columns:1fr auto;padding:14px 0 12px}.tool-navigation{grid-column:1/-1;gap:7px;width:100%;overflow-x:auto}.nav-label,.nav-tool{flex:none}}@media (max-width:760px){main{grid-template-columns:1fr;margin-top:52px}h1{font-size:clamp(2.5rem,13vw,4rem)}.merge-file{grid-template-columns:30px minmax(0,1fr)}.organize-page{grid-template-columns:30px minmax(0,1fr) auto}.file-actions{grid-column:2}.organize-page .file-actions{grid-column:2/-1}.page-add-row{grid-template-columns:1fr}.page-list-tools{flex-direction:column;align-items:flex-start}.quality-presets{grid-template-columns:1fr}.proof-list>div{flex-direction:column;align-items:flex-start;gap:6px}.proof-list dd{text-align:left;max-width:100%}}@media (max-width:480px){.site-header{gap:12px}.brand-cluster{gap:8px;min-width:0}.local-badge span:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
