:root{--admin-bg:#ffffff;--admin-ink:#182b3a;--admin-muted:#687887;--admin-line:#e1e7ee;--admin-hover:#f1f5f9;--admin-accent:#007cae;--admin-tint:#e7f5fc}:root[data-theme=dark]{--admin-bg:#19232f;--admin-ink:#edf3f8;--admin-muted:#a1b1c1;--admin-line:#344152;--admin-hover:#253244;--admin-accent:#80c9ed;--admin-tint:#183d53}.admin-shell{box-sizing:border-box;display:flex;align-items:center;gap:30px;min-height:76px;padding:12px 28px;border-bottom:1px solid var(--admin-line);color:var(--admin-ink);background:var(--admin-bg);font:500 14px/1.4 ui-sans-serif,system-ui,sans-serif;position:relative;z-index:40}.admin-shell a{text-decoration:none;color:inherit}.admin-shell-brand{display:flex;align-items:center;gap:10px;white-space:nowrap;font-weight:700}.admin-brand-logo{display:block;width:138px;flex-shrink:0}.admin-brand-logo img{display:block;width:100%;height:auto}.admin-brand-logo .admin-brand-dark{display:none}:root[data-theme=dark] .admin-brand-light{display:none}:root[data-theme=dark] .admin-brand-dark{display:block}.admin-shell-product{margin-left:5px;padding-left:15px;border-left:1px solid var(--admin-line);font-size:15px;font-weight:600;letter-spacing:.01em}.admin-shell nav{display:flex;align-items:center;gap:5px}.admin-shell nav a{padding:10px 13px;border-radius:8px;white-space:nowrap}.admin-shell nav a:hover,.admin-shell button:hover{background:var(--admin-hover)}.admin-shell nav a[aria-current=page]{background:var(--admin-tint);color:var(--admin-accent)}.admin-shell-tools{display:flex;align-items:center;gap:16px;margin-left:auto}.admin-shell-tenant{color:var(--admin-muted);font-size:12px}.admin-shell button{font:inherit;color:inherit;cursor:pointer}.admin-theme-picker{display:flex;gap:2px;padding:3px;border:1px solid var(--admin-line);border-radius:9px;background:var(--admin-hover)}.admin-theme-picker button{font:inherit;color:var(--admin-muted);cursor:pointer;display:grid;place-items:center;padding:7px;border:0;border-radius:6px;background:transparent}.admin-theme-picker svg{width:17px;height:17px}.admin-theme-picker button[aria-pressed=true]{background:var(--admin-bg);color:var(--admin-accent);box-shadow:0 1px 3px #0002}.admin-shell-signout{padding:8px 10px;border:1px solid var(--admin-line);border-radius:8px;background:transparent;white-space:nowrap}.admin-shell :focus-visible{outline:2px solid var(--admin-accent);outline-offset:3px}body.admin-data-shell{display:flex;flex-direction:column}body.admin-data-shell>[data-phx-main]{flex:1;min-height:0}body.admin-data-shell .h-screen{height:calc(100dvh - 76px)}body.admin-data-shell [data-admin-dashboard-nav-link],body.admin-data-shell [data-admin-tenant-badge],body.admin-data-shell [data-admin-logout-form]{display:none!important}@media (max-width:1100px){.admin-shell{gap:14px;padding:12px 16px;flex-wrap:wrap}.admin-shell nav{order:3;width:100%;overflow-x:auto}.admin-shell-tenant{display:none}body.admin-data-shell .h-screen{height:calc(100dvh - 128px)}}@media (max-width:480px){.admin-shell{padding:10px 12px}.admin-shell-brand{font-size:12px}.admin-shell .admin-brand-logo{width:106px}.admin-shell-product{padding-left:8px;margin-left:0;font-size:12px}.admin-shell-tools{gap:8px}.admin-shell .admin-theme-picker button{padding:5px}.admin-shell nav a{padding:8px 10px;font-size:12px}.admin-shell-signout{font-size:12px!important}}.admin-auth-body{color-scheme:light;margin:0;min-height:100dvh;color:var(--admin-ink);background:radial-gradient(ellipse at 8% 70%,#dff1fc 0,transparent 55%),#f5faff;font:400 15px/1.5 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark] .admin-auth-body{color-scheme:dark;background:radial-gradient(ellipse at 8% 70%,#173449 0,transparent 55%),#111b27}.admin-auth-body *{box-sizing:border-box}.admin-auth-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:auto;padding:32px 48px}.admin-auth-topbar .admin-brand-logo{width:205px}.admin-auth-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);align-items:center;gap:clamp(40px,8vw,110px);min-height:calc(100dvh - 130px);max-width:1180px;padding:36px 48px 90px;margin:auto}.admin-auth-eyebrow{margin:0 0 20px;color:var(--admin-accent);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.admin-auth-brand h1{margin:0;font-size:clamp(38px,4.8vw,62px);font-weight:650;letter-spacing:-.045em;line-height:1.12}.admin-auth-brand h1 span{color:var(--admin-accent)}.admin-auth-copy{margin:24px 0 0;color:var(--admin-muted);font-size:19px;line-height:1.7}.admin-auth-art{display:flex;gap:12px;margin-top:52px}.admin-auth-art span{width:76px;height:76px;background:#8ab1df}.admin-auth-art span+span{background:#1c9cd9}.admin-auth-panel{background:var(--admin-bg);border:1px solid var(--admin-line);border-radius:20px;padding:40px;box-shadow:0 20px 70px #173c6610}.admin-auth-panel h2{margin:0 0 10px;font-size:28px;font-weight:650;letter-spacing:-.025em}.admin-auth-description{margin:0 0 30px;color:var(--admin-muted);line-height:1.65}.admin-auth-form{display:grid;gap:20px}.admin-auth-field{display:grid;gap:8px}.admin-auth-field label{font-size:13px;font-weight:600}.admin-auth-form input:not([type=hidden]),.admin-auth-form select{width:100%;min-height:48px;padding:11px 14px;border:1px solid var(--admin-line);border-radius:8px;background:var(--admin-bg);color:var(--admin-ink);font:inherit}.admin-auth-form input:not([type=hidden]):focus,.admin-auth-form select:focus{outline:2px solid var(--admin-accent);outline-offset:2px}.admin-auth-submit{min-height:48px;margin-top:6px;border:0;border-radius:8px;background:#007cae;color:#fff;font:inherit;font-weight:650;cursor:pointer}.admin-auth-submit:hover{background:#006a95}.admin-auth-body button:focus-visible{outline:2px solid var(--admin-accent);outline-offset:4px}.admin-auth-note{margin:22px 0 0;color:var(--admin-muted);font-size:11px;text-align:center}.admin-auth-error{border:1px solid #e8aaaa;border-radius:8px;background:#fff0f0;padding:12px 14px;color:#a02d2d;font-size:14px}:root[data-theme=dark] .admin-auth-error{border-color:#944848;background:#44272c;color:#ffc4c4}.admin-auth-summary{display:grid;gap:12px;margin:0 0 24px;padding:16px;border-radius:8px;background:var(--admin-hover)}.admin-auth-summary dt{color:var(--admin-muted);font-size:12px}.admin-auth-summary dd{margin:2px 0 0;overflow-wrap:anywhere}@media (max-width: 800px){.admin-auth-topbar{padding:24px}.admin-auth-topbar .admin-brand-logo{width:170px}.admin-auth-page{grid-template-columns:minmax(0,1fr);min-height:auto;max-width:510px;gap:32px;padding:30px 24px 48px}.admin-auth-brand h1{font-size:38px}.admin-auth-eyebrow{margin-bottom:12px;font-size:10px}.admin-auth-copy{margin-top:14px;font-size:16px}.admin-auth-art{display:none}.admin-auth-panel{padding:28px;border-radius:16px}}@media (max-width: 380px){.admin-auth-topbar{padding:20px;gap:16px}.admin-auth-topbar .admin-brand-logo{width:145px}.admin-auth-page{padding:20px 20px 40px}.admin-auth-panel{padding:22px}}
