:root{color-scheme:dark;--bg:#0b1422;--surface:#142237;--surface2:#182a42;--line:#2a3c54;--text:#f4f7fb;--muted:#afbdd0;--accent:#8bc8ff;--green:#91e6bb;--red:#ffaaa9;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 80% 10%,#152d493f,transparent 55%),var(--bg);color:var(--text);min-height:100vh}button,a,label,input{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}header,footer{max-width:1180px;margin:auto;padding:32px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{display:flex;gap:15px;align-items:center;font-weight:600}.brand:hover{text-decoration:none}.brand small{display:block;font-size:.65rem;letter-spacing:.18em;color:var(--muted);margin-top:1px}.mark{font-size:2.3rem;letter-spacing:-.12em;font-weight:750;line-height:1}.mark span{color:var(--accent)}.header-note{color:var(--muted);font-size:.875rem}main{max-width:850px;margin:42px auto 72px;padding:0 28px}.eyebrow{color:var(--accent);letter-spacing:.16em;font-size:.75rem;font-weight:650;margin:0 0 12px}h1{font-size:clamp(2.7rem,6vw,4.2rem);font-weight:650;letter-spacing:-.06em;line-height:1.1;margin:0}h1 span{color:var(--accent)}.lede{font-size:1.125rem;color:var(--muted);margin:18px 0 32px}.workspace{border:1px solid var(--line);background:var(--surface);border-radius:18px;box-shadow:0 20px 80px #0003;overflow:hidden}.request-strip{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.field-label{font-size:.7rem;letter-spacing:.12em;color:var(--muted)}h2{margin:4px 0 0;font-size:1rem;font-weight:550;overflow-wrap:anywhere}.private-label{display:flex;align-items:center;gap:7px;font-size:.8rem;white-space:nowrap;color:var(--muted)}.private-label svg{width:16px;height:16px}#upload-area{padding:24px 28px 0}.dropzone{position:relative;display:flex;align-items:center;flex-direction:column;padding:32px 20px;border:1.5px dashed #567899;border-radius:12px;background:#192d46;cursor:pointer;transition:background .2s,border-color .2s;gap:4px;text-align:center}.dropzone:hover,.dropzone.dragging{background:#203b59;border-color:var(--accent)}.dropzone[aria-disabled=true]{opacity:.55;cursor:default}.dropzone strong{font-size:1.2rem;font-weight:550;margin:7px 0 1px}.dropzone>span:not(.upload-icon){color:var(--muted)}.browse{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.dropzone small{font-size:.8rem;color:var(--muted);margin-top:16px}.upload-icon{display:flex;border:1px solid #3a5979;border-radius:15px;padding:13px;background:#213b56;color:var(--accent)}.upload-icon svg{width:31px;height:31px}.queue-heading{margin:26px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.queue-heading h3{font-size:.875rem;margin:0;font-weight:600}.queue-heading h3 span{margin-left:7px;background:#29405c;color:var(--muted);border-radius:5px;font-size:.7rem;padding:2px 6px}.queue-heading>span{color:var(--muted);font-size:.75rem}.empty{font-size:.875rem;color:var(--muted);margin:0 0 20px}.file{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid var(--line);padding:15px;border-radius:10px;margin:10px 0;background:#101e30}.file-icon{width:38px;height:42px;display:grid;place-items:center;color:var(--accent);background:#20364f;border-radius:7px;font-size:.6rem;font-weight:700;text-transform:uppercase}.filename{margin:0;font-size:.875rem;font-weight:500;overflow-wrap:anywhere}.file-meta{font-size:.75rem;color:var(--muted);margin:3px 0}.file-controls{display:flex;align-items:center;gap:7px}.secondary,.remove{border:1px solid var(--line);background:transparent;color:var(--muted);padding:5px 10px;border-radius:7px;font-size:.8rem;min-height:32px}.remove{font-size:1.1rem;padding:1px 10px}.secondary:hover,.remove:hover{background:#2a3c54}.progress-line{display:flex;justify-content:space-between;gap:8px;margin:9px 0 5px;font-size:.75rem;color:var(--muted)}progress{width:100%;height:5px;border:0;border-radius:10px;display:block;overflow:hidden;background:#293c55}progress::-webkit-progress-bar{background:#293c55}progress::-webkit-progress-value{background:var(--accent);border-radius:10px}progress::-moz-progress-bar{background:var(--accent)}.complete{color:var(--green)}.error-text{color:var(--red);font-size:.8rem;margin:7px 0 0}.actions{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0 26px}.actions p{font-size:.8rem;color:var(--muted);margin:0;max-width:330px}.primary{border:0;background:var(--accent);color:#08223e;padding:13px 22px;border-radius:8px;font-weight:650;white-space:nowrap}.primary span{margin-left:16px}.primary:hover:not(:disabled){background:#b3dbff}.primary:disabled{opacity:.4;cursor:default}.workspace-footer{padding:16px 28px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--muted);font-size:.75rem}.help-row{display:flex;justify-content:space-between;gap:24px;font-size:.8rem;color:var(--muted);margin-top:18px}.help-row p{margin:0}.help-row strong{font-weight:550;color:var(--text);display:block;margin-bottom:2px}.help-row p:last-child{text-align:right}footer{border-top:1px solid #233248;max-width:1100px;font-size:.8rem;color:var(--muted);padding:24px 28px}.muted{color:#50657c;padding:0 8px}.notice{margin:24px 28px;padding:18px;border:1px solid var(--line);border-radius:9px;color:var(--muted)}.notice.error-text{color:var(--red)}.delivery{display:flex;gap:15px;align-items:center;padding:20px;margin:0 0 24px;background:#17382f;border:1px solid #356453;border-radius:10px}.success-icon{font-size:1.4rem;color:var(--green)}.delivery h3{font-size:1rem;margin:0 0 3px;color:var(--green)}.delivery p{font-size:.8rem;margin:0;color:#c3dbd1}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}[hidden]{display:none!important}@media(max-width:600px){header{padding:25px 24px}.header-note{display:none}main{padding:0 18px;margin:22px auto 40px}.lede{font-size:1rem;margin-bottom:25px}.request-strip{padding:19px 20px;align-items:flex-start}.private-label{font-size:.7rem;margin-top:4px}#upload-area{padding:20px 16px 0}.dropzone{padding:25px 12px}.dropzone small{font-size:.75rem}.actions{flex-direction:column;align-items:stretch;gap:16px}.actions p{max-width:none}.primary{width:100%}.help-row{flex-direction:column;gap:15px}.help-row p:last-child{text-align:left}.workspace-footer{padding:15px 18px;font-size:.7rem;flex-wrap:wrap}footer{flex-direction:column;align-items:flex-start;padding:24px;font-size:.75rem;gap:10px}.file{padding:12px;grid-template-columns:30px minmax(0,1fr);gap:9px}.file-icon{width:30px;height:35px}.file-controls{grid-column:2}.queue-heading{align-items:flex-start}.queue-heading>span{text-align:right}.notice{margin:20px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
/* Compact working surface: keep controls and status, omit promotional framing. */
header,footer{max-width:760px;padding:24px 28px}
main{max-width:760px;margin:12px auto 24px}
h1{font-size:2rem;letter-spacing:-.035em;line-height:1.2;margin:0 0 22px}
.mark{font-size:1.8rem}.brand{gap:12px}
.workspace{box-shadow:none;border-radius:12px}
.request-strip{padding:18px 24px}h2{margin:0}
#upload-area{padding:20px 24px 0}
.dropzone{padding:24px 16px}.upload-icon{border:0;background:none;padding:0;border-radius:0}
.upload-icon svg{width:28px;height:28px}.dropzone small{margin-top:10px;font-size:.875rem}
.workspace-footer,.queue-heading>span,.actions p,.help-row,footer{font-size:.875rem}
.queue-heading{margin-top:20px}.actions{padding:18px 0 22px}
.help-row{margin-top:14px}.help-row p:last-child{text-align:left}
footer{border:0;padding-top:0;justify-content:flex-start}
@media(max-width:600px){header{padding:22px 20px}main{margin-top:8px;margin-bottom:20px}.request-strip{padding:16px 18px}#upload-area{padding:18px 16px 0}h1{font-size:1.75rem;margin-bottom:18px}footer{padding:0 20px 24px}.workspace-footer{font-size:.875rem}}
