:root{--ink: #201b3d;--muted: #736d93;--surface: #f6f5fc;--card: #ffffff;--line: #e4e1f5;--primary: #4b3ff2;--primary-ink: #ffffff;--primary-dark: #17123f;--accent: #ff6f61;--accent-ink: #ffffff;--success: #17b892;--success-bg: #e3faf3;--success-ink: #0c6e56;--warn: #ff6f61;--warn-ink: #7a2a22;--warn-bg: #ffe9e6;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-body: "Figtree", system-ui, sans-serif;--radius-card: 14px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(32, 27, 61, .04), 0 8px 24px rgba(32, 27, 61, .06)}html{color-scheme:light}body{margin:0;font-family:var(--font-body);font-size:15px;color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);font-weight:700;letter-spacing:-.01em}a{color:var(--primary)}::selection{background:var(--accent);color:var(--accent-ink)}button{font-family:var(--font-body)}button:not([class]),input[type=submit]:not([class]){background:var(--primary);color:var(--primary-ink);border:0;border-radius:var(--radius-pill);padding:.55rem 1.1rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}button:not([class]):hover{box-shadow:0 4px 14px #4b3ff247;transform:translateY(-1px)}button:not([class]):disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}input:not([type=checkbox]):not([type=radio]),select,textarea{font-family:var(--font-body);font-size:.9rem;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:8px;padding:.5rem .65rem}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}table{border-collapse:collapse}th,td{font-family:var(--font-body)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:var(--radius-pill)}.app.svelte-12qhfyh{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh}.app.nav-collapsed.svelte-12qhfyh{grid-template-columns:minmax(0,1fr)}.app.nav-collapsed.svelte-12qhfyh .sidebar:where(.svelte-12qhfyh){display:none}.nav-reveal.svelte-12qhfyh{position:fixed;top:.9rem;left:.9rem;z-index:50;display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:10px;border:1px solid var(--line);background:var(--card);color:var(--ink);box-shadow:var(--shadow-card);cursor:pointer}.nav-reveal.svelte-12qhfyh:hover{border-color:var(--primary);color:var(--primary)}.nav-hide.svelte-12qhfyh{margin-left:auto;display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffb3;cursor:pointer}.nav-hide.svelte-12qhfyh:hover{background:#ffffff29;color:#fff}.backdrop.svelte-12qhfyh{display:none}.sidebar.svelte-12qhfyh{position:relative;overflow:hidden;background:linear-gradient(165deg,var(--ink) 0%,var(--primary-dark) 100%);color:#ffffffe0;padding:1.5rem 1.15rem;display:flex;flex-direction:column;gap:1.5rem}.sidebar-glow.svelte-12qhfyh{position:absolute;top:-120px;right:-110px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,var(--accent) 0%,transparent 70%);opacity:.35;filter:blur(6px);pointer-events:none}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;position:relative;z-index:1}.brand-mark.svelte-12qhfyh{flex:none;width:1.6rem;height:1.6rem;background:linear-gradient(135deg,var(--accent) 0%,#ffb199 100%);border-radius:38% 62% 63% 37%/41% 44% 56% 59%;box-shadow:0 2px 10px #ff6f6166}.brand.svelte-12qhfyh h1:where(.svelte-12qhfyh){margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.01em;color:#fff}.tenant-chip.svelte-12qhfyh{position:relative;z-index:1;display:flex;align-items:center;gap:.55rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-card);padding:.45rem .55rem}.tenant-avatar.svelte-12qhfyh{flex:none;display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-family:var(--font-display);font-weight:700;font-size:.8rem}.tenant-text.svelte-12qhfyh{display:flex;flex-direction:column;gap:.05rem;min-width:0}.tenant-name.svelte-12qhfyh{color:#fff;font-size:.82rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-sub.svelte-12qhfyh{color:#ffffff80;font-size:.66rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}nav.svelte-12qhfyh{position:relative;z-index:1;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.1rem}.nav-heading.svelte-12qhfyh{display:block;padding:0 .85rem;margin-bottom:.35rem;font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff6}nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.5rem .85rem;border-radius:var(--radius-pill);color:#ffffffb8;text-decoration:none;font-size:.88rem;font-weight:500;transition:background .14s ease,color .14s ease,transform .14s ease}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#ffffff17;color:#fff;transform:translate(2px)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:linear-gradient(120deg,var(--accent) 0%,#ff8c73 100%);color:var(--accent-ink);font-weight:700;box-shadow:0 4px 14px #ff6f6152}nav.svelte-12qhfyh a.has-sub:where(.svelte-12qhfyh){line-height:1.15}.nav-sub.svelte-12qhfyh{display:block;margin-top:.12rem;font-size:.66rem;font-weight:500;letter-spacing:0;color:#ffffff6b}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover .nav-sub:where(.svelte-12qhfyh){color:#fff9}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh) .nav-sub:where(.svelte-12qhfyh){color:#ffffffd1}.footer.svelte-12qhfyh{position:relative;z-index:1;display:flex;flex-direction:column;gap:.6rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.who.svelte-12qhfyh{color:#ffffff80;font-size:.78rem}.whoami.svelte-12qhfyh{display:flex;flex-direction:column;gap:.08rem;min-width:0}.whoami-name.svelte-12qhfyh{color:#fff;font-size:.82rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whoami-email.svelte-12qhfyh{color:#fff9;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whoami-role.svelte-12qhfyh{color:#ffffff73;font-size:.7rem}.logout.svelte-12qhfyh{background:transparent;color:#ffffffbf;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-pill);padding:.4rem .75rem;font:inherit;font-size:.8rem;cursor:pointer;text-align:left;transition:background .14s ease,color .14s ease}.logout.svelte-12qhfyh:hover{background:#ffffff1a;color:#fff}.content.svelte-12qhfyh{padding:1.75rem 2.25rem;min-width:0;overflow-x:auto}@media(max-width:900px){.app.svelte-12qhfyh,.app.nav-collapsed.svelte-12qhfyh{grid-template-columns:minmax(0,1fr)}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;z-index:40;width:min(72vw,248px);box-shadow:0 0 44px #0f0a2880}.backdrop.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#17123f73;border:0;padding:0;cursor:pointer}.content.svelte-12qhfyh{padding:3.4rem 1rem 1.5rem}}
