@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap";:root{--bg: #111214;--bg-elev: #181a1f;--card: #1a1c21;--card-border: #2a2d35;--sidebar: #121418;--text: #f4f6fa;--muted: #b6bcc8;--brand: #1fc5c8;--brand-strong: #18a7aa;--danger: #ff6b6b;--success: #40d49e;--heading-font: "Urbanist", "Segoe UI", system-ui, sans-serif;--body-font: "Urbanist", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body-font)}p,span,small,li,td,label,input,select{color:#dbe9fb}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);letter-spacing:.02em}a{color:inherit;text-decoration:none}.app-shell{display:block;min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:272px;height:100vh;overflow-y:auto;background:var(--sidebar);color:var(--text);padding:24px 16px;border-right:1px solid rgba(31,197,200,.14)}.brand-block{display:flex;gap:12px;align-items:center}.brand-logo{width:44px;height:44px;border-radius:12px;box-shadow:0 0 0 1px #1fc5c859}.sidebar h2{margin:0;color:#f2f8ff}.sidebar nav{display:flex;flex-direction:column;gap:8px;margin-top:24px}.sidebar a{padding:10px 12px;border-radius:10px;color:var(--muted);border:1px solid transparent}.sidebar a.active,.sidebar a:hover{background:#1fc5c82e;color:#f7fefe;border-color:#1fc5c859}.content{margin-left:272px;width:calc(100% - 272px);min-height:100vh;padding:20px}.topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:18px}.topbar-brand{display:inline-flex;align-items:center}.topbar-logo{width:34px;height:34px;border-radius:10px;box-shadow:0 0 0 1px #1fc5c84d}.topbar button{background:linear-gradient(180deg,var(--brand) 0%,var(--brand-strong) 100%);color:#041419;border:0;border-radius:10px;padding:8px 14px;font-weight:600;cursor:pointer}.card{background:var(--card);border:1px solid var(--card-border);border-radius:14px;padding:16px;box-shadow:0 12px 30px #00000052;color:#f2f4f9}.card h1,.card h2,.card h3,.card h4{color:#f3f8ff}.page-grid{display:grid;gap:16px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.kpis .card p{font-size:1.4rem;margin:6px 0 0;font-weight:700;color:#d9fbfc}.chart-card{min-height:360px}table{width:100%;border-collapse:collapse;margin-top:10px}th,td{padding:10px;text-align:left;border-bottom:1px solid rgba(145,164,191,.2);font-size:.92rem}th{color:#c0d4ee}tbody tr.selected-row td{background:#1fc5c81f}label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:.92rem}input,select,textarea{padding:10px;border:1px solid #3a3d46;border-radius:10px;background:#14161b;color:#f4f6fa;font-family:var(--body-font)}input::placeholder{color:#9da4b2}code{color:#d9fbfc;background:#1fc5c81f;padding:2px 6px;border-radius:6px}button{padding:10px 14px;border:0;border-radius:10px;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-strong) 100%);color:#041419;font-weight:600;cursor:pointer}.ghost-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid #3b3f48;background:#1d2027;color:#f1f5fb;font-weight:600}button:disabled{opacity:.55;cursor:not-allowed}.login-page{min-height:100vh;display:grid;place-items:center;padding:16px}.login-card{width:100%;max-width:440px}.login-brand{display:flex;justify-content:center;margin-bottom:8px}.login-logo{width:76px;height:76px;border-radius:20px;box-shadow:0 0 0 1px #1fc5c84d}.muted{color:var(--muted)}.error{color:var(--danger)}.success{color:var(--success)}.invite-form{display:grid;grid-template-columns:1fr 220px auto;align-items:end;gap:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid button{justify-self:start}.actions-row{grid-column:1 / -1;display:flex;gap:10px}.branding-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.branding-row{background:#14161b;border:1px solid #2f333b;border-radius:10px;padding:10px}@media(max-width:960px){.app-shell{display:block}.sidebar{display:none}.content{margin-left:0;width:100%}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.invite-form,.form-grid,.branding-preview{grid-template-columns:1fr}.topbar{grid-template-columns:auto 1fr}.topbar button{justify-self:start}}
