:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f7f9fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f7f9fc}a{color:inherit}h1,h2,h3,h4,p{margin:0}p{line-height:1.6}button,input,textarea{font-family:inherit}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:#f5f7fb;color:#0f172a}.logo-mark{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.1rem}.logo-dot{width:14px;height:14px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 6px #2563eb26}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.sidebar nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{border:none;background:transparent;text-align:left;padding:.8rem 1rem;border-radius:12px;font-weight:500;color:#334155;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sidebar-link span{font-size:.8rem;color:#64748b}.sidebar-link.active{background:#e0e7ff;color:#1d4ed8;font-weight:600}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:1rem;font-size:.9rem;color:#64748b}.sidebar-footer strong{color:#0f172a}.content{padding:2.5rem 3vw}.content-header{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-bottom:2rem}.content-header h1{margin-bottom:.5rem}.header-actions{display:flex;gap:1rem;flex-wrap:wrap}button{border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px)}.primary{background:#2563eb;color:#fff;box-shadow:0 12px 25px #2563eb40}.secondary{background:#e0e7ff;color:#1e3a8a}.ghost{background:transparent;color:#0f172a;border:1px solid #cbd5f5}.dashboard{display:flex;flex-direction:column;gap:2rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.stat-card{background:#fff;border-radius:18px;padding:1.5rem;border:1px solid #e2e8f0}.stat-card strong{display:block;font-size:1.6rem;margin-top:.5rem;color:#0f172a}.stat-card p{color:#64748b}.split-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.panel{background:#fff;border-radius:20px;padding:1.75rem;border:1px solid #e2e8f0;box-shadow:0 15px 30px #0f172a0d}.panel h3{margin-bottom:1rem}.list{display:grid;gap:1rem}.list-item{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.list-item strong{display:block;color:#0f172a}.list-item span{color:#64748b;font-size:.85rem}.item-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.item-actions select{min-width:130px}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.compliance-grid strong{display:block;margin-bottom:.3rem}.compliance-grid p{color:#64748b}.grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.form{display:grid;gap:1rem}label{display:grid;gap:.4rem;color:#334155;font-size:.9rem}.field-label-row{display:inline-flex;align-items:center;gap:.45rem}.help-tooltip{position:relative}.help-tooltip summary{list-style:none;width:1.1rem;height:1.1rem;border-radius:999px;border:1px solid #93c5fd;color:#1d4ed8;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:#eff6ff}.help-tooltip summary::-webkit-details-marker{display:none}.help-tooltip-content{position:absolute;z-index:30;top:1.6rem;left:0;width:min(360px,80vw);background:#fff;border:1px solid #dbeafe;border-radius:10px;box-shadow:0 12px 24px #0f172a26;padding:.7rem .8rem}.help-tooltip-content p{margin:0 0 .45rem;color:#334155;font-size:.82rem;line-height:1.35}.help-tooltip-content p:last-child{margin-bottom:0}input,select,textarea{border:1px solid #e2e8f0;border-radius:12px;padding:.7rem .9rem;font-size:.95rem;background:#f8fafc}textarea{min-height:120px}.button-row{display:flex;gap:1rem;flex-wrap:wrap}.muted-panel{background:#0f172a;color:#e2e8f0;border-color:#1e293b}.muted-panel p{color:#cbd5f5}.auth-layout{min-height:100vh;background:#f5f7fb;display:flex;flex-direction:column}.marketing-topbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 6vw;border-bottom:1px solid #e2e8f0;background:#fff}.auth-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:4rem 6vw;align-items:center}.auth-left h1{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:1rem}.auth-left p{color:#475569;margin-bottom:1.5rem}.auth-left ul{padding-left:1.2rem;color:#334155;display:grid;gap:.5rem}.auth-panel{background:#fff;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 20px 40px #0f172a14;display:grid;gap:1rem}.auth-note{font-size:.85rem;color:#64748b}.centered-message{display:grid;place-items:center;font-weight:600;color:#1e293b}.alert{border-radius:12px;padding:.8rem 1rem;font-size:.9rem}.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.alert.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.status-text{color:#64748b;font-size:.9rem;font-weight:600}.pill{display:inline-flex;padding:.35rem .9rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:600;margin-bottom:1.5rem}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap;gap:1rem}.sidebar nav{flex-direction:row;flex-wrap:wrap}.sidebar-footer{flex-direction:row;align-items:center}}@media(max-width:720px){.content-header{flex-direction:column;align-items:flex-start}.sidebar{position:sticky;top:0;z-index:10}}
