:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4efe4;--surface:#fffaf2e6;--surface-strong:#fffaf2;--text:#1f2933;--muted:#52606d;--border:#1f29331f;--accent:#1d6f5f;--accent-soft:#dff2ec;--shadow:0 20px 45px #1f293314}*{box-sizing:border-box}html{font-family:Gellix,Inter,sans-serif}body{background:radial-gradient(circle at top left, #1d6f5f2e, transparent 30%), linear-gradient(180deg, #fbf7ef 0%, var(--bg) 100%);min-height:100vh;color:var(--text);margin:0}code{font-family:Courier New,Courier,monospace}.shell{width:min(1100px,100% - 2rem);margin:0 auto;padding:4rem 0 5rem}.hero{padding:2rem 0 2.5rem}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.9rem;font-weight:700}.hero h1{max-width:12ch;margin:0;font-size:clamp(2.75rem,7vw,5.25rem);line-height:.95}.lede{max-width:58rem;color:var(--muted);margin:1.25rem 0 0;font-size:1.125rem;line-height:1.7}.hero-actions{gap:.75rem;margin-top:1.5rem;display:flex}.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px;padding:1.5rem}.panel-header h2{margin:0;font-size:1.75rem}.panel-header p{color:var(--muted);margin:.5rem 0 0}.grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.card{background:linear-gradient(#dff2ece6 0%,#fffaf2f2 100%);border:1px solid #1d6f5f2e;border-radius:20px;align-items:flex-end;min-height:120px;padding:1rem;font-size:1.05rem;font-weight:700;display:flex}.primary-button,.secondary-button,.inline-link{border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.primary-button,.secondary-button{cursor:pointer;border:0;min-height:48px;padding:0 1.2rem}.primary-button{background:var(--accent);color:#f8fffc}.primary-button:disabled{opacity:.7;cursor:wait}.secondary-button{color:var(--text);border:1px solid var(--border);background:0 0}.inline-link{color:var(--accent)}.auth-shell{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;width:min(1100px,100% - 2rem);min-height:100vh;margin:0 auto;padding:2rem 0;display:grid}.auth-panel{flex-direction:column;justify-content:center;display:flex}.auth-copy h1{max-width:11ch;margin:0;font-size:clamp(2.5rem,6vw,4.75rem);line-height:.95}.auth-card{border:1px solid var(--border);background:var(--surface-strong);box-shadow:var(--shadow);border-radius:28px;padding:1.5rem}.auth-form{gap:1rem;margin-top:1.5rem;display:grid}.field{color:var(--text);gap:.5rem;font-weight:700;display:grid}.field input{border:1px solid var(--border);width:100%;min-height:52px;color:var(--text);font:inherit;background:#fff;border-radius:16px;padding:.9rem 1rem}.field input:focus{outline-offset:2px;outline:2px solid #1d6f5f40}.form-error{color:#9f2d2d;margin:0;font-size:.95rem}.dashboard-shell{align-items:center;min-height:100vh;display:flex}.dashboard-panel h1{margin:0;font-size:clamp(2.5rem,5vw,4rem)}.dashboard-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0;display:grid}.meta-card{border:1px solid var(--border);background:#ffffff8c;border-radius:20px;gap:.35rem;padding:1rem;display:grid}.meta-card span{color:var(--muted);font-size:.9rem}.meta-card strong{word-break:break-word}@media (max-width:640px){.shell{width:min(100% - 1.25rem,1100px);padding-top:2.5rem}.panel{padding:1rem}.hero h1{max-width:none}.dashboard-meta{grid-template-columns:1fr}}@media (max-width:900px){.auth-shell{grid-template-columns:1fr;min-height:auto}}.mobile-hamburger{z-index:200;cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.4rem;height:2.4rem;padding:0;display:none;position:fixed;top:.85rem;left:1rem}.mobile-hamburger span{background:#000;border-radius:1px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.mobile-hamburger-admin{background:0 0}.mobile-drawer-overlay{z-index:210;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;animation:.2s drawer-fade-in;position:fixed;inset:0}@keyframes drawer-fade-in{0%{opacity:0}to{opacity:1}}.mobile-drawer{z-index:220;flex-direction:column;width:16.5rem;height:100dvh;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-100%)}.mobile-drawer.open{transform:translate(0)}.mobile-drawer{background:var(--tenant-primary,#00152a)}.mobile-drawer-admin{background:#111827;border-right:1px solid #ffffff0f}.mobile-drawer-head{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.mobile-drawer-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.mobile-drawer-close:hover{background:#ffffff2e}.mobile-drawer-close-admin{background:#ffffff14}.mobile-drawer-close-admin:hover{background:#ffffff26}.mobile-drawer-nav{flex:1;padding:.75rem .75rem 0;overflow-y:auto;flex-direction:column!important;gap:.15rem!important;display:flex!important}.mobile-drawer-profile{border-top:1px solid #ffffff12;flex-shrink:0;margin-top:auto;padding:.75rem 1rem 1rem}@media (min-width:961px){.mobile-hamburger,.mobile-drawer,.mobile-drawer-overlay{display:none!important}}@media (max-width:960px){.mobile-hamburger{display:flex}.tenant-topbar,.admin-topbar{padding-left:3.5rem!important}}
