@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Outfit:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{margin:0}:root{--ink:#161d24;--ink-soft:#5a6874;--muted:#8a969f;--line:#161d241a;--accent:#0b6e4f;--accent-soft:#0b6e4f1a;--ok:#0b6e4f;--warn:#9a6700;--err:#b42318;--surface:#fff;--font:"Outfit", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;background:#eef2f4}button{font-family:inherit}.app{flex-direction:column;min-height:100dvh;padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,3vw,2rem) 2.5rem;display:flex;position:relative}.app__bg{z-index:-1;background:radial-gradient(70% 45% at 50% -5%,#0b6e4f1a,#0000 60%),#eef2f4;position:fixed;inset:0}.header{text-align:center;width:100%;max-width:720px;margin:0 auto 1.5rem}.header__title{letter-spacing:-.03em;margin:0;max-width:22em;margin-inline:auto;font-size:clamp(1.25rem,3.6vw,1.85rem);font-weight:650;line-height:1.2}.header__tagline{color:var(--ink-soft);margin:.4rem 0 0;font-size:.98rem}.main{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:720px;margin:0 auto;display:flex}.dropzone{cursor:pointer;background:#ffffffb3;border:1px dashed #161d2438;border-radius:18px;justify-content:center;align-items:center;min-height:min(42vh,320px);padding:2rem 1.5rem;transition:border-color .2s,background .2s,min-height .35s,box-shadow .2s;display:flex;position:relative}.dropzone--compact{min-height:88px;padding:1rem}.dropzone--active{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);background:#0b6e4f0d;border-style:solid}.dropzone--disabled{opacity:.6;pointer-events:none}.dropzone__ornament{display:none}.dropzone__content{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.dropzone__icon{color:var(--accent);opacity:.9;margin-bottom:.35rem}.dropzone--compact .dropzone__icon{display:none}.dropzone__title{letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:600}.dropzone--compact .dropzone__title{font-size:1rem}.dropzone__hint{color:var(--muted);margin:0;font-size:.9rem}.dropzone__link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.dropzone__formats{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin:.6rem 0 0;font-size:.68rem}.dropzone--compact .dropzone__formats{display:none}.progress{padding:.35rem 0 .15rem}.progress__meta{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.25rem;display:flex}.progress__detail{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:.25rem .35rem;min-height:1.2em;margin:0 0 .45rem;font-size:.78rem;line-height:1.35;display:flex}.progress__file{text-overflow:ellipsis;white-space:nowrap;max-width:min(52vw,280px);color:var(--ink-soft);font-weight:500;overflow:hidden}.progress__sep{color:var(--muted);opacity:.7}.progress__stage{color:var(--accent);font-weight:500}.progress--paused .progress__stage{color:var(--warn)}.progress__extra{color:var(--muted)}.progress__status{color:var(--ink-soft);font-size:.82rem;font-weight:500}.progress__count{color:var(--muted);font-weight:400}.progress__pct{font-family:var(--mono);color:var(--accent);letter-spacing:-.02em;tabular-nums:1;font-variant-numeric:tabular-nums;text-align:right;min-width:3.2rem;font-size:1.05rem;font-weight:600}.progress--paused .progress__status,.progress--paused .progress__pct{color:var(--warn)}.progress__track{background:#161d2414;border-radius:999px;height:8px;overflow:hidden;box-shadow:inset 0 1px 2px #161d240f}.progress__fill{border-radius:inherit;background:linear-gradient(90deg, #0a5c42 0%, var(--accent) 55%, #14966c 100%);min-width:0;height:100%;transition:none;position:relative}.progress--paused .progress__fill{background:linear-gradient(90deg, #8a5a00 0%, var(--warn) 100%)}.progress__glow{background:linear-gradient(110deg,#0000 30%,#ffffff59 50%,#0000 70%) 0 0/200% 100%;animation:1.6s ease-in-out infinite progress-shimmer;position:absolute;inset:0}.progress--paused .progress__glow{opacity:.35;animation-play-state:paused}@keyframes progress-shimmer{0%{background-position:120% 0}to{background-position:-80% 0}}.results{flex-direction:column;gap:.65rem;display:flex}.results__toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.results__summary{color:var(--ink-soft);margin:0;font-size:.88rem}.results__actions{gap:.4rem;display:flex}.filelist{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.filelist__item{background:var(--surface);border:1px solid var(--line);box-sizing:border-box;border-radius:12px;width:100%}.filelist__item--done{border-color:#0b6e4f40}.filelist__item--error{border-color:#b4231840}.filelist__row{box-sizing:border-box;align-items:center;gap:.4rem;width:100%;min-height:52px;padding:.7rem .75rem;display:flex}.filelist__toggle{color:var(--muted);cursor:pointer;background:0 0;border:none;flex:none;width:24px;padding:.25rem;line-height:1}.filelist__chevron{font-size:.8rem;transition:transform .15s;display:inline-block;transform:rotate(-90deg)}.filelist__chevron.is-open{transform:rotate(0)}.filelist__info{flex-direction:column;flex:auto;gap:.15rem;min-width:0;display:flex;overflow:hidden}.filelist__name{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:500;overflow:hidden}.filelist__rename{border:1px solid var(--line);width:100%;max-width:240px;font:inherit;box-sizing:border-box;background:#fafbfc;border-radius:8px;padding:.35rem .55rem;font-size:.9rem}.filelist__rename-row{align-items:center;gap:.35rem;min-width:0;display:flex}.filelist__rename-row .filelist__rename{flex:1;max-width:200px}.filelist__format{align-items:center;display:flex}.filelist__format-select{border:1px solid var(--line);max-width:7.5rem;font:inherit;color:var(--ink-soft);background:#fafbfc;border-radius:8px;padding:.3rem .4rem;font-size:.72rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.settings__gen{width:100%}.filelist__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.3rem .65rem;font-size:.74rem;display:flex}.filelist__status.is-done{color:var(--ok);font-weight:500}.filelist__status.is-converting,.filelist__status.is-stripping,.filelist__status.is-compressing,.filelist__status.is-validating,.filelist__status.is-pending{color:var(--warn)}.filelist__status.is-error{color:var(--err)}.filelist__size{font-family:var(--mono);font-size:.7rem}.filelist__check{color:var(--ok);font-weight:550}.filelist__actions{flex:none;align-items:center;gap:.25rem;margin-left:auto;display:flex}.filelist__details{box-sizing:border-box;border-top:1px solid var(--line);background:#f7f9fa;width:100%;padding:.75rem .85rem .85rem}.details__hint{color:var(--muted);margin:0;font-size:.82rem}.details__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.details__block h4{font-size:.68rem;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem;font-weight:500}.details__block p{color:var(--ink-soft);word-break:break-word;margin:0 0 .25rem;font-size:.78rem;line-height:1.35}.details__tags{margin-top:.75rem}.details__tags h4{font-size:.68rem;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin:0 0 .4rem;font-weight:500}.details__tagcloud{flex-wrap:wrap;gap:.3rem;display:flex}.details__tag{font-family:var(--mono);color:var(--ink-soft);background:#161d240d;border-radius:4px;padding:.15rem .4rem;font-size:.65rem}.btn--sm{white-space:nowrap;padding:.35rem .7rem;font-size:.82rem}.settings{border:1px solid var(--line);background:#ffffffbf;border-radius:14px;flex-direction:column;gap:.85rem;padding:1rem;display:flex}.settings__hint{color:var(--muted);max-width:42rem;margin:0;font-size:.82rem;line-height:1.45}.settings__grid{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;display:flex}.settings__field{flex-direction:column;gap:.3rem;min-width:160px;display:flex}.settings__label{font-size:.72rem;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.settings__select,.settings__input{border:1px solid var(--line);font:inherit;color:var(--ink);background:#fff;border-radius:8px;padding:.45rem .6rem;font-size:.88rem}.settings__check{color:var(--ink);cursor:pointer;flex:1;align-items:flex-start;gap:.5rem;min-width:220px;font-size:.88rem;display:flex}.settings__check input{accent-color:var(--accent);margin-top:.2rem}.settings__check em{color:var(--muted);margin-top:.15rem;font-size:.72rem;font-style:normal;display:block}.settings__actions{flex-wrap:wrap;gap:.45rem;display:flex}.actions{border:1px solid var(--line);background:#ffffffbf;border-radius:14px;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.actions__hint{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.actions__buttons{flex-wrap:wrap;gap:.45rem;display:flex}.btn{cursor:pointer;border:none;border-radius:9px;padding:.48rem .9rem;font-size:.88rem;font-weight:550;transition:background .15s,color .15s}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:#095c42}.btn--ghost{color:var(--ink-soft);border:1px solid var(--line);background:0 0}.btn--ghost:hover:not(:disabled){color:var(--ink);background:#161d2408}.btn--icon{color:var(--muted);background:0 0;padding:.3rem .5rem;font-size:1.2rem;line-height:1}.btn--icon:hover{color:var(--err)}.notes{text-align:center;border:1px solid var(--line);background:#ffffff8c;border-radius:12px;flex-direction:column;align-items:center;gap:.65rem;margin:.75rem 0 0;padding:.85rem 1rem;display:flex}.notes__privacy{max-width:36rem;color:var(--ink-soft);margin:0;font-size:.84rem;line-height:1.45}.notes__keys{flex-wrap:wrap;justify-content:center;gap:.45rem .6rem;margin:0;padding:0;list-style:none;display:flex}.notes__key{border:1px solid var(--line);background:#ffffffd9;border-radius:8px;align-items:center;gap:.4rem;padding:.28rem .55rem;display:inline-flex}.notes__combos{align-items:center;gap:.2rem;display:inline-flex}.notes__combos kbd{font-family:var(--mono);border:1px solid var(--line);color:var(--ink-soft);background:#f3f5f6;border-radius:4px;padding:.1rem .32rem;font-size:.7rem;font-weight:500;display:inline-block}.notes__action{color:var(--muted);white-space:nowrap;font-size:.78rem}.session{border:1px solid var(--line);background:#ffffffd1;border-radius:14px;margin-top:.5rem;padding:1.1rem 1.15rem}.session__head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;display:flex}.session__eyebrow{font-size:.68rem;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin:0;font-weight:500}.session__lead{letter-spacing:-.02em;color:var(--ink);margin:.3rem 0 0;font-size:1.05rem;font-weight:600;line-height:1.35}.session__note{color:var(--muted);margin:.35rem 0 0;font-size:.78rem;line-height:1.4}.session__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.session__card{background:#f4f7f8;border-radius:10px;flex-direction:column;gap:.15rem;min-width:0;padding:.75rem .8rem;display:flex}.session__card--accent{background:var(--accent-soft)}.session__value{letter-spacing:-.03em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:650}.session__card--accent .session__value{color:var(--accent)}.session__label{color:var(--ink-soft);font-size:.78rem;font-weight:500}.session__hint{color:var(--muted);font-size:.7rem;line-height:1.3}.session__fail{color:var(--err);margin:.7rem 0 0;font-size:.8rem}.capabilities{border-top:1px solid var(--line);margin-top:1.75rem;padding-top:1.5rem}.capabilities__grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.capabilities__card{background:#ffffffa6;border-radius:12px;padding:.85rem .9rem}.capabilities__card-title{font-size:.7rem;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin:0 0 .45rem;font-weight:500}.capabilities__list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.capabilities__list li{color:var(--ink-soft);font-size:.8rem;line-height:1.35}.toast-stack{z-index:200;flex-direction:column;gap:.5rem;max-width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.toast{background:var(--surface);border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.875rem;animation:.2s toast-in;display:flex;box-shadow:0 4px 20px #161d241a}.toast--success{border-color:#0b6e4f59}.toast--error{border-color:#b4231859}.toast--warn{border-color:#9a670059}.toast__close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 .15rem;font-size:1.1rem;line-height:1}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.filelist__risks{flex-wrap:wrap;gap:.25rem;display:inline-flex}.filelist__risk{color:var(--ink-soft);background:#161d240f;border-radius:999px;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.filelist__risk--gps{color:var(--err);background:#b423181a}.filelist__risk--cam{color:var(--warn);background:#9a67001f}.filelist__risk--ok{color:var(--ok);background:#0b6e4f1a}.filelist__risk--scan{opacity:.7}.filelist__progress{background:#0b6e4f1f;height:2px;overflow:hidden}.filelist__progress-bar{background:var(--accent);width:40%;height:100%;animation:1.2s ease-in-out infinite file-progress;display:block}@keyframes file-progress{0%{transform:translate(-100%)}to{transform:translate(350%)}}.details__preview{border-bottom:1px solid var(--line);margin-bottom:.75rem;padding-bottom:.75rem}.details__preview h4{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 .35rem;font-size:.75rem}.error-boundary{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100dvh;padding:2rem;display:flex}.error-boundary h1{margin:0;font-size:1.5rem}.error-boundary__log{text-align:left;max-width:480px;font-size:.85rem}.error-boundary__log ul{margin:.5rem 0 0;padding-left:1.2rem}@media (max-width:900px){.capabilities__grid{grid-template-columns:1fr}}@media (max-width:560px){.capabilities__grid,.details__grid{grid-template-columns:1fr}.session__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.session__head{flex-direction:column}.actions__buttons{width:100%}.actions__buttons .btn--primary{flex:1}.filelist__rename{max-width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
