.shared-shell{min-height:100vh;display:grid;grid-template-columns:189px minmax(0,1fr)}.shared-shell-sidebar{position:sticky;top:0;align-self:start;min-height:100vh;padding:24px 18px;display:grid;grid-template-rows:auto 1fr auto;gap:24px;background:linear-gradient(180deg,var(--shell-sidebar-tint, color-mix(in srgb, var(--shell-accent, var(--accent, var(--primary, #555))) 18%, transparent)),transparent 220px),var(--shell-sidebar, var(--sidebar, #262626));color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7));border-right:1px solid rgba(255,255,255,.08)}.shared-shell-nav,.shared-shell-footer{display:grid;gap:10px}.shared-shell-sidebar-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.shared-shell-nav{align-content:start}.shared-shell-footer{align-self:end}.shared-shell-brand{display:grid;gap:8px}.shared-shell-brand strong,.shared-shell-mobile-title strong{font-size:1.05rem;line-height:1.2;font-weight:700;letter-spacing:.02em}.shared-shell-brand strong{color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7))}.shared-shell-brand span{color:color-mix(in srgb,var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7)) 72%,transparent);font-size:.92rem}.shared-shell-nav-link{min-height:0;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:color-mix(in srgb,var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7)) 76%,transparent);text-align:left;transition:background-color .14s ease,color .14s ease}.shared-shell-nav-link:hover,.shared-shell-nav-link:focus-visible{background:#ffffff14;color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7));outline:none}.shared-shell-nav-link.is-active{background:#ffffff1f;color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7))}.shared-shell-footer-meta{color:color-mix(in srgb,var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7)) 78%,transparent);font-size:.92rem}.shared-shell-main{min-width:0;display:grid;align-content:start;gap:20px;padding:24px}.shared-shell-hamburger,.shared-shell-drawer-close{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex:none;padding:0;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer}.shared-shell-hamburger{color:var(--shell-ink, var(--ink, #222222));border-color:var(--shell-line, var(--line, #dddddd));background:var(--shell-surface, var(--surface, #ffffff))}.shared-shell-hamburger:hover,.shared-shell-hamburger:focus-visible{background:var(--shell-surface-strong, var(--surface-strong, #f4f4f4));outline:none}.shared-shell-drawer-close{color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7))}.shared-shell-drawer-close:hover,.shared-shell-drawer-close:focus-visible{background:#ffffff1f;outline:none}.shared-shell-scrim{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:85;background:#0f172a6b;opacity:0;pointer-events:none;transition:opacity .22s ease}.shared-shell-topbar{display:none;align-items:center;justify-content:space-between;gap:14px;padding:16px 24px 18px;background:color-mix(in srgb,var(--shell-surface, var(--surface, var(--panel, #ffffff))) 82%,transparent);border:1px solid var(--shell-line, var(--line, #dddddd));border-radius:10px;box-shadow:var(--shell-shadow, var(--shadow-soft, 0 6px 18px rgba(0, 0, 0, .06)));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shared-shell-mobile-title{display:grid;gap:4px;flex:1;min-width:0}.shared-shell-mobile-title strong{color:var(--shell-ink, var(--ink, #222222))}.shared-shell-mobile-title span{color:var(--shell-muted, var(--muted, #6f6f6f));font-size:.92rem}.shared-shell-topbar-actions,.shared-shell-header-action-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shared-shell-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;border:1px solid transparent;text-decoration:none}.shared-shell-button-primary{background:var(--shell-accent, var(--accent, var(--primary, #444444)));color:#fff}.shared-shell-button-secondary{background:color-mix(in srgb,var(--shell-surface, var(--surface, var(--panel, #ffffff))) 92%,transparent);border-color:var(--shell-line, var(--line, #dddddd));color:var(--shell-ink, var(--ink, #222222))}.shared-shell-sidebar .shared-shell-button-secondary{background:#ffffff14;border-color:#ffffff24;color:var(--shell-sidebar-ink, var(--sidebar-ink, #f7f7f7))}.shared-shell-sidebar .shared-shell-button-secondary:hover,.shared-shell-sidebar .shared-shell-button-secondary:focus-visible{background:#ffffff24}.shared-shell-content{min-width:0;overflow-x:clip}.shared-shell-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.panel-state{padding:14px 16px;border:1px solid var(--shell-line, var(--line, #dddddd));border-radius:8px;background:color-mix(in srgb,var(--shell-surface, var(--surface, #ffffff)) 96%,transparent);color:var(--shell-muted, var(--muted, #6f6f6f))}.panel-state-error,.inline-error{color:var(--danger, #b42318)}.inline-error{margin:0}.management-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.table-wrap{overflow:auto}.table-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.directory-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pagination-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-meta,.pagination-page{color:var(--shell-muted, var(--muted, #6f6f6f))}.editor-panel{display:grid;gap:16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a47;display:grid;place-items:center;padding:24px;z-index:80}.modal-panel{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--shell-surface, var(--surface, #ffffff));color:var(--shell-ink, var(--ink, #222222));border:1px solid var(--shell-line, var(--line, #dddddd));border-radius:10px;box-shadow:0 18px 40px #0f172a29}.modal-header,.modal-content{padding:18px 20px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--shell-line, var(--line, #dddddd))}.modal-header h2{margin:0 0 6px;font-size:1rem}.modal-header p{margin:0;color:var(--shell-muted, var(--muted, #6f6f6f))}.confirm-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}@media(max-width:1040px){.shared-shell{grid-template-columns:1fr}.shared-shell-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(82vw,320px);min-height:100vh;z-index:90;overflow-y:auto;transform:translate(-100%);transition:transform .24s ease;border-right:1px solid rgba(255,255,255,.08)}.shared-shell-sidebar.is-open{transform:translate(0);box-shadow:0 18px 50px #00000059}.shared-shell-scrim{display:block}.shared-shell-scrim.is-visible{opacity:1;pointer-events:auto}.shared-shell-drawer-close,.shared-shell-hamburger{display:inline-flex}.shared-shell-main{padding:18px}.shared-shell-topbar{display:flex;position:sticky;top:0;z-index:40;margin:-18px -18px 0;padding:12px 16px;border:none;border-bottom:1px solid var(--shell-line, var(--line, #dddddd));border-radius:0;box-shadow:0 2px 10px #0000000d}}@media(max-width:680px){.shared-shell-topbar{padding:10px 14px}.shared-shell-header-action-row{flex:none}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.hidden{display:none}}:root{color:#14213d;--page:#f3efe6;--ink:#14213d;--muted:#556070;--panel:#fffdf8;--surface:#fffdf8;--surface-strong:#fff;--line:#d9d1c4;--line-strong:#c9c0b2;--accent:#214e82;--accent-soft:#dce7f4;--sidebar:#24344f;--sidebar-ink:#f4f7fb;--success:#295b46;--error:#8a2e2b;--shadow-soft:0 6px 18px #14213d0f;background:#f3efe6;font-family:Avenir Next,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at top,#ffffffe0,transparent 34%),radial-gradient(circle at bottom,#ffffff8c,transparent 28%),var(--page);color:var(--ink);margin:0}html,body,#root{min-height:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.auth-page{grid-template-columns:minmax(260px,360px) minmax(0,1fr);min-height:100vh;display:grid}.auth-entry-page{min-height:100vh;padding:40px 24px 56px}.auth-entry-stage{width:min(640px,100%);margin:0 auto;display:block}.auth-landing-card{text-align:center;background:#fffdf9eb;border:1px solid #24344f14;border-radius:18px;gap:24px;padding:56px 56px 44px;display:grid;box-shadow:0 18px 48px #14213d0f}.auth-landing-mark{color:#fff;background:#456780;border-radius:18px;place-items:center;width:88px;height:88px;margin:8px auto 0;display:grid}.auth-landing-copy{gap:14px;display:grid}.auth-landing-copy h1{letter-spacing:-.05em;color:#466985;margin:0;font-size:clamp(2.5rem,4vw,3.3rem);line-height:1}.auth-landing-copy p{color:#615d58;width:min(24rem,100%);margin:0 auto;font-size:1rem;line-height:1.7}.auth-tenant-note{color:#6f6a64;margin:-2px 0 0}.auth-google-button{color:#2f3539;background:#f3efe8;border:1px solid #24344f14;border-radius:12px;justify-content:center;align-items:center;gap:16px;width:min(490px,100%);min-height:74px;margin:0 auto;padding:0 28px;font-size:1.05rem;font-weight:600;display:inline-flex}.auth-google-button svg{flex:none}.auth-help-copy{letter-spacing:.12em;text-transform:uppercase;color:#a39d96;margin:18px 0 0;font-size:.92rem}.auth-rail{background:#e8e2d6;border-right:1px solid #14213d1f;padding:48px 36px}.auth-kicker,.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:.82rem}.auth-rail h1,.panel h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,3vw,3.4rem);line-height:.98}.auth-copy,.panel-meta,.app-card p,.notice{color:var(--muted)}.auth-copy{max-width:24rem;margin:18px 0 28px}.auth-facts{gap:18px;margin:0;display:grid}.auth-facts div{border-top:1px solid #14213d1f;padding-top:14px}.auth-facts dt{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px;font-size:.8rem}.auth-facts dd{margin:0;font-weight:600}.auth-main{justify-content:center;align-items:center;padding:32px;display:flex}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:min(720px,100%);padding:32px}.panel.narrow{width:min(520px,100%)}.shared-shell .panel{width:min(980px,100%)}.panel-header,.inline-actions{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.panel-header{margin-bottom:28px}.stack{gap:16px;display:grid}.field{gap:8px;display:grid}.field span{font-weight:600}.field input,.field textarea,.field select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:12px 14px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);outline:2px solid #214e822e}.primary-button,.secondary-button,.oauth-link{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;display:inline-flex}.primary-button{background:var(--accent);color:#fff}.secondary-button{border-color:var(--line);color:var(--ink);background:#fff}.oauth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.oauth-link{border-color:var(--line);background:#f7f4ec}.auth-switch{color:var(--muted);flex-wrap:wrap;gap:8px;margin:22px 0 0;display:flex}.auth-switch a{color:var(--accent);font-weight:600}.notice{margin:18px 0 0}.notice.success{color:var(--success)}.notice.error{color:var(--error)}.notice.center{text-align:center}.profile-form{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 0 28px;padding:20px 0 24px}.auth-policy-form{border-bottom:1px solid var(--line);gap:16px;margin:0 0 28px;padding:0 0 24px;display:grid}.profile-form-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.profile-form-header h3{margin:0;font-size:1.1rem}.profile-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;display:grid}.profile-summary div{gap:6px;display:grid}.profile-summary dt{color:var(--muted);font-size:.86rem}.profile-summary dd{margin:0;font-weight:600}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.checkbox-row{align-items:center;gap:10px;font-weight:600;display:flex}.checkbox-row input{width:16px;height:16px;margin:0}.app-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.app-card{border:1px solid var(--line);background:#fff;border-radius:10px;gap:10px;padding:18px;display:grid}.app-card-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.app-card h3{margin:0;font-size:1.15rem}.role-pill{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:4px 8px;font-size:.8rem;font-weight:600}.launch-text{color:var(--accent);font-weight:600}button:disabled,.auth-google-button[aria-disabled=true],.oauth-link[aria-disabled=true]{opacity:.6;cursor:not-allowed}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-entry-page{padding:24px 16px 36px}.auth-landing-card{padding:40px 24px 32px}.auth-rail{border-bottom:1px solid #14213d1f;border-right:0}.oauth-grid{grid-template-columns:1fr}.panel-header,.inline-actions,.profile-form-header{flex-direction:column;align-items:stretch}.profile-grid,.profile-summary{grid-template-columns:1fr}.auth-google-button{min-height:62px;padding:0 20px}}
