:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;font:16px/1.5 -apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{margin:0}#root{min-height:100svh}.app-header{background:#fff;border-bottom:1px solid #e0dcd2;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.app-header-brand{align-items:center;gap:10px;display:flex}.app-header-logo{width:auto;height:34px}.app-header-titles{flex-direction:column;line-height:1.15;display:flex}.app-header-name{color:#1b3a5c;letter-spacing:-.01em;font-family:Poppins,-apple-system,Segoe UI,sans-serif;font-size:1.15rem;font-weight:700}.app-header-subtitle{color:#5b6675;font-size:.78rem}.app-header-right{align-items:center;gap:12px;display:flex}.app-header-user{color:#5b6675;font-size:.85rem}.app-header-logout{cursor:pointer;background:#fff;border:1px solid #c7c0b0;border-radius:999px;padding:6px 16px;font-family:inherit;font-size:.82rem}.app-header-logout:hover{color:#f07b26;border-color:#f07b26}.login-shell{flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.login-card{background:#fff;border:1px solid #e0dcd2;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:360px;padding:32px;display:flex;box-shadow:0 8px 24px #1b3a5c0f}.login-title{color:#1b3a5c;margin:0;font-family:Poppins,-apple-system,Segoe UI,sans-serif;font-size:1.3rem}.login-sub{color:#5b6675;margin:-8px 0 0;font-size:.88rem}.login-field{color:#1b2430;flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;display:flex}.login-field input{border:1px solid #c7c0b0;border-radius:8px;padding:11px 13px;font-family:inherit;font-size:.95rem}.login-field input:focus{outline-offset:1px;border-color:#f07b26;outline:2px solid #f07b26}.login-error{color:#b3261e;background:#fdeceb;border-radius:8px;margin:0;padding:10px 12px;font-size:.85rem}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f07b26,#d9631a);border:none;border-radius:999px;margin-top:4px;padding:12px;font-size:.95rem;font-weight:600;transition:opacity .15s}.login-submit:hover{opacity:.92}.login-submit:disabled{opacity:.6;cursor:not-allowed}.app-shell{color:#1b2430;background:#f5f3ee;flex-direction:column;height:100svh;display:flex}.upload-panel{cursor:pointer;background:#fff;border:2px dashed #c7c0b0;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;margin:32px;transition:border-color .15s,background .15s;display:flex}.upload-panel.is-dragging{background:#fff6ec;border-color:#f07b26}.upload-title{font-size:1.1rem;font-weight:600}.upload-sub{color:#5b6675;font-size:.9rem}.upload-error{color:#b3261e;text-align:center;max-width:420px;margin-top:12px;font-size:.9rem}.viewer-shell{flex-direction:column;flex:1;min-height:0;display:flex}.viewer-toolbar{background:#fff;border-bottom:1px solid #e0dcd2;justify-content:space-between;align-items:center;padding:10px 20px;font-size:.9rem;display:flex}.viewer-toolbar button{cursor:pointer;background:#fff;border:1px solid #c7c0b0;border-radius:999px;padding:6px 16px;font-size:.85rem}.viewer-toolbar button:hover{color:#f07b26;border-color:#f07b26}
