body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-align:center}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#f5f6f8;--surface:#fff;--border:#e5e7eb;--text:#16202b;--muted:#6b7280;--primary:#4f46e5;--primary-hover:#4338ca;--danger:#dc2626;--radius:12px}*{box-sizing:border-box}body{background:#f5f6f8;background:var(--bg);color:#16202b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:0}.brand{align-items:center;display:flex;font-size:1.25rem;font-weight:700;gap:.55rem;letter-spacing:-.01em}.brand__mark{background:linear-gradient(135deg,#4f46e5,#7c73f0);background:linear-gradient(135deg,var(--primary),#7c73f0);border-radius:6px;box-shadow:inset 0 0 0 3px #ffffff59;height:22px;width:22px}.brand--lg{font-size:1.6rem;justify-content:center}.brand--lg .brand__mark{height:28px;width:28px}.auth{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.auth__card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 40px #10182814;display:flex;flex-direction:column;gap:.85rem;max-width:380px;padding:2rem;width:100%}.auth__sub{color:#6b7280;color:var(--muted);font-size:.95rem;margin:0 0 .5rem;text-align:center}.auth__tabs{background:#f5f6f8;background:var(--bg);border-radius:10px;display:flex;margin-bottom:.25rem;padding:4px}.auth__tabs button{background:#0000;border:none;border-radius:7px;color:#6b7280;color:var(--muted);cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.55rem}.auth__tabs button.is-active{background:#fff;background:var(--surface);box-shadow:0 1px 3px #1018281a;color:#16202b;color:var(--text)}.auth__note{color:#6b7280;color:var(--muted);font-size:.78rem;line-height:1.5;margin:.25rem 0 0;text-align:center}.field{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:9px;color:#16202b;color:var(--text);font-size:1rem;padding:.7rem .85rem;width:100%}.field:focus-visible{border-color:#4f46e5;border-color:var(--primary);outline:2px solid #4f46e5;outline:2px solid var(--primary);outline-offset:1px}.error{color:#dc2626;color:var(--danger);font-size:.85rem;margin:0;text-align:center}.btn{border:1px solid #0000;border-radius:9px;cursor:pointer;font-size:.92rem;font-weight:600;padding:.6rem 1rem;white-space:nowrap}.btn:disabled{cursor:default;opacity:.6}.btn--block{width:100%}.btn--primary{background:#4f46e5;background:var(--primary);color:#fff}.btn--primary:hover:not(:disabled){background:#4338ca;background:var(--primary-hover)}.btn--ghost{background:#fff;background:var(--surface);border-color:#e5e7eb;border-color:var(--border);color:#16202b;color:var(--text)}.btn--ghost:hover{background:#f5f6f8;background:var(--bg)}.btn--danger{background:#0000;border-color:#e5e7eb;border-color:var(--border);color:#dc2626;color:var(--danger)}.btn--danger:hover{background:#fef2f2;border-color:#fecaca}.btn:focus-visible{outline:2px solid #4f46e5;outline:2px solid var(--primary);outline-offset:2px}.app{min-height:100vh}.topbar{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);justify-content:space-between;padding:.9rem 1.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:5}.topbar,.topbar__right{align-items:center;display:flex}.topbar__right{gap:.85rem}.who{color:#6b7280;color:var(--muted);font-size:.9rem}.container{display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:720px;padding:1.5rem 1.25rem}.card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1.25rem}.card__title{align-items:center;display:flex;font-size:1.05rem;gap:.5rem;margin:0 0 1rem}.count{background:#eef2ff;border-radius:999px;color:#4f46e5;color:var(--primary);font-size:.75rem;font-weight:600;padding:1px 8px}.dropzone{align-items:center;border:1.5px dashed #e5e7eb;border:1.5px dashed var(--border);border-radius:10px;color:#6b7280;color:var(--muted);cursor:pointer;display:flex;font-size:.92rem;justify-content:center;padding:1.6rem 1rem;text-align:center;transition:border-color .15s,background .15s}.dropzone--active,.dropzone:hover{background:#f5f5ff;border-color:#4f46e5;border-color:var(--primary)}.dropzone strong{color:#16202b;color:var(--text)}.upload__row{display:flex;gap:.6rem;margin-top:.85rem}.upload__row .field{flex:1 1}.empty{color:#6b7280;color:var(--muted);font-size:.92rem;margin:0}.filelist{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.filerow{align-items:center;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;display:flex;gap:.85rem;padding:.7rem}.filerow__ext{background:#eef2ff;border-radius:8px;color:#4f46e5;color:var(--primary);display:grid;flex-shrink:0;font-size:.65rem;font-weight:700;height:44px;letter-spacing:.03em;place-items:center;width:44px}.filerow__meta{display:flex;flex:1 1;flex-direction:column;min-width:0}.filerow__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filerow__sub{color:#6b7280;color:var(--muted);font-size:.78rem}.filerow__actions{display:flex;flex-shrink:0;gap:.4rem}@media (max-width:540px){.filerow{flex-wrap:wrap}.filerow__actions{justify-content:flex-end;width:100%}}
/*# sourceMappingURL=main.82b78538.css.map*/