:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18202a;background:#f4f6f8}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden}button{font:inherit}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#111820;color:#fff;border-bottom:1px solid #28313b}.brand{display:flex;align-items:baseline;gap:9px;letter-spacing:.04em}.brand strong{font-size:16px}.brand span{font-size:10px;opacity:.58;letter-spacing:.18em}.primary{border:0;border-radius:8px;padding:10px 16px;background:#f1f5f9;color:#111820;font-weight:750;cursor:pointer}.primary:hover{filter:brightness(.94)}.viewer{position:relative;width:100%;height:calc(100% - 64px)}.viewer canvas{display:block}.drop-zone{position:absolute;inset:0;z-index:5;display:grid;place-items:center;background:#f4f6f8e6;transition:background .15s ease}.drop-zone[hidden]{display:none}.drop-zone.dragging{background:#e1e8eff5}.drop-card{width:min(440px,calc(100vw - 40px));padding:38px;text-align:center;border:1px dashed #9aa7b4;border-radius:16px;background:#ffffffd1;box-shadow:0 16px 48px #11182014}.file-icon{width:58px;height:58px;margin:0 auto 18px;display:grid;place-items:center;border-radius:12px;background:#111820;color:#fff;font-size:13px;font-weight:800;letter-spacing:.08em}h1{margin:0 0 8px;font-size:25px}p{margin:0 0 20px;color:#687583}.drop-card small{display:block;margin-top:18px;color:#7d8995}.loading{position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%);padding:13px 18px;border-radius:9px;background:#111820;color:#fff;box-shadow:0 8px 30px #0000002e}.status{position:absolute;z-index:4;left:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 10px;border-radius:7px;background:#111820c7;color:#fff;font-size:12px;backdrop-filter:blur(5px)}.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:inherit;text-decoration:none;font:inherit;font-weight:700}
