:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.auth-page,.loading-page,.error-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.16),transparent 28%),radial-gradient(circle at 85% 80%,rgba(14,165,233,.1),transparent 32%),#0f172a}.auth-card,.error-card{width:min(460px,100%);background:#fff;border-radius:24px;padding:34px;box-shadow:0 25px 70px #00000047}.brand-mark{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-weight:950;letter-spacing:-.04em;background:#2563eb;color:#fff;margin-bottom:18px}.small-mark{width:42px;height:42px;border-radius:12px;margin:0}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.12em;color:#667085}.auth-card h1,.hero h1{margin:5px 0 8px;letter-spacing:-.04em}.auth-card h1{font-size:34px}.auth-copy,.hero p,.route-empty p{color:#667085;line-height:1.6}.auth-form{display:grid;gap:15px;margin-top:24px}.auth-form label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:800}.auth-form input{width:100%;padding:13px 14px;border:1px solid #d0d5dd;border-radius:12px;outline:none}.auth-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.primary-button,.secondary-button,.disabled-button{border:0;border-radius:11px;min-height:42px;padding:10px 14px;font-size:12px;font-weight:900}.primary-button{color:#fff;background:#2563eb}.primary-button:disabled{opacity:.55}.secondary-button{background:#eef2f6;color:#344054}.disabled-button{color:#98a2b3;background:#f2f4f7;cursor:not-allowed}.error-box{background:#fff1f0;color:#b42318;border:1px solid #fecdca;border-radius:10px;padding:11px 12px;font-size:13px}.auth-footer{color:#98a2b3;font-size:11px;margin-top:22px}.loading-page{color:#fff;gap:14px;align-content:center}.spinner{width:34px;height:34px;border:4px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button-row{display:flex;gap:8px;margin-top:20px}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:13px 24px;background:#0f172af7;color:#fff;box-shadow:0 4px 22px #0f172a2e}.brand-row{display:flex;align-items:center;gap:11px}.product-name{font-size:18px;font-weight:950}.product-subtitle{margin-top:1px;color:#94a3b8;font-size:11px;font-weight:700}.top-actions{display:flex;align-items:center;gap:10px}.user-chip{display:grid;justify-items:end;font-size:12px;font-weight:800}.user-chip .role{color:#93c5fd;font-size:10px;text-transform:uppercase}.dashboard{max-width:1280px;margin:0 auto;padding:28px 22px 50px}.hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:24px;box-shadow:0 4px 18px #1018280d}.hero h1{font-size:32px}.hero p{margin:0;max-width:720px}.hero-status{display:grid;justify-items:end;gap:8px}.hero-small{color:#667085;font-size:12px}.badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.04em}.badge-green{color:#166534;background:#dcfce7}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-orange{color:#9a3412;background:#ffedd5}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:17px;box-shadow:0 2px 9px #10182809}.stat-label{color:#667085;font-size:10px;font-weight:900;letter-spacing:.08em}.stat-value{margin-top:7px;font-size:25px;font-weight:950;letter-spacing:-.04em;text-transform:capitalize}.stat-foot{margin-top:3px;color:#98a2b3;font-size:11px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.panel{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:20px;box-shadow:0 2px 9px #10182809}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel h2,.route-empty h2{margin:5px 0 0;font-size:19px}.detail-list{display:grid;gap:0;margin-top:14px}.detail-list>div{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #eef0f3;padding:11px 0;font-size:13px}.detail-list span{color:#667085}.detail-list b{text-align:right}.route-empty{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-top:14px}.route-empty h2{margin-bottom:4px}.route-empty p{margin:0}.route-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#2563eb;font-size:24px;font-weight:900}footer{color:#98a2b3;font-size:11px;text-align:center;margin-top:22px}@media(max-width:820px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column{grid-template-columns:1fr}.hero{flex-direction:column}.hero-status{justify-items:start}.route-empty{grid-template-columns:auto 1fr}.route-empty .disabled-button{grid-column:1 / -1}.user-chip{display:none}}@media(max-width:520px){.topbar{padding:11px 13px}.dashboard{padding:16px 12px 40px}.hero{padding:18px}.hero h1{font-size:27px}.stat-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:14px}.panel{padding:16px}}
