:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#f5f7fb;min-height:100vh}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e9f0;flex-direction:column;width:260px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 8px 24px;display:flex}.brand-icon{color:#fff;background:#059669;border-radius:13px;place-items:center;width:43px;height:43px;display:grid}.brand strong,.brand span{display:block}.brand strong{font-size:17px}.brand span{color:#7a8497;margin-top:3px;font-size:11px}.navigation{flex-direction:column;gap:5px;display:flex}.nav-link{color:#687386;border-radius:11px;align-items:center;gap:12px;padding:11px 13px;font-size:14px;font-weight:600;transition:color .15s,background .15s;display:flex}.nav-link:hover{color:#172033;background:#f1f5f4}.nav-link.active{color:#047857;background:#eaf8f2}.sidebar-footer{border-top:1px solid #edf0f4;margin-top:auto;padding:18px 8px 0}.logout-button{color:#94a0b2;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:8px 0;display:flex}.sidebar-footer small{color:#9ba5b4;margin-top:8px;line-height:1.5;display:block}.main-content{width:calc(100% - 260px);min-height:100vh;margin-left:260px;padding:38px}.page-heading{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.eyebrow{color:#059669;letter-spacing:.09em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:800}.page-heading h1{color:#172033;letter-spacing:-.03em;margin:0;font-size:32px}.page-description{color:#6f7b8e;max-width:620px;margin:9px 0 0;line-height:1.6}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.summary-card{background:#fff;border:1px solid #e5e9f0;border-radius:17px;padding:20px;box-shadow:0 4px 14px #0f172a0a}.summary-icon{border-radius:11px;place-items:center;width:38px;height:38px;margin-bottom:18px;display:grid}.summary-icon.green{color:#047857;background:#eaf8f2}.summary-icon.blue{color:#2563eb;background:#edf5ff}.summary-icon.violet{color:#7c3aed;background:#f4f0ff}.summary-card span,.summary-card strong,.summary-card small{display:block}.summary-card span{color:#707c8e;font-size:13px}.summary-card strong{margin-top:6px;font-size:25px}.summary-card small{color:#9aa4b3;margin-top:6px}.empty-state{color:#778396;text-align:center;background:#fff;border:2px dashed #d7dde6;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:310px;margin-top:18px;padding:45px;display:flex}.empty-state svg{color:#059669}.empty-state h2{color:#273247;margin:17px 0 8px;font-size:20px}.empty-state p{max-width:540px;margin:0;line-height:1.65}@media (width<=850px){.sidebar{width:210px}.main-content{width:calc(100% - 210px);margin-left:210px;padding:26px}.summary-grid{grid-template-columns:1fr}}@media (width<=640px){.app-shell{display:block}.sidebar{width:100%;min-height:auto;position:static}.navigation{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sidebar-footer{display:none}.main-content{width:100%;margin-left:0;padding:22px 16px}}.auth-loading{color:#687386;background:#f5f7fb;align-content:center;place-items:center;gap:14px;min-height:100vh;display:grid}.loading-spinner{border:4px solid #d9e5df;border-top-color:#059669;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{background:#f5f7fb;grid-template-columns:minmax(360px,.9fr) minmax(460px,1.1fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:linear-gradient(145deg,#034e3ef5,#059669e8),#047857;flex-direction:column;min-height:100vh;padding:48px;display:flex}.auth-brand{align-items:center;gap:13px;display:flex}.auth-brand-icon{background:#ffffff24;border:1px solid #ffffff3d;border-radius:15px;place-items:center;width:50px;height:50px;display:grid}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:19px}.auth-brand span{color:#ffffffb8;margin-top:3px;font-size:12px}.auth-brand-message{max-width:560px;margin:auto 0}.auth-brand-message .eyebrow{color:#a7f3d0}.auth-brand-message h1{letter-spacing:-.05em;margin:0;font-size:clamp(38px,4.5vw,64px);line-height:1.06}.auth-brand-message>p:last-child{color:#ffffffc2;max-width:530px;margin:24px 0 0;font-size:16px;line-height:1.75}.auth-privacy-note{color:#ffffffad;max-width:510px;font-size:12px;line-height:1.6}.auth-form-panel{place-items:center;min-height:100vh;padding:40px;display:grid}.auth-card{background:#fff;border:1px solid #e4e9f0;border-radius:22px;width:min(100%,460px);padding:36px;box-shadow:0 22px 55px #0f172a17}.auth-card h2{color:#172033;letter-spacing:-.03em;margin:0;font-size:29px}.auth-card-description{color:#778396;margin:10px 0 0;line-height:1.6}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:11px;margin-top:22px;padding:11px 13px;font-size:13px;line-height:1.5}.auth-field{margin-top:22px;display:block}.auth-field>span{color:#374151;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.auth-input-wrapper{color:#8a96a8;background:#fff;border:1px solid #dce2eb;border-radius:12px;align-items:center;gap:10px;padding:0 13px;display:flex}.auth-input-wrapper:focus-within{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.auth-input-wrapper input{color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:13px 0}.password-toggle{color:#7d899a;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:5px;display:grid}.auth-submit{color:#fff;cursor:pointer;background:#059669;border:0;border-radius:12px;width:100%;margin-top:25px;padding:13px 16px;font-weight:800}.auth-submit:hover:not(:disabled){background:#047857}.auth-submit:disabled{cursor:not-allowed;opacity:.62}.auth-support-note{color:#929dad;text-align:center;margin:20px 0 0;font-size:12px;line-height:1.55}.signed-in-user{margin-bottom:13px}.signed-in-user span,.signed-in-user strong{display:block}.signed-in-user span{color:#9aa4b3;font-size:11px}.signed-in-user strong{color:#4e5b70;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.logout-button{cursor:pointer}.logout-button:disabled{cursor:not-allowed;opacity:.6}.sidebar-error{color:#b91c1c!important}@media (width<=820px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:auto;padding:30px}.auth-brand-message{margin:70px 0}.auth-form-panel{min-height:auto;padding:40px 20px}}@media (width<=520px){.auth-brand-message h1{font-size:38px}.auth-card{padding:25px}}.security-test{border:1px solid;border-radius:15px;align-items:flex-start;gap:14px;max-width:700px;padding:18px;display:flex}.security-test.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.security-test.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.security-test strong{display:block}.security-test p{margin:6px 0 0;line-height:1.55}
