:root{--admin-brand:#1f7a45;--admin-brand-strong:#155e33;--admin-brand-dark:#0d341f;--admin-brand-surface:#eaf6ee;--admin-accent:#e3a53a;--admin-accent-soft:#ffedc4;--admin-page:#f4f1e8;--admin-backdrop:#e8eee6;--admin-card:#fffcf6;--admin-muted-surface:#ebefe7;--admin-ink:#172218;--admin-ink-soft:#304134;--admin-ink-muted:#667365;--admin-stroke:#ccd6c8;--admin-stroke-strong:#a9b8a8;--admin-danger:#bc5a47;--admin-danger-soft:#f8d8d0;--admin-warning:#b77912;--admin-warning-soft:#ffe8c1;--admin-success:#238a54;--admin-success-soft:#d9f2e2;--admin-info:#2d6f8a;--admin-info-soft:#dcecf5;--admin-shadow:0 10px 24px rgba(13,52,31,0.08);--admin-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}html{background:var(--admin-page);color:var(--admin-ink);font-family:var(--admin-font)}body{margin:0;min-width:320px}a{color:inherit}button,input,select,textarea{font:inherit}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--admin-accent);outline-offset:2px;border-radius:6px}.pos-skip-nav{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:-1;text-decoration:none;white-space:nowrap}.pos-skip-nav:focus-visible{position:fixed;left:1rem;top:1rem;width:auto;height:auto;z-index:9999;padding:.75rem 1rem;background:var(--admin-brand-dark);color:#fff;font-weight:800;font-size:.9rem;border-radius:var(--admin-radius);text-decoration:none}.admin-shell{min-height:100vh;display:grid;grid-template-columns:206px minmax(0,1fr);background:radial-gradient(circle at top left,rgba(227,165,58,.13),transparent 30rem),linear-gradient(180deg,var(--admin-backdrop),var(--admin-page) 18rem);color:var(--admin-ink)}.admin-sidebar{top:0;height:100vh;display:flex;flex-direction:column;gap:.35rem;background:var(--admin-brand-dark);color:#f8fff8;border-right:1px solid rgba(255,255,255,.14)}.admin-brand{padding:.16rem .32rem .52rem;border-bottom:1px solid rgba(255,255,255,.14)}.admin-brand-kicker,.admin-eyebrow{margin:0;font-size:.76rem;font-weight:850;text-transform:uppercase}.admin-brand h1,.admin-brand p{margin:0}.admin-brand h1{margin-top:.2rem;font-size:1.06rem;line-height:1.1}.admin-brand p:last-child{margin-top:.42rem;color:#cfe3d5;font-size:.84rem;line-height:1.4}.admin-nav{flex:1 1;min-height:0;overflow-y:auto;display:grid;grid-gap:.2rem;gap:.2rem;padding-right:.05rem}.admin-nav-group{display:grid;grid-gap:.1rem}.admin-nav-group-title{display:none}.admin-nav-disabled,.admin-nav-link{display:grid;align-items:center;grid-gap:0;gap:0;color:#d8eadc;text-decoration:none}.admin-nav-link[aria-current=page]{background:var(--admin-brand);color:#fff;box-shadow:inset 3px 0 0 var(--admin-accent)}.admin-nav-icon{display:none}.admin-nav-disabled{color:#78947e}.admin-lock{color:#b9c7bb;font-size:.75rem}.admin-sidebar-footer{display:grid;grid-gap:.55rem;gap:.55rem;padding:.9rem .35rem .15rem;border-top:1px solid rgba(255,255,255,.14)}.admin-sidebar-footer p{margin:0;color:#cfe3d5;font-size:.82rem;line-height:1.4}.admin-main-column{display:grid;grid-template-rows:auto 1fr}.admin-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:rgba(255,252,246,.94);border-bottom:1px solid var(--admin-stroke);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-topbar-title{margin:.18rem 0 0;font-weight:850}.admin-topbar-account,.admin-topbar-meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.admin-topbar-account{justify-content:flex-end}.admin-content{min-width:0;width:100%;max-width:1400px;margin:0 auto}.admin-page-stack{display:grid;grid-gap:.38rem;gap:.38rem}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{border:1px solid var(--admin-stroke);box-shadow:var(--admin-shadow)}.admin-card{padding:.48rem}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.5rem;background:linear-gradient(135deg,rgba(234,246,238,.96),rgba(255,252,246,.98)),var(--admin-card)}.admin-page-header h1{font-size:clamp(1.14rem,1.6vw,1.54rem)}.admin-page-header p:not(.admin-eyebrow){margin:.35rem 0 0;max-width:720px;color:var(--admin-ink-soft);font-size:.82rem;line-height:1.32;display:none}.admin-header-actions,.admin-header-badges,.admin-section-action{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.admin-header-badges{margin-top:.52rem}.admin-section-header{display:flex;justify-content:space-between;gap:.65rem;align-items:flex-start;flex-wrap:wrap}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{margin:0;font-size:1.08rem;line-height:1.25}.admin-empty-state p,.admin-section-header p,.admin-status p{margin:.26rem 0 0;color:var(--admin-ink-muted);font-size:.82rem;line-height:1.28;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.admin-section-body{margin-top:.62rem}.admin-grid{display:grid;grid-gap:.62rem;gap:.62rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.admin-grid--two{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))}.admin-metric{min-height:66px;padding:.62rem;background:var(--admin-card-strong)}.admin-metric p{margin:0;color:var(--admin-ink-muted);font-size:.75rem;font-weight:850;text-transform:uppercase}.admin-metric strong{display:block;margin-top:.28rem;color:var(--admin-brand-dark);font-size:1.28rem;line-height:1.1}.admin-metric span{display:block;margin-top:.22rem;color:var(--admin-ink-muted);font-size:.78rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.admin-metric--success strong{color:var(--admin-success)}.admin-metric--warning strong{color:var(--admin-warning)}.admin-metric--danger strong{color:var(--admin-danger)}.admin-badge{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--admin-stroke);border-radius:999px;padding:.2rem .58rem;background:var(--admin-muted-surface);font-size:.78rem;font-weight:850;white-space:nowrap}.admin-badge--success{border-color:#b8dfc3;background:var(--admin-success-soft);color:var(--admin-brand-strong)}.admin-badge--warning{border-color:#f2d08c;background:var(--admin-warning-soft);color:#7a4b08}.admin-badge--danger{border-color:#eab4aa;background:var(--admin-danger-soft);color:#8b3024}.admin-badge--info{border-color:#b8d6e4;background:var(--admin-info-soft);color:#245a70}.admin-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.05rem;border-radius:var(--admin-radius);padding:.43rem .72rem;font-weight:850;text-decoration:none;cursor:pointer}.admin-button--primary{border:1px solid var(--admin-brand-strong);background:var(--admin-brand);color:#fff}.admin-button--secondary{border:1px solid var(--admin-stroke-strong);background:var(--admin-card-strong);color:var(--admin-brand-dark)}.admin-button--ghost{border:1px solid transparent;background:transparent;color:var(--admin-brand-strong)}.admin-button:disabled{opacity:.56;cursor:not-allowed}.admin-status{padding:.76rem}.admin-status--info{border-color:#b8d6e4;background:var(--admin-info-soft)}.admin-status--warning{border-color:#f2d08c;background:var(--admin-warning-soft)}.admin-status--danger{border-color:#eab4aa;background:var(--admin-danger-soft)}.admin-status--success{border-color:#b8dfc3;background:var(--admin-success-soft)}.admin-empty-state,.admin-table-empty{padding:.5rem;background:#fffaf0;border-style:dashed}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:680px;border-collapse:collapse}.admin-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;text-align:left;border-bottom:1px solid var(--admin-stroke);background:var(--admin-card);color:var(--admin-ink-muted);padding:.5rem .48rem;font-size:.74rem;font-weight:850;text-transform:uppercase}.admin-table td{border-bottom:1px solid #e7e5dc;color:var(--admin-ink-soft);padding:.54rem .48rem;font-size:.84rem;vertical-align:top}.admin-form-grid{display:grid;grid-gap:.95rem;gap:.95rem}.admin-field-label{display:grid;grid-gap:.38rem;gap:.38rem;color:var(--admin-ink-soft);font-size:.86rem;font-weight:800}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{width:100%;border:1px solid var(--admin-stroke-strong);border-radius:var(--admin-radius);background:#fff;color:var(--admin-ink);padding:.72rem .82rem}.admin-field--compact{min-width:min(100%,14.5rem);padding:.58rem .68rem}.admin-field-label--inline{min-width:min(100%,15.5rem)}.admin-help-text{margin:0;color:var(--admin-ink-muted);font-size:.86rem;line-height:1.5}.admin-error-text{margin:.28rem 0 0;color:#8b3024;font-size:.8rem}.admin-public-page{min-height:100vh;background:radial-gradient(circle at 82% 8%,rgba(227,165,58,.2),transparent 26rem),linear-gradient(180deg,var(--admin-backdrop),var(--admin-page) 42%);color:var(--admin-ink);padding:2rem 1rem}.admin-public-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:1.1rem;gap:1.1rem;align-items:stretch}.admin-public-hero{display:flex;flex-direction:column;justify-content:space-between;min-height:520px;padding:1.7rem;border-radius:var(--admin-radius);background:linear-gradient(135deg,rgba(13,52,31,.97),rgba(31,122,69,.92)),var(--admin-brand-dark);color:#fff;box-shadow:var(--admin-shadow)}.admin-public-hero h1{margin:.45rem 0 0;max-width:780px;font-size:clamp(2.1rem,4.4vw,4rem);line-height:1.02}.admin-public-hero p{max-width:690px;color:#d8eadc;line-height:1.6}.admin-public-panel{padding:.48rem;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card);box-shadow:var(--admin-shadow)}.admin-public-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.65rem;gap:.65rem;margin-top:1.2rem}.admin-public-feature{border:1px solid rgba(255,255,255,.18);border-radius:var(--admin-radius);padding:.78rem;background:rgba(255,255,255,.08)}.admin-public-feature strong{display:block;color:#fff;font-size:.92rem}.admin-public-feature span{margin-top:.25rem;color:#d8eadc;font-size:.82rem;line-height:1.4}@media (max-width:1100px){.admin-shell{grid-template-columns:236px minmax(0,1fr)}.admin-sidebar{padding:.85rem}}@media (max-width:760px){.admin-public-grid,.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{position:static;height:auto}.admin-nav{display:block;overflow-x:auto;white-space:nowrap;padding-bottom:.4rem}.admin-nav-group{display:inline-grid;min-width:210px;margin-right:.6rem;vertical-align:top}.admin-page-header,.admin-topbar{align-items:stretch;flex-direction:column}.admin-content,.admin-public-page{padding:1rem}.admin-public-hero{min-height:auto}}.admin-grid--priority{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr)}.admin-hero-metrics{display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(180px,1fr));grid-gap:.62rem;gap:.62rem}.admin-hero-metric{min-height:138px;padding:1rem;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card-strong)}.admin-hero-metric--primary{background:linear-gradient(135deg,rgba(13,52,31,.96),rgba(31,122,69,.92)),var(--admin-brand-dark);color:#fff}.admin-hero-metric p{margin:0;color:var(--admin-ink-muted);font-size:.75rem;font-weight:850;text-transform:uppercase}.admin-hero-metric--primary p,.admin-hero-metric--primary span{color:#d8eadc}.admin-hero-metric strong{display:block;margin-top:.48rem;color:var(--admin-brand-dark);font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.05}.admin-hero-metric--primary strong{color:#fff}.admin-hero-metric--success strong{color:var(--admin-success)}.admin-hero-metric--warning strong{color:var(--admin-warning)}.admin-hero-metric span{display:block;margin-top:.38rem;color:var(--admin-ink-muted);font-size:.86rem;line-height:1.42}.admin-action-list{display:grid;grid-gap:.62rem;gap:.62rem}.admin-action-list .admin-button{width:100%;justify-content:flex-start}.admin-card:hover,.admin-hero-metric:hover,.admin-metric:hover{border-color:var(--admin-stroke-strong)}@media (max-width:1180px){.admin-grid--priority,.admin-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-grid--priority,.admin-hero-metrics{grid-template-columns:minmax(0,1fr)}}.admin-field-label--compact{min-width:min(100%,240px)}.admin-activity-list{display:grid;grid-gap:.55rem;gap:.55rem}.admin-activity-row{display:grid;grid-template-columns:minmax(180px,2fr) auto minmax(140px,1.2fr) minmax(120px,1fr);align-items:center;grid-gap:.75rem;gap:.75rem;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card-strong);color:var(--admin-ink-soft);padding:.72rem .82rem;font-size:.9rem}.admin-activity-row strong{color:var(--admin-ink)}@media (max-width:720px){.admin-activity-row{grid-template-columns:1fr;align-items:start}}.admin-segmented-control{display:flex;gap:.55rem;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:.18rem;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin}.admin-segmented-option{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:2.58rem;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card-strong);padding:.48rem .62rem;font-weight:850;white-space:nowrap;cursor:pointer}.admin-segmented-option--active{border-color:var(--admin-brand);background:var(--admin-brand-surface);box-shadow:inset 0 0 0 1px rgba(22,101,52,.12)}.admin-segmented-option:disabled{cursor:not-allowed;opacity:.56}.admin-segmented-meta{display:inline-flex}.admin-card .admin-segmented-control,.admin-page-header .admin-segmented-control,.admin-section-body .admin-segmented-control{width:100%}@media (max-width:1100px){.admin-segmented-control{flex-wrap:wrap;overflow-x:visible}}.admin-report-filters{display:grid;grid-template-columns:minmax(220px,1.6fr) repeat(4,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem;align-items:end;margin-bottom:.95rem}.admin-report-table{min-width:900px}.admin-table-sort-button{display:inline-flex;align-items:center;gap:.28rem;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:850;padding:0;text-align:left}.admin-table-sort-button:disabled{cursor:default;color:inherit}.admin-sort-indicator{color:var(--admin-brand-dark);font-weight:900}.admin-pagination{justify-content:space-between;gap:1rem;margin-top:.95rem;color:var(--admin-ink-muted);font-size:.86rem}.admin-pagination,.admin-pagination-controls{display:flex;align-items:center;flex-wrap:wrap}.admin-pagination-controls{gap:.55rem}.admin-page-count{color:var(--admin-ink-soft);font-weight:800}@media (max-width:980px){.admin-report-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.admin-report-filters{grid-template-columns:minmax(0,1fr)}}.admin-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;align-items:end}.admin-filter-bar--audit{grid-template-columns:minmax(220px,1.4fr) minmax(200px,1.2fr) repeat(2,minmax(150px,.8fr))}.admin-filter-bar--single{max-width:320px}.admin-field--textarea{min-height:96px;resize:vertical}@media (max-width:860px){.admin-filter-bar--audit{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.admin-filter-bar,.admin-filter-bar--audit{grid-template-columns:minmax(0,1fr)}}.admin-filter-bar .admin-form-field,.admin-report-filters .admin-form-field{min-width:0}.admin-form-field--inline .admin-field{min-width:min(100%,14.5rem)}.admin-form-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:.9rem;gap:.9rem}.admin-form-field{display:grid;grid-gap:.38rem;gap:.38rem;align-content:start}.admin-form-field--inline{min-width:min(100%,15.5rem)}.admin-required-mark{margin-left:.25rem;color:#8b3024;font-weight:900}.admin-field--invalid{border-color:#eab4aa;background:#fff8f6}.admin-readonly-field{width:100%;min-height:2.7rem;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-muted-surface);color:var(--admin-ink-soft);padding:.72rem .82rem;font-size:.92rem;line-height:1.35}.admin-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;flex-wrap:wrap}.admin-form-actions--left{justify-content:flex-start;margin-top:1rem}.admin-success-kicker{margin:0;color:var(--admin-success);font-size:.78rem;font-weight:850;text-transform:uppercase}.admin-success-title{margin:.34rem 0 0;color:var(--admin-brand-dark);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.15}.admin-success-summary{margin-top:1rem}@media (max-width:560px){.admin-form-section-grid{grid-template-columns:minmax(0,1fr)}.admin-form-actions .admin-button{width:100%}}.admin-key-list{display:grid;grid-gap:.58rem;gap:.58rem;margin:0}.admin-key-row{display:grid;grid-template-columns:minmax(100px,.55fr) minmax(0,1fr);grid-gap:.75rem;gap:.75rem;align-items:center;border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card-strong);padding:.68rem .78rem}.admin-key-row dt{color:var(--admin-ink-muted);font-size:.78rem;font-weight:850;text-transform:uppercase}.admin-key-row dd{margin:0;overflow-wrap:anywhere}.admin-key-row dd,.admin-record-value{color:var(--admin-brand-dark);font-weight:850}.admin-record-value{margin:.85rem 0 0;font-size:1.2rem}.admin-access-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(227,165,58,.16),transparent 24rem),linear-gradient(180deg,var(--admin-backdrop),var(--admin-page) 50%);color:var(--admin-ink);font-family:var(--admin-font);padding:3rem 1.25rem}.admin-access-shell{max-width:680px;margin:0 auto}.admin-access-panel h1{margin:.35rem 0 0;color:var(--admin-brand-dark);font-size:clamp(1.45rem,2.6vw,2rem);line-height:1.14}.admin-access-panel>p:not(.admin-eyebrow){margin:.68rem 0 0;color:var(--admin-ink-soft);font-size:.95rem;line-height:1.55}.admin-public-title{margin:.45rem 0 0;color:var(--admin-brand-dark);font-size:1.55rem;line-height:1.15}.admin-spaced-top{margin-top:.75rem}.admin-public-badge-grid{margin-top:1rem}@media (max-width:560px){.admin-key-row{grid-template-columns:minmax(0,1fr);gap:.28rem}.admin-access-page{padding:1rem}}.admin-auth-shell{width:min(100%,520px);margin:0 auto;padding-top:clamp(1.25rem,5vw,4rem)}.admin-auth-card{display:grid;grid-gap:1rem;gap:1rem}.admin-auth-title,.admin-form-title{margin:.35rem 0 0;color:var(--admin-brand-dark);font-size:clamp(1.35rem,2.6vw,1.8rem);line-height:1.15}.admin-form-title{font-size:1.25rem}.admin-auth-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.admin-button--full{width:100%}.admin-link-row{margin:0;color:var(--admin-ink-muted);font-size:.86rem;line-height:1.5}.admin-link{color:var(--admin-brand-dark);font-weight:800;text-decoration:none}.admin-link--strong{font-weight:900}.admin-link:focus-visible{outline:3px solid var(--admin-accent);outline-offset:.18rem;border-radius:.35rem}.admin-text-center{text-align:center}.admin-nav-locked-summary{display:block;margin:.2rem .45rem .1rem;color:#a8c7b0;font-size:.76rem;font-weight:800;line-height:1.35}.admin-topbar-subtitle{margin:.18rem 0 0;color:var(--admin-ink-muted);font-size:.84rem;font-weight:750;overflow-wrap:anywhere}.admin-card--flat{box-shadow:none}.admin-link-card{color:inherit}.admin-link-card:focus-visible{outline:3px solid var(--admin-accent);outline-offset:3px}.admin-spaced-top-lg{margin-top:.9rem}.admin-amount-text{margin:.45rem 0 0;color:var(--admin-brand-dark);font-weight:850}.admin-detail-drawer-backdrop{position:fixed;inset:0;z-index:50;display:flex;justify-content:flex-end;background:rgba(15,23,42,.28)}.admin-detail-drawer{width:min(720px,96vw);height:100%;overflow-y:auto;background:var(--admin-card-strong);padding:1rem;box-shadow:-16px 0 40px rgba(15,23,42,.18)}.admin-detail-drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-bottom:1px solid var(--admin-stroke);padding-bottom:.8rem}.admin-detail-drawer-title{margin:.25rem 0 0;color:var(--admin-brand-dark);font-size:1.25rem;line-height:1.2}.admin-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.65rem;gap:.65rem;margin-top:1rem}.admin-detail-item{border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card);padding:.7rem}.admin-detail-key{display:block;color:var(--admin-ink-muted);font-size:.73rem;font-weight:850;text-transform:uppercase}.admin-detail-value{display:block;margin-top:.25rem;color:var(--admin-ink);overflow-wrap:anywhere}.admin-success-card{display:grid;grid-gap:.18rem;gap:.18rem}.admin-success-card .admin-help-text{max-width:760px}.admin-detail-item dd{margin-left:0}.admin-detail-subhead{margin:1rem 0 .55rem;color:var(--admin-ink);font-size:1rem;line-height:1.25}.admin-detail-muted{margin:0;color:var(--admin-ink-muted);font-size:.82rem;line-height:1.5}.admin-detail-table-wrap{max-width:100%;overflow-x:auto}.admin-detail-table{width:100%;min-width:820px;border-collapse:collapse}.admin-detail-th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--admin-card);color:var(--admin-ink-muted);padding:.6rem;text-align:left;font-size:.78rem}.admin-detail-td,.admin-detail-th{border-bottom:1px solid var(--admin-stroke)}.admin-detail-td{color:var(--admin-ink-soft);padding:.58rem .6rem;vertical-align:top;font-size:.84rem}@media (max-width:760px){.admin-topbar-meta{justify-content:flex-start}.admin-detail-drawer-backdrop{align-items:stretch}.admin-detail-drawer{width:100%}}@media (max-width:640px){.admin-detail-table-wrap,.admin-table-wrap{overflow-x:visible}.admin-detail-table,.admin-table{min-width:0;border-collapse:separate;border-spacing:0 .72rem}.admin-detail-table thead,.admin-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.admin-detail-table tbody,.admin-detail-table td,.admin-detail-table tr,.admin-table tbody,.admin-table td,.admin-table tr{display:block}.admin-detail-table tr,.admin-table tr{border:1px solid var(--admin-stroke);border-radius:var(--admin-radius);background:var(--admin-card-strong);box-shadow:0 10px 24px rgba(13,52,31,.07);overflow:hidden}.admin-detail-td,.admin-table td{display:grid;grid-template-columns:minmax(104px,.44fr) minmax(0,1fr);grid-gap:.7rem;gap:.7rem;align-items:start;border-bottom:1px solid #ece7dc;padding:.72rem .82rem}.admin-detail-td:last-child,.admin-table td:last-child{border-bottom:0}.admin-detail-td:before,.admin-table td:before{content:attr(data-label);color:var(--admin-ink-muted);font-size:.72rem;font-weight:900;line-height:1.35;text-transform:uppercase}.admin-detail-td:empty:before,.admin-table td:empty:before{content:none}.admin-auth-actions,.admin-pagination-controls,.admin-topbar-account{justify-content:flex-start}}.gc-landing{min-height:100vh;color:#f5f1e7;background:radial-gradient(circle at 74% 24%,rgba(31,122,69,.18),transparent 25rem),linear-gradient(145deg,#07130e,#0a1c14 55%,#08150f);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gc-landing a{color:inherit;text-decoration:none}.gc-capabilities,.gc-download,.gc-landing-footer,.gc-landing-hero,.gc-landing-nav{width:min(1180px,calc(100% - 40px));margin-inline:auto}.gc-landing-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.gc-wordmark{display:inline-flex;align-items:center;gap:10px;font-size:17px;font-weight:750;letter-spacing:-.02em}.gc-wordmark-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#102017;background:#d8aa38;font-size:11px;font-weight:900}.gc-landing-nav-links{display:flex;align-items:center;gap:30px;color:#bfc9c1;font-size:13px;font-weight:650}.gc-landing-nav-links a:hover{color:#fff}.gc-nav-sign-in{padding:10px 17px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff!important}.gc-landing-hero{min-height:650px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(40px,7vw,100px);gap:clamp(40px,7vw,100px);align-items:center;padding:76px 0 88px}.gc-landing-copy{position:relative;z-index:1}.gc-landing-kicker{display:flex;align-items:center;gap:9px;margin:0 0 22px;color:#d9ad42;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800}.gc-landing-kicker>span{width:20px;height:1px;background:currentColor}.gc-landing-copy h1{margin:0;max-width:670px;color:#f8f4e9;font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,5.3vw,78px);font-weight:500;line-height:.98;letter-spacing:-.055em}.gc-landing-copy h1 em{color:#d9ad42;font-weight:500}.gc-landing-lead{max-width:560px;margin:28px 0 0;color:#aebbb1;font-size:16px;line-height:1.7}.gc-landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.gc-landing-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:0 20px;border-radius:4px;font-size:13px;font-weight:800;transition:transform .18s ease,background .18s ease}.gc-landing-button:hover{transform:translateY(-2px)}.gc-landing-button--gold{color:#142016!important;background:#d9ad42}.gc-landing-button--gold:hover{background:#ebc45d}.gc-landing-button--outline{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.025)}.gc-download-note{margin:15px 0 0;color:#718077;font-size:11px}.gc-product-preview{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#f5f7f3;color:#16231b;box-shadow:0 34px 80px rgba(0,0,0,.42);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.gc-product-preview:after{content:"";position:absolute;inset:auto 10% -35px;height:60px;background:#d9ad42;filter:blur(55px);opacity:.25}.gc-preview-topbar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#f4f2e9;background:#0d2f20;font-size:10px}.gc-preview-brand{display:flex;align-items:center;gap:7px;font-weight:750}.gc-preview-brand b{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;color:#102017;background:#d9ad42;font-size:7px}.gc-preview-online{display:flex;align-items:center;gap:6px;color:#c8d4cc}.gc-preview-online i{width:6px;height:6px;border-radius:50%;background:#62c887}.gc-preview-body{min-height:350px;display:grid;grid-template-columns:104px 1fr}.gc-preview-sidebar{display:flex;flex-direction:column;gap:17px;padding:24px 14px;color:#718078;border-right:1px solid #dfe5df;background:#edf1ec;font-size:8px}.gc-preview-sidebar b{margin:-5px -6px 0;padding:8px;border-radius:4px;color:#164f31;background:#dcebe0}.gc-preview-content{min-width:0;padding:25px}.gc-preview-heading{display:flex;justify-content:space-between;align-items:center}.gc-preview-heading div{display:grid;grid-gap:4px;gap:4px}.gc-preview-chart small,.gc-preview-heading small{color:#8a978f;font-size:7px;letter-spacing:.08em}.gc-preview-heading strong{font-family:Georgia,serif;font-size:18px}.gc-preview-heading>span{padding:6px 9px;border:1px solid #d8dfd9;border-radius:4px;color:#66736b;font-size:8px}.gc-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-top:20px}.gc-preview-metrics article{display:grid;grid-gap:7px;gap:7px;padding:13px;border:1px solid #dfe5df;border-radius:5px;background:#fff}.gc-preview-metrics small,.gc-preview-metrics span{color:#87938b;font-size:7px}.gc-preview-metrics strong{color:#153c29;font-size:13px}.gc-preview-chart{margin-top:12px;padding:15px 16px 5px;border:1px solid #dfe5df;border-radius:5px;background:#fff}.gc-preview-chart>div{display:flex;align-items:center;justify-content:space-between}.gc-preview-chart strong{color:#153c29;font-size:11px}.gc-preview-chart svg{display:block;width:100%;height:130px;overflow:visible}.gc-chart-fill{fill:url(#chart-fill)}.gc-chart-line{fill:none;stroke:#c9961f;stroke-width:3}.gc-capabilities{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.gc-capabilities article{min-height:190px;display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:42px 35px;border-right:1px solid rgba(255,255,255,.1)}.gc-capabilities article:last-child{border-right:0}.gc-capabilities article>span{color:#d9ad42;font-family:Georgia,serif;font-size:13px}.gc-capabilities h2{margin:0;color:#f2f0e7;font-family:Georgia,serif;font-size:22px;font-weight:500}.gc-capabilities p{margin:12px 0 0;color:#829087;font-size:12px;line-height:1.6}.gc-download{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;padding:105px 0}.gc-download h2{margin:0;max-width:500px;font-family:Georgia,serif;font-size:clamp(38px,4vw,58px);font-weight:500;letter-spacing:-.04em}.gc-download>div>p:last-child{max-width:540px;color:#8d9a91;line-height:1.65}.gc-download-card{min-height:105px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:rgba(255,255,255,.04)}.gc-download-card>div{display:grid;grid-gap:6px;gap:6px}.gc-download-card strong{font-size:14px}.gc-download-card>div span{color:#7f8c84;font-size:11px}.gc-download-card>a{padding:12px 15px;border-radius:4px;color:#172217;background:#d9ad42;font-size:12px;font-weight:800}.gc-windows-mark{width:40px;height:40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;transform:perspective(30px) rotateY(-7deg)}.gc-windows-mark i{display:block;background:#d9ad42}.gc-landing-footer{min-height:110px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#7c8981;font-size:12px}.gc-landing-footer>a:last-child{color:#d9ad42;font-weight:750}@media (max-width:900px){.gc-landing-hero{grid-template-columns:1fr;padding-top:60px}.gc-product-preview{transform:none}.gc-capabilities{grid-template-columns:1fr}.gc-capabilities article{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.gc-capabilities article:last-child{border-bottom:0}.gc-download{grid-template-columns:1fr;gap:35px}}@media (max-width:600px){.gc-capabilities,.gc-download,.gc-landing-footer,.gc-landing-hero,.gc-landing-nav{width:min(100% - 28px,1180px)}.gc-landing-nav-links>a:not(.gc-nav-sign-in){display:none}.gc-landing-hero{min-height:0;gap:50px;padding:50px 0 65px}.gc-landing-copy h1{font-size:clamp(44px,14vw,62px)}.gc-landing-lead{font-size:14px}.gc-landing-button{width:100%}.gc-preview-body{grid-template-columns:1fr;min-height:300px}.gc-preview-sidebar{display:none}.gc-preview-content{padding:17px}.gc-preview-metrics{grid-template-columns:1fr 1fr}.gc-preview-metrics article:last-child{display:none}.gc-preview-chart svg{height:95px}.gc-capabilities article{padding:30px 18px}.gc-download{padding:75px 0}.gc-download-card{grid-template-columns:auto 1fr}.gc-download-card>a{grid-column:1/-1;text-align:center}.gc-landing-footer{min-height:150px;flex-direction:column;justify-content:center;gap:14px;text-align:center}}@media (max-width:420px){.admin-detail-td,.admin-table td{grid-template-columns:minmax(0,1fr);gap:.28rem}}@media (max-width:760px){.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:35;gap:.68rem;padding:.72rem .78rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 14px 30px rgba(13,52,31,.18)}.admin-brand{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:0 .1rem .62rem}.admin-brand h1{margin-top:0;font-size:1rem;white-space:nowrap}.admin-brand p:last-child,.admin-nav-locked-summary,.admin-sidebar-footer{display:none}.admin-nav{display:flex;gap:.55rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;white-space:normal;padding:0 0 .2rem;-webkit-overflow-scrolling:touch}.admin-nav-group{display:grid;flex:0 0 min(72vw,15.5rem);min-width:min(72vw,15.5rem);grid-gap:.28rem;gap:.28rem;margin-right:0;scroll-snap-align:start}.admin-nav-group-title{margin-bottom:.05rem;padding:0 .12rem;font-size:.68rem}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1.25rem minmax(0,1fr);min-height:2.35rem;padding:.5rem .56rem;font-size:.83rem}.admin-nav-icon{width:1.25rem;height:1.25rem}.admin-topbar{position:static;min-height:0;padding:.82rem .95rem;gap:.38rem}.admin-header-actions,.admin-section-action,.admin-topbar-account,.admin-topbar-meta{width:100%}.admin-topbar-meta .admin-badge:nth-child(n+3){display:none}.admin-topbar-account .admin-badge{max-width:100%;overflow:hidden;text-overflow:ellipsis}.admin-content{padding:.48rem}.admin-page-stack{gap:.82rem}.admin-card,.admin-page-header{padding:1rem}.admin-page-header h1{font-size:clamp(1.38rem,8vw,1.82rem)}.admin-form-actions .admin-button,.admin-header-actions .admin-button,.admin-section-action .admin-button{width:100%}}@media (max-width:420px){.admin-sidebar{padding-inline:.66rem}.admin-nav-group{flex-basis:82vw;min-width:82vw}.admin-brand-kicker,.admin-topbar-meta .admin-badge:nth-child(n+2){display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-notice,.admin-notice-body{display:grid;grid-gap:.45rem;gap:.45rem}.admin-notice-body>*{margin:0}.admin-action-row{scroll-margin-top:5rem}.admin-success-card .admin-action-row{margin-top:1rem}.admin-value-card{display:grid;grid-gap:.35rem;gap:.35rem}.admin-value-card .admin-section-header{align-items:center}.admin-value-detail{color:var(--admin-ink-muted);font-size:.86rem;line-height:1.45}@media (max-width:1100px){.admin-page-header{flex-wrap:wrap}.admin-header-actions,.admin-page-header>div:first-child{min-width:0;max-width:100%}.admin-header-actions{flex:1 1 16rem;justify-content:flex-start}.admin-header-actions .admin-button{white-space:normal}.admin-grid--two{grid-template-columns:minmax(0,1fr)}}.admin-card,.admin-content>*,.admin-grid,.admin-page-header,.admin-section-body,.admin-table-wrap{min-width:0;max-width:100%}@media (max-width:1100px){.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}}:root{--admin-brand:#17643b;--admin-brand-strong:#0f4f31;--admin-brand-dark:#0b2f20;--admin-brand-surface:#e9f6ef;--admin-brand-surface-strong:#d8efe2;--admin-accent:#d59a2e;--admin-accent-soft:#fff2d2;--admin-page:#f5f7f3;--admin-backdrop:#eef4ed;--admin-card:rgba(255,255,255,0.84);--admin-card-strong:#ffffff;--admin-muted-surface:#f3f7f1;--admin-table-head:#f6faf5;--admin-ink:#15221a;--admin-ink-soft:#31483b;--admin-ink-muted:#657568;--admin-stroke:#d9e2d6;--admin-stroke-soft:#edf2ea;--admin-stroke-strong:#b8c8b5;--admin-danger:#b5483d;--admin-danger-soft:#fff1ee;--admin-warning:#a86610;--admin-warning-soft:#fff5dd;--admin-success:#1e7d4b;--admin-success-soft:#e8f7ee;--admin-info:#276e88;--admin-info-soft:#ecf7fb;--admin-shadow:0 18px 50px rgba(21,43,26,0.08);--admin-shadow-card:0 14px 34px rgba(21,43,26,0.07);--admin-shadow-soft:0 8px 22px rgba(21,43,26,0.055);--admin-ring:0 0 0 4px rgba(213,154,46,0.22);--admin-radius-sm:8px}html{background:radial-gradient(circle at 8% 4%,rgba(23,100,59,.08),transparent 28rem),radial-gradient(circle at 88% 0,rgba(213,154,46,.12),transparent 26rem),var(--admin-page)}body{color:var(--admin-ink);text-rendering:geometricPrecision}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--admin-ring);border-radius:var(--admin-radius-sm)}.admin-shell{grid-template-columns:284px minmax(0,1fr);background:radial-gradient(circle at 0 0,rgba(23,100,59,.11),transparent 34rem),linear-gradient(180deg,#f8faf6,var(--admin-page) 18rem)}.admin-sidebar{padding:1.05rem .9rem;background:radial-gradient(circle at 12% 0,rgba(213,154,46,.12),transparent 16rem),linear-gradient(180deg,#0d3825,#092719);border-right:1px solid rgba(255,255,255,.1);box-shadow:10px 0 36px rgba(8,34,20,.14)}.admin-detail-table-wrap::-webkit-scrollbar,.admin-nav::-webkit-scrollbar,.admin-segmented-control::-webkit-scrollbar,.admin-sidebar::-webkit-scrollbar,.admin-table-wrap::-webkit-scrollbar{width:10px;height:10px}.admin-detail-table-wrap::-webkit-scrollbar-thumb,.admin-nav::-webkit-scrollbar-thumb,.admin-segmented-control::-webkit-scrollbar-thumb,.admin-sidebar::-webkit-scrollbar-thumb,.admin-table-wrap::-webkit-scrollbar-thumb{background:rgba(101,117,104,.35);border:3px solid transparent;border-radius:999px;background-clip:padding-box}.admin-brand{margin:.1rem .15rem .3rem;padding:.8rem .85rem 1rem;border-radius:var(--admin-radius);background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.admin-brand h1{font-size:1.18rem;letter-spacing:0}.admin-brand p:last-child{color:rgba(232,247,238,.78)}.admin-nav{gap:.38rem;padding:.08rem .18rem .18rem .1rem;scrollbar-color:rgba(255,255,255,.28) transparent}.admin-nav-group{gap:.26rem}.admin-nav-group-title{padding:0 .72rem;color:rgba(216,239,226,.68);letter-spacing:0}.admin-nav-disabled,.admin-nav-link{min-height:2.7rem;border-radius:var(--admin-radius);padding:.62rem .72rem;color:rgba(248,255,248,.82);letter-spacing:0;transition:background-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.admin-nav-link:hover{background:rgba(255,255,255,.095);color:#fff;transform:translateX(1px)}.admin-nav-link[aria-current=page]{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(232,247,238,.94));color:var(--admin-brand-dark);box-shadow:0 12px 28px rgba(0,0,0,.18),inset 0 0 0 1px rgba(23,100,59,.08)}.admin-nav-link[aria-current=page] .admin-nav-icon{background:var(--admin-brand-surface-strong);color:var(--admin-brand-strong)}.admin-nav-icon{width:1.55rem;height:1.55rem;border-radius:var(--admin-radius);color:rgba(255,255,255,.86)}.admin-lock{border-radius:999px;padding:.12rem .4rem;background:rgba(255,255,255,.08);color:rgba(216,239,226,.72)}.admin-sidebar-footer{margin:.2rem .15rem 0;padding:.85rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--admin-radius);background:rgba(255,255,255,.055)}.admin-sidebar-footer p{color:rgba(232,247,238,.78)}.admin-topbar{min-height:72px;padding:.82rem 1.35rem;border-bottom:1px solid rgba(217,226,214,.82);box-shadow:0 10px 28px rgba(21,43,26,.055);-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}.admin-topbar-context{min-width:0}.admin-topbar-title{color:var(--admin-ink);font-weight:760;letter-spacing:0;overflow-wrap:anywhere}.admin-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.38rem;flex:1 1 auto;min-width:0;flex-wrap:wrap}.admin-topbar-account,.admin-topbar-meta{gap:.46rem}.admin-content{max-width:1460px;padding:clamp(1rem,1.7vw,1.65rem)}.admin-grid,.admin-page-stack{gap:1rem}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{border-color:rgba(217,226,214,.9);border-radius:var(--admin-radius);background:var(--admin-card);box-shadow:var(--admin-shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-card{padding:clamp(1rem,1.4vw,1.25rem)}.admin-card:hover,.admin-hero-metric:hover,.admin-metric:hover{border-color:rgba(184,200,181,.95);box-shadow:0 18px 42px rgba(21,43,26,.09)}.admin-card--flat{box-shadow:var(--admin-shadow-soft)}.admin-link-card{display:block;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.admin-link-card:hover{transform:translateY(-1px)}.admin-page-header{padding:clamp(1.18rem,2vw,1.65rem);background:radial-gradient(circle at 8% 0,rgba(23,100,59,.12),transparent 23rem),linear-gradient(135deg,rgba(255,255,255,.94),rgba(240,247,239,.9))}.admin-page-header h1{color:var(--admin-brand-dark);font-weight:820;letter-spacing:0}.admin-brand-kicker,.admin-eyebrow{color:var(--admin-accent);letter-spacing:0}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{color:var(--admin-ink);font-weight:780;letter-spacing:0}.admin-hero-metric,.admin-metric{position:relative;overflow:hidden;border-color:rgba(217,226,214,.9);border-radius:var(--admin-radius);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,253,249,.94));box-shadow:var(--admin-shadow-soft)}.admin-hero-metric:before,.admin-metric:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,rgba(23,100,59,.55),rgba(213,154,46,.42))}.admin-hero-metric p,.admin-metric p{color:var(--admin-ink-muted);letter-spacing:0}.admin-hero-metric strong,.admin-metric strong{font-weight:820;letter-spacing:0}.admin-badge{border-color:rgba(217,226,214,.92);background:rgba(243,247,241,.9);color:var(--admin-ink-soft);padding:.28rem .68rem;font-weight:760;box-shadow:inset 0 1px 0 rgba(255,255,255,.58)}.admin-button{min-height:2.55rem;border-radius:999px;padding:.62rem 1rem;font-weight:780;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.admin-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px rgba(21,43,26,.11)}.admin-button--primary{border-color:rgba(15,79,49,.95);background:linear-gradient(135deg,var(--admin-brand),var(--admin-brand-strong))}.admin-button--secondary{border-color:rgba(184,200,181,.95);background:rgba(255,255,255,.92)}.admin-button--ghost{background:rgba(255,255,255,.05);color:#f8fff8}.admin-content .admin-button--ghost{color:var(--admin-brand-strong);background:transparent}.admin-status{padding:1rem 1.1rem;box-shadow:var(--admin-shadow-soft)}.admin-empty-state,.admin-table-empty{display:flex;gap:.62rem;align-items:flex-start;border:1px dashed rgba(23,100,59,.24);border-radius:var(--admin-radius);background:radial-gradient(circle at 1.2rem 1.2rem,rgba(23,100,59,.09),transparent 9rem),rgba(248,251,247,.94);padding:1.05rem;box-shadow:none}.admin-empty-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--admin-brand-surface);color:var(--admin-brand-strong);font-weight:900}.admin-empty-icon:before{content:"";width:.7rem;height:.7rem;border:2px solid;border-radius:50%;box-shadow:.42rem -.42rem 0 -.14rem currentColor}.admin-empty-action{margin-top:.8rem}.admin-detail-table-wrap,.admin-table-wrap{border:1px solid var(--admin-stroke-soft);border-radius:var(--admin-radius);background:rgba(255,255,255,.86);box-shadow:var(--admin-shadow-soft)}.admin-detail-table,.admin-table{border-collapse:separate;border-spacing:0}.admin-detail-th,.admin-table th{background:linear-gradient(180deg,var(--admin-table-head),#eef6ed);color:var(--admin-ink-muted);border-bottom:1px solid var(--admin-stroke);padding:.82rem .76rem;letter-spacing:0}.admin-detail-td,.admin-table td{border-bottom:1px solid var(--admin-stroke-soft);padding:.82rem .76rem}.admin-detail-table tbody tr:nth-child(2n) .admin-detail-td,.admin-table tbody tr:nth-child(2n) td{background:rgba(246,250,245,.52)}.admin-detail-table tbody tr:hover .admin-detail-td,.admin-table tbody tr:hover td{background:rgba(233,246,239,.76)}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:2.75rem;border-color:var(--admin-stroke);border-radius:var(--admin-radius-sm);background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(21,43,26,.03);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.admin-field-label input:focus,.admin-field-label select:focus,.admin-field-label textarea:focus,.admin-field:focus{border-color:rgba(23,100,59,.65);box-shadow:var(--admin-ring),inset 0 1px 0 rgba(21,43,26,.03)}.admin-error-text,.admin-field-label,.admin-form-field label,.admin-help-text{letter-spacing:0}.admin-segmented-control{gap:.35rem;padding:.28rem;border:1px solid var(--admin-stroke);border-radius:999px;background:rgba(255,255,255,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),var(--admin-shadow-soft)}.admin-segmented-option{min-height:2.45rem;border-color:transparent;border-radius:999px;background:transparent;color:var(--admin-ink-soft);padding:.52rem .78rem;font-weight:760}.admin-segmented-option:hover:not(:disabled){background:var(--admin-muted-surface)}.admin-segmented-option--active{border-color:rgba(23,100,59,.16);background:linear-gradient(135deg,var(--admin-brand-surface),#fff);color:var(--admin-brand-dark);box-shadow:0 8px 18px rgba(21,43,26,.08)}.admin-pagination{padding:.72rem 0 0;border-top:1px solid var(--admin-stroke-soft)}.admin-payment-card{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,250,245,.9))}.admin-content :is(header,section,article)[style*=border]{border-color:var(--admin-stroke)!important;border-radius:var(--admin-radius)!important;background:var(--admin-card)!important;box-shadow:var(--admin-shadow-card)!important}.admin-content :is(h1,h2,h3)[style]{color:var(--admin-ink)!important;letter-spacing:0!important}.admin-content p[style],.admin-content span[style]{color:var(--admin-ink-muted)!important}.admin-content strong[style]{color:var(--admin-brand-dark)!important}.admin-content :is(input,select,textarea)[style]{min-height:2.7rem!important;border-color:var(--admin-stroke)!important;border-radius:var(--admin-radius-sm)!important;background:rgba(255,255,255,.94)!important;color:var(--admin-ink)!important}.admin-content :is(button,a)[style*=border]{border-radius:999px!important;border-color:var(--admin-stroke-strong)!important;background:rgba(255,255,255,.92)!important;color:var(--admin-brand-strong)!important;box-shadow:var(--admin-shadow-soft)!important}.admin-content table[style]{border-collapse:separate!important;border-spacing:0!important}.admin-content :is(th)[style]{background:var(--admin-table-head)!important;color:var(--admin-ink-muted)!important;border-bottom-color:var(--admin-stroke)!important}.admin-content :is(td)[style]{color:var(--admin-ink-soft)!important;border-bottom-color:var(--admin-stroke-soft)!important}.admin-content :is(div)[style*=overflow-x]{border-radius:var(--admin-radius)!important}@media (max-width:1100px){.admin-shell{grid-template-columns:244px minmax(0,1fr)}.admin-topbar-actions{justify-content:flex-start}}@media (max-width:760px){.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{background:linear-gradient(180deg,#0d3825,#0a2b1c);border-bottom-color:rgba(255,255,255,.1);box-shadow:0 14px 34px rgba(8,34,20,.18)}.admin-brand{margin:0;padding:.62rem .7rem}.admin-topbar-account,.admin-topbar-actions,.admin-topbar-meta{width:100%;justify-content:flex-start}.admin-empty-state,.admin-table-empty{display:grid}.admin-segmented-control{border-radius:var(--admin-radius);flex-wrap:nowrap;overflow-x:auto}}:root{--admin-density-gap:0.55rem;--admin-density-panel:0.72rem;--admin-density-panel-lg:0.9rem;--admin-radius:8px;--admin-radius-sm:7px;--admin-radius-lg:9px}html{font-size:13px}.admin-shell{grid-template-columns:246px minmax(0,1fr)}.admin-sidebar{gap:.56rem;padding:.72rem .62rem}.admin-brand{margin:.02rem .06rem .12rem;padding:.62rem .66rem}.admin-brand-kicker,.admin-eyebrow{font-size:var(--admin-density-font-small);line-height:1.15}.admin-brand h1{margin-top:.18rem;font-size:1rem;line-height:1.05}.admin-brand p:last-child{margin-top:.28rem;font-size:.75rem;line-height:1.28}.admin-nav{gap:.42rem;padding:.02rem .1rem .1rem .04rem}.admin-nav-group-title{margin-bottom:.08rem;padding:0 .48rem;font-size:var(--admin-density-font-small)}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1.24rem minmax(0,1fr) auto;gap:.42rem;min-height:2.08rem;padding:.38rem .52rem;font-size:var(--admin-density-font)}.admin-nav-icon{width:1.18rem;height:1.18rem;font-size:.8rem}.admin-lock{padding:.08rem .32rem;font-size:.66rem}.admin-sidebar-footer{margin:.05rem .06rem 0;padding:.58rem}.admin-sidebar-footer p{font-size:.72rem;line-height:1.28}.admin-topbar{min-height:52px;gap:.58rem;padding:.48rem .9rem}.admin-topbar-title{font-size:.83rem;line-height:1.2}.admin-topbar-account,.admin-topbar-actions,.admin-topbar-meta{gap:.34rem}.admin-content{max-width:1520px;padding:.78rem .92rem}.admin-action-list,.admin-activity-list,.admin-form-field,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-page-stack{gap:var(--admin-density-gap)!important}.admin-card,.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-page-header,.admin-status{border-radius:var(--admin-radius-sm)}.admin-page-header{gap:.64rem;padding:var(--admin-density-panel-lg)!important}.admin-page-header h1{margin-top:.16rem;font-size:clamp(1.12rem,1.85vw,1.58rem)!important;line-height:1.04}.admin-page-header p:not(.admin-eyebrow){margin-top:.32rem;font-size:.78rem!important;line-height:1.36}.admin-header-badges{margin-top:.44rem}.admin-header-actions,.admin-header-badges,.admin-section-action{gap:.36rem}.admin-section-header{gap:.58rem}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.88rem!important;line-height:1.15}.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-section-header p,.admin-status p,.admin-value-detail{font-size:.74rem!important;line-height:1.32}.admin-section-body{margin-top:.55rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(136px,1fr))}.admin-grid--two{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.admin-hero-metric,.admin-metric{min-height:74px!important;padding:.58rem!important}.admin-hero-metric:before,.admin-metric:before{height:2px}.admin-detail-key,.admin-hero-metric p,.admin-key-row dt,.admin-metric p,.admin-success-kicker{font-size:var(--admin-density-font-small)!important;line-height:1.15}.admin-hero-metric strong,.admin-metric strong{margin-top:.18rem;font-size:1rem!important;line-height:1.03}.admin-hero-metric span,.admin-metric span{margin-top:.2rem;font-size:.68rem!important;line-height:1.22}.admin-activity-row,.admin-badge,.admin-button,.admin-detail-td,.admin-detail-th,.admin-field,.admin-field-label,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-filter-bar,.admin-form-field label,.admin-key-row,.admin-page-count,.admin-pagination,.admin-readonly-field,.admin-report-filters,.admin-segmented-option,.admin-table td,.admin-table th,.admin-table-sort-button{font-size:var(--admin-density-font)!important;line-height:1.2}.admin-badge{gap:.1rem;padding:.14rem .46rem}.admin-button{min-height:1.9rem;padding:.36rem .68rem}.admin-action-list .admin-button{justify-content:center}.admin-status{padding:.62rem .72rem!important}.admin-empty-state,.admin-table-empty{gap:.38rem;padding:.66rem!important}.admin-empty-icon{width:1.45rem;height:1.45rem}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.42rem .5rem!important}.admin-detail-table,.admin-table{min-width:640px}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:2rem!important;padding:.42rem .54rem!important}.admin-field--compact,.admin-page-size-select{padding:.34rem .46rem!important}.admin-filter-bar,.admin-report-filters{gap:.45rem!important;margin-bottom:.55rem!important}.admin-segmented-control{gap:.1rem;padding:.16rem}.admin-segmented-option{min-height:1.85rem;padding:.32rem .56rem}.admin-pagination{gap:.5rem;margin-top:.5rem;padding-top:.45rem}.admin-pagination-controls{gap:.32rem}.admin-detail-drawer{padding:.72rem}.admin-detail-drawer-header{padding-bottom:.52rem}.admin-auth-title,.admin-detail-drawer-title,.admin-form-title,.admin-public-title,.admin-success-title{font-size:1rem!important;line-height:1.12}.admin-detail-grid{gap:.45rem;margin-top:.62rem}.admin-detail-item{padding:.48rem}.admin-key-list{gap:.38rem}.admin-key-row{grid-template-columns:minmax(90px,.45fr) minmax(0,1fr);gap:.42rem;padding:.42rem .54rem}.admin-record-value{margin-top:.4rem;font-size:.94rem}.admin-activity-row{grid-template-columns:minmax(160px,1.8fr) auto minmax(120px,1fr) minmax(100px,.8fr);gap:.48rem;padding:.46rem .56rem}.admin-public-page{padding:.8rem .9rem}.admin-public-grid{max-width:980px;grid-template-columns:minmax(0,.92fr) minmax(300px,.72fr)}.admin-public-hero{min-height:0;padding:1rem}.admin-public-hero h1{margin-top:.28rem;max-width:620px;font-size:clamp(1.55rem,3vw,2.65rem)!important}.admin-public-hero p{max-width:600px;margin:.55rem 0 0;font-size:.8rem;line-height:1.42}.admin-public-feature-grid{gap:.42rem;margin-top:.85rem}.admin-public-feature{padding:.52rem}.admin-public-feature strong{font-size:.76rem}.admin-public-feature span{margin-top:.16rem;font-size:.7rem;line-height:1.24}.admin-public-panel{padding:.92rem}.admin-auth-card{gap:.62rem}.admin-auth-actions{gap:.42rem}.admin-content :is(header,section,article)[style*=border]{padding:.72rem!important}.admin-content :is(form)[style*="gap: 1rem"],.admin-content :is(section)[style*="gap: 1rem"]{gap:.55rem!important}.admin-content :is(h1)[style]{font-size:1.16rem!important;line-height:1.05!important;margin-top:.16rem!important}.admin-content :is(h2,h3)[style]{font-size:.9rem!important;line-height:1.15!important}.admin-content label[style],.admin-content p[style],.admin-content span[style]{font-size:var(--admin-density-font)!important;line-height:1.25!important}.admin-content strong[style]{font-size:.92rem!important;line-height:1.15!important}.admin-content :is(input,select,textarea)[style]{min-height:2rem!important;padding:.42rem .54rem!important;font-size:var(--admin-density-font)!important}.admin-content :is(button,a)[style*=padding]{min-height:1.9rem!important;padding:.34rem .58rem!important;font-size:var(--admin-density-font)!important}.admin-content table[style]{min-width:620px!important}.admin-content :is(th,td)[style]{padding:.42rem .5rem!important;font-size:var(--admin-density-font)!important}@media (max-width:1180px){.admin-shell{grid-template-columns:226px minmax(0,1fr)}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(min(100%,128px),1fr))}}@media (max-width:760px){html{font-size:14px}.admin-public-grid,.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{gap:.46rem;padding:.52rem .58rem}.admin-brand{padding:.42rem .52rem}.admin-brand h1{font-size:.9rem}.admin-nav-group{flex-basis:min(68vw,13.8rem);min-width:min(68vw,13.8rem)}.admin-nav-disabled,.admin-nav-link{min-height:1.95rem;padding:.34rem .46rem}.admin-topbar{padding:.55rem .72rem}.admin-content,.admin-public-page{padding:.62rem}.admin-public-hero,.admin-public-panel{padding:.78rem}.admin-public-hero h1{font-size:clamp(1.42rem,9vw,2.08rem)!important}.admin-public-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.admin-public-feature-grid{grid-template-columns:minmax(0,1fr)}.admin-nav-group{flex-basis:78vw;min-width:78vw}}:root{--admin-density-panel:0.56rem;--admin-shadow-card:0 9px 24px rgba(21,43,26,0.06);--admin-shadow-soft:0 5px 14px rgba(21,43,26,0.045)}html{font-size:12px}body,button,input,select,textarea{font-size:var(--admin-density-font)}.admin-shell{grid-template-columns:222px minmax(0,1fr)}.admin-sidebar{padding:.5rem}.admin-brand{padding:.46rem .52rem}.admin-brand h1{font-size:.9rem}.admin-brand p:last-child{margin-top:.2rem;font-size:.66rem;line-height:1.2}.admin-nav{gap:.28rem}.admin-nav-group-title{margin-bottom:.02rem;padding:0 .36rem;font-size:9.5px}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1.08rem minmax(0,1fr) auto;gap:.32rem;min-height:1.72rem;font-size:10.5px;line-height:1.1}.admin-lock{padding:.04rem .24rem;font-size:.58rem}.admin-sidebar-footer{gap:.28rem;padding:.46rem}.admin-sidebar-footer p{font-size:.64rem;line-height:1.2}.admin-topbar{min-height:42px}.admin-topbar-subtitle,.admin-topbar-title{font-size:.72rem!important;line-height:1.12}.admin-form-actions,.admin-header-actions,.admin-header-badges,.admin-pagination-controls,.admin-section-action,.admin-topbar-account,.admin-topbar-actions,.admin-topbar-meta{gap:.26rem}.admin-content{max-width:1600px;padding:.54rem .68rem}.admin-action-list,.admin-activity-list,.admin-filter-bar,.admin-form-field,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-page-stack,.admin-report-filters{gap:var(--admin-density-gap)!important}.admin-card{padding:var(--admin-density-panel)!important}.admin-empty-state,.admin-page-header,.admin-status,.admin-table-empty{padding:var(--admin-density-panel-lg)!important}.admin-page-header{gap:.44rem}.admin-page-header h1{margin-top:.1rem;font-size:clamp(1rem,1.45vw,1.32rem)!important}.admin-page-header p:not(.admin-eyebrow){margin-top:.24rem;font-size:.68rem!important;line-height:1.24}.admin-section-header{gap:.38rem}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.78rem!important;line-height:1.1}.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-section-header p,.admin-status p,.admin-value-detail{margin-top:.22rem;font-size:.66rem!important;line-height:1.22}.admin-section-body{margin-top:.38rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.admin-grid--two{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.admin-hero-metrics{grid-template-columns:minmax(190px,1.05fr) repeat(3,minmax(120px,1fr));gap:.42rem}.admin-hero-metric,.admin-metric{min-height:58px!important;padding:.44rem!important}.admin-detail-key,.admin-hero-metric p,.admin-key-row dt,.admin-metric p,.admin-success-kicker{font-size:9.5px!important}.admin-hero-metric strong,.admin-metric strong{margin-top:.1rem;font-size:.86rem!important}.admin-hero-metric span,.admin-metric span{margin-top:.12rem;font-size:.6rem!important;line-height:1.14}.admin-badge{min-height:1.28rem;padding:.08rem .34rem}.admin-button{min-height:1.6rem;padding:.24rem .5rem;font-size:10.5px!important;line-height:1.1}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:1.7rem!important;padding:.3rem .42rem!important;font-size:10.5px!important}.admin-field-label,.admin-form-field label{gap:.1rem;font-size:10.5px!important}.admin-form-section-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.admin-report-filters{grid-template-columns:minmax(170px,1.4fr) repeat(4,minmax(112px,1fr));margin-bottom:.38rem!important}.admin-filter-bar{grid-template-columns:repeat(auto-fit,minmax(136px,1fr))}.admin-segmented-control{gap:.14rem;padding:.1rem}.admin-segmented-option{min-height:1.55rem;padding:.24rem .42rem;font-size:10.5px!important}.admin-detail-table,.admin-table{min-width:560px}.admin-report-table{min-width:720px}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.3rem .38rem!important;font-size:10.5px!important;line-height:1.16}.admin-empty-state,.admin-table-empty{gap:.36rem}.admin-empty-icon{width:1.16rem;height:1.16rem}.admin-activity-row,.admin-detail-item,.admin-key-row{padding:.32rem .42rem!important;gap:.32rem;font-size:10.5px!important}.admin-detail-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.34rem;margin-top:.44rem}.admin-detail-drawer{width:min(620px,96vw);padding:.54rem}.admin-auth-title,.admin-detail-drawer-title,.admin-form-title,.admin-public-title,.admin-success-title{font-size:.88rem!important}.admin-pagination{gap:.36rem;margin-top:.34rem;padding-top:.3rem;font-size:10.5px!important}.admin-public-page{padding:.52rem}.admin-public-grid{max-width:900px;grid-template-columns:minmax(0,.82fr) minmax(280px,.62fr);gap:.5rem}.admin-public-hero,.admin-public-panel{padding:.68rem}.admin-public-hero h1{max-width:520px;font-size:clamp(1.25rem,2.45vw,2rem)!important;line-height:.98}.admin-public-hero p{margin-top:.38rem;font-size:.68rem;line-height:1.24}.admin-public-feature-grid{gap:.3rem;margin-top:.58rem}.admin-public-feature{padding:.36rem}.admin-public-feature strong{font-size:.66rem}.admin-public-feature span{font-size:.58rem;line-height:1.16}.admin-auth-shell{width:min(100%,430px);padding-top:clamp(.4rem,2vw,1.4rem)}.admin-auth-card{gap:.44rem}.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-content :is(header,section,article,form)[style*=box-shadow]{padding:.5rem!important;border-radius:var(--admin-radius-sm)!important}.admin-content :is(section,form,div)[style*="gap: 0.55rem"],.admin-content :is(section,form,div)[style*="gap: 0.65rem"],.admin-content :is(section,form,div)[style*="gap: 0.6rem"],.admin-content :is(section,form,div)[style*="gap: 0.75rem"],.admin-content :is(section,form,div)[style*="gap: 0.8rem"],.admin-content :is(section,form,div)[style*="gap: 0.9rem"],.admin-content :is(section,form,div)[style*="gap: 1.25rem"],.admin-content :is(section,form,div)[style*="gap: 1rem"]{gap:.34rem!important}.admin-content [style*="margin-top: 0.75rem"],.admin-content [style*="margin-top: 0.85rem"],.admin-content [style*="margin-top: 0.8rem"],.admin-content [style*="margin-top: 0.9rem"],.admin-content [style*="margin-top: 1.25rem"],.admin-content [style*="margin-top: 1rem"]{margin-top:.38rem!important}.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(320px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(360px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px"]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(170px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(180px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(200px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(220px"],.admin-content [style*="grid-template-columns: repeat(auto-fit, minmax(240px"]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.admin-content :is(h1)[style]{font-size:.98rem!important}.admin-content :is(h2,h3)[style]{font-size:.76rem!important}.admin-content dd[style],.admin-content dt[style],.admin-content label[style],.admin-content p[style],.admin-content span[style]{font-size:10.5px!important;line-height:1.18!important}.admin-content strong[style]{font-size:.78rem!important}.admin-content :is(input,select,textarea)[style]{min-height:1.7rem!important;padding:.3rem .42rem!important;font-size:10.5px!important}.admin-content :is(button,a)[style*=padding]{min-height:1.6rem!important;padding:.24rem .46rem!important;font-size:10.5px!important}.admin-content table[style]{min-width:560px!important}.admin-content :is(th,td)[style]{padding:.28rem .36rem!important;font-size:10.5px!important}@media (max-width:1180px){.admin-shell{grid-template-columns:206px minmax(0,1fr)}.admin-hero-metrics,.admin-report-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){html{font-size:13px}.admin-sidebar{padding:.42rem .5rem}.admin-content{padding:.5rem}.admin-nav-disabled,.admin-nav-link{min-height:1.7rem}.admin-public-grid,.admin-report-filters{grid-template-columns:minmax(0,1fr)}}:root{--admin-density-font:11px;--admin-density-font-small:10px;--admin-density-hairline:0 5px 16px rgba(21,43,26,0.05)}.admin-sidebar{gap:.26rem;padding:.42rem}.admin-brand{padding:.36rem .42rem}.admin-brand p:last-child{font-size:10px!important;line-height:1.18}.admin-brand-kicker,.admin-eyebrow,.admin-nav-group-title{font-size:9.5px!important;line-height:1.15}.admin-nav-disabled,.admin-nav-link{min-height:24px;padding:.18rem .34rem;font-size:10.5px!important}.admin-topbar{min-height:36px;padding:.26rem .54rem}.admin-content{padding:.42rem .54rem}.admin-action-list,.admin-activity-list,.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-page-stack,.admin-report-filters{gap:.32rem!important}.admin-card,.admin-empty-state,.admin-page-header,.admin-status,.admin-table-empty{box-shadow:var(--admin-density-hairline)}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-page-header,.admin-status,.admin-table-empty{padding:.42rem!important}.admin-content h1[style],.admin-page-header h1{font-size:16px!important;line-height:1.05!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:12px!important}.admin-content :is(p,span,label,dt,dd)[style],.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p{font-size:10.5px!important;line-height:1.2!important}.admin-hero-metric,.admin-metric{min-height:48px!important;padding:.34rem!important}.admin-detail-key,.admin-hero-metric p,.admin-key-row dt,.admin-metric p{font-size:9.5px!important}.admin-content strong[style],.admin-hero-metric strong,.admin-metric strong{font-size:13px!important;line-height:1.05!important}.admin-hero-metrics{grid-template-columns:minmax(160px,1.05fr) repeat(3,minmax(104px,1fr));gap:.32rem}.admin-filter-bar,.admin-form-section-grid,.admin-report-filters{grid-template-columns:repeat(auto-fit,minmax(126px,1fr))!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:22px!important;padding:.18rem .36rem!important;font-size:10.5px!important;line-height:1.1!important}.admin-content :is(input,select,textarea)[style],.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:23px!important;padding:.2rem .34rem!important;font-size:10.5px!important;line-height:1.12!important}.admin-content :is(input,select,textarea)[style],.admin-content :is(label)[style*=display]{min-width:0!important}.admin-badge{min-height:18px;padding:.05rem .28rem;font-size:10px!important}.admin-content table[style],.admin-detail-table,.admin-table{min-width:480px!important}.admin-report-table{min-width:620px!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.2rem .3rem!important;font-size:10px!important}.admin-sidebar-footer{padding:.34rem}.admin-sidebar-footer .admin-button{justify-content:center}.admin-detail-drawer{width:min(560px,96vw);padding:.42rem}.admin-access-page,.admin-public-page{padding:.42rem}.admin-public-grid{max-width:820px;grid-template-columns:minmax(0,.78fr) minmax(260px,.58fr)}.admin-access-panel,.admin-public-hero,.admin-public-panel{min-height:0!important;padding:.52rem!important}.admin-public-hero h1{font-size:clamp(24px,3vw,34px)!important;line-height:.98!important}.admin-access-panel h1,.admin-auth-title,.admin-form-title,.admin-public-page :is(h2,h3)[style],.admin-public-title{font-size:16px!important;line-height:1.08!important}.admin-access-page p,.admin-public-page :is(p,span,label,input,textarea,select,button,a)[style],.admin-public-page a,.admin-public-page button,.admin-public-page input,.admin-public-page label,.admin-public-page p,.admin-public-page select,.admin-public-page span,.admin-public-page textarea{font-size:11px!important;line-height:1.22!important}.admin-public-feature-grid{gap:.1rem;margin-top:.38rem}.admin-public-feature{padding:.28rem!important}.admin-auth-shell{width:min(100%,390px);padding-top:.3rem}@media (max-width:760px){.admin-public-grid,.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{padding:.36rem .42rem}.admin-access-page,.admin-content,.admin-public-page{padding:.36rem}.admin-nav-group{flex-basis:68vw;min-width:68vw}}:root{--admin-density-font:10.75px;--admin-density-font-small:9.75px;--admin-density-gap:0.26rem;--admin-density-panel:0.34rem;--admin-density-panel-lg:0.4rem;--admin-density-hairline:0 4px 12px rgba(21,43,26,0.045);--admin-radius:7px;--admin-radius-sm:6px;--admin-radius-lg:8px}html{font-size:12.5px}body{font-size:var(--admin-density-font)}.admin-shell{grid-template-columns:184px minmax(0,1fr)}.admin-brand{padding:.28rem .34rem}.admin-brand h1{font-size:13px!important;line-height:1.02}.admin-brand p:last-child{display:none!important}.admin-brand-kicker,.admin-eyebrow,.admin-nav-group-title{font-size:9px!important;line-height:1.05}.admin-nav{gap:.18rem}.admin-nav-group{gap:.08rem}.admin-nav-group-title{margin:0 0 .04rem;padding:0 .34rem}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1.05rem minmax(0,1fr) auto;min-height:22px;gap:.26rem;padding:.16rem .3rem;font-size:10.25px!important;line-height:1.05}.admin-nav-icon{width:1rem;height:1rem}.admin-lock{display:none}.admin-sidebar-footer{margin:0;padding:.28rem;gap:.1rem}.admin-topbar{min-height:31px;padding:.18rem .44rem;gap:.34rem}.admin-topbar-context .admin-eyebrow{display:none}.admin-topbar-title{font-size:10.25px!important;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-auth-actions,.admin-header-actions,.admin-header-badges,.admin-section-action,.admin-topbar-account,.admin-topbar-actions,.admin-topbar-meta{gap:.22rem!important}.admin-content{max-width:none;padding:.32rem .44rem}.admin-action-list,.admin-activity-list,.admin-dashboard-grid,.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-hero-metrics,.admin-page-stack,.admin-report-filters,.admin-section-body,.admin-table-toolbar{gap:var(--admin-density-gap)!important}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-page-header,.admin-status,.admin-table-empty{border-radius:var(--admin-radius-sm)!important;padding:var(--admin-density-panel)!important;box-shadow:var(--admin-density-hairline)!important}.admin-page-header{align-items:start;gap:.28rem!important}.admin-content h1[style],.admin-page-header h1{margin-top:.08rem!important;font-size:14.5px!important;line-height:1.03!important}.admin-content :is(p,span,label,dt,dd)[style],.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p{font-size:10px!important;line-height:1.16!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:11.25px!important;line-height:1.06!important}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}.admin-filter-bar,.admin-form-section-grid,.admin-grid--two,.admin-report-filters{grid-template-columns:repeat(auto-fit,minmax(108px,1fr))!important}.admin-hero-metrics{grid-template-columns:minmax(144px,1fr) repeat(3,minmax(88px,.76fr))}.admin-hero-metric,.admin-metric{min-height:40px!important}.admin-detail-key,.admin-hero-metric p,.admin-key-row dt,.admin-metric p{font-size:9px!important}.admin-content strong[style],.admin-hero-metric strong,.admin-metric strong{font-size:12.25px!important}.admin-hero-metric span,.admin-metric span{font-size:9.75px!important;line-height:1.12}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:20px!important;padding:.14rem .3rem!important;font-size:10px!important;line-height:1.05!important}.admin-badge,.admin-content :is(span)[style*="borderRadius: 999"]{min-height:16px!important;padding:.02rem .22rem!important;font-size:9.5px!important;line-height:1.05!important}.admin-content :is(input,select,textarea)[style],.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:21px!important;padding:.15rem .28rem!important;font-size:10px!important;line-height:1.08!important;border-radius:6px!important}.admin-content table[style],.admin-detail-table,.admin-table{min-width:420px!important}.admin-report-table{min-width:540px!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.16rem .24rem!important;font-size:9.5px!important;line-height:1.08!important}.admin-detail-drawer{width:min(520px,96vw);padding:.34rem}.admin-access-page,.admin-public-page{min-height:100svh;padding:.32rem}.admin-public-grid{width:min(760px,100%);max-width:760px;grid-template-columns:minmax(0,.72fr) minmax(238px,.56fr);gap:.28rem;align-items:start}.admin-access-panel,.admin-public-hero,.admin-public-panel{padding:.4rem!important}.admin-public-hero h1{font-size:clamp(20px,2.2vw,28px)!important;line-height:.96!important}.admin-public-feature span,.admin-public-hero>div>p:not(.admin-brand-kicker){font-size:10px!important;line-height:1.16!important}.admin-public-feature span{display:none}.admin-public-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.16rem;margin-top:.26rem}.admin-public-feature{padding:.2rem .24rem!important}.admin-auth-shell{width:min(100%,360px);padding-top:.2rem}@media (max-width:1180px){.admin-shell{grid-template-columns:174px minmax(0,1fr)}}@media (max-width:760px){.admin-hero-metrics,.admin-public-grid,.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-access-page,.admin-content,.admin-public-page,.admin-sidebar{padding:.28rem}.admin-nav-group{flex-basis:66vw;min-width:66vw}}:root{--admin-density-font:12px;--admin-density-font-small:10.75px;--admin-density-gap:0.42rem;--admin-density-panel:0.58rem;--admin-density-panel-lg:0.68rem;--admin-density-hairline:0 8px 22px rgba(21,43,26,0.06)}html{font-size:14px}.admin-shell{grid-template-columns:198px minmax(0,1fr)}.admin-sidebar{gap:.32rem;padding:.52rem}.admin-brand{padding:.48rem .54rem}.admin-brand h1{font-size:15px!important;line-height:1.12}.admin-nav{gap:.3rem}.admin-nav-disabled,.admin-nav-link{min-height:28px;gap:.38rem;padding:.3rem .42rem;font-size:11.5px!important;line-height:1.16}.admin-nav-icon{width:1.2rem;height:1.2rem;font-size:.82rem}.admin-sidebar-footer{padding:.44rem}.admin-topbar{padding:.36rem .68rem}.admin-topbar-title{font-size:11.5px!important;line-height:1.18}.admin-content{padding:.62rem .72rem}.admin-content h1[style],.admin-page-header h1{font-size:18px!important;line-height:1.12!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:13px!important;line-height:1.16!important}.admin-content :is(p,span,label,dt,dd)[style],.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p{font-size:11.5px!important;line-height:1.34!important}.admin-hero-metric,.admin-metric{min-height:56px!important}.admin-content strong[style],.admin-hero-metric strong,.admin-metric strong{font-size:14px!important;line-height:1.18!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:28px!important;padding:.32rem .58rem!important;font-size:11.5px!important;line-height:1.16!important}.admin-badge,.admin-content :is(span)[style*="borderRadius: 999"]{min-height:20px!important;padding:.12rem .38rem!important;font-size:10.75px!important}.admin-content .admin-badge{max-width:100%;white-space:normal;overflow-wrap:anywhere}.admin-content :is(input,select,textarea)[style],.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field{min-height:32px!important;padding:.38rem .5rem!important;font-size:12px!important;line-height:1.24!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.34rem .44rem!important;font-size:11px!important;line-height:1.26!important}.admin-public-grid{width:min(860px,100%);max-width:860px;gap:.38rem}.admin-access-panel,.admin-public-hero,.admin-public-panel{padding:.68rem!important}.admin-public-hero h1{font-size:clamp(24px,2.5vw,32px)!important;line-height:1.02!important}.admin-public-feature span,.admin-public-hero>div>p:not(.admin-brand-kicker){font-size:11.5px!important;line-height:1.32!important}.admin-public-feature span{display:block}.admin-auth-shell{width:min(100%,402px)}@media (min-width:761px){.admin-public-page{display:grid;align-items:center;min-height:100vh}.admin-public-grid{width:min(1040px,100%);max-width:1040px;grid-template-columns:minmax(0,1.14fr) minmax(356px,.86fr);gap:.82rem}.admin-public-hero,.admin-public-panel{padding:clamp(1rem,1.35vw,1.32rem)!important}.admin-public-hero{min-height:420px}.admin-public-panel{min-height:420px;align-content:center}}@media (max-width:1180px){.admin-shell{grid-template-columns:188px minmax(0,1fr)}}@media (max-width:760px){.admin-hero-metrics,.admin-public-grid,.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-access-page,.admin-content,.admin-public-page,.admin-sidebar{padding:.5rem}.admin-nav-group{flex-basis:min(76vw,18rem);min-width:min(76vw,18rem)}}body,html{max-width:100%;overflow-x:hidden}@media (max-width:760px){.admin-shell{width:100%;max-width:100vw;overflow-x:hidden}.admin-card,.admin-content,.admin-empty-state,.admin-grid,.admin-main-column,.admin-page-header,.admin-page-stack,.admin-sidebar,.admin-status,.admin-table-empty{min-width:0;max-width:100%}.admin-nav{display:grid;grid-template-columns:minmax(0,1fr);overflow-x:visible}.admin-nav-group{width:100%;min-width:0;flex-basis:auto}.admin-content [style*=overflow-x],.admin-content [style*=overflowX],.admin-detail-table-wrap,.admin-table-wrap{max-width:100%;overflow-x:auto!important}}@media (max-width:900px){.admin-card,.admin-content,.admin-empty-state,.admin-grid,.admin-main-column,.admin-page-header,.admin-page-stack,.admin-shell,.admin-status,.admin-table-empty{min-width:0;max-width:100%}.admin-content [style*=overflow-x],.admin-content [style*=overflowX],.admin-detail-table-wrap,.admin-table-wrap{max-width:100%;overflow-x:auto!important}}@media (max-width:640px){.admin-content table[style],.admin-detail-table,.admin-table{min-width:0!important;max-width:100%}}.gc-admin-auth,.gc-site{--gc-ink:#17211c;--gc-ink-soft:#5e6963;--gc-paper:#f7f6f2;--gc-line:#dfe3df;--gc-gold:#ed9f24;--gc-gold-dark:#d78309;--gc-green:#17633d;--gc-night:#101d18;color:var(--gc-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gc-admin-auth *,.gc-site *{box-sizing:border-box}.gc-admin-auth a,.gc-site a{color:inherit;text-decoration:none}.gc-admin-auth :is(a,button,input):focus-visible,.gc-site :is(a,button,input):focus-visible{outline:3px solid rgba(237,159,36,.45);outline-offset:3px}.gc-site{min-height:100vh;background:#fff}.gc-site-header{position:relative;z-index:5;background:rgba(255,255,255,.98);border-bottom:1px solid #e8e9e6}.gc-site-header__inner{width:min(1180px,calc(100% - 40px));min-height:72px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:48px;gap:48px}.gc-site-brand{display:inline-flex;align-items:center;gap:10px;color:var(--gc-ink);font-size:19px;font-weight:800;letter-spacing:-.03em}.gc-site-brand__mark{width:35px;height:35px;display:grid;place-items:center;border-radius:6px;color:#fff;background:var(--gc-green);font-size:10px;font-weight:900;letter-spacing:-.03em}.gc-site-nav{display:flex;align-items:center;gap:clamp(20px,3vw,38px)}.gc-site-nav a{position:relative;color:#434d47;font-size:13px;font-weight:650}.gc-site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-25px;height:3px;background:var(--gc-gold);transition:right .18s ease}.gc-site-nav a:hover:after{right:0}.gc-site-header__cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;color:#fff!important;background:var(--gc-gold);border-radius:3px;font-size:13px;font-weight:800;box-shadow:0 7px 18px rgba(215,131,9,.2)}.gc-site-header__cta:hover{background:var(--gc-gold-dark)}.gc-site-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(112deg,#0d1713,#13251d 58%,#1e372b)}.gc-site-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 45%,rgba(237,159,36,.17),transparent 29%),linear-gradient(90deg,rgba(0,0,0,.14),transparent 58%);pointer-events:none}.gc-site-hero__inner{position:relative;width:min(1180px,calc(100% - 40px));min-height:500px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr);grid-gap:66px;gap:66px;align-items:center;padding:58px 0}.gc-site-hero__copy{position:relative;z-index:1}.gc-site-eyebrow{margin:0 0 16px;color:var(--gc-gold);font-size:11px!important;font-weight:850;letter-spacing:.13em;line-height:1.3!important;text-transform:uppercase}.gc-site-hero h1{margin:0;max-width:620px;color:#fff;font-size:clamp(40px,4.15vw,61px);font-weight:770;letter-spacing:-.045em;line-height:1.03}.gc-site-hero__lead{max-width:590px;margin:22px 0 0;color:#c4cec8;font-size:16px!important;line-height:1.62!important}.gc-site-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.gc-site-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:0 21px;border-radius:3px;font-size:13px!important;font-weight:800;line-height:1!important;transition:transform .18s ease,background .18s ease}.gc-site-button:hover{transform:translateY(-2px)}.gc-site-button--primary{color:#171b18!important;background:var(--gc-gold)}.gc-site-button--primary:hover{background:#f6b23f}.gc-site-button--secondary{border:1px solid rgba(255,255,255,.36);color:#fff!important;background:rgba(255,255,255,.04)}.gc-site-version{margin:13px 0 0;color:#87958d;font-size:11px!important;line-height:1.4!important}.gc-site-product{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:7px;color:var(--gc-ink);background:#f5f6f3;box-shadow:0 32px 60px rgba(0,0,0,.33);transform:perspective(1200px) rotateY(-2deg)}.gc-site-product__topbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#fff;background:#0d2d20;font-size:10px!important}.gc-site-product__topbar>span:first-child{display:flex;align-items:center;gap:8px;font-weight:750}.gc-site-product__topbar b{width:23px;height:23px;display:grid;place-items:center;border-radius:4px;color:#1b211d;background:var(--gc-gold);font-size:7px}.gc-site-product__status{display:flex;align-items:center;gap:6px;color:#d8e3dc}.gc-site-product__status i{width:7px;height:7px;border-radius:50%;background:#58c985;box-shadow:0 0 0 4px rgba(88,201,133,.12)}.gc-site-product__body{padding:25px}.gc-site-product__heading{display:flex;align-items:center;justify-content:space-between}.gc-site-product__heading>div{display:grid;grid-gap:5px;gap:5px}.gc-site-product__heading small{color:#859089;font-size:7px;font-weight:800;letter-spacing:.12em}.gc-site-product__heading strong{color:#173326;font-size:20px;letter-spacing:-.03em}.gc-site-product__heading>span{padding:6px 10px;border:1px solid #d7ded9;border-radius:3px;color:#69756e;background:#fff;font-size:8px}.gc-site-product__metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:20px}.gc-site-product__metrics article{min-width:0;display:grid;grid-gap:7px;gap:7px;padding:14px;border:1px solid #dde2de;border-radius:4px;background:#fff}.gc-site-product__metrics small,.gc-site-product__metrics span{color:#838f87;font-size:7px}.gc-site-product__metrics strong{color:#173d2a;font-size:14px}.gc-site-product__activity{margin-top:11px;padding:15px 16px 13px;border:1px solid #dde2de;border-radius:4px;background:#fff}.gc-site-product__activity>div:first-child{display:flex;align-items:center;justify-content:space-between}.gc-site-product__activity span{display:grid;grid-gap:4px;gap:4px}.gc-site-product__activity small{color:#879189;font-size:7px}.gc-site-product__activity strong{color:#173d2a;font-size:13px}.gc-site-product__activity em{color:var(--gc-green);font-size:8px;font-style:normal;font-weight:800}.gc-site-bars{height:92px;display:flex;align-items:flex-end;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid #eff1ef}.gc-site-bars i{flex:1 1;min-width:8px;border-radius:2px 2px 0 0;background:#d9e4dd}.gc-site-bars i[data-active=true]{background:var(--gc-gold)}.gc-site-trust{width:min(1180px,calc(100% - 40px));margin:-1px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e0e3df;background:#fff;box-shadow:0 12px 28px rgba(22,33,27,.08)}.gc-site-trust>div{min-height:95px;display:grid;align-content:center;grid-gap:6px;gap:6px;padding:20px 25px;border-right:1px solid #e6e8e5}.gc-site-trust>div:last-child{border-right:0}.gc-site-trust strong{color:var(--gc-ink);font-size:13px}.gc-site-trust span{color:#77817b;font-size:10px;line-height:1.45}.gc-site-proof{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:90px 0}.gc-site-section-heading{max-width:700px}.gc-site-download h2,.gc-site-section-heading h2{margin:0;color:var(--gc-ink);font-size:clamp(32px,3.5vw,48px);line-height:1.08;letter-spacing:-.04em}.gc-site-download>div>p:last-child,.gc-site-section-heading>p:last-child{max-width:650px;margin:18px 0 0;color:var(--gc-ink-soft);font-size:14px!important;line-height:1.65!important}.gc-site-proof__grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:44px;border-top:1px solid var(--gc-line);border-bottom:1px solid var(--gc-line)}.gc-site-proof__grid article{min-height:225px;padding:30px 25px;border-right:1px solid var(--gc-line)}.gc-site-proof__grid article:last-child{border-right:0}.gc-site-proof__grid article>span{color:var(--gc-gold-dark);font-size:11px;font-weight:850}.gc-site-proof__grid h3{margin:34px 0 0;color:var(--gc-ink);font-size:18px;line-height:1.2}.gc-site-proof__grid p{margin:12px 0 0;color:#6d7771;font-size:12px!important;line-height:1.6!important}.gc-site-download{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);grid-gap:70px;gap:70px;align-items:center;padding:80px 0;border-top:1px solid var(--gc-line)}.gc-site-download__card{min-height:116px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:20px;gap:20px;padding:24px;border:1px solid #d9ded9;border-radius:5px;background:var(--gc-paper);box-shadow:0 12px 25px rgba(23,33,28,.06)}.gc-site-download__card>span:nth-child(2){display:grid;grid-gap:5px;gap:5px}.gc-site-download__card strong{font-size:15px}.gc-site-download__card small{color:#78827c;font-size:11px}.gc-site-download__card>b{padding:13px 16px;color:#1b201d;background:var(--gc-gold);border-radius:3px;font-size:12px}.gc-site-windows{width:42px;height:42px;display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;transform:perspective(30px) rotateY(-7deg)}.gc-site-windows i{background:var(--gc-green)}.gc-site-footer{width:min(1180px,calc(100% - 40px));min-height:110px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--gc-line);color:#737d77;font-size:12px}.gc-site-footer>a:last-child{color:var(--gc-green);font-weight:800}.gc-admin-auth{min-height:100vh;background:linear-gradient(135deg,#f8f8f5,#f1f2ed)}.gc-admin-auth__header{width:min(1180px,calc(100% - 40px));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.gc-admin-auth__brand{display:inline-flex;align-items:center;gap:10px;font-size:18px!important}.gc-admin-auth__brand>span{width:35px;height:35px;display:grid;place-items:center;border-radius:5px;color:#fff;background:var(--gc-green);font-size:9px!important;font-weight:900}.gc-admin-auth__header>a:last-child{color:#5e6862;font-size:12px!important;font-weight:700}.gc-admin-auth__shell{width:min(1080px,calc(100% - 40px));min-height:calc(100vh - 116px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);align-items:center;grid-gap:0;gap:0;padding:30px 0 70px}.gc-admin-auth__story{min-height:540px;display:flex;flex-direction:column;justify-content:space-between;padding:50px;color:#fff;background:radial-gradient(circle at 85% 18%,rgba(237,159,36,.18),transparent 30%),linear-gradient(145deg,#101c17,#183428);border-radius:8px 0 0 8px;box-shadow:0 24px 55px rgba(18,30,24,.2)}.gc-admin-auth__eyebrow{margin:0 0 13px;color:var(--gc-gold);font-size:10px!important;font-weight:850;letter-spacing:.13em;line-height:1.25!important;text-transform:uppercase}.gc-admin-auth__story h1{max-width:500px;margin:0;color:#fff;font-size:clamp(37px,4vw,53px);line-height:1.02;letter-spacing:-.045em}.gc-admin-auth__story>div:first-child>p:last-child{max-width:500px;margin:20px 0 0;color:#bac8c0;font-size:14px!important;line-height:1.65!important}.gc-admin-auth__preview{margin-top:36px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:5px;background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gc-admin-auth__preview>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:15px}.gc-admin-auth__preview small{color:#91a49a;font-size:8px!important;letter-spacing:.1em}.gc-admin-auth__preview strong{color:#fff;font-size:13px}.gc-admin-auth__preview>div:first-child>span{display:flex;align-items:center;gap:6px;color:#c5d0c9;font-size:9px!important}.gc-admin-auth__preview>div:first-child i{width:6px;height:6px;border-radius:50%;background:#64cc8d}.gc-admin-auth__metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:17px}.gc-admin-auth__metrics>span{display:grid;grid-gap:5px;gap:5px;padding:12px;border-radius:4px;background:rgba(0,0,0,.15)}.gc-admin-auth__proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.gc-admin-auth__proof span{padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#b9c5be;font-size:9px!important}.gc-admin-auth__panel{min-height:500px;display:grid;align-content:center;padding:48px 45px;border:1px solid #e0e3df;border-left:0;border-radius:0 8px 8px 0;background:#fff;box-shadow:0 24px 55px rgba(18,30,24,.13)}.gc-admin-auth__form{display:grid;grid-gap:20px;gap:20px}.gc-admin-auth__form-heading h2,.gc-admin-auth__success h2{margin:0;color:var(--gc-ink);font-size:29px!important;line-height:1.12!important;letter-spacing:-.035em}.gc-admin-auth__form-heading>p:last-child,.gc-admin-auth__success>p:not(.gc-admin-auth__eyebrow){margin:9px 0 0;color:#69736d;font-size:12px!important}.gc-admin-auth__field{display:grid;grid-gap:7px;gap:7px}.gc-admin-auth__field label{color:#303a34;font-size:11px!important;font-weight:750;line-height:1.2!important}.gc-admin-auth__field input{width:100%;min-height:46px!important;padding:0 13px!important;border:1px solid #cfd5d0;border-radius:4px;color:var(--gc-ink);background:#fff;font:inherit;font-size:13px!important;box-shadow:inset 0 1px 2px rgba(20,32,25,.03)}.gc-admin-auth__field input:hover{border-color:#aab4ad}.gc-admin-auth__field input:focus{border-color:var(--gc-green);box-shadow:0 0 0 3px rgba(23,99,61,.12);outline:0}.gc-admin-auth__field>p{margin:0;color:#b42318;font-size:10px!important}.gc-admin-auth__secondary-button,.gc-admin-auth__submit{min-height:46px!important;display:inline-flex;align-items:center;justify-content:center;padding:0 18px!important;border:0;border-radius:4px;font-size:12px!important;font-weight:850;cursor:pointer}.gc-admin-auth__submit{color:#191d1a!important;background:var(--gc-gold)}.gc-admin-auth__submit:hover:not(:disabled){background:#f4af3d}.gc-admin-auth__submit:disabled{cursor:not-allowed;opacity:.55}.gc-admin-auth__secondary-button{border:1px solid #cfd5d0;color:var(--gc-ink);background:#fff}.gc-admin-auth__form-links{display:flex;align-items:center;justify-content:space-between;gap:15px}.gc-admin-auth__form-links a{color:var(--gc-green);font-size:10px!important;font-weight:750}.gc-admin-auth__form-links span{color:#8a938d;font-size:9px!important}.gc-admin-auth__error{margin:0;padding:11px 12px;border:1px solid #f0c7c3;border-radius:4px;color:#8e2018;background:#fff4f3;font-size:10px!important;line-height:1.45!important}.gc-admin-auth__success{display:grid;grid-gap:8px;gap:8px}.gc-admin-auth__success-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}@media (max-width:980px){.gc-site-header__inner{gap:24px}.gc-site-nav{gap:18px}.gc-site-hero__inner{grid-template-columns:1fr;gap:42px;padding:60px 0}.gc-site-product{width:min(680px,100%);transform:none}.gc-site-trust{grid-template-columns:repeat(2,1fr)}.gc-site-trust>div:nth-child(2){border-right:0}.gc-site-trust>div:nth-child(-n+2){border-bottom:1px solid #e6e8e5}.gc-site-proof__grid{grid-template-columns:repeat(2,1fr)}.gc-site-proof__grid article:nth-child(2){border-right:0}.gc-site-proof__grid article:nth-child(-n+2){border-bottom:1px solid var(--gc-line)}.gc-site-download{grid-template-columns:1fr;gap:35px}.gc-admin-auth__shell{grid-template-columns:1fr;max-width:720px;padding-top:10px}.gc-admin-auth__story{min-height:430px;border-radius:8px 8px 0 0}.gc-admin-auth__panel{min-height:430px;border-left:1px solid #e0e3df;border-top:0;border-radius:0 0 8px 8px}}@media (max-width:720px){.gc-site-header__inner{min-height:64px;grid-template-columns:1fr auto}.gc-site-nav{display:none}.gc-site-header__cta{min-height:38px;padding:0 14px}.gc-site-hero__inner{min-height:0;padding:50px 0}.gc-site-hero h1{font-size:clamp(36px,10vw,50px)}.gc-site-hero__lead{font-size:14px!important}.gc-site-product__body{padding:17px}.gc-site-product__metrics{grid-template-columns:1fr 1fr}.gc-site-product__metrics article:last-child{display:none}.gc-site-trust{grid-template-columns:1fr}.gc-site-trust>div{min-height:82px;border-right:0;border-bottom:1px solid #e6e8e5}.gc-site-trust>div:last-child{border-bottom:0}.gc-site-proof{padding:68px 0}.gc-site-proof__grid{grid-template-columns:1fr}.gc-site-proof__grid article{min-height:0;border-right:0;border-bottom:1px solid var(--gc-line)}.gc-site-proof__grid article:last-child{border-bottom:0}.gc-site-download{grid-template-columns:1fr;padding:65px 0}.gc-site-download__card{grid-template-columns:auto 1fr}.gc-site-download__card>b{grid-column:1/-1;text-align:center}.gc-site-footer{min-height:150px;flex-direction:column;justify-content:center;gap:14px;text-align:center}.gc-admin-auth__header{min-height:66px}.gc-admin-auth__shell{width:min(100% - 24px,720px);padding:10px 0 45px}.gc-admin-auth__story{min-height:390px;padding:32px 25px}.gc-admin-auth__story h1{font-size:clamp(34px,10vw,46px)}.gc-admin-auth__preview>div:first-child{align-items:start;flex-direction:column}.gc-admin-auth__panel{min-height:0;padding:38px 25px}.gc-admin-auth__form-links{align-items:start;flex-direction:column}}@media (max-width:440px){.gc-admin-auth__header,.gc-site-download,.gc-site-footer,.gc-site-header__inner,.gc-site-hero__inner,.gc-site-proof,.gc-site-trust{width:min(100% - 24px,1180px)}.gc-site-brand{font-size:17px}.gc-site-actions{display:grid}.gc-site-button{width:100%}.gc-site-product__topbar{padding:0 12px}.gc-site-product__status{font-size:8px}.gc-site-bars{height:72px;gap:6px}.gc-admin-auth__header>a:last-child{font-size:10px!important}.gc-admin-auth__metrics{grid-template-columns:1fr 1fr}.gc-admin-auth__metrics>span:last-child{display:none}}:root{--admin-pro-page:#f7f8f4;--admin-pro-panel:rgba(255,255,255,0.92);--admin-pro-panel-solid:#ffffff;--admin-pro-line:rgba(178,193,176,0.72);--admin-pro-line-soft:rgba(220,228,218,0.86);--admin-pro-ink:#101b16;--admin-pro-muted:#61716a;--admin-pro-green:#17633d;--admin-pro-green-dark:#0a2a1c;--admin-pro-gold:#ed9f24;--admin-pro-gold-soft:#fff3d8;--admin-pro-shadow:0 18px 46px rgba(11,43,27,0.085);--admin-pro-shadow-soft:0 8px 22px rgba(11,43,27,0.055);--admin-radius-sm:10px;--admin-radius-lg:18px}body{color:var(--admin-pro-ink);background:radial-gradient(circle at 4% 0,rgba(23,99,61,.1),transparent 30rem),radial-gradient(circle at 90% 0,rgba(237,159,36,.14),transparent 28rem),var(--admin-pro-page)}.admin-shell{grid-template-columns:clamp(224px,16vw,252px) minmax(0,1fr);background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(247,248,244,.92)),radial-gradient(circle at top left,rgba(23,99,61,.12),transparent 32rem),var(--admin-pro-page)}.admin-sidebar{gap:.38rem;padding:.92rem;background:radial-gradient(circle at 20% 0,rgba(237,159,36,.14),transparent 17rem),linear-gradient(180deg,#10211b,#082717);box-shadow:14px 0 42px rgba(9,38,23,.16)}.admin-brand{padding:.9rem .88rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035))}.admin-brand:before{content:"GC";display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:.62rem;border-radius:10px;color:#10211b;background:var(--admin-pro-gold);font-size:.72rem;font-weight:950;letter-spacing:-.04em}.admin-brand-kicker,.admin-eyebrow,.admin-nav-group-title{color:rgba(187,203,193,.9);font-size:.68rem!important;letter-spacing:.08em;line-height:1.2}.admin-brand h1{color:#ffffff;font-size:clamp(1.06rem,1vw,1.18rem)!important;line-height:1.06;letter-spacing:-.04em}.admin-brand p:last-child{display:block;margin-top:.5rem;color:rgba(229,241,232,.78);font-size:.76rem!important;line-height:1.42}.admin-nav{gap:.7rem;padding:.08rem .08rem .18rem}.admin-nav-group{gap:.18rem}.admin-nav-group-title{margin:0 0 .16rem;padding:0 .55rem}.admin-nav-disabled,.admin-nav-link{min-height:34px;grid-template-columns:1.45rem minmax(0,1fr) auto;gap:.48rem;padding:.45rem .58rem;border-radius:12px;font-size:.78rem!important;line-height:1.15}.admin-nav-link{color:rgba(241,248,243,.86)}.admin-nav-link:hover{background:rgba(255,255,255,.09)}.admin-nav-link[aria-current=page]{background:linear-gradient(135deg,#1f8a53,#17633d);box-shadow:inset 3px 0 0 var(--admin-pro-gold),0 10px 24px rgba(10,42,28,.22)}.admin-nav-icon{width:1.38rem;height:1.38rem;border-radius:9px;color:#f8fff9;font-size:.72rem}.admin-sidebar-footer{gap:.48rem;padding:.48rem;border-radius:15px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045)}.admin-sidebar-footer p{display:none}.admin-sidebar-footer .admin-button{width:100%;min-height:32px}.admin-main-column{min-width:0}.admin-topbar{min-height:60px;padding:.74rem 1.1rem;border-bottom:1px solid var(--admin-pro-line-soft);background:rgba(255,255,255,.86);box-shadow:0 10px 28px rgba(12,43,27,.055)}.admin-topbar-context .admin-eyebrow{display:block;color:var(--admin-pro-green)}.admin-topbar-title{margin-top:.14rem;color:var(--admin-pro-ink);font-size:.92rem!important;line-height:1.16;letter-spacing:-.02em}.admin-auth-actions,.admin-header-actions,.admin-header-badges,.admin-section-action,.admin-topbar-account,.admin-topbar-actions,.admin-topbar-meta{gap:.48rem!important}.admin-content{max-width:1560px;padding:clamp(.8rem,1vw,1.08rem)}.admin-action-list,.admin-activity-list,.admin-dashboard-grid,.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-hero-metrics,.admin-page-stack,.admin-report-filters,.admin-section-body,.admin-table-toolbar{gap:clamp(.7rem,.85vw,.95rem)!important}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-page-header,.admin-status,.admin-table-empty{border-radius:var(--admin-radius)!important;border-color:var(--admin-pro-line)!important;background:var(--admin-pro-panel)!important;box-shadow:var(--admin-pro-shadow-soft)!important}.admin-card,.admin-content :is(section,article,form)[style*=background],.admin-content :is(section,article,form)[style*=border],.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-status,.admin-table-empty{padding:clamp(.82rem,.9vw,1.05rem)!important}.admin-content header[style*=background],.admin-content header[style*=border],.admin-page-header{position:relative;overflow:hidden;gap:1rem!important;padding:clamp(1rem,1.2vw,1.28rem)!important;background:radial-gradient(circle at right top,rgba(237,159,36,.13),transparent 22rem),linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,241,.94))!important;box-shadow:var(--admin-pro-shadow)!important}.admin-content header[style*=background]:before,.admin-content header[style*=border]:before,.admin-page-header:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--admin-pro-gold),var(--admin-pro-green))}.admin-content h1[style],.admin-page-header h1{color:var(--admin-pro-ink)!important;margin-top:.18rem!important;font-size:clamp(1.35rem,1.55vw,1.75rem)!important;line-height:1.08!important;letter-spacing:-.045em}.admin-content :is(p,span,label,dt,dd)[style],.admin-detail-muted,.admin-empty-state p,.admin-help-text,.admin-link-row,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p{color:var(--admin-pro-muted)!important;font-size:clamp(.76rem,.78vw,.88rem)!important;line-height:1.42!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{color:var(--admin-pro-ink)!important;font-size:clamp(.95rem,.95vw,1.1rem)!important;line-height:1.18!important;letter-spacing:-.025em}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(176px,1fr))}.admin-hero-metric,.admin-metric{min-height:92px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,252,248,.94))!important}.admin-hero-metric p,.admin-metric p{color:var(--admin-pro-muted)!important;font-size:.68rem!important;letter-spacing:.06em;line-height:1.18}.admin-content strong[style],.admin-hero-metric strong,.admin-metric strong{color:var(--admin-pro-ink)!important;font-size:clamp(1.1rem,1.2vw,1.42rem)!important;line-height:1.1!important}.admin-badge,.admin-content :is(span)[style*="borderRadius: 999"]{min-height:24px!important;padding:.22rem .56rem!important;border-radius:999px!important;font-size:.72rem!important;line-height:1.14!important;letter-spacing:.01em}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:34px!important;border-radius:999px!important;padding:.45rem .82rem!important;font-size:.78rem!important;line-height:1.12!important;box-shadow:0 8px 18px rgba(16,70,43,.08)}.admin-button--primary{border-color:#145b38;background:linear-gradient(135deg,#21834f,#17633d)}.admin-button--ghost,.admin-button--secondary{background:#ffffff}.admin-content :is(input,select,textarea)[style],.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-input{min-height:36px!important;border-radius:10px!important;border-color:#cfdad0!important;background:rgba(255,255,255,.94)!important;padding:.45rem .62rem!important;font-size:.82rem!important;line-height:1.24!important}.admin-content [style*=overflow-x],.admin-content [style*=overflowX],.admin-detail-table-wrap,.admin-table-wrap{border:1px solid var(--admin-pro-line-soft)!important;border-radius:var(--admin-radius)!important;background:#ffffff!important;box-shadow:var(--admin-pro-shadow-soft)}.admin-content table[style],.admin-detail-table,.admin-table{min-width:min(760px,100%)!important;border-collapse:separate!important;border-spacing:0!important}.admin-content :is(th)[style],.admin-detail-table th,.admin-table th{padding:.58rem .68rem!important;background:#f8fbf6!important;color:#607067!important;font-size:.74rem!important;line-height:1.18!important;letter-spacing:.045em}.admin-content :is(td)[style],.admin-detail-table td,.admin-table td{padding:.62rem .68rem!important;border-bottom-color:#eef2ed!important;font-size:.8rem!important;line-height:1.32!important}.admin-detail-table tbody tr:hover td,.admin-table tbody tr:hover td{background:#fbfdf8}@media (max-width:1180px){.admin-shell{grid-template-columns:210px minmax(0,1fr)}.admin-brand p:last-child,.admin-sidebar-footer p{display:none}.admin-nav-disabled,.admin-nav-link{min-height:30px;padding:.34rem .46rem;font-size:.72rem!important}.admin-content{padding:.72rem}.admin-content h1[style],.admin-page-header h1{font-size:1.28rem!important}}@media (max-width:760px){.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-sidebar{position:static;height:auto}.admin-brand p:last-child{display:block}.admin-content header[style*=background],.admin-content header[style*=border],.admin-page-header,.admin-topbar{align-items:stretch;flex-direction:column}.admin-content{padding:.72rem}}.admin-grid--kpi{grid-template-columns:repeat(4,minmax(0,1fr))!important}.admin-grid--kpi .admin-metric{min-height:82px!important;padding:.78rem .86rem!important}.admin-grid--kpi .admin-metric span,.admin-metric span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.admin-empty-state p,.admin-section-header p,.admin-status p{max-width:760px}@media (max-width:1180px){.admin-grid--kpi{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:720px){.admin-grid--kpi{grid-template-columns:1fr!important}}.admin-compact-status-list{display:grid;grid-gap:.42rem;gap:.42rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-card--compact{padding:.62rem!important;box-shadow:var(--admin-density-hairline,var(--admin-shadow))}.admin-card--compact .admin-section-header{gap:.42rem}.admin-card--compact .admin-section-header h2{font-size:.82rem!important}.admin-card--compact .admin-section-header p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-shell{grid-template-columns:260px minmax(0,1fr)}.admin-sidebar{padding:.85rem;gap:.75rem}.admin-brand{padding:.15rem .32rem .65rem}.admin-brand p:last-child,.admin-sidebar-footer p{font-size:.76rem;line-height:1.32}.admin-nav{gap:.68rem}.admin-nav-group-title{margin-bottom:.14rem;font-size:.66rem;letter-spacing:.02em}.admin-nav-disabled,.admin-nav-link{min-height:2.14rem;padding:.44rem .54rem;border-radius:10px}.admin-topbar{min-height:62px;padding:.62rem 1rem}.admin-topbar-title{margin-top:.08rem;font-size:.92rem}.admin-content{max-width:1320px;padding:.9rem}.admin-grid,.admin-page-stack{gap:.38rem}.admin-page-header{padding:1rem;border-radius:14px}.admin-page-header h1{margin-top:.22rem;font-size:clamp(1.28rem,2vw,1.9rem)}.admin-page-header p:not(.admin-eyebrow){margin-top:.38rem;font-size:.86rem;line-height:1.42}.admin-card{padding:.9rem;border-radius:14px}.admin-metric{min-height:108px;padding:.82rem;border-radius:14px}.admin-metric strong{font-size:1.36rem}.admin-empty-state p,.admin-help-text,.admin-metric span,.admin-section-header p,.admin-status p{font-size:.82rem}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.98rem}.admin-table th{padding:.54rem .5rem;font-size:.72rem}.admin-table td{padding:.56rem .5rem;font-size:.82rem}.admin-button{min-height:2.1rem;padding:.46rem .72rem;border-radius:10px;font-size:.82rem}.admin-badge{padding:.16rem .48rem;font-size:.72rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(168px,1fr))}@media (max-width:1180px){.admin-shell{grid-template-columns:84px minmax(0,1fr)}.admin-brand h1,.admin-brand p:last-child,.admin-lock,.admin-nav-disabled span:not(.admin-nav-icon):not(.admin-lock),.admin-nav-link span:not(.admin-nav-icon),.admin-sidebar-footer .admin-button,.admin-sidebar-footer p{display:none}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1fr;justify-items:center}}@media (max-width:900px){.admin-page-header,.admin-topbar{align-items:stretch;flex-direction:column}.admin-topbar-actions{justify-content:flex-start}}.admin-card,.admin-content,.admin-main,.admin-page-stack,.admin-section,.admin-table,.admin-table-wrap{min-width:0}.admin-sidebar{border-right:1px solid rgba(15,23,42,.08);box-shadow:10px 0 28px rgba(15,23,42,.035)}.admin-button,.admin-card,.admin-empty-state,.admin-metric,.admin-nav-disabled,.admin-nav-link,.admin-status{transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.admin-button:hover,.admin-nav-link:hover{transform:translateY(-1px)}.admin-button:focus-visible,.admin-card a:focus-visible,.admin-form input:focus-visible,.admin-form select:focus-visible,.admin-form textarea:focus-visible,.admin-nav-link:focus-visible,.admin-table a:focus-visible,.admin-topbar a:focus-visible{outline:3px solid rgba(245,158,11,.34);outline-offset:2px}.admin-scroll-panel,.admin-table-shell,.admin-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{width:100%;border-spacing:0}.admin-table td,.admin-table th{vertical-align:top}.admin-table td small,.admin-table td span,.admin-table td strong{overflow-wrap:anywhere}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{box-shadow:0 14px 34px rgba(15,23,42,.055)}.admin-page-header{border:1px solid rgba(245,158,11,.16)}.admin-badge,.admin-pill,.admin-status-pill{white-space:nowrap}.admin-button-row,.admin-card-actions,.admin-page-actions,.admin-topbar-actions{flex-wrap:wrap;gap:.45rem}@media (max-width:1366px){.admin-content{padding:.72rem}.admin-card,.admin-page-header{padding:.78rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(146px,1fr))}.admin-metric{min-height:96px}.admin-metric strong{font-size:1.22rem}}@media (max-height:760px){.admin-topbar{min-height:56px;padding-block:.46rem}.admin-content{padding-block:.64rem}.admin-grid,.admin-page-stack{gap:.58rem}.admin-card,.admin-page-header{padding-block:.72rem}}.admin-card--compact{display:grid;grid-gap:.38rem;gap:.38rem;min-height:unset}.admin-card--compact h3{margin:0;font-size:.98rem;line-height:1.18}.admin-card--compact>p{display:none}.admin-card--compact .admin-button,.admin-section-body .admin-button{width:-moz-fit-content;width:fit-content}.admin-page-header+.admin-grid--kpi .admin-metric span{display:none}@media (min-width:900px){.admin-content{padding:1rem}}.admin-section-header p{display:none}.admin-shell{grid-template-columns:250px minmax(0,1fr)}.admin-sidebar{gap:.62rem;padding:.72rem}.admin-brand{padding-bottom:.58rem}.admin-brand h1{font-size:1.08rem}.admin-nav{gap:.62rem}.admin-nav-group-title{margin-bottom:.12rem;font-size:.68rem}.admin-nav-disabled,.admin-nav-link{min-height:2.18rem;padding:.43rem .52rem;font-size:.84rem}.admin-sidebar-footer{gap:.38rem;padding-top:.62rem}.admin-topbar{min-height:58px;padding:.56rem 1rem}.admin-topbar-title{margin-top:0;font-size:.95rem}.admin-page-header{padding:.72rem}.admin-page-header h1{margin-top:.18rem;font-size:clamp(1.22rem,1.8vw,1.62rem)}.admin-page-header p:not(.admin-eyebrow){max-width:520px}.admin-card--menu-tile{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem}.admin-card--menu-tile h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-card--menu-tile .admin-button{white-space:nowrap}@media (max-width:1366px){.admin-shell{grid-template-columns:232px minmax(0,1fr)}}.admin-nav-group-title,.admin-page-header>div>p:not(.admin-eyebrow),.admin-sidebar-footer,.admin-topbar-meta .admin-badge+.admin-badge{display:none}.admin-nav{gap:.35rem}.admin-nav-group{gap:.16rem}.admin-page-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem}.admin-grid,.admin-section-body{gap:.68rem}.admin-card--menu-tile{padding-block:.62rem}.admin-card--menu-tile .admin-button{min-height:2rem;padding-block:.38rem}@media (max-width:1366px){.admin-page-header .admin-header-badges,.admin-topbar-account .admin-badge{display:none}}.admin-shell{grid-template-columns:218px minmax(0,1fr)}.admin-sidebar{padding:.54rem}.admin-brand{margin:0;padding:.42rem .5rem}.admin-brand p:last-child,.admin-brand-kicker,.admin-lock,.admin-nav-disabled{display:none!important}.admin-brand h1{margin:0;font-size:.96rem}.admin-nav{gap:.16rem;padding:0}.admin-nav-group{gap:.1rem}.admin-nav-link{grid-template-columns:1.12rem minmax(0,1fr);min-height:1.82rem;padding:.28rem .38rem;font-size:.76rem}.admin-nav-icon{width:1.12rem;height:1.12rem;font-size:.68rem}.admin-topbar{min-height:44px;padding:.38rem .72rem}.admin-page-header .admin-header-badges,.admin-topbar-account .admin-badge,.admin-topbar-meta{display:none!important}.admin-content{padding:.48rem}.admin-grid,.admin-page-stack,.admin-section-body{gap:.48rem}.admin-card,.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.56rem!important}.admin-page-header h1{font-size:clamp(1.05rem,1.45vw,1.34rem)!important}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.96rem}.admin-card--menu-tile{padding-block:.48rem!important}.admin-card--menu-tile .admin-button,.admin-header-actions .admin-button,.admin-section-body .admin-button{min-height:1.72rem;padding:.28rem .48rem;font-size:.76rem}@media (max-width:1366px){.admin-shell{grid-template-columns:204px minmax(0,1fr)}}.admin-shell{grid-template-columns:188px minmax(0,1fr)!important}.admin-sidebar{padding:.38rem!important;gap:.12rem!important}.admin-brand{padding:.26rem .36rem!important}.admin-brand h1{font-size:.86rem!important}.admin-nav{gap:.06rem!important}.admin-nav-group,.admin-nav-group-title,.admin-sidebar-footer{display:contents!important}.admin-nav-group-title,.admin-sidebar-footer>*{display:none!important}.admin-nav-link{min-height:1.54rem!important;padding:.18rem .3rem!important;gap:.22rem!important;font-size:.69rem!important}.admin-nav-icon{width:.94rem!important;height:.94rem!important;font-size:.6rem!important}.admin-topbar{min-height:34px!important;padding:.22rem .5rem!important}.admin-topbar-title{font-size:.68rem!important}.admin-content{padding:.44rem!important}.admin-content li[style],.admin-content p[style],.admin-content span[style]{line-height:1.16!important}.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border]{padding:.4rem!important}.admin-content :is(h1,h2,h3)[style]{line-height:1.05!important}.admin-content p[style*="64748b"]{max-width:56rem!important}@media (max-width:1366px){.admin-shell{grid-template-columns:176px minmax(0,1fr)!important}}.admin-metric span,.admin-nav-group-title,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-topbar-meta{display:none!important}.admin-brand-kicker{font-size:.66rem}.admin-header-badges{margin-top:.35rem}.admin-page-header h1{margin-top:.2rem}.admin-section-body{margin-top:.48rem}.admin-shell{grid-template-columns:164px minmax(0,1fr)!important}.admin-sidebar{padding:.3rem!important}.admin-brand{min-height:1.72rem!important;padding:.18rem .3rem!important}.admin-brand h1{font-size:.78rem!important}.admin-nav-link{grid-template-columns:minmax(0,1fr)!important;min-height:1.42rem!important;padding:.14rem .28rem!important;font-size:.66rem!important}.admin-card--compact>p,.admin-card--menu-tile p,.admin-empty-state p,.admin-header-badges,.admin-nav-icon,.admin-page-header .admin-eyebrow,.admin-section-action .admin-badge,.admin-status p,.admin-topbar-context{display:none!important}.admin-topbar{justify-content:flex-end!important;min-height:30px!important;padding:.16rem .42rem!important}.admin-content{padding:.36rem!important}.admin-action-list,.admin-dashboard-grid,.admin-grid,.admin-page-stack,.admin-section-body{gap:.34rem!important}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.34rem!important}.admin-content h1[style],.admin-page-header h1{font-size:1.02rem!important;margin:0!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.83rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.45rem!important;padding:.16rem .42rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.18rem .28rem!important}@media (max-width:1366px){.admin-shell{grid-template-columns:156px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:148px minmax(0,1fr)!important}.admin-brand-kicker,.admin-content :is(header,section,article,form)[style*=background]>p:first-child,.admin-content :is(header,section,article,form)[style*=background]>p:nth-child(3),.admin-content :is(header,section,article,form)[style*=border]>p:first-child,.admin-content :is(header,section,article,form)[style*=border]>p:nth-child(3),.admin-content details>p,.admin-content summary+p,.admin-topbar-account .admin-badge{display:none!important}.admin-brand{justify-content:center!important}.admin-brand h1{font-size:.72rem!important}.admin-nav-link{min-height:1.26rem!important;padding:.1rem .24rem!important;border-radius:.48rem!important}.admin-nav-link span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-topbar{min-height:26px!important;padding:.1rem .34rem!important}.admin-content{padding:.28rem!important}.admin-action-list,.admin-dashboard-grid,.admin-grid,.admin-page-stack,.admin-section-body{gap:.26rem!important}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.28rem!important;border-radius:.7rem!important}.admin-content h1[style],.admin-page-header h1{font-size:.94rem!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.78rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.32rem!important;padding:.12rem .34rem!important;font-size:.66rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.14rem .22rem!important;line-height:1.12!important}@media (max-width:1366px){.admin-shell{grid-template-columns:140px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:132px minmax(0,1fr)!important}.admin-sidebar{gap:.18rem!important;padding:.22rem!important}.admin-brand{min-height:1.28rem!important;padding:.08rem .22rem .14rem!important}.admin-brand h1{font-size:.66rem!important}.admin-nav-group{gap:.06rem!important}.admin-card--compact small,.admin-card--menu-tile small,.admin-card>p:not(:only-child),.admin-empty-state p,.admin-nav-group-title,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p,.admin-topbar-meta .admin-badge:nth-child(n+2){display:none!important}.admin-nav-link{min-height:1.08rem!important;padding:.06rem .18rem!important;border-radius:.38rem!important;font-size:.61rem!important;line-height:1.05!important}.admin-topbar{min-height:22px!important;padding:.06rem .24rem!important;border-bottom-color:rgba(204,214,200,.55)!important}.admin-content{padding:.22rem!important}.admin-action-list,.admin-dashboard-grid,.admin-grid,.admin-page-stack,.admin-section-body{gap:.2rem!important}.admin-card,.admin-content :is(header,section,article,form)[style*=background],.admin-content :is(header,section,article,form)[style*=border],.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.22rem!important;border-radius:.56rem!important}.admin-content h1[style],.admin-page-header h1{font-size:.86rem!important;line-height:1.02!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.72rem!important;line-height:1.1!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.16rem!important;padding:.08rem .26rem!important;font-size:.6rem!important}.admin-badge{min-height:1.1rem!important;padding:.08rem .36rem!important;font-size:.62rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.1rem .16rem!important;line-height:1.05!important}@media (max-width:1366px){.admin-shell{grid-template-columns:126px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:116px minmax(0,1fr)!important}.admin-sidebar{padding:.18rem!important}.admin-brand-kicker,.admin-card--compact p,.admin-card--menu-tile p,.admin-metric span,.admin-nav-icon,.admin-topbar-account .admin-badge{display:none!important}.admin-brand{min-height:1rem!important;padding:.04rem .16rem .08rem!important}.admin-brand h1{font-size:.62rem!important}.admin-nav-link{min-height:1rem!important;padding:.05rem .14rem!important;font-size:.58rem!important}.admin-topbar{min-height:20px!important;padding:.04rem .18rem!important}.admin-topbar-title{font-size:.62rem!important;line-height:1!important}.admin-content{padding:.18rem!important}.admin-card,.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.18rem!important;border-radius:.48rem!important}.admin-action-list,.admin-dashboard-grid,.admin-grid,.admin-page-stack,.admin-section-body{gap:.16rem!important}.admin-content h1[style],.admin-page-header h1{font-size:.8rem!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.68rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1rem!important;padding:.06rem .22rem!important;font-size:.57rem!important}.admin-badge{min-height:1rem!important;padding:.05rem .28rem!important;font-size:.56rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.08rem .12rem!important}@media (max-width:1366px){.admin-shell{grid-template-columns:108px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:104px minmax(0,1fr)!important}.admin-sidebar{padding:.14rem!important}.admin-brand{min-height:.82rem!important;padding:.02rem .12rem .06rem!important}.admin-brand h1{font-size:.58rem!important}.admin-nav-link{min-height:.92rem!important;padding:.04rem .12rem!important;border-radius:.32rem!important;box-shadow:none!important}.admin-topbar{min-height:18px!important;padding:.02rem .14rem!important;border-bottom-color:rgba(204,214,200,.32)!important}.admin-card--compact>small,.admin-card--menu-tile>small,.admin-eyebrow,.admin-header-badges,.admin-help-text,.admin-topbar-context,.admin-topbar-meta{display:none!important}.admin-content{padding:.14rem!important}.admin-action-list,.admin-dashboard-grid,.admin-grid,.admin-page-stack,.admin-section-body{gap:.12rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.14rem!important;border-radius:.38rem!important;box-shadow:none!important}.admin-page-header{background:transparent!important;border-color:transparent!important}.admin-content h1[style],.admin-page-header h1{font-size:.76rem!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.64rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.92rem!important;padding:.04rem .18rem!important;border-radius:.3rem!important}.admin-badge{min-height:.86rem!important;padding:.03rem .2rem!important}.admin-table-wrap{border-radius:.36rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.06rem .1rem!important}@media (max-width:1366px){.admin-shell{grid-template-columns:96px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:92px minmax(0,1fr)!important}.admin-sidebar{padding:.1rem!important}.admin-brand,.admin-nav-group{padding:0!important;gap:.04rem!important}.admin-brand h1{font-size:.54rem!important}.admin-detail-muted,.admin-empty-state p,.admin-hero-metric span,.admin-metric span,.admin-nav-group-title,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p,.admin-topbar-account .admin-button:before,.admin-value-detail{display:none!important}.admin-nav{gap:.08rem!important}.admin-nav-link{min-height:.84rem!important;padding:.03rem .1rem!important;border-radius:.28rem!important;font-size:.54rem!important}.admin-topbar{min-height:14px!important;padding:.01rem .1rem!important}.admin-content{padding:.1rem!important}.admin-action-list,.admin-activity-list,.admin-dashboard-grid,.admin-detail-grid,.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-page-stack,.admin-report-filters,.admin-section-body{gap:.08rem!important}.admin-card,.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.1rem!important;border-radius:.28rem!important;border-color:rgba(204,214,200,.42)!important}.admin-content h1[style],.admin-page-header h1{font-size:.7rem!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.58rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.82rem!important;padding:.03rem .14rem!important;font-size:.52rem!important}.admin-badge{min-height:.76rem!important;padding:.02rem .16rem!important;font-size:.5rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.04rem .08rem!important;font-size:.52rem!important}@media (max-width:1366px){.admin-shell{grid-template-columns:84px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:76px minmax(0,1fr)!important}.admin-sidebar{padding:.06rem!important;gap:.04rem!important}.admin-brand{min-height:.62rem!important;padding:0!important;border-bottom:0!important}.admin-brand h1{font-size:.48rem!important;line-height:1!important}.admin-nav,.admin-nav-group{gap:.04rem!important}.admin-nav-link{min-height:.68rem!important;padding:.015rem .06rem!important;border-radius:.22rem!important;font-size:.48rem!important}.admin-topbar{min-height:10px!important;padding:0!important;border-bottom:0!important}.admin-empty-action,.admin-header-actions,.admin-section-action,.admin-topbar-account,.admin-topbar-actions{gap:.04rem!important}.admin-content{padding:.06rem!important}.admin-action-list,.admin-activity-list,.admin-dashboard-grid,.admin-detail-grid,.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-grid--kpi,.admin-grid--two,.admin-page-stack,.admin-report-filters,.admin-section-body{gap:.05rem!important}.admin-card,.admin-content :is(header,section,article,form,div)[style*=background],.admin-content :is(header,section,article,form,div)[style*=border],.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-page-header,.admin-section,.admin-status,.admin-table-wrap{padding:.06rem!important;border-radius:.2rem!important;box-shadow:none!important}.admin-content h1[style],.admin-page-header h1{font-size:.62rem!important;line-height:1!important}.admin-content :is(h2,h3)[style],.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.52rem!important;line-height:1!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.66rem!important;padding:.015rem .08rem!important;border-radius:.2rem!important;font-size:.47rem!important;line-height:1!important}.admin-badge{min-height:.6rem!important;padding:.01rem .1rem!important;border-radius:.18rem!important;font-size:.45rem!important;line-height:1!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.025rem .05rem!important;font-size:.47rem!important;line-height:1!important}.admin-brand-kicker,.admin-card>p,.admin-content :is(p,small,span)[style*=font-size],.admin-empty-state p,.admin-header-badges,.admin-help-text,.admin-nav-icon,.admin-section-header p,.admin-status p,.admin-topbar-account .admin-badge,.admin-topbar-context,.admin-topbar-meta{display:none!important}@media (max-width:1366px){.admin-shell{grid-template-columns:70px minmax(0,1fr)!important}}.admin-shell{grid-template-columns:188px minmax(0,1fr)}.admin-sidebar{gap:.28rem;padding:.48rem}.admin-brand{padding:.1rem .22rem .34rem}.admin-brand-kicker,.admin-eyebrow,.admin-header-badges,.admin-metric span,.admin-nav-group-title,.admin-nav-icon,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-topbar-meta{display:none!important}.admin-nav{gap:.08rem}.admin-nav-group{gap:.04rem}.admin-nav-disabled,.admin-nav-link{grid-template-columns:minmax(0,1fr);min-height:1.74rem;padding:.28rem .42rem;font-size:.82rem;border-radius:8px}.admin-topbar{min-height:40px;padding:.34rem .68rem}.admin-topbar-title{margin:0;font-size:.88rem}.admin-content{padding:.42rem}.admin-page-stack{gap:.36rem}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{box-shadow:none}.admin-card,.admin-empty-state,.admin-page-header,.admin-status{padding:.48rem}.admin-page-header h1{margin:0;font-size:clamp(1.08rem,1.5vw,1.42rem)}.admin-section-body{margin-top:.42rem}.admin-grid{gap:.42rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.admin-metric{min-height:46px}.admin-metric strong{margin-top:.12rem}.admin-badge{min-height:20px;padding:.12rem .42rem;font-size:.68rem}.admin-button{min-height:1.72rem;padding:.28rem .54rem;border-radius:8px}.admin-table td,.admin-table th{padding:.34rem .38rem;font-size:.76rem}@media (max-width:980px){.admin-shell{grid-template-columns:176px minmax(0,1fr)}}.admin-header-badges,.admin-metric span,.admin-page-header .admin-eyebrow,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-topbar-meta{display:none}.admin-grid{gap:.46rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.admin-metric{min-height:50px;padding:.44rem}.admin-metric p{font-size:.68rem}.admin-metric strong{font-size:1.08rem;margin-top:.14rem}.admin-table th{padding:.36rem .38rem;font-size:.68rem}.admin-table td{padding:.38rem;font-size:.78rem}.admin-button{min-height:1.74rem;padding:.3rem .54rem;font-size:.76rem}.admin-badge{min-height:1.46rem;padding:.14rem .42rem;font-size:.7rem}.admin-card,.admin-empty-state,.admin-status{padding:.5rem}.admin-shell{grid-template-columns:162px minmax(0,1fr)}.admin-sidebar{gap:.18rem;padding:.34rem}.admin-brand{padding:.04rem .18rem .22rem}.admin-brand h1{font-size:.84rem;line-height:1}.admin-nav,.admin-nav-group{gap:.04rem}.admin-nav-disabled,.admin-nav-link{min-height:1.48rem;padding:.22rem .34rem;border-radius:7px;font-size:.74rem;line-height:1}.admin-nav-link[aria-current=page]{box-shadow:inset 2px 0 0 var(--admin-accent)}.admin-topbar{min-height:34px;padding:.24rem .48rem}.admin-topbar-actions{gap:.28rem}.admin-content{padding:.32rem}.admin-page-stack{gap:.3rem}.admin-card,.admin-empty-state,.admin-page-header,.admin-status{padding:.38rem;border-radius:9px}.admin-page-header h1{font-size:clamp(1rem,1.28vw,1.25rem)}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.92rem;line-height:1.05}.admin-section-body{margin-top:.32rem}.admin-grid{gap:.32rem}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}.admin-metric{min-height:42px;padding:.34rem;border-radius:8px}.admin-metric p{font-size:.62rem;line-height:1}.admin-metric strong{font-size:.98rem;margin-top:.08rem}.admin-button{min-height:1.52rem;padding:.22rem .42rem;border-radius:7px;font-size:.68rem}.admin-badge{min-height:1.18rem;padding:.08rem .32rem;border-radius:7px;font-size:.62rem}.admin-table td,.admin-table th{padding:.28rem .3rem;font-size:.7rem}@media (max-width:980px){.admin-shell{grid-template-columns:148px minmax(0,1fr)}}.admin-shell{grid-template-columns:140px minmax(0,1fr)}.admin-sidebar{padding:.24rem;gap:.1rem}.admin-nav,.admin-nav-group{gap:.02rem}.admin-nav-disabled,.admin-nav-link{min-height:1.34rem;padding:.16rem .28rem;border-radius:6px;font-size:.68rem;letter-spacing:-.01em}.admin-topbar{min-height:30px;padding:.18rem .36rem}.admin-topbar-account .admin-badge,.admin-topbar-context,.admin-topbar-meta{display:none}.admin-content{padding:.26rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-page-actions,.admin-page-stack,.admin-section-body{gap:.24rem}.admin-card,.admin-empty-state,.admin-page-header,.admin-section,.admin-status{padding:.3rem;border-radius:8px}.admin-page-header h1{font-size:clamp(.94rem,1.15vw,1.16rem)}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.84rem}.admin-card>p,.admin-content :is(.admin-muted,.admin-subcopy,.admin-helper-text),.admin-empty-state>p,.admin-section>p,.admin-status>p{display:none}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(116px,1fr))}.admin-hero-metric,.admin-metric{min-height:36px;padding:.26rem;border-radius:7px}.admin-hero-metric p,.admin-metric p{font-size:.58rem}.admin-hero-metric strong,.admin-metric strong{font-size:.88rem;margin-top:.04rem}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.34rem;padding:.16rem .34rem!important;border-radius:6px;font-size:.62rem}.admin-badge{min-height:1rem;padding:.06rem .26rem;border-radius:6px;font-size:.58rem}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.22rem .26rem!important;font-size:.64rem!important}@media (max-width:980px){.admin-shell{grid-template-columns:132px minmax(0,1fr)}}.admin-shell{grid-template-columns:128px minmax(0,1fr)}.admin-sidebar{padding:.18rem;gap:.06rem}.admin-nav,.admin-nav-group{gap:.01rem}.admin-nav-disabled,.admin-nav-link{min-height:1.18rem;padding:.12rem .22rem;border-radius:5px;font-size:.61rem;line-height:.96}.admin-nav-link[aria-current=page]{box-shadow:inset 1px 0 0 var(--admin-accent)}.admin-topbar{min-height:26px;padding:.12rem .28rem}.admin-topbar-account,.admin-topbar-actions{gap:.16rem}.admin-topbar-account .admin-button,.admin-topbar-actions .admin-button{min-height:1.14rem;padding:.1rem .28rem!important;font-size:.56rem}.admin-content{padding:.2rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body{gap:.18rem}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.24rem;border-radius:7px}.admin-page-header h1{font-size:clamp(.88rem,1vw,1.04rem);line-height:1.02}.admin-metric__topline,.admin-section-header,.admin-status{gap:.12rem}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.76rem;line-height:1.02}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(104px,1fr))}.admin-hero-metric,.admin-metric{min-height:30px;padding:.2rem;border-radius:6px}.admin-hero-metric p,.admin-metric p{font-size:.52rem;line-height:.95}.admin-hero-metric strong,.admin-metric strong{font-size:.78rem}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.16rem;padding:.1rem .28rem!important;border-radius:5px;font-size:.56rem;line-height:1}.admin-badge,.admin-content [class*=badge]{min-height:.86rem;padding:.04rem .2rem;border-radius:5px;font-size:.52rem;line-height:1}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.16rem .2rem!important;font-size:.58rem!important;line-height:1.05!important}.admin-content input,.admin-content label,.admin-content select,.admin-content textarea,.admin-label{font-size:.62rem}.admin-content input,.admin-content select,.admin-content textarea{min-height:1.38rem;padding:.16rem .28rem}@media (max-width:980px){.admin-shell{grid-template-columns:120px minmax(0,1fr)}}.admin-shell{grid-template-columns:116px minmax(0,1fr)}.admin-sidebar{padding:.14rem;gap:.04rem}.admin-brand{display:none}.admin-nav-disabled,.admin-nav-link{min-height:1.06rem;padding:.09rem .18rem;border-radius:4px;font-size:.56rem}.admin-topbar{min-height:24px;padding:.1rem .24rem}.admin-content{padding:.16rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body{gap:.14rem}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.2rem;border-radius:6px}.admin-page-header h1{font-size:clamp(.82rem,.92vw,.98rem)}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.7rem}.admin-hero-metric,.admin-metric{min-height:26px;padding:.16rem}.admin-hero-metric p,.admin-metric p{font-size:.48rem}.admin-hero-metric strong,.admin-metric strong{font-size:.72rem}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:1.08rem;padding:.08rem .24rem!important;font-size:.52rem}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.12rem .16rem!important;font-size:.54rem!important}@media (max-width:980px){.admin-shell{grid-template-columns:108px minmax(0,1fr)}}.admin-shell{grid-template-columns:104px minmax(0,1fr)}.admin-sidebar{padding:.1rem;gap:.02rem}.admin-card>p,.admin-empty-state p,.admin-hero-metric p,.admin-metric__topline p,.admin-nav-icon,.admin-page-header p,.admin-section-header p,.admin-status p,.admin-topbar-account .admin-badge,.admin-topbar-meta{display:none!important}.admin-nav-disabled,.admin-nav-link{min-height:.96rem;padding:.07rem .14rem;font-size:.52rem;line-height:.9}.admin-topbar{min-height:20px;padding:.08rem .18rem}.admin-content{padding:.12rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body{gap:.1rem}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.16rem;border-radius:5px}.admin-page-header h1{font-size:clamp(.76rem,.86vw,.92rem)}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.66rem}.admin-hero-metric,.admin-metric{min-height:22px;padding:.12rem;border-radius:5px}.admin-hero-metric strong,.admin-metric strong{font-size:.68rem}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.98rem;padding:.06rem .2rem!important;font-size:.5rem}.admin-badge,.admin-content [class*=badge]{min-height:.76rem;padding:.02rem .16rem;font-size:.48rem}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.1rem .14rem!important;font-size:.5rem!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:1.24rem;padding:.12rem .22rem}@media (max-width:980px){.admin-shell{grid-template-columns:98px minmax(0,1fr)}}.admin-shell{grid-template-columns:96px minmax(0,1fr)}.admin-main-column,.admin-nav,.admin-nav-group,.admin-sidebar{gap:0!important}.admin-sidebar{padding:.06rem}.admin-nav-disabled,.admin-nav-link{min-height:.84rem;padding:.05rem .1rem;border-radius:3px;font-size:.48rem;letter-spacing:-.015em}.admin-topbar{min-height:18px;padding:.06rem .14rem;border-bottom-color:rgba(15,23,42,.035)}.admin-topbar strong,.admin-topbar-title{font-size:.54rem;line-height:1}.admin-content{padding:.08rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body{gap:.07rem}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.12rem;border-radius:4px}.admin-page-header h1{font-size:clamp(.7rem,.78vw,.86rem);line-height:1.05}.admin-card h2,.admin-card h3,.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.58rem;line-height:1.05}.admin-hero-metric,.admin-metric{min-height:18px;padding:.08rem;border-radius:4px}.admin-hero-metric strong,.admin-metric strong{font-size:.62rem}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.86rem;padding:.045rem .16rem!important;font-size:.46rem;border-radius:4px}.admin-badge,.admin-content [class*=badge]{min-height:.62rem;padding:0 .12rem;font-size:.44rem}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.07rem .1rem!important;font-size:.46rem!important;line-height:1!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:1.08rem;padding:.08rem .18rem;font-size:.5rem}@media (max-width:980px){.admin-shell{grid-template-columns:90px minmax(0,1fr)}}.admin-shell{grid-template-columns:88px minmax(0,1fr)}.admin-brand,.admin-card>p,.admin-empty-state p,.admin-eyebrow,.admin-header-badges,.admin-help-text:not(.admin-error-text),.admin-hero-metric span,.admin-metric span,.admin-section-header p,.admin-sidebar-footer,.admin-status p,.admin-topbar-context,.admin-topbar-meta,.admin-topbar-title{display:none!important}.admin-sidebar{padding:.035rem}.admin-nav-disabled,.admin-nav-link{min-height:.74rem;padding:.035rem .08rem;font-size:.42rem;line-height:.92}.admin-topbar{min-height:14px;padding:.03rem .1rem;justify-content:flex-end}.admin-content{padding:.055rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body,.admin-topbar-account,.admin-topbar-actions{gap:.045rem!important}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.085rem!important;border-radius:3px}.admin-page-header h1{font-size:clamp(.62rem,.7vw,.78rem)!important;line-height:1}.admin-card h2,.admin-card h3,.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.5rem!important;line-height:1}.admin-hero-metric,.admin-metric{min-height:14px!important;padding:.055rem!important}.admin-hero-metric strong,.admin-metric strong{font-size:.54rem!important;line-height:1}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.72rem!important;padding:.025rem .12rem!important;font-size:.4rem!important;border-radius:3px}.admin-badge,.admin-content [class*=badge]{min-height:.5rem;padding:0 .08rem;font-size:.38rem!important}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.045rem .075rem!important;font-size:.4rem!important;line-height:.95!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:.92rem;padding:.055rem .14rem;font-size:.42rem}@media (max-width:980px){.admin-shell{grid-template-columns:80px minmax(0,1fr)}}.admin-shell{grid-template-columns:82px minmax(0,1fr)}.admin-sidebar{padding:.02rem}.admin-nav-disabled,.admin-nav-link{min-height:.66rem;padding:.02rem .06rem;font-size:.38rem;line-height:.88;border-radius:2px}.admin-topbar{min-height:12px;padding:.02rem .08rem}.admin-content{padding:.04rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body,.admin-topbar-account,.admin-topbar-actions{gap:.035rem!important}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.065rem!important}.admin-page-header h1{font-size:clamp(.56rem,.62vw,.7rem)!important}.admin-card h2,.admin-card h3,.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.46rem!important}.admin-hero-metric,.admin-metric{min-height:12px!important;padding:.04rem!important}.admin-hero-metric strong,.admin-metric strong{font-size:.5rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.64rem!important;padding:.015rem .1rem!important;font-size:.36rem!important;border-radius:2px}.admin-badge,.admin-content [class*=badge]{min-height:.42rem;padding:0 .06rem;font-size:.34rem!important}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.035rem .06rem!important;font-size:.36rem!important;line-height:.9!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:.82rem;padding:.04rem .12rem;font-size:.38rem}@media (max-width:980px){.admin-shell{grid-template-columns:74px minmax(0,1fr)}}.admin-shell{grid-template-columns:72px minmax(0,1fr)}.admin-sidebar{padding:.015rem}.admin-nav-disabled,.admin-nav-link{min-height:.58rem;padding:.012rem .045rem;font-size:.34rem;line-height:.84}.admin-topbar{min-height:10px;padding:.015rem .06rem}.admin-content{padding:.03rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body,.admin-topbar-account,.admin-topbar-actions{gap:.026rem!important}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.052rem!important;border-radius:2px}.admin-page-header h1{font-size:clamp(.52rem,.58vw,.64rem)!important}.admin-card h2,.admin-card h3,.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.42rem!important}.admin-hero-metric,.admin-metric{min-height:10px!important;padding:.032rem!important}.admin-hero-metric strong,.admin-metric strong{font-size:.46rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.58rem!important;padding:.01rem .085rem!important;font-size:.34rem!important}.admin-badge,.admin-content [class*=badge]{min-height:.38rem;padding:0 .05rem;font-size:.32rem!important}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.028rem .045rem!important;font-size:.34rem!important;line-height:.86!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:.74rem;padding:.03rem .1rem;font-size:.36rem}@media (max-width:980px){.admin-shell{grid-template-columns:66px minmax(0,1fr)}}.admin-shell{grid-template-columns:64px minmax(0,1fr)}.admin-sidebar{padding:.01rem}.admin-nav{gap:.01rem!important}.admin-nav-disabled,.admin-nav-link{min-height:.5rem;padding:.008rem .035rem;font-size:.31rem;line-height:.8;border-radius:1px}.admin-topbar{min-height:8px;padding:.01rem .045rem}.admin-content{padding:.02rem}.admin-action-row,.admin-dashboard-grid,.admin-detail-grid,.admin-form-grid,.admin-form-section-grid,.admin-grid,.admin-header-actions,.admin-page-actions,.admin-page-stack,.admin-section-action,.admin-section-body,.admin-topbar-account,.admin-topbar-actions{gap:.018rem!important}.admin-card,.admin-empty-state,.admin-form-card,.admin-page-header,.admin-section,.admin-status{padding:.04rem!important;border-radius:1px;box-shadow:none!important}.admin-page-header h1{font-size:clamp(.48rem,.52vw,.58rem)!important}.admin-card h2,.admin-card h3,.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:.38rem!important}.admin-hero-metric,.admin-metric{min-height:8px!important;padding:.024rem!important;box-shadow:none!important}.admin-hero-metric strong,.admin-metric strong{font-size:.42rem!important}.admin-button,.admin-content :is(button,a)[style*=padding]{min-height:.52rem!important;padding:.006rem .07rem!important;font-size:.31rem!important;border-radius:1px}.admin-badge,.admin-content [class*=badge]{min-height:.34rem;padding:0 .04rem;font-size:.29rem!important}.admin-content table td,.admin-content table th,.admin-table td,.admin-table th{padding:.022rem .036rem!important;font-size:.31rem!important;line-height:.82!important}.admin-content input,.admin-content select,.admin-content textarea{min-height:.68rem;padding:.024rem .08rem;font-size:.33rem}.admin-card p,.admin-empty-state p,.admin-nav-group-title,.admin-page-header p,.admin-section-header p,.admin-sidebar-footer,.admin-status p,.admin-topbar-context p{display:none!important}@media (max-width:980px){.admin-shell{grid-template-columns:58px minmax(0,1fr)}}.gc-site-header__inner{min-height:44px!important;gap:16px!important}.gc-site-brand{gap:6px!important;font-size:14px!important}.gc-site-brand__mark{width:24px!important;height:24px!important;border-radius:3px!important;font-size:7px!important}.gc-site-nav{gap:14px!important}.gc-site-nav a[href="#download"],.gc-site-nav a[href="#how-it-works"]{display:none!important}.gc-site-header__cta{min-height:30px!important;padding:0 11px!important;font-size:10px!important;box-shadow:none!important}.gc-site-hero__inner{min-height:330px!important;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr)!important;gap:28px!important;padding:28px 0!important}.gc-site-download>div>p:last-child,.gc-site-eyebrow,.gc-site-footer p,.gc-site-hero__lead,.gc-site-proof__grid p,.gc-site-section-heading>p:last-child,.gc-site-trust span,.gc-site-version{display:none!important}.gc-site-hero h1{max-width:470px!important;font-size:clamp(28px,3vw,42px)!important;line-height:.98!important}.gc-site-actions{gap:8px!important;margin-top:16px!important}.gc-site-button{min-height:34px!important;gap:10px!important;padding:0 13px!important;font-size:10px!important;box-shadow:none!important}.gc-site-product{border-radius:4px!important;box-shadow:none!important;transform:none!important}.gc-site-product__topbar{min-height:30px!important;padding:0 10px!important}.gc-site-product__body{padding:12px!important}.gc-site-product__metrics{gap:5px!important;margin-top:10px!important}.gc-site-product__metrics article{gap:3px!important;padding:7px!important;border-radius:2px!important}.gc-site-product__activity em,.gc-site-product__activity small,.gc-site-product__heading small,.gc-site-product__metrics span{display:none!important}.gc-site-product__activity{margin-top:6px!important;padding:8px!important;border-radius:2px!important}.gc-site-bars{height:44px!important;gap:5px!important;margin-top:6px!important;padding-top:5px!important}.gc-site-trust{grid-template-columns:repeat(4,minmax(0,1fr))!important;box-shadow:none!important}.gc-site-trust>div{min-height:42px!important;gap:0!important;padding:8px 12px!important}.gc-site-download,.gc-site-proof{padding:34px 0!important}.gc-site-proof__grid{margin-top:18px!important}.gc-site-proof__grid article{min-height:78px!important;padding:13px!important}.gc-site-proof__grid h3{margin:10px 0 0!important;font-size:13px!important}.gc-site-download{gap:28px!important;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr)!important}.gc-site-download__card{min-height:72px!important;gap:12px!important;padding:13px!important;box-shadow:none!important}.gc-site-download__card small{display:none!important}.gc-site-download__card>b{padding:8px 10px!important;font-size:10px!important}.gc-site-windows{width:28px!important;height:28px!important}.gc-admin-auth__header{min-height:44px!important}.gc-admin-auth__shell{min-height:calc(100vh - 70px)!important;grid-template-columns:minmax(0,.86fr) minmax(320px,.86fr)!important;padding:12px 0 34px!important}.gc-admin-auth__story{min-height:320px!important;padding:26px!important;box-shadow:none!important}.gc-admin-auth__story h1{font-size:clamp(25px,3.1vw,37px)!important}.gc-admin-auth__form-heading>p:last-child,.gc-admin-auth__preview,.gc-admin-auth__proof,.gc-admin-auth__story>div:first-child>p:last-child,.gc-admin-auth__success>p:not(.gc-admin-auth__eyebrow){display:none!important}.gc-admin-auth__panel{min-height:320px!important;padding:28px!important;box-shadow:none!important}.gc-admin-auth__form{gap:12px!important}.gc-admin-auth__form-heading h2,.gc-admin-auth__success h2{font-size:22px!important}.gc-admin-auth__field{gap:4px!important}.gc-admin-auth__field input,.gc-admin-auth__secondary-button,.gc-admin-auth__submit{min-height:36px!important}@media (max-width:980px){.gc-admin-auth__shell,.gc-site-download,.gc-site-hero__inner{grid-template-columns:1fr!important}}.gc-admin-auth__story,.gc-site-download,.gc-site-footer,.gc-site-nav a[href="#platform"],.gc-site-product,.gc-site-proof,.gc-site-trust{display:none!important}.gc-admin-auth__header,.gc-site-header__inner{min-height:34px!important}.gc-site-hero__inner{min-height:calc(100vh - 46px)!important;display:block!important;max-width:640px!important;padding:38px 0!important}.gc-site-hero__copy{max-width:520px!important}.gc-site-hero h1{max-width:510px!important;font-size:clamp(27px,3.2vw,40px)!important}.gc-site-actions{margin-top:12px!important}.gc-admin-auth__secondary-button,.gc-admin-auth__submit,.gc-site-button,.gc-site-header__cta{min-height:30px!important;border-radius:2px!important}.gc-admin-auth__shell{display:block!important;max-width:410px!important;min-height:calc(100vh - 54px)!important;padding:18px 0!important}.gc-admin-auth__panel{min-height:0!important;padding:20px!important}.gc-admin-auth__field input{min-height:32px!important}.admin-shell{grid-template-columns:58px minmax(0,1fr)!important}.admin-card-grid,.admin-grid,.admin-grid--wide,.admin-metrics-grid,.admin-report-grid{grid-template-columns:repeat(auto-fit,minmax(58px,1fr))!important;gap:.01rem!important}.admin-card,.admin-empty-state,.admin-metric-card,.admin-page-header,.admin-section{border-radius:1px!important}.admin-brand,.admin-card>p,.admin-empty-state p,.admin-metric p,.admin-page-header p,.admin-section-header p,.admin-sidebar-footer,.admin-status p,.admin-topbar-context,.admin-topbar-meta,.gc-site-hero__lead,.gc-site-nav,.gc-site-version{display:none!important}.gc-admin-auth__header,.gc-site-header__inner{min-height:30px!important}.gc-admin-auth__brand span,.gc-site-brand__mark{display:none!important}.gc-admin-auth__shell,.gc-site-hero__inner{max-width:360px!important;min-height:calc(100vh - 42px)!important;padding:14px 0!important}.gc-site-hero h1{max-width:350px!important;font-size:clamp(24px,3vw,34px)!important}.admin-button,.gc-admin-auth__secondary-button,.gc-admin-auth__submit,.gc-site-button,.gc-site-header__cta{min-height:26px!important;padding:0 .32rem!important;font-size:.48rem!important}.admin-card,.admin-empty-state,.admin-page-header,.admin-section,.gc-admin-auth__panel{padding:.08rem!important;box-shadow:none!important}.admin-shell{grid-template-columns:46px minmax(0,1fr)!important}.admin-content,.admin-sidebar,.admin-topbar{padding:.01rem!important}.admin-nav-link{min-height:.58rem!important;padding:.01rem .04rem!important;font-size:.42rem!important}.admin-card-grid,.admin-grid,.admin-grid--wide,.admin-metrics-grid,.admin-report-grid{gap:0!important}.admin-content input,.admin-content select,.admin-content textarea,.admin-table td,.admin-table th{padding:.01rem .03rem!important;font-size:.42rem!important}.admin-shell{grid-template-columns:44px minmax(0,1fr)!important}.admin-nav-link{min-height:.54rem!important;padding:0 .03rem!important;font-size:.4rem!important;line-height:1.02!important;text-align:center!important}.admin-content,.admin-sidebar,.admin-topbar{padding:0!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.05rem!important;border-radius:1px!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:.7rem!important;line-height:1.02!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:22px!important;padding:0 .26rem!important;font-size:.46rem!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:0 .03rem!important;font-size:.4rem!important;line-height:1.02!important}.admin-shell{grid-template-columns:42px minmax(0,1fr)!important}.admin-nav-link{min-height:.5rem!important;padding:0 .02rem!important;font-size:.38rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.04rem!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:.66rem!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:20px!important;padding:0 .22rem!important;font-size:.44rem!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:0 .02rem!important;font-size:.38rem!important}.admin-nav-link{min-height:.46rem!important;padding:0 .015rem!important;font-size:.36rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.03rem!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:.62rem!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:18px!important;padding:0 .18rem!important;font-size:.42rem!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:0 .015rem!important;font-size:.36rem!important}.admin-shell{grid-template-columns:38px minmax(0,1fr)!important}.admin-nav-link{min-height:.42rem!important;font-size:.34rem!important}.admin-brand,.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-sidebar,.admin-status{padding:.02rem!important}.admin-filter-bar,.admin-form-grid,.admin-grid,.admin-page-stack,.admin-report-filters,.admin-section-body{gap:.12rem!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:.58rem!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:17px!important;padding:0 .14rem!important;font-size:.4rem!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{font-size:.34rem!important}.admin-shell{grid-template-columns:36px minmax(0,1fr)!important}.admin-brand h1,.admin-topbar-title{font-size:.56rem!important;line-height:1!important}.admin-nav-link{min-height:.38rem!important;padding:0!important;font-size:.32rem!important;line-height:1!important;letter-spacing:0!important}.admin-brand,.admin-card,.admin-content,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-sidebar,.admin-status,.admin-topbar{padding:.01rem!important}.admin-filter-bar,.admin-form-grid,.admin-grid,.admin-header-actions,.admin-page-stack,.admin-report-filters,.admin-section-action,.admin-section-body{gap:.1rem!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:.54rem!important;line-height:1!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:16px!important;padding:0 .1rem!important;font-size:.38rem!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:0!important;font-size:.32rem!important;line-height:1!important}.admin-shell{grid-template-columns:40px minmax(0,1fr)!important}.admin-sidebar{position:-webkit-sticky;position:sticky;z-index:30;width:40px;overflow-x:hidden;padding:.24rem!important;transition:width .16s ease,box-shadow .16s ease}.admin-sidebar:focus-within,.admin-sidebar:hover{width:168px;box-shadow:10px 0 24px rgba(5,51,31,.18)}.admin-brand{padding:.18rem .2rem .42rem!important}.admin-brand-kicker{font-size:.56rem!important;line-height:1!important}.admin-brand h1,.admin-topbar-title{font-size:.72rem!important;line-height:1.05!important}.admin-nav{gap:.14rem!important}.admin-nav-link{grid-template-columns:1rem minmax(0,1fr)!important;min-height:26px!important;gap:.42rem!important;padding:.18rem .34rem!important;font-size:.7rem!important;line-height:1.1!important}.admin-nav-link>span{min-width:1rem;text-align:center;font-size:.72rem!important;font-weight:850}.admin-nav-link:after{content:attr(data-label);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;transform:translateX(-.25rem);transition:opacity .12s ease,transform .12s ease}.admin-sidebar:focus-within .admin-nav-link:after,.admin-sidebar:hover .admin-nav-link:after{opacity:1;transform:translateX(0)}.admin-content{padding:.42rem .52rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-section,.admin-status{padding:.42rem!important}.admin-filter-bar,.admin-form-grid,.admin-grid,.admin-header-actions,.admin-page-stack,.admin-report-filters,.admin-section-action,.admin-section-body{gap:.34rem!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{font-size:clamp(.92rem,1.25vw,1.18rem)!important;line-height:1.1!important}.admin-badge,.admin-button,.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea{min-height:26px!important;padding:.18rem .42rem!important;font-size:.72rem!important;line-height:1.12!important}.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th{padding:.28rem .34rem!important;font-size:.72rem!important;line-height:1.15!important}.admin-nav-group{position:relative;padding-top:.08rem!important}.admin-nav-group+.admin-nav-group{margin-top:.08rem!important;border-top:1px solid rgba(255,255,255,.1)}.admin-nav-group:before{content:attr(data-group-label);display:block;max-width:0;height:0;margin:0;overflow:hidden;opacity:0;white-space:nowrap;font-size:.58rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72);transition:opacity .12s ease,max-width .12s ease,height .12s ease,margin .12s ease}.admin-sidebar:focus-within .admin-nav-group:before,.admin-sidebar:hover .admin-nav-group:before{max-width:8rem;height:auto;margin:.18rem .34rem .08rem;opacity:1}.admin-nav-link{grid-template-columns:1.34rem minmax(0,1fr)!important}.admin-nav-link>span{min-width:1.34rem!important;font-size:.64rem!important;letter-spacing:.01em!important}.admin-sidebar:not(:hover):not(:focus-within) .admin-brand-kicker{display:none}.admin-sidebar:not(:hover):not(:focus-within) .admin-brand{min-height:34px;align-items:center}.admin-sidebar:focus-within,.admin-sidebar:hover{width:184px}.admin-nav-link{position:relative}.admin-nav-link:after{font-size:.74rem;font-weight:760;letter-spacing:-.01em}.admin-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.46);outline-offset:2px}.admin-nav-link[aria-current=page]{box-shadow:inset 2px 0 0 var(--admin-accent),0 0 0 1px rgba(255,255,255,.08)!important}.admin-sidebar:not(:hover):not(:focus-within) .admin-nav-link[aria-current=page]:before{content:"";position:absolute;top:50%;right:.16rem;width:.28rem;height:.28rem;border-radius:999px;background:var(--admin-accent);transform:translateY(-50%)}.admin-sidebar:focus-within .admin-nav-group:before,.admin-sidebar:hover .admin-nav-group:before{max-width:9.5rem}@media (hover:none) and (min-width:761px){.admin-shell{grid-template-columns:184px minmax(0,1fr)!important}.admin-sidebar{width:184px}.admin-sidebar:not(:hover):not(:focus-within) .admin-brand-kicker{display:block}.admin-nav-group:before{max-width:9.5rem;height:auto;margin:.18rem .34rem .08rem;opacity:1}.admin-nav-link:after{opacity:1;transform:translateX(0)}}.admin-link{text-decoration:none!important;border-bottom:1px solid transparent}.admin-link:hover{border-bottom-color:currentColor}.admin-content div[style*=overflow-x],.admin-detail-table-wrap,.admin-table-wrap{border-color:rgba(15,23,42,.08)!important;box-shadow:none!important;background:#fff!important}.admin-content table,.admin-detail-table,.admin-table{border-collapse:separate!important;border-spacing:0!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-content table th,.admin-detail-th,.admin-table th{background:#f8fafc!important;border-bottom:1px solid rgba(15,23,42,.08)!important;color:#475569!important;padding:.34rem .42rem!important;font-size:.72rem!important;line-height:1.24!important;font-weight:760!important}.admin-content table td,.admin-detail-td,.admin-table td{border-bottom:1px solid rgba(15,23,42,.055)!important;padding:.34rem .42rem!important;color:#334155!important;font-size:.74rem!important;line-height:1.28!important}.admin-content table tr:last-child td,.admin-detail-table tr:last-child .admin-detail-td,.admin-table tr:last-child td{border-bottom-color:transparent!important}.admin-badge,.admin-content [class*=badge]{min-height:1.12rem!important;border-radius:6px!important;padding:.08rem .28rem!important;box-shadow:none!important;font-size:.66rem!important;line-height:1.12!important}.admin-content details>summary{cursor:pointer;color:#64748b;font-weight:720;text-decoration:none}:root{--admin-shadow:none}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{box-shadow:none!important}.admin-badge,.admin-content :is(span,div)[style*="border-radius: 999"],.admin-content [class*=badge]{min-height:auto!important;border-color:transparent!important;border-radius:4px!important;background:transparent!important;padding:0!important;color:var(--admin-ink-muted)!important;font-size:.68rem!important;font-weight:740!important;line-height:1.16!important;text-transform:none!important;white-space:normal!important}.admin-badge--success,.admin-content [class*=badge--success]{color:var(--admin-success)!important}.admin-badge--warning,.admin-content [class*=badge--warning]{color:var(--admin-warning)!important}.admin-badge--danger,.admin-content [class*=badge--danger]{color:var(--admin-danger)!important}.admin-badge--info,.admin-content [class*=badge--info]{color:var(--admin-info)!important}.admin-empty-icon{display:none!important}.admin-content div[style*=overflow-x],.admin-detail-table-wrap,.admin-table-wrap{border:1px solid rgba(15,23,42,.055)!important;border-radius:6px!important}.admin-content table th,.admin-detail-th,.admin-table th{padding:.26rem .36rem!important;background:#fafaf7!important;font-size:.66rem!important;letter-spacing:0!important}.admin-content table td,.admin-detail-td,.admin-table td{padding:.28rem .36rem!important;font-size:.72rem!important;line-height:1.2!important}.admin-content td :is(a,button)[class*=button],.admin-table td .admin-button{min-height:1.34rem!important;padding:.12rem .32rem!important;font-size:.68rem!important}:root{--admin-shadcn-background:#f8fafc;--admin-shadcn-foreground:#0f172a;--admin-shadcn-muted:#64748b;--admin-shadcn-border:#e2e8f0;--admin-shadcn-card:rgba(255,255,255,0.94);--admin-shadcn-sidebar:#07111f;--admin-shadcn-sidebar-soft:#0f1d33;--admin-shadcn-primary:#2563eb;--admin-shadcn-gold:#f59e0b;--admin-radius:14px;--admin-shadow:0 18px 50px rgba(15,23,42,0.08)}.admin-shell{grid-template-columns:262px minmax(0,1fr);background:radial-gradient(circle at 0 0,rgba(37,99,235,.1),transparent 27rem),radial-gradient(circle at 95% 0,rgba(245,158,11,.12),transparent 24rem),var(--admin-shadcn-background)}.admin-sidebar{gap:.9rem;padding:1rem .85rem;background:linear-gradient(180deg,var(--admin-shadcn-sidebar),var(--admin-shadcn-sidebar-soft));border-right:1px solid rgba(226,232,240,.1);box-shadow:8px 0 30px rgba(15,23,42,.12)}.admin-brand--shadcn{display:flex;align-items:center;gap:.75rem;padding:.2rem .2rem 1rem}.admin-brand-mark{width:2.55rem;height:2.55rem;display:inline-grid;place-items:center;border-radius:.9rem;background:linear-gradient(135deg,var(--admin-shadcn-gold),#facc15);color:#111827;font-size:.82rem;font-weight:950;letter-spacing:-.03em;box-shadow:0 12px 28px rgba(245,158,11,.25)}.admin-brand--shadcn h1{margin-top:.12rem;font-size:1.03rem;letter-spacing:-.03em}.admin-nav{gap:.55rem;padding-right:.15rem}.admin-nav-group{gap:.22rem}.admin-nav-disabled,.admin-nav-link{grid-template-columns:2rem minmax(0,1fr);gap:.68rem;min-height:2.5rem;padding:.42rem .54rem;border-radius:.9rem;color:#cbd5e1;font-weight:760}.admin-nav-link:hover{background:rgba(255,255,255,.08);color:#ffffff}.admin-nav-link[aria-current=page]{background:linear-gradient(135deg,var(--admin-shadcn-primary),#1d4ed8);box-shadow:0 12px 28px rgba(37,99,235,.25)}.admin-nav-icon{width:2rem;height:2rem;place-items:center;border-radius:.75rem;background:rgba(255,255,255,.08);color:#f8fafc;font-size:.76rem;font-weight:900}.admin-main-column{background:transparent}.admin-topbar{min-height:64px;padding:.72rem 1.1rem;background:rgba(255,255,255,.78);border-bottom:1px solid var(--admin-shadcn-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-topbar-kicker{margin:0;color:var(--admin-shadcn-muted);font-size:.75rem;font-weight:760}.admin-topbar-title{margin:.08rem 0 0;color:var(--admin-shadcn-foreground);font-size:1rem;letter-spacing:-.03em}.admin-topbar-pill,.admin-user-chip{display:inline-flex;align-items:center;min-height:2rem;border:1px solid var(--admin-shadcn-border);border-radius:999px;background:rgba(255,255,255,.72);color:var(--admin-shadcn-foreground);padding:0 .8rem;font-size:.78rem;font-weight:820}.admin-content{max-width:1480px;padding:1rem}.admin-card,.admin-detail-table-wrap,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status,.admin-table-wrap{border-color:var(--admin-shadcn-border)!important;border-radius:1rem!important;background:var(--admin-shadcn-card)!important;box-shadow:var(--admin-shadow)!important}.admin-page-header{padding:1rem!important;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(248,250,252,.9)),var(--admin-shadcn-card)!important}.admin-empty-state h2,.admin-page-header h1,.admin-section-header h2,.admin-status h2{color:var(--admin-shadcn-foreground)!important;letter-spacing:-.035em}.admin-metric{min-height:92px;padding:.92rem!important}.admin-empty-state p,.admin-metric p,.admin-section-header p,.admin-status p{color:var(--admin-shadcn-muted)!important}.admin-badge,.admin-button,.admin-empty-state,.admin-status,.admin-table-empty{border-radius:.82rem!important}.admin-detail-table th,.admin-table th{background:#f8fafc!important;color:#475569!important;font-size:.72rem!important;letter-spacing:.02em}.admin-detail-table td,.admin-detail-td,.admin-table td{border-color:#edf2f7!important}@media (max-width:1020px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-nav-disabled,.admin-nav-link{grid-template-columns:1.9rem minmax(0,1fr)}}:root{--gc-shadcn-background:#f8fafc;--gc-shadcn-foreground:#0f172a;--gc-shadcn-card:rgba(255,255,255,0.96);--gc-shadcn-border:#e2e8f0;--gc-shadcn-muted:#64748b;--gc-shadcn-soft:#f1f5f9;--gc-shadcn-primary:#0f172a;--gc-shadcn-primary-foreground:#ffffff;--gc-shadcn-gold:#d89a1c;--gc-shadcn-success:#15803d;--gc-shadcn-warning:#b45309;--gc-shadcn-danger:#b91c1c;--gc-shadcn-info:#1d4ed8;--gc-shadcn-radius:1rem;--gc-shadcn-shadow:0 18px 55px rgba(15,23,42,0.08)}.gc-shadcn-page{display:grid;grid-gap:1rem;gap:1rem;color:var(--gc-shadcn-foreground)}.gc-shadcn-alert,.gc-shadcn-card,.gc-shadcn-empty-table,.gc-shadcn-metric,.gc-shadcn-page-header,.gc-shadcn-table-wrap{border:1px solid var(--gc-shadcn-border);border-radius:var(--gc-shadcn-radius);background:var(--gc-shadcn-card);box-shadow:var(--gc-shadcn-shadow)}.gc-shadcn-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem;background:radial-gradient(circle at top right,rgba(216,154,28,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.92))}.gc-shadcn-page-header h1{margin:.18rem 0 0;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.05;letter-spacing:-.045em}.gc-shadcn-alert p,.gc-shadcn-card__description,.gc-shadcn-cell-stack span,.gc-shadcn-field small,.gc-shadcn-metric span,.gc-shadcn-page-header p{color:var(--gc-shadcn-muted)}.gc-shadcn-page-header p{margin:.38rem 0 0;max-width:760px}.gc-shadcn-eyebrow{margin:0!important;color:var(--gc-shadcn-gold)!important;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.gc-shadcn-actions,.gc-shadcn-inline-list{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.gc-shadcn-actions{justify-content:flex-end}.gc-shadcn-card{padding:1rem}.gc-shadcn-card__header{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start;margin-bottom:.85rem}.gc-shadcn-card__title{margin:0;font-size:1rem;letter-spacing:-.025em}.gc-shadcn-card__description{margin:.22rem 0 0;line-height:1.45}.gc-shadcn-card__content{display:grid;grid-gap:.75rem;gap:.75rem}.gc-shadcn-kpi-grid,.gc-shadcn-workspace-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr))}.gc-shadcn-list{display:grid;grid-gap:.7rem;gap:.7rem}.gc-shadcn-metric{padding:.95rem;min-height:116px;display:grid;grid-gap:.55rem;gap:.55rem}.gc-shadcn-metric__head{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.gc-shadcn-metric p{margin:0;color:var(--gc-shadcn-muted);font-size:.78rem;font-weight:760}.gc-shadcn-metric strong{display:block;font-size:1.45rem;letter-spacing:-.04em}.gc-shadcn-badge{display:inline-flex;align-items:center;min-height:1.7rem;border:1px solid var(--gc-shadcn-border);border-radius:999px;padding:.22rem .62rem;background:#ffffff;color:var(--gc-shadcn-foreground);font-size:.72rem;font-weight:820;line-height:1;white-space:nowrap}.gc-shadcn-badge--success{border-color:#bbf7d0;background:#f0fdf4;color:var(--gc-shadcn-success)}.gc-shadcn-badge--warning{border-color:#fed7aa;background:#fff7ed;color:var(--gc-shadcn-warning)}.gc-shadcn-badge--danger{border-color:#fecaca;background:#fef2f2;color:var(--gc-shadcn-danger)}.gc-shadcn-badge--info{border-color:#bfdbfe;background:#eff6ff;color:var(--gc-shadcn-info)}.gc-shadcn-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.3rem;border:1px solid transparent;border-radius:.8rem;padding:.52rem .86rem;font-size:.8rem;font-weight:820;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.gc-shadcn-button:hover{transform:translateY(-1px);text-decoration:none}.gc-shadcn-button--sm{min-height:2rem;padding:.38rem .68rem;font-size:.74rem}.gc-shadcn-button--default{background:linear-gradient(135deg,#111827,#0f172a);color:var(--gc-shadcn-primary-foreground);box-shadow:0 12px 26px rgba(15,23,42,.16)}.gc-shadcn-button--outline,.gc-shadcn-button--secondary{border-color:var(--gc-shadcn-border);background:#ffffff;color:var(--gc-shadcn-foreground)}.gc-shadcn-button--ghost{background:transparent;color:var(--gc-shadcn-foreground)}.gc-shadcn-button--destructive{background:#991b1b;color:#ffffff}.gc-shadcn-table-wrap{overflow-x:auto}.gc-shadcn-table{width:100%;border-collapse:collapse}.gc-shadcn-table--min-560{min-width:560px}.gc-shadcn-table--min-620{min-width:620px}.gc-shadcn-table--min-640{min-width:640px}.gc-shadcn-table--min-680{min-width:680px}.gc-shadcn-table--min-720{min-width:720px}.gc-shadcn-table--min-760{min-width:760px}.gc-shadcn-table--min-780{min-width:780px}.gc-shadcn-table--min-820{min-width:820px}.gc-shadcn-table--min-860{min-width:860px}.gc-shadcn-table--min-880{min-width:880px}.gc-shadcn-table--min-900{min-width:900px}.gc-shadcn-table--min-920{min-width:920px}.gc-shadcn-table--min-940{min-width:940px}.gc-shadcn-table--min-960{min-width:960px}.gc-shadcn-table--min-980{min-width:980px}.gc-shadcn-table--min-1080{min-width:1080px}.gc-shadcn-table td,.gc-shadcn-table th{padding:.68rem .78rem;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle}.gc-shadcn-table th{background:#f8fafc;color:#475569;font-size:.72rem;letter-spacing:.025em;text-transform:uppercase}.gc-shadcn-table td{color:#334155;font-size:.84rem}.gc-shadcn-cell-stack{display:grid;grid-gap:.12rem;gap:.12rem}.gc-shadcn-alert,.gc-shadcn-empty-table{padding:.95rem}.gc-shadcn-alert h2{margin:0;font-size:.92rem}.gc-shadcn-alert p{margin:.22rem 0 0}.gc-shadcn-alert--success{border-color:#bbf7d0;background:#f0fdf4}.gc-shadcn-alert--warning{border-color:#fed7aa;background:#fff7ed}.gc-shadcn-alert--danger{border-color:#fecaca;background:#fef2f2}.gc-shadcn-alert--info{border-color:#bfdbfe;background:#eff6ff}.gc-shadcn-field{display:grid;grid-gap:.35rem;gap:.35rem;color:#334155;font-size:.78rem;font-weight:760}.gc-shadcn-input{min-height:2.45rem;border:1px solid var(--gc-shadcn-border);border-radius:.82rem;padding:.52rem .72rem;background:#ffffff;color:var(--gc-shadcn-foreground);font:inherit}@media (max-width:1180px){.gc-shadcn-kpi-grid,.gc-shadcn-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.gc-shadcn-card__header,.gc-shadcn-page-header{display:grid}.gc-shadcn-actions{justify-content:flex-start}.gc-shadcn-kpi-grid,.gc-shadcn-workspace-grid{grid-template-columns:1fr}}.gc-shadcn-card--nested{box-shadow:none;background:linear-gradient(180deg,#ffffff,#fbfdff)}.gc-shadcn-card--nested h3{margin:0;font-size:.92rem;letter-spacing:-.02em}.gc-shadcn-card--nested p{margin:.22rem 0 0;color:var(--gc-shadcn-muted)}.gc-admin-auth--shadcn{background:radial-gradient(circle at top left,rgba(216,154,28,.14),transparent 28rem),linear-gradient(180deg,#f8fafc,#f4f7f2 52%,#ffffff)}.gc-admin-auth--shadcn .gc-admin-auth__brand small{padding-left:.65rem;border-left:1px solid #d2d7d3;color:#748078;font-size:.68rem;font-weight:760}.gc-admin-auth--shadcn .gc-admin-auth__header .gc-shadcn-badge{min-height:1.7rem;box-shadow:none}.gc-admin-auth--shadcn .gc-admin-auth__story{background:radial-gradient(circle at 84% 16%,rgba(237,159,36,.17),transparent 31%),linear-gradient(145deg,#111c18,#1b3028)}.gc-admin-auth--shadcn .gc-admin-auth__preview{box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.gc-admin-auth__system{margin:.85rem 0 0;padding:.66rem .75rem;border:1px solid rgba(237,159,36,.34);border-radius:.65rem;color:#f1c169;background:rgba(237,159,36,.08);font-size:.74rem;line-height:1.45}.gc-admin-auth__error h2{margin:0;color:#8e2018;font-size:.82rem;line-height:1.2}.gc-admin-auth__error p{margin:.22rem 0 0;color:#8e2018;font-size:.72rem;line-height:1.45}.gc-admin-auth__form .gc-shadcn-button.gc-admin-auth__submit,.gc-admin-auth__success-actions .gc-shadcn-button{min-height:46px!important;border-radius:.55rem}.gc-admin-auth__success-actions .gc-shadcn-button--secondary{color:var(--gc-ink);background:#fff}@media (max-width:560px){.gc-admin-auth--shadcn .gc-admin-auth__brand small{display:none}}.admin-dashboard-shadcn{gap:1rem}.admin-dashboard-shadcn__two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.admin-dashboard-shadcn__empty-message{padding:.85rem;border:1px dashed var(--gc-shadcn-border);border-radius:.85rem;background:#f8fafc}.admin-dashboard-shadcn__empty-message strong{display:block;color:var(--gc-shadcn-foreground);font-size:.9rem}.admin-dashboard-period-copy,.admin-dashboard-shadcn__empty-message p{margin:.22rem 0 0;color:var(--gc-shadcn-muted);font-size:.82rem;line-height:1.45}.admin-dashboard-shadcn__payment-card{padding:.85rem}.admin-dashboard-shadcn__payment-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-dashboard-shadcn__payment-card p,.admin-dashboard-shadcn__payment-head h3{margin:0}@media (max-width:960px){.admin-dashboard-shadcn__two-column{grid-template-columns:1fr}}.gc-shadcn-textarea{min-height:7rem;resize:vertical}.tenant-route-shadcn .gc-shadcn-workspace-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.tenant-route-shadcn__panel .gc-shadcn-card__content{align-content:start}.tenant-route-shadcn__actions{justify-content:flex-start}.tenant-route-shadcn__record{padding:.78rem;box-shadow:none;background:linear-gradient(180deg,#ffffff,#fbfdff)}.tenant-route-shadcn__record .gc-shadcn-card__header{margin-bottom:0}.tenant-route-shadcn__record .gc-shadcn-card__title{font-size:.9rem}.tenant-route-shadcn__record-value{margin:0;color:var(--gc-shadcn-foreground);font-size:.82rem;font-weight:780;line-height:1.45}.tenant-route-shadcn__record--compact{padding:.68rem}.tenant-route-shadcn__record--compact .gc-shadcn-card__content{padding-top:.18rem}.tenant-route-shadcn__empty{display:grid;grid-template-columns:2rem minmax(0,1fr);grid-gap:.65rem;gap:.65rem;align-items:start;padding:.8rem;border:1px dashed var(--gc-shadcn-border);border-radius:.9rem;background:#f8fafc}.tenant-route-shadcn__empty>span{display:inline-grid;width:2rem;height:2rem;place-items:center;border-radius:999px;background:rgba(216,154,28,.12);color:var(--gc-shadcn-gold);font-weight:900}.tenant-route-shadcn__empty strong{display:block;color:var(--gc-shadcn-foreground)}.tenant-route-shadcn__empty p{margin:.2rem 0 0;color:var(--gc-shadcn-muted);font-size:.82rem;line-height:1.45}.tenant-route-shadcn__empty-action{margin-top:.65rem}@media (max-width:960px){.tenant-route-shadcn .gc-shadcn-workspace-grid{grid-template-columns:1fr}}.tenant-profile-shadcn__form{display:grid;grid-gap:.9rem;gap:.9rem}.tenant-profile-shadcn__form .gc-shadcn-button{justify-self:start}.tenant-sync-shadcn__note{margin:.85rem 0 0;color:#65736d;font-size:.78rem;line-height:1.55}.admin-card.gc-shadcn-card,.admin-empty-state.gc-shadcn-card,.admin-section-card.gc-shadcn-card{padding:0;overflow:hidden}.admin-card.gc-shadcn-card .admin-card__content,.admin-card.gc-shadcn-card .admin-section-body{margin-top:0}.admin-section-card .admin-section-header{border-bottom:1px solid var(--gc-shadcn-border)}.admin-section-card .admin-section-action,.gc-shadcn-page-header .admin-button{align-self:center}.admin-card.gc-shadcn-card h3{margin:0;color:var(--gc-shadcn-foreground);font-size:.95rem;line-height:1.25}.admin-card.gc-shadcn-card p{margin:.38rem 0 0;color:var(--gc-shadcn-muted);font-size:.86rem;line-height:1.45}.admin-empty-state.gc-shadcn-card .gc-shadcn-card__content{display:grid;grid-gap:.35rem;gap:.35rem;justify-items:start}.admin-empty-state.gc-shadcn-card h2,.admin-empty-state.gc-shadcn-card p{margin:0}.admin-status.gc-shadcn-alert p{display:block;margin:0;overflow:visible;-webkit-line-clamp:unset}.tenant-access-shadcn .gc-shadcn-workspace-grid{grid-template-columns:minmax(0,1fr)}.gc-shadcn-actions--table{justify-content:flex-start;gap:.4rem}.gc-access-detail-card{border-color:#99f6e4;background:linear-gradient(180deg,#f8fffd,#ffffff)}.gc-access-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.8rem;gap:.8rem;margin:0}.gc-access-detail-term dt{margin:0;color:var(--gc-shadcn-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.gc-access-detail-term dd{margin:.2rem 0 0;color:var(--gc-shadcn-foreground);font-size:.92rem;font-weight:800}.gc-access-details{margin-top:.9rem;border-top:1px solid #ccfbf1;padding-top:.75rem;color:var(--gc-shadcn-muted);font-size:.82rem}.gc-access-details summary{cursor:pointer;color:var(--gc-shadcn-foreground);font-weight:800}.gc-access-details p,.gc-access-empty-state p{margin:.28rem 0 0;color:var(--gc-shadcn-muted)}.gc-access-empty-state{display:grid;grid-gap:.45rem;gap:.45rem;justify-items:start;padding:1rem}.gc-access-empty-state h2{margin:0;color:var(--gc-shadcn-foreground);font-size:.95rem}.tenant-locations-shadcn .gc-shadcn-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tenant-locations-shadcn__warning{border-color:#fed7aa;background:linear-gradient(180deg,#fff7ed,#ffffff)}.tenant-locations-shadcn__issue-list{display:grid;grid-gap:.4rem;gap:.4rem;margin:0;padding-left:1.05rem;color:#7c2d12;font-size:.84rem;line-height:1.45}.tenant-locations-shadcn__detail{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#ffffff 54%)}.tenant-locations-shadcn__empty-action{justify-self:start}.tenant-locations-shadcn__form{display:grid;grid-gap:1rem;gap:1rem}.tenant-locations-shadcn__field-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:start}.gc-shadcn-field-error{margin:0;color:var(--gc-shadcn-danger)!important;font-size:.74rem;font-weight:760}.tenant-locations-shadcn__action-bar{justify-content:flex-end}.tenant-locations-shadcn__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.tenant-locations-shadcn__summary-item{padding:0;box-shadow:none}.tenant-locations-shadcn__summary-item p{margin:0;color:var(--gc-shadcn-muted);font-size:.74rem;font-weight:800}.tenant-locations-shadcn__summary-item strong{display:block;margin-top:.2rem;color:var(--gc-shadcn-foreground);font-size:.95rem}.tenant-locations-shadcn__success .gc-shadcn-card__content{gap:.95rem}@media (max-width:1180px){.tenant-locations-shadcn .gc-shadcn-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.tenant-locations-shadcn .gc-shadcn-kpi-grid,.tenant-locations-shadcn__field-grid,.tenant-locations-shadcn__summary-grid{grid-template-columns:1fr}.tenant-locations-shadcn__action-bar{justify-content:flex-start}}.tenant-access-form-shadcn__form{display:grid;grid-gap:1rem;gap:1rem}.tenant-access-form-shadcn__field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:.85rem;gap:.85rem;align-items:start}.tenant-access-form-shadcn__readonly{min-height:2.45rem;border:1px dashed var(--gc-shadcn-border);border-radius:.82rem;padding:.52rem .72rem;background:#f8fafc;color:var(--gc-shadcn-muted);font-weight:760}.tenant-access-form-shadcn__action-bar{justify-content:flex-end}.tenant-access-form-shadcn__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.tenant-access-form-shadcn__summary-item{padding:0;box-shadow:none}.tenant-access-form-shadcn__summary-item p{margin:0;color:var(--gc-shadcn-muted);font-size:.74rem;font-weight:800}.tenant-access-form-shadcn__summary-item strong{display:block;margin-top:.2rem;color:var(--gc-shadcn-foreground);font-size:.95rem}.tenant-access-form-shadcn__success .gc-shadcn-card__content{gap:.95rem}@media (max-width:720px){.tenant-access-form-shadcn__field-grid,.tenant-access-form-shadcn__summary-grid{grid-template-columns:1fr}.tenant-access-form-shadcn__action-bar{justify-content:flex-start}}.tenant-support-shadcn .gc-shadcn-page-header{align-items:flex-start}.tenant-support-shadcn__checks,.tenant-support-shadcn__form{display:grid;grid-gap:.9rem;gap:.9rem}.tenant-support-shadcn__check-row{display:grid;grid-template-columns:minmax(8rem,.9fr) minmax(12rem,1.4fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;border:1px solid var(--gc-shadcn-border);border-radius:.9rem;background:#fbfdff;padding:.85rem 1rem;color:var(--gc-shadcn-foreground)}.tenant-support-shadcn__check-row strong{font-size:.88rem}.tenant-support-shadcn__check-row span{color:var(--gc-shadcn-muted);font-size:.84rem}@media (max-width:760px){.tenant-support-shadcn__check-row{grid-template-columns:1fr}}.tenant-offline-shadcn .gc-shadcn-page-header{align-items:flex-start}.tenant-offline-shadcn .gc-shadcn-workspace-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,23rem),1fr))}.tenant-offline-shadcn__checks .gc-shadcn-table{min-width:820px}.tenant-offline-shadcn__form,.tenant-offline-shadcn__form--nested,.tenant-offline-shadcn__renewal-form{display:grid;grid-gap:.9rem;gap:.9rem}.tenant-offline-shadcn__recent{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:1rem}.tenant-offline-shadcn__recent h3,.tenant-offline-shadcn__renewal-form h3{margin:0;color:var(--gc-shadcn-foreground);font-size:.9rem;font-weight:850}.tenant-offline-shadcn__muted,.tenant-offline-shadcn__renewal-form p{margin:0;color:var(--gc-shadcn-muted);font-size:.84rem;line-height:1.45}.tenant-offline-shadcn__mini-card{display:grid;grid-gap:.22rem;gap:.22rem;border:1px solid var(--gc-shadcn-border);border-radius:.95rem;background:#fbfdff;padding:.8rem .9rem;color:var(--gc-shadcn-muted);font-size:.84rem;line-height:1.35}.tenant-offline-shadcn__mini-card strong{color:var(--gc-shadcn-foreground);font-size:.9rem}.tenant-offline-shadcn__mini-card details{color:var(--gc-shadcn-muted)}.tenant-offline-shadcn__definition-grid{display:grid;grid-template-columns:9.5rem minmax(0,1fr);grid-gap:.45rem .75rem;gap:.45rem .75rem;margin:0;color:var(--gc-shadcn-foreground);font-size:.84rem}.tenant-offline-shadcn__definition-grid dt{color:var(--gc-shadcn-muted);font-weight:780}.tenant-offline-shadcn__definition-grid dd{margin:0;min-width:0}.tenant-offline-shadcn__renewal-form{margin-top:1rem;border:1px solid var(--gc-shadcn-border);border-radius:var(--gc-shadcn-radius);background:#fbfdff;padding:1rem}.tenant-offline-shadcn__advanced{border:1px solid var(--gc-shadcn-border);border-radius:.95rem;background:#fff;padding:.85rem;color:var(--gc-shadcn-muted);font-size:.84rem}.tenant-offline-shadcn__advanced summary{cursor:pointer;color:var(--gc-shadcn-foreground);font-weight:820}.tenant-offline-shadcn__advanced .tenant-offline-shadcn__form--nested{margin-top:.85rem}.tenant-offline-shadcn__empty{border:1px dashed var(--gc-shadcn-border);border-radius:.95rem;background:#fbfdff;padding:1rem}.tenant-offline-shadcn__empty h2{margin:0;color:var(--gc-shadcn-foreground);font-size:.9rem}.tenant-offline-shadcn__empty p{margin:.22rem 0 0;color:var(--gc-shadcn-muted);font-size:.84rem;line-height:1.45}.tenant-offline-shadcn__one-time-key p{display:grid;grid-gap:.65rem;gap:.65rem}.tenant-offline-shadcn__one-time-key code{display:block;border:1px solid #86efac;border-radius:.9rem;background:#fff;padding:.8rem .9rem;color:#14532d;overflow-wrap:anywhere;font-size:.86rem;line-height:1.35}@media (max-width:720px){.tenant-offline-shadcn__definition-grid{grid-template-columns:1fr}}.tenant-catalog-shadcn .gc-shadcn-page-header{align-items:flex-start}.tenant-catalog-shadcn__records .gc-shadcn-card__header{align-items:flex-end}.tenant-catalog-shadcn__filters{display:grid;grid-template-columns:minmax(11rem,1.4fr) minmax(10rem,1fr) minmax(10rem,1fr);grid-gap:.75rem;gap:.75rem;align-items:end;min-width:min(100%,42rem)}.tenant-catalog-shadcn__drawer-backdrop{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end;background:rgba(15,23,42,.28);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tenant-catalog-shadcn__drawer{width:min(34rem,100vw);height:100%;overflow-y:auto;border-radius:0;box-shadow:-22px 0 52px rgba(15,23,42,.18)}.tenant-catalog-shadcn__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:.75rem;gap:.75rem;margin:0}.tenant-catalog-shadcn__detail-term dt{color:var(--gc-shadcn-muted);font-size:.72rem;font-weight:820;letter-spacing:.03em;text-transform:uppercase}.tenant-catalog-shadcn__detail-term dd{margin:.22rem 0 0;color:var(--gc-shadcn-foreground);font-size:.95rem;font-weight:820}.tenant-catalog-shadcn__advanced{border-top:1px solid var(--gc-shadcn-border);padding-top:.8rem;color:var(--gc-shadcn-muted);font-size:.84rem}.tenant-catalog-shadcn__advanced summary{cursor:pointer;color:var(--gc-shadcn-foreground);font-weight:820}.tenant-catalog-shadcn__advanced p,.tenant-catalog-shadcn__empty p,.tenant-catalog-shadcn__muted{margin:.26rem 0 0;color:var(--gc-shadcn-muted);font-size:.84rem;line-height:1.45}.tenant-catalog-shadcn__empty{display:grid;grid-gap:.5rem;gap:.5rem;justify-items:start;padding:1rem}.tenant-catalog-shadcn__empty h2{margin:0;color:var(--gc-shadcn-foreground);font-size:.95rem}.tenant-catalog-form-shadcn__form{display:grid;grid-gap:1rem;gap:1rem}.tenant-catalog-form-shadcn__field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:.85rem;gap:.85rem;align-items:start}.tenant-catalog-form-shadcn__readonly-label{margin:0 0 .35rem;color:#334155;font-size:.78rem;font-weight:760}.tenant-catalog-form-shadcn__readonly{min-height:2.45rem;border:1px dashed var(--gc-shadcn-border);border-radius:.82rem;padding:.52rem .72rem;background:#f8fafc;color:var(--gc-shadcn-muted);font-weight:760}.tenant-catalog-form-shadcn__action-bar{justify-content:flex-end}.tenant-catalog-form-shadcn__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.tenant-catalog-form-shadcn__summary-item{padding:0;box-shadow:none}.tenant-catalog-form-shadcn__summary-item p{margin:0;color:var(--gc-shadcn-muted);font-size:.74rem;font-weight:800}.tenant-catalog-form-shadcn__summary-item strong{display:block;margin-top:.2rem;color:var(--gc-shadcn-foreground);font-size:.95rem}.tenant-catalog-form-shadcn__success .gc-shadcn-card__content{gap:.95rem}@media (max-width:980px){.tenant-catalog-shadcn__filters,.tenant-catalog-shadcn__records .gc-shadcn-card__header{grid-template-columns:1fr;min-width:0}}@media (max-width:720px){.tenant-catalog-form-shadcn__field-grid,.tenant-catalog-form-shadcn__summary-grid{grid-template-columns:1fr}.tenant-catalog-form-shadcn__action-bar{justify-content:flex-start}}.tenant-audit-shadcn .gc-shadcn-page-header{align-items:flex-start}.tenant-audit-shadcn__records .gc-shadcn-card__header{align-items:flex-end}.tenant-audit-shadcn__filters{display:grid;grid-template-columns:repeat(4,minmax(8.5rem,1fr));grid-gap:.75rem;gap:.75rem;align-items:end;min-width:min(100%,44rem)}.tenant-audit-shadcn__detail{border-color:#99f6e4;background:linear-gradient(135deg,#f8fffd,#ffffff)}.tenant-audit-shadcn__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:.85rem;gap:.85rem;margin:0}.tenant-audit-shadcn__detail-term dt{color:var(--gc-shadcn-muted);font-size:.72rem;font-weight:820;letter-spacing:.03em;text-transform:uppercase}.tenant-audit-shadcn__detail-term dd{margin:.22rem 0 0;color:var(--gc-shadcn-foreground);font-size:.95rem;font-weight:820}.tenant-audit-shadcn__advanced{margin-top:.95rem;border-top:1px solid #ccfbf1;padding-top:.8rem;color:var(--gc-shadcn-muted);font-size:.84rem}.tenant-audit-shadcn__advanced summary{cursor:pointer;color:var(--gc-shadcn-foreground);font-weight:820}.tenant-audit-shadcn__advanced p,.tenant-audit-shadcn__empty p{margin:.26rem 0 0;color:var(--gc-shadcn-muted);font-size:.84rem;line-height:1.45}.tenant-audit-shadcn__empty{display:grid;grid-gap:.5rem;gap:.5rem;justify-items:start;padding:1rem}.tenant-audit-shadcn__empty h2{margin:0;color:var(--gc-shadcn-foreground);font-size:.95rem}@media (max-width:980px){.tenant-audit-shadcn__filters,.tenant-audit-shadcn__records .gc-shadcn-card__header{grid-template-columns:1fr;min-width:0}}.tenant-inventory-shadcn__filters{display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(170px,.8fr) minmax(190px,.9fr);grid-gap:.7rem;gap:.7rem;align-items:end;min-width:min(100%,680px)}.tenant-inventory-shadcn__records .gc-shadcn-card__header{align-items:end}.tenant-inventory-shadcn__movement-list{display:grid;grid-gap:.55rem;gap:.55rem}.tenant-inventory-shadcn__movement-row{display:grid;grid-template-columns:minmax(180px,2fr) auto minmax(150px,1.2fr) minmax(120px,1fr);grid-gap:.75rem;gap:.75rem;align-items:center;border:1px solid var(--gc-shadcn-border);border-radius:.9rem;background:#ffffff;padding:.7rem .8rem;color:#334155;font-size:.84rem}.tenant-inventory-shadcn__movement-row strong{color:var(--gc-shadcn-foreground)}.tenant-inventory-shadcn__drawer-backdrop{position:fixed;inset:0;z-index:48;display:flex;justify-content:flex-end;background:rgba(15,23,42,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tenant-inventory-shadcn__drawer{width:min(620px,100vw);height:100%;overflow-y:auto;border-radius:1rem 0 0 1rem;box-shadow:-22px 0 55px rgba(15,23,42,.18)}.tenant-inventory-shadcn__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.7rem;gap:.7rem;margin:0}.tenant-inventory-shadcn__detail-term{border:1px solid var(--gc-shadcn-border);border-radius:.9rem;background:#f8fafc;padding:.75rem}.tenant-inventory-shadcn__detail-term dt{color:var(--gc-shadcn-muted);font-size:.72rem;font-weight:820}.tenant-inventory-shadcn__detail-term dd{margin:.22rem 0 0;color:var(--gc-shadcn-foreground);font-weight:850}.tenant-inventory-shadcn__advanced{border:1px dashed var(--gc-shadcn-border);border-radius:.9rem;padding:.75rem;color:var(--gc-shadcn-muted);font-size:.8rem}.tenant-inventory-shadcn__advanced summary{color:var(--gc-shadcn-foreground);cursor:pointer;font-weight:850}.tenant-inventory-shadcn__advanced p,.tenant-inventory-shadcn__muted{margin:.28rem 0 0;color:var(--gc-shadcn-muted)}.tenant-inventory-shadcn__subheading{margin:0 0 .55rem;font-size:.95rem;letter-spacing:-.02em}.tenant-inventory-shadcn__empty{display:grid;grid-gap:.45rem;gap:.45rem;justify-items:start;padding:1rem;border:1px dashed var(--gc-shadcn-border);border-radius:.9rem;background:#fbfdff}.tenant-inventory-shadcn__empty h2,.tenant-inventory-shadcn__empty p{margin:0}.tenant-inventory-shadcn__empty p{color:var(--gc-shadcn-muted)}@media (max-width:920px){.tenant-inventory-shadcn__filters,.tenant-inventory-shadcn__movement-row{grid-template-columns:1fr;align-items:stretch}}.tenant-reports-shadcn .gc-shadcn-page-header .gc-shadcn-field{min-width:min(100%,260px)}.tenant-reports-shadcn__tabs{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:thin}.tenant-reports-shadcn__tabs button{display:inline-flex;align-items:center;gap:.45rem;min-height:2.6rem;border:1px solid var(--gc-shadcn-border);border-radius:999px;background:#ffffff;color:var(--gc-shadcn-foreground);padding:.45rem .68rem;font-size:.8rem;font-weight:850;white-space:nowrap;cursor:pointer}.tenant-reports-shadcn__tabs button.is-active{border-color:rgba(216,154,28,.55);background:linear-gradient(135deg,rgba(216,154,28,.14),#ffffff);box-shadow:0 12px 30px rgba(216,154,28,.14)}.tenant-reports-shadcn__records .gc-shadcn-card__header{align-items:end}.tenant-reports-shadcn__filters{display:grid;grid-template-columns:minmax(210px,1.6fr) repeat(2,minmax(150px,.8fr)) repeat(2,minmax(170px,.95fr)) auto;grid-gap:.7rem;gap:.7rem;align-items:end}.tenant-reports-shadcn__sort{border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:850;text-align:left;cursor:pointer}.tenant-reports-shadcn__pagination,.tenant-reports-shadcn__pagination>div{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.tenant-reports-shadcn__pagination{justify-content:space-between;color:var(--gc-shadcn-muted);font-size:.82rem}.tenant-reports-shadcn__pagination .gc-shadcn-field{grid-template-columns:auto minmax(88px,110px);align-items:center}.tenant-reports-shadcn__drawer-backdrop{position:fixed;inset:0;z-index:48;display:flex;justify-content:flex-end;background:rgba(15,23,42,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tenant-reports-shadcn__drawer{width:min(760px,100vw);height:100%;overflow-y:auto;border-radius:1rem 0 0 1rem;box-shadow:-22px 0 55px rgba(15,23,42,.18)}.tenant-reports-shadcn__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.7rem;gap:.7rem;margin:0}.tenant-reports-shadcn__detail-term{border:1px solid var(--gc-shadcn-border);border-radius:.9rem;background:#f8fafc;padding:.75rem}.tenant-reports-shadcn__detail-term dt{color:var(--gc-shadcn-muted);font-size:.72rem;font-weight:820;letter-spacing:.04em;text-transform:uppercase}.tenant-reports-shadcn__detail-term dd{margin:.22rem 0 0;color:var(--gc-shadcn-foreground);font-weight:850;overflow-wrap:anywhere}.tenant-reports-shadcn__subheading{margin:.95rem 0 .55rem;font-size:.95rem;letter-spacing:-.02em}.tenant-reports-shadcn__muted{margin:0;color:var(--gc-shadcn-muted)}@media (max-width:1120px){.tenant-reports-shadcn__filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.tenant-reports-shadcn__filters,.tenant-reports-shadcn__pagination,.tenant-reports-shadcn__pagination>div{grid-template-columns:1fr;align-items:stretch}}.tenant-goldcheck-shadcn{gap:1rem}.tenant-goldcheck-shadcn .gc-shadcn-page-header{border-color:rgba(245,158,11,.22);background:radial-gradient(circle at top right,rgba(245,158,11,.14),transparent 34%),rgba(255,255,255,.94)}.tenant-goldcheck-shadcn .gc-shadcn-workspace-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tenant-goldcheck-shadcn .admin-card--menu-tile,.tenant-goldcheck-shadcn--intent .admin-card--compact{min-height:9rem;display:flex;flex-direction:column;justify-content:space-between}.tenant-goldcheck-shadcn .admin-card h3{margin:0;color:#111827;font-size:.98rem}.tenant-goldcheck-shadcn .admin-card p{margin:.35rem 0 0;color:#64748b;line-height:1.5}.tenant-goldcheck-shadcn__actions{display:flex;flex-wrap:wrap;gap:.5rem}.tenant-guard-shadcn{min-height:100vh;display:grid;place-items:center;padding:clamp(1.2rem,4vw,3.5rem);background:radial-gradient(circle at top left,rgba(245,158,11,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(15,23,42,.08),transparent 36%),var(--admin-page,#f8fafc);color:var(--admin-ink,#0f172a);font-family:var(--admin-font,Inter,system-ui,sans-serif)}.tenant-guard-shadcn__panel{width:min(100%,720px)}.tenant-guard-shadcn__panel .gc-shadcn-page-header{border-color:rgba(245,158,11,.26);background:linear-gradient(135deg,rgba(245,158,11,.12),transparent 42%),rgba(255,255,255,.96)}.tenant-guard-shadcn__panel .admin-status{margin-top:.85rem}.gc-public-shadcn{min-height:100vh;color:var(--admin-ink);background:radial-gradient(circle at 10% 8%,rgba(227,165,58,.18),transparent 26rem),radial-gradient(circle at 92% 18%,rgba(31,122,69,.14),transparent 24rem),linear-gradient(180deg,#f7f4ec,#eef3eb 48%,#f7f4ec);font-family:var(--admin-font)}.gc-public-shadcn a{text-decoration:none}.gc-public-shadcn__header{position:-webkit-sticky;position:sticky;top:0;z-index:30;width:min(1180px,calc(100% - 2rem));min-height:4.6rem;margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:clamp(1rem,4vw,3rem);gap:clamp(1rem,4vw,3rem);padding:.75rem 0;background:rgba(247,244,236,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gc-public-shadcn__brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--admin-ink);font-weight:900;letter-spacing:-.035em}.gc-public-shadcn__brand-mark{width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:.85rem;color:#fff;background:linear-gradient(135deg,var(--admin-brand),var(--admin-brand-dark));box-shadow:0 12px 26px rgba(13,52,31,.18);font-size:.74rem;font-weight:950;letter-spacing:-.04em}.gc-public-shadcn__nav{justify-self:center;display:flex;align-items:center;gap:clamp(.9rem,2.6vw,2rem);padding:.55rem .8rem;border:1px solid rgba(204,214,200,.76);border-radius:999px;background:rgba(255,252,246,.72);box-shadow:0 14px 36px rgba(13,52,31,.07)}.gc-public-shadcn__footer a,.gc-public-shadcn__nav a{color:var(--admin-ink-soft);font-size:.86rem;font-weight:760}.gc-public-shadcn__footer a:hover,.gc-public-shadcn__nav a:hover{color:var(--admin-brand-strong)}.gc-public-shadcn__button,.gc-public-shadcn__download-card b,.gc-public-shadcn__header-action{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:880;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.gc-public-shadcn__header-action{min-height:2.6rem;padding:0 1.1rem;color:#fff;background:var(--admin-brand-dark);box-shadow:0 14px 30px rgba(13,52,31,.14)}.gc-public-shadcn__button:hover,.gc-public-shadcn__download-card:hover,.gc-public-shadcn__header-action:hover{transform:translateY(-2px)}.gc-public-shadcn__download,.gc-public-shadcn__footer,.gc-public-shadcn__hero,.gc-public-shadcn__proof,.gc-public-shadcn__section{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.gc-public-shadcn__hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:center;padding:clamp(3.5rem,7vw,6.5rem) 0 3rem}.gc-public-shadcn__hero-copy{min-width:0}.gc-public-shadcn__eyebrow{margin:0 0 .9rem;color:var(--admin-brand-strong);font-size:.78rem;font-weight:920;letter-spacing:.11em;text-transform:uppercase}.gc-public-shadcn__download h2,.gc-public-shadcn__hero h1,.gc-public-shadcn__section-heading h2{margin:0;color:var(--admin-ink);letter-spacing:-.055em;line-height:.98}.gc-public-shadcn__hero h1{max-width:680px;font-size:clamp(2.7rem,5.4vw,5.7rem)}.gc-public-shadcn__download>div>p:last-child,.gc-public-shadcn__lead,.gc-public-shadcn__section-heading>p:last-child{color:var(--admin-ink-muted);font-size:1rem;line-height:1.7}.gc-public-shadcn__lead{max-width:620px;margin:1.35rem 0 0}.gc-public-shadcn__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.gc-public-shadcn__button{min-height:3rem;padding:0 1.25rem}.gc-public-shadcn__button--primary{color:#171b18;background:var(--admin-accent);box-shadow:0 16px 32px rgba(183,121,18,.18)}.gc-public-shadcn__button--secondary{color:var(--admin-ink);border:1px solid rgba(169,184,168,.82);background:rgba(255,252,246,.72)}.gc-public-shadcn__version{margin:.9rem 0 0;color:var(--admin-ink-muted);font-size:.84rem}.gc-public-shadcn__preview{overflow:hidden;border:1px solid rgba(169,184,168,.7);border-radius:1.6rem;background:rgba(255,252,246,.76);box-shadow:0 34px 80px rgba(13,52,31,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gc-public-shadcn__preview-topbar{min-height:3.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.2rem;color:#fff;background:linear-gradient(135deg,var(--admin-brand-dark),var(--admin-brand-strong));font-size:.78rem}.gc-public-shadcn__preview-topbar>span:first-child,.gc-public-shadcn__status{display:inline-flex;align-items:center;gap:.55rem}.gc-public-shadcn__preview-topbar b{width:1.75rem;height:1.75rem;display:grid;place-items:center;border-radius:.7rem;color:#171b18;background:var(--admin-accent);font-size:.58rem}.gc-public-shadcn__status i{width:.55rem;height:.55rem;border-radius:999px;background:#58c985;box-shadow:0 0 0 .35rem rgba(88,201,133,.14)}.gc-public-shadcn__preview-body{padding:clamp(1rem,3vw,1.65rem)}.gc-public-shadcn__chart-card>div:first-child,.gc-public-shadcn__download-card,.gc-public-shadcn__preview-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.gc-public-shadcn__chart-card span,.gc-public-shadcn__download-card>span:nth-child(2),.gc-public-shadcn__preview-heading>div{display:grid;grid-gap:.35rem;gap:.35rem}.gc-public-shadcn__chart-card small,.gc-public-shadcn__download-card small,.gc-public-shadcn__metrics small,.gc-public-shadcn__metrics span,.gc-public-shadcn__preview-heading small{color:var(--admin-ink-muted);font-size:.74rem}.gc-public-shadcn__preview-heading strong{font-size:clamp(1.2rem,2vw,1.6rem);letter-spacing:-.035em}.gc-public-shadcn__preview-heading>span{padding:.48rem .75rem;border:1px solid var(--admin-stroke);border-radius:999px;color:var(--admin-brand-strong);background:#fff;font-size:.75rem;font-weight:850}.gc-public-shadcn__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;margin-top:1.2rem}.gc-public-shadcn__chart-card,.gc-public-shadcn__download-card,.gc-public-shadcn__metrics article,.gc-public-shadcn__proof article,.gc-public-shadcn__workflow-grid article{border:1px solid rgba(204,214,200,.82);border-radius:1.15rem;background:rgba(255,252,246,.84);box-shadow:0 18px 42px rgba(13,52,31,.07)}.gc-public-shadcn__metrics article{min-width:0;display:grid;grid-gap:.42rem;gap:.42rem;padding:1rem}.gc-public-shadcn__chart-card strong,.gc-public-shadcn__metrics strong,.gc-public-shadcn__proof strong{color:var(--admin-brand-dark);letter-spacing:-.03em}.gc-public-shadcn__chart-card{margin-top:.8rem;padding:1.1rem}.gc-public-shadcn__chart-card em{color:var(--admin-success);font-size:.82rem;font-style:normal;font-weight:900}.gc-public-shadcn__bars{height:7.8rem;display:flex;align-items:flex-end;gap:.62rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(204,214,200,.72)}.gc-public-shadcn__bars i{flex:1 1;min-width:.42rem;border-radius:999px 999px .28rem .28rem;background:#dce6dc}.gc-public-shadcn__bars i[data-active=true]{background:var(--admin-accent)}.gc-public-shadcn__bar--h-38{height:38%}.gc-public-shadcn__bar--h-46{height:46%}.gc-public-shadcn__bar--h-55{height:55%}.gc-public-shadcn__bar--h-62{height:62%}.gc-public-shadcn__bar--h-68{height:68%}.gc-public-shadcn__bar--h-82{height:82%}.gc-public-shadcn__bar--h-94{height:94%}.gc-public-shadcn__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;padding:1rem 0 3.5rem}.gc-public-shadcn__proof article,.gc-public-shadcn__workflow-grid article{padding:1.25rem}.gc-public-shadcn__proof p,.gc-public-shadcn__workflow-grid>article>span{margin:0 0 .55rem;color:var(--admin-brand-strong);font-size:.75rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.gc-public-shadcn__proof span,.gc-public-shadcn__workflow-grid p{display:block;margin-top:.55rem;color:var(--admin-ink-muted);font-size:.9rem;line-height:1.6}.gc-public-shadcn__section{padding:4.8rem 0;border-top:1px solid rgba(204,214,200,.72)}.gc-public-shadcn__section-heading{max-width:760px}.gc-public-shadcn__download h2,.gc-public-shadcn__section-heading h2{font-size:clamp(2.1rem,4vw,4rem)}.gc-public-shadcn__section-heading>p:last-child{margin:1rem 0 0}.gc-public-shadcn__workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.gc-public-shadcn__workflow-grid h3{margin:1.6rem 0 0;color:var(--admin-ink);font-size:1.05rem;letter-spacing:-.025em}.gc-public-shadcn__download{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);grid-gap:clamp(1.5rem,6vw,4.5rem);gap:clamp(1.5rem,6vw,4.5rem);align-items:center;padding:4.8rem 0;border-top:1px solid rgba(204,214,200,.72)}.gc-public-shadcn__download>div>p:last-child{margin:1rem 0 0}.gc-public-shadcn__download-card{min-height:7.5rem;padding:1.35rem;color:var(--admin-ink)}.gc-public-shadcn__download-card b{min-height:2.7rem;padding:0 1rem;color:#171b18;background:var(--admin-accent)}.gc-public-shadcn__windows{width:2.8rem;height:2.8rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.18rem;gap:.18rem;transform:perspective(40px) rotateY(-8deg)}.gc-public-shadcn__windows i{border-radius:.25rem;background:var(--admin-brand)}.gc-public-shadcn__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.6rem 0 2rem;border-top:1px solid rgba(204,214,200,.72)}.gc-public-shadcn__footer p{margin:0;color:var(--admin-ink-muted)}@media (max-width:980px){.gc-public-shadcn__header{grid-template-columns:1fr auto}.gc-public-shadcn__nav{grid-column:1/-1;justify-self:stretch;justify-content:center;overflow-x:auto}.gc-public-shadcn__download,.gc-public-shadcn__hero{grid-template-columns:1fr}.gc-public-shadcn__proof,.gc-public-shadcn__workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.gc-public-shadcn__download,.gc-public-shadcn__footer,.gc-public-shadcn__header,.gc-public-shadcn__hero,.gc-public-shadcn__proof,.gc-public-shadcn__section{width:min(100% - 1rem,1180px)}.gc-public-shadcn__hero{padding-top:2rem}.gc-public-shadcn__metrics,.gc-public-shadcn__proof,.gc-public-shadcn__workflow-grid{grid-template-columns:1fr}.gc-public-shadcn__download-card{display:grid;grid-template-columns:auto 1fr}.gc-public-shadcn__download-card b{grid-column:1/-1}}.tenant-guard-shadcn__inline{margin:0}.admin-nav-group{margin-top:.18rem}.admin-nav-group:first-child{margin-top:0}.admin-nav-group-title{display:block;margin:.15rem 0 .08rem;padding:0 .42rem;color:rgba(248,255,248,.58);font-size:.62rem;font-weight:880;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.admin-nav-link.is-active,.admin-nav-link[aria-current=page]{background:var(--admin-brand);color:#fff;box-shadow:inset 3px 0 0 var(--admin-accent)}.admin-nav-link[data-href]{min-width:0}.admin-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-nav-item-block{display:grid;grid-gap:.22rem;gap:.22rem}.admin-nav-link.is-parent-active{border-color:rgba(15,86,52,.22);background:rgba(248,252,247,.96);color:var(--admin-brand-dark)}.admin-nav-submenu{display:grid;grid-gap:.18rem;gap:.18rem;margin:.06rem 0 .16rem 1.18rem;padding-left:.54rem;border-left:1px solid rgba(15,86,52,.18)}.admin-nav-subitem{display:flex;min-height:30px;align-items:center;border-radius:10px;padding:.28rem .45rem;color:var(--admin-ink-muted);font-size:.75rem;font-weight:800;line-height:1.15;text-decoration:none}.admin-nav-subitem:focus-visible,.admin-nav-subitem:hover{background:rgba(255,255,255,.88);color:var(--admin-brand-dark);outline:none}.admin-nav-subitem.is-active,.admin-nav-subitem[aria-current=page]{background:rgba(15,86,52,.1);color:var(--admin-brand-dark);box-shadow:inset 2px 0 0 var(--admin-brand-dark)}@media (max-width:980px){.admin-nav-submenu{margin-left:.56rem;padding-left:.44rem}}.admin-nav-link[data-active-scope=section]{outline:1px solid rgba(15,86,52,.18);outline-offset:-1px}.admin-nav-link[data-active-scope=parent]{outline:1px solid rgba(202,145,42,.22);outline-offset:-1px}.admin-nav-subitem[data-active-scope=section]{outline:1px solid rgba(15,86,52,.14);outline-offset:-1px}.admin-nav-subitem[data-parent-href="/dashboard/catalog"],.admin-nav-subitem[data-parent-href="/dashboard/devices"],.admin-nav-subitem[data-parent-href="/dashboard/stores"],.admin-nav-subitem[data-parent-href="/dashboard/users"]{min-height:31px}.admin-nav-subitem[data-href$="/new"]:before{content:"+";display:inline-grid;width:1rem;height:1rem;margin-right:.35rem;place-items:center;border-radius:999px;background:rgba(15,86,52,.1);color:var(--admin-brand-dark);font-size:.68rem;font-weight:900}.admin-nav-item-block[data-nav-group],.admin-nav-link[data-nav-group],.admin-nav-subitem[data-nav-group],.admin-nav-submenu[data-nav-group]{min-width:0}.admin-nav-link[data-has-children=true]{grid-template-columns:minmax(0,1fr) auto}.admin-nav-link[data-has-children=true]:after{content:"›";align-self:center;color:currentColor;font-size:.9rem;font-weight:900;line-height:1;opacity:.62;transition:transform .14s ease,opacity .14s ease}.admin-nav-item-block[data-expanded=true]>.admin-nav-link[data-has-children=true]:after{transform:rotate(90deg);opacity:.95}.admin-nav-subitem[data-nav-depth="1"]{min-width:0}.admin-nav-submenu[data-child-count="1"]{margin-bottom:.12rem}.admin-nav-group[data-nav-order],.admin-nav-item-block[data-nav-order],.admin-nav-link[data-nav-order],.admin-nav-subitem[data-nav-order],.admin-nav-submenu[data-nav-order]{min-width:0}.admin-nav-link[data-nav-order],.admin-nav-subitem[data-nav-order]{scroll-margin-block:.75rem}.admin-nav-group[data-nav-sibling-count],.admin-nav-group[data-visible-item-count],.admin-nav-item-block[data-visible-sibling-count],.admin-nav-link[data-visible-sibling-count],.admin-nav-subitem[data-visible-sibling-count],.admin-nav-submenu[data-visible-sibling-count],.admin-nav[data-nav-surface=tenant-admin][data-nav-group-count]{min-width:0}.admin-nav-link[data-nav-sibling-count],.admin-nav-subitem[data-nav-sibling-count]{overflow-wrap:anywhere}.admin-nav-group-items[role=list],.admin-nav-submenu[role=list]{display:grid;grid-gap:.22rem;gap:.22rem;min-width:0}.admin-nav-item-block[role=listitem][aria-posinset],.admin-nav-subitem-row[role=listitem][aria-posinset]{min-width:0}.admin-nav-subitem-row{display:block}.admin-nav-group[data-has-active-route],.admin-nav-item-block[data-active-trail],.admin-nav-link[data-active-trail],.admin-nav-subitem-row[data-active-trail],.admin-nav-subitem[data-active-trail],.admin-nav[data-current-path][data-active-href],.admin-nav[data-has-active-route]{min-width:0}.admin-nav-group[data-has-active-route=true]>.admin-nav-group-title{color:var(--admin-brand-dark)}.admin-nav-link[data-active-trail=true],.admin-nav-subitem[data-active-trail=true]{scroll-margin-block:.85rem}.admin-nav-group[data-active-href][data-active-label],.admin-nav-item-block[data-active-label],.admin-nav-link[data-active-label],.admin-nav-subitem-row[data-active-label],.admin-nav-subitem[data-active-label],.admin-nav[data-active-label][data-active-group],.admin-nav[data-active-parent-href][data-active-depth]{scroll-margin-top:1rem}.admin-nav[data-has-active-route=true][data-active-group]{--admin-active-route-context:attr(data-active-group)}.admin-nav-group[data-active-href]:not([data-active-href=""])>.admin-nav-group-title{letter-spacing:.06em}.admin-nav-group-items[data-visible-order],.admin-nav-group[data-visible-order],.admin-nav-item-block[data-visible-order],.admin-nav-link[data-visible-order],.admin-nav-subitem-row[data-visible-order],.admin-nav-subitem[data-visible-order],.admin-nav-submenu[data-visible-order]{min-width:0}.admin-nav-link[data-visible-index],.admin-nav-subitem[data-visible-index]{scroll-margin-inline-start:.5rem}.admin-nav-group-items[data-nav-index],.admin-nav-group[data-nav-index],.admin-nav-group[data-visible-sibling-count],.admin-nav[data-canonical-group-count]{min-width:0}.admin-nav-group[data-nav-index][data-visible-index]>.admin-nav-group-title{scroll-margin-block:.75rem}.admin-nav-group-items[data-group-key],.admin-nav-group[data-group-key],.admin-nav-item-block[data-route-key],.admin-nav-link[data-route-key],.admin-nav-subitem-row[data-route-key],.admin-nav-subitem[data-route-key],.admin-nav-submenu[data-parent-key],.admin-nav[data-nav-root-key]{min-width:0}.admin-nav-link[data-route-key],.admin-nav-subitem[data-route-key]{scroll-margin-block:.9rem}.admin-nav-group-items[data-nav-label],.admin-nav-group[data-nav-label],.admin-nav-item-block[data-nav-label],.admin-nav-link[data-nav-label],.admin-nav-subitem-row[data-nav-label][data-parent-label],.admin-nav-subitem[data-nav-label][data-parent-label],.admin-nav-submenu[data-nav-label][data-parent-label]{min-width:0}.admin-nav-link[data-nav-label],.admin-nav-subitem[data-nav-label]{scroll-margin-block:1rem}.admin-nav-group-items[role=list][data-nav-role=list],.admin-nav-group[role=group][data-nav-role=group],.admin-nav-item-block[role=listitem][data-nav-role=item],.admin-nav-link[data-nav-role=link],.admin-nav-subitem-row[role=listitem][data-nav-role=item],.admin-nav-subitem[data-nav-role=link],.admin-nav-submenu[role=list][data-nav-role=list],.admin-nav[data-nav-role=navigation]{min-width:0}.admin-nav-group[role=group][aria-labelledby]>.admin-nav-group-title{scroll-margin-block:.9rem}@media (min-width:981px){.admin-shell{grid-template-columns:286px minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:286px!important;max-width:286px!important;min-width:286px!important;overflow-x:hidden!important;padding:.9rem .8rem!important;box-shadow:8px 0 28px rgba(6,78,59,.14)!important;transition:box-shadow .16s ease,border-color .16s ease!important}.admin-sidebar:not(:hover):not(:focus-within) .admin-brand-kicker,.admin-sidebar:not(:hover):not(:focus-within) .admin-nav-group-title,.admin-sidebar:not(:hover):not(:focus-within) .admin-nav-label,.admin-sidebar:not(:hover):not(:focus-within) .admin-nav-submenu{display:revert!important;visibility:visible!important;opacity:1!important}.admin-brand,.admin-brand--shadcn,.admin-sidebar:not(:hover):not(:focus-within) .admin-brand{min-height:auto!important;align-items:center!important;gap:.7rem!important;padding:.15rem .25rem .9rem!important}.admin-brand-kicker{display:block!important;font-size:.72rem!important;line-height:1.1!important}.admin-brand h1,.admin-topbar-title{font-size:1rem!important;line-height:1.15!important}.admin-nav,.admin-nav-group-items{gap:.22rem!important;padding-right:0!important}.admin-nav-group{padding-top:.2rem!important}.admin-nav-group:before{content:none!important}.admin-nav-group-title{display:block!important;height:auto!important;margin:.5rem 0 .18rem!important;padding:0 .54rem!important;color:rgba(226,232,240,.72)!important;font-size:.68rem!important;font-weight:850!important;letter-spacing:.06em!important;line-height:1.2!important}.admin-nav-disabled,.admin-nav-link,.admin-nav-link[data-has-children=true]{grid-template-columns:2.25rem minmax(0,1fr) auto!important;min-height:42px!important;gap:.7rem!important;padding:.46rem .58rem!important;border-radius:12px!important;font-size:.86rem!important;line-height:1.2!important}.admin-nav-icon{width:2.15rem!important;height:2.15rem!important;min-width:2.15rem!important;font-size:.72rem!important;border-radius:10px!important}.admin-nav-label{display:block!important;min-width:0!important;overflow:hidden!important;color:inherit!important;font-size:.86rem!important;font-weight:800!important;letter-spacing:0!important;line-height:1.2!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-nav-disabled:after,.admin-nav-link:after{content:""!important;opacity:0!important;transform:none!important}.admin-nav-link[data-has-children=true]:after{content:">"!important;display:block!important;align-self:center!important;color:rgba(226,232,240,.72)!important;font-size:.82rem!important;font-weight:900!important;opacity:1!important}.admin-nav-submenu{display:grid!important;margin:.16rem 0 .28rem 1.15rem!important;padding-left:1rem!important}.admin-content{padding:1rem 1.1rem!important}}.tenant-guard-shadcn{width:100%!important;min-height:100vh!important;display:grid!important;place-items:center!important;padding:clamp(1.25rem,4vw,3.5rem)!important;background:radial-gradient(circle at 15% 12%,rgba(237,159,36,.16),transparent 28rem),radial-gradient(circle at 88% 8%,rgba(21,128,61,.1),transparent 24rem),linear-gradient(180deg,#f8fafc,#f4f7fb 52%,#f8fafc)!important}.tenant-guard-shadcn__panel{position:relative!important;width:min(520px,calc(100vw - 2rem))!important;min-height:auto!important;border:1px solid rgba(148,163,184,.32)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 24px 70px rgba(15,23,42,.14)!important;padding:1.2rem 1.25rem 1.2rem 4rem!important}.tenant-guard-shadcn__panel:before{content:"";position:absolute;left:1.3rem;top:1.35rem;width:1.55rem;height:1.55rem;border:3px solid rgba(21,128,61,.16);border-top-color:#15803d;border-radius:999px;animation:tenantGuardSpin .9s linear infinite}.tenant-guard-shadcn__panel .gc-shadcn-page-header{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.tenant-guard-shadcn__panel .admin-status h2,.tenant-guard-shadcn__panel .gc-shadcn-page-header h1{margin:0!important;color:#0f172a!important;font-size:1rem!important;font-weight:850!important;line-height:1.2!important;letter-spacing:0!important}.tenant-guard-shadcn__panel .admin-status p,.tenant-guard-shadcn__panel .admin-status span,.tenant-guard-shadcn__panel .gc-shadcn-page-header p{margin:.32rem 0 0!important;color:#475569!important;font-size:.9rem!important;line-height:1.45!important}.tenant-guard-shadcn__panel .admin-status{margin-top:.75rem!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}@keyframes tenantGuardSpin{to{transform:rotate(1turn)}}.gc-public-shadcn__hero{min-height:calc(100vh - 4.6rem);padding:clamp(2.8rem,5vw,4.7rem) 0 clamp(2rem,4vw,3rem)!important}.gc-public-shadcn__hero h1{max-width:600px!important;font-size:clamp(2.65rem,3.55vw,3.8rem)!important;line-height:1.08!important;letter-spacing:-.025em!important}.gc-public-shadcn__lead{max-width:560px!important;font-size:1.05rem!important}.gc-admin-auth--shadcn{min-height:100vh!important;background:linear-gradient(120deg,rgba(16,29,24,.92),rgba(16,29,24,.55)),linear-gradient(135deg,#f9f6ed,#eef3ed)!important}.gc-admin-auth--shadcn .gc-admin-auth__header{min-height:84px!important;color:#fff!important}.gc-admin-auth--shadcn .gc-admin-auth__brand small,.gc-admin-auth--shadcn .gc-admin-auth__brand strong{color:#fff!important}.gc-admin-auth--shadcn .gc-admin-auth__shell{width:min(1120px,calc(100% - 40px))!important;max-width:1120px!important;min-height:calc(100vh - 110px)!important;display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(420px,.82fr)!important;align-items:center!important;padding:1.3rem 0 3rem!important}.gc-admin-auth--shadcn .gc-admin-auth__story{min-height:560px!important;display:flex!important;border-radius:18px 0 0 18px!important;background:linear-gradient(145deg,rgba(8,39,23,.96),rgba(18,52,38,.94))!important}.gc-admin-auth--shadcn .gc-admin-auth__preview,.gc-admin-auth--shadcn .gc-admin-auth__proof,.gc-admin-auth--shadcn .gc-admin-auth__story>div:first-child>p:last-child{display:flex!important}.gc-admin-auth--shadcn .gc-admin-auth__story>div:first-child>p:last-child{display:block!important}.gc-admin-auth--shadcn .gc-admin-auth__story h1{font-size:clamp(2.55rem,4.1vw,4.3rem)!important;line-height:1.03!important;letter-spacing:-.04em!important}.gc-admin-auth--shadcn .gc-admin-auth__panel{min-height:560px!important;border-radius:0 18px 18px 0!important;background:rgba(255,255,255,.98)!important}.gc-admin-auth__form .gc-shadcn-button.gc-admin-auth__submit{color:#151a16!important;background:var(--gc-gold)!important;min-height:46px!important;padding-inline:1.1rem!important;border-radius:8px!important;font-size:.9rem!important;line-height:1.1!important}.gc-admin-auth__form .gc-shadcn-button.gc-admin-auth__submit:disabled{color:#435047!important;background:#d8ddd8!important;opacity:1!important}.admin-topbar-account{display:flex!important;align-items:center!important;gap:.5rem!important}.admin-topbar-account .admin-button{min-height:2.2rem!important;padding-inline:.82rem!important;white-space:nowrap!important}@media (min-width:981px){.admin-shell{grid-template-columns:286px minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:286px!important;min-width:286px!important;max-width:286px!important}}@media (max-width:980px){.gc-admin-auth--shadcn .gc-admin-auth__shell{grid-template-columns:1fr!important;max-width:760px!important}.gc-admin-auth--shadcn .gc-admin-auth__panel,.gc-admin-auth--shadcn .gc-admin-auth__story{min-height:auto!important;border-radius:16px!important}}@media (max-width:720px){.gc-public-shadcn__hero{min-height:auto!important}.gc-public-shadcn__hero h1{font-size:clamp(2.55rem,11vw,3.8rem)!important}}:root{--gc123-page:#f6f8fb;--gc123-panel:rgba(255,255,255,0.98);--gc123-sidebar:#0f172a;--gc123-sidebar-soft:#162033;--gc123-text:#111827;--gc123-muted:#64748b;--gc123-border:#dbe3ee;--gc123-accent:#d89a1c;--gc123-accent-soft:#fff7e6;--gc123-primary:#0f172a;--gc123-success:#15803d;--gc123-radius:16px;--gc123-shadow:0 18px 45px rgba(15,23,42,0.07)}html{font-size:15px!important;background:var(--gc123-page)!important}body,button,input,select,textarea{font-size:.94rem!important}.admin-shell{grid-template-columns:286px minmax(0,1fr)!important;background:radial-gradient(circle at 82% 0,rgba(216,154,28,.1),transparent 28rem),linear-gradient(180deg,#f8fafc 0,var(--gc123-page) 100%)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:286px!important;min-width:286px!important;max-width:286px!important;padding:1rem .85rem!important;background:radial-gradient(circle at 0 0,rgba(216,154,28,.12),transparent 16rem),linear-gradient(180deg,var(--gc123-sidebar),#111827)!important;color:#e5edf8!important;box-shadow:inset -1px 0 0 rgba(255,255,255,.08)!important}.admin-brand,.admin-brand--shadcn{gap:.8rem!important;min-height:58px!important;padding:.35rem .45rem .85rem!important;border-bottom:1px solid rgba(226,232,240,.12)!important}.admin-brand-mark{width:2.55rem!important;height:2.55rem!important;flex:0 0 auto!important;background:linear-gradient(135deg,var(--gc123-accent),#f7c65b)!important;color:#141713!important;font-size:.82rem!important;box-shadow:0 12px 26px rgba(216,154,28,.28)!important}.admin-brand h1,.admin-brand p,.admin-brand-kicker{display:block!important;margin:0!important;text-align:left!important}.admin-brand p:first-child,.admin-brand-kicker{color:#facc75!important;font-size:.72rem!important;letter-spacing:.08em!important}.admin-brand h1{line-height:1.1!important}.admin-nav{padding:0 .1rem 1rem 0!important}.admin-nav-group-title{margin:.18rem 0 .26rem!important;padding:0 .58rem!important;color:#94a3b8!important;font-size:.68rem!important;letter-spacing:.11em!important}.admin-nav-group-items{grid-gap:.22rem!important;gap:.22rem!important}.admin-nav-disabled,.admin-nav-link,.admin-nav-link[data-has-children=true]{grid-template-columns:2.35rem minmax(0,1fr) auto!important;min-height:44px!important;gap:.75rem!important;padding:.42rem .58rem!important;border-radius:13px!important;color:#dbe7f3!important;font-size:.92rem!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.admin-nav-link:hover{color:#ffffff!important}.admin-nav-link.is-active,.admin-nav-link.is-parent-active,.admin-nav-link[aria-current=page]{background:#ffffff!important;color:#0f172a!important;box-shadow:0 10px 26px rgba(0,0,0,.16)!important}.admin-nav-icon{width:2.2rem!important;height:2.2rem!important;min-width:2.2rem!important;background:rgba(255,255,255,.08)!important;font-size:.78rem!important;line-height:1!important}.admin-nav-link.is-active .admin-nav-icon,.admin-nav-link.is-parent-active .admin-nav-icon,.admin-nav-link[aria-current=page] .admin-nav-icon{background:var(--gc123-accent-soft)!important;color:#a16207!important}.admin-nav-label{display:block!important;min-width:0!important;font-size:.92rem!important;line-height:1.2!important;letter-spacing:0!important}.admin-nav-link[data-has-children=true]:after{content:">"!important;color:rgba(226,232,240,.72)!important}.admin-nav-link.is-active[data-has-children=true]:after,.admin-nav-link.is-parent-active[data-has-children=true]:after{color:#64748b!important}.admin-nav-submenu{display:grid!important;grid-gap:.16rem!important;gap:.16rem!important;margin:.18rem 0 .34rem 1.18rem!important;padding-left:1.05rem!important;border-left:1px solid rgba(226,232,240,.16)!important}.admin-nav-subitem{border-radius:10px!important;color:#b6c4d4!important;font-weight:780!important}.admin-nav-subitem.is-active,.admin-nav-subitem:hover{background:rgba(255,255,255,.08)!important;color:#ffffff!important}.admin-topbar{min-height:58px!important;padding:.72rem 1.35rem!important;background:rgba(255,255,255,.92)!important;border-bottom:1px solid var(--gc123-border)!important;box-shadow:0 8px 28px rgba(15,23,42,.05)!important}.admin-topbar-kicker,.admin-topbar-subtitle{color:var(--gc123-muted)!important;font-size:.78rem!important;font-weight:800!important}.admin-topbar-title{color:var(--gc123-text)!important}.admin-topbar-account,.admin-topbar-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.55rem!important;flex-wrap:wrap!important}.admin-topbar-pill,.admin-user-chip{min-height:2.15rem!important;display:inline-flex!important;align-items:center!important;border:1px solid var(--gc123-border)!important;border-radius:999px!important;padding:.34rem .76rem!important;background:#ffffff!important;color:var(--gc123-text)!important;font-size:.82rem!important;font-weight:850!important;white-space:nowrap!important}.admin-user-chip{max-width:16rem!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-content{max-width:none!important;padding:1.2rem 1.45rem 2rem!important}.admin-page-stack,.gc-shadcn-page{gap:1rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status,.gc-shadcn-alert,.gc-shadcn-card,.gc-shadcn-empty-table,.gc-shadcn-metric,.gc-shadcn-page-header,.gc-shadcn-table-wrap{border-color:var(--gc123-border)!important;border-radius:var(--gc123-radius)!important;background:var(--gc123-panel)!important;box-shadow:var(--gc123-shadow)!important}.admin-page-header,.gc-shadcn-page-header{align-items:center!important;padding:1.18rem 1.28rem!important;background:radial-gradient(circle at top right,rgba(216,154,28,.18),transparent 25rem),linear-gradient(135deg,#ffffff,#fbfbf8)!important}.admin-page-header h1,.gc-shadcn-page-header h1{color:var(--gc123-text)!important;font-size:clamp(1.65rem,2.7vw,2.28rem)!important;letter-spacing:-.045em!important}.admin-empty-state p,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p,.gc-shadcn-card__description,.gc-shadcn-page-header p{display:block!important;max-width:820px!important;color:var(--gc123-muted)!important;font-size:.94rem!important;line-height:1.45!important;overflow:visible!important;-webkit-line-clamp:unset!important}.admin-brand-kicker,.admin-eyebrow,.gc-shadcn-eyebrow{color:#b45309!important;font-size:.76rem!important;font-weight:950!important;letter-spacing:.12em!important}.admin-card,.gc-shadcn-card{padding:1rem!important}.admin-section-header,.gc-shadcn-card__header{flex-wrap:wrap!important;margin-bottom:.9rem!important}.admin-empty-state h2,.admin-section-header h2,.admin-status h2,.gc-shadcn-card__title{color:var(--gc123-text)!important;font-size:1.05rem!important;font-weight:900!important;line-height:1.25!important}.admin-grid--kpi,.admin-grid--metrics,.gc-shadcn-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:.9rem!important}.admin-form-section-grid,.admin-grid--two,.gc-shadcn-workspace-grid,form .gc-shadcn-workspace-grid{gap:.95rem!important}.admin-metric,.gc-shadcn-metric{min-height:112px!important;gap:.55rem!important}.admin-metric p,.gc-shadcn-metric p{color:var(--gc123-muted)!important;font-size:.78rem!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.admin-metric strong,.gc-shadcn-metric strong{color:var(--gc123-text)!important;font-size:1.75rem!important;letter-spacing:-.04em!important}.admin-metric span,.gc-shadcn-metric span{color:var(--gc123-muted)!important;font-size:.9rem!important;line-height:1.35!important}.admin-badge,.gc-shadcn-badge{min-height:2rem!important;padding:.28rem .7rem!important;border-radius:999px!important;font-size:.82rem!important;font-weight:850!important;line-height:1.1!important}.admin-button,.gc-shadcn-button{min-height:2.45rem!important;border-radius:11px!important;padding:.55rem .92rem!important;font-size:.88rem!important;font-weight:850!important;line-height:1.1!important}.admin-button--primary,.gc-shadcn-button--default{background:linear-gradient(135deg,#0f172a,#1f2937)!important;color:#ffffff!important;border-color:#0f172a!important;box-shadow:0 14px 28px rgba(15,23,42,.16)!important}.admin-button--secondary,.gc-shadcn-button--outline,.gc-shadcn-button--secondary{background:#ffffff!important;color:var(--gc123-text)!important;border-color:var(--gc123-border)!important}.admin-form-actions,.admin-header-actions,.gc-shadcn-actions{align-items:center!important;gap:.7rem!important}.admin-form-actions,.gc-shadcn-actions--align-end{justify-content:flex-end!important;margin-top:1rem!important}.admin-filter-bar,.admin-form-grid,.admin-form-section-grid,.admin-report-filters,.gc-shadcn-form-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))!important;grid-gap:.95rem!important;gap:.95rem!important}.admin-field-label,.admin-form-field,.gc-shadcn-field{min-width:0!important;color:var(--gc123-text)!important;font-size:.88rem!important}.admin-field-label>span,.admin-form-field>label,.gc-shadcn-field>span{white-space:normal!important;overflow-wrap:anywhere!important}.admin-error-text,.gc-shadcn-field small{color:#b91c1c!important;font-size:.8rem!important;line-height:1.35!important}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.gc-shadcn-input{min-height:2.85rem!important;border-color:#cbd5e1!important;padding:.66rem .78rem!important;color:var(--gc123-text)!important}.admin-field-label input:focus,.admin-field-label select:focus,.admin-field-label textarea:focus,.admin-field:focus,.gc-shadcn-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 4px rgba(37,99,235,.11)!important;outline:0!important}.gc-shadcn-checkbox-row{display:flex!important;align-items:flex-start!important;gap:.72rem!important;padding:.85rem!important;border:1px solid var(--gc123-border)!important;border-radius:14px!important;background:#f8fafc!important}.gc-shadcn-checkbox-row input{width:1.15rem!important;height:1.15rem!important;margin-top:.1rem!important;accent-color:var(--gc123-accent)!important}.gc-shadcn-checkbox-row small,.gc-shadcn-checkbox-row strong{display:block!important}.gc-shadcn-checkbox-row small{margin-top:.18rem!important;color:var(--gc123-muted)!important;font-size:.84rem!important;line-height:1.35!important}.admin-table-wrap,.gc-shadcn-table-wrap{border:1px solid var(--gc123-border)!important;box-shadow:none!important}.admin-table td,.admin-table th,.gc-shadcn-table td,.gc-shadcn-table th{padding:.78rem .9rem!important}.admin-table th,.gc-shadcn-table th{background:#f8fafc!important;color:#475569!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.admin-empty-state,.admin-table-empty,.gc-shadcn-empty-table{padding:1.15rem!important;border-style:dashed!important;background:#f8fafc!important;color:var(--gc123-muted)!important}.admin-empty-state:before,.admin-table-empty:before,.gc-shadcn-empty-table:before{content:"";display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;margin:0 0 .65rem;border-radius:12px;background:var(--gc123-accent-soft)}@media (max-width:980px){.admin-shell{grid-template-columns:minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{position:static!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important}.admin-nav{display:flex!important;gap:.9rem!important;overflow-x:auto!important;padding-bottom:.45rem!important}.admin-nav-group{min-width:230px!important}.admin-content{padding:1rem!important}.admin-page-header,.admin-topbar,.gc-shadcn-page-header{align-items:stretch!important;flex-direction:column!important}.admin-form-actions,.admin-header-actions,.admin-topbar-account,.admin-topbar-actions,.gc-shadcn-actions{justify-content:flex-start!important}}@media (max-width:640px){.admin-page-header h1,.gc-shadcn-page-header h1{font-size:1.55rem!important}.admin-card,.gc-shadcn-card{padding:.86rem!important}.admin-button,.admin-form-actions .admin-button,.gc-shadcn-actions .gc-shadcn-button{width:100%!important}}:root{--gc123-sidebar-width:292px;--gc123-content-max:1480px;--gc123-readable-text:14px}.admin-sidebar{padding:1rem .86rem!important;gap:1rem!important}.admin-brand{min-height:64px!important;padding:.75rem .75rem .95rem!important;border-bottom:1px solid rgba(226,232,240,.13)!important}.admin-brand-mark{width:2.65rem!important;height:2.65rem!important;border-radius:15px!important}.admin-brand h1{font-size:1.24rem!important;letter-spacing:-.02em!important}.admin-nav{gap:.95rem!important}.admin-nav-group-title{margin-bottom:.35rem!important;padding-inline:.66rem!important;font-size:.72rem!important;color:#aab8ca!important}.admin-nav-disabled,.admin-nav-link,.admin-nav-link[data-has-children=true]{grid-template-columns:1.85rem minmax(0,1fr) auto!important;min-height:42px!important;padding:.46rem .65rem!important;gap:.68rem!important;border-radius:12px!important}.admin-nav-icon{width:1.85rem!important;height:1.85rem!important;min-width:1.85rem!important}.admin-nav-label{font-size:.95rem!important;line-height:1.25!important}.admin-nav-submenu{margin:.22rem 0 .46rem 1.18rem!important}.admin-nav-subitem{min-height:32px!important;padding:.42rem .62rem!important;font-size:.86rem!important;line-height:1.25!important}.admin-topbar{padding:.8rem 1.5rem!important}.admin-content{padding:1.35rem 1.6rem 2.2rem!important}.admin-page-stack,.gc-shadcn-page{gap:1.15rem!important}.admin-page-header,.gc-shadcn-page-header{min-height:124px!important;padding:1.35rem 1.5rem!important}.admin-page-header h1,.gc-shadcn-page-header h1{font-size:clamp(1.9rem,2.6vw,2.55rem)!important}.admin-card,.gc-shadcn-card{padding:1.12rem!important}.admin-section-header,.gc-shadcn-card__header{gap:1rem!important}.admin-grid--kpi,.admin-grid--metrics,.gc-shadcn-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(238px,1fr))!important;gap:1rem!important}.admin-form-section-grid,.admin-grid--two,.gc-shadcn-workspace-grid,form .gc-shadcn-workspace-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr))!important;gap:1.1rem!important}.admin-filter-bar,.admin-form-grid,.admin-report-filters,.gc-shadcn-form-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;gap:1rem!important}.admin-metric,.gc-shadcn-metric{min-height:118px!important}.admin-empty-state,.admin-table-empty,.gc-shadcn-empty-table{min-height:96px!important;display:flex!important;align-items:center!important;gap:.9rem!important}.admin-empty-state>div,.admin-table-empty>div,.gc-shadcn-empty-table>div{display:grid!important;grid-gap:.32rem!important;gap:.32rem!important}.admin-empty-state strong,.admin-table-empty strong,.gc-shadcn-empty-table strong{color:var(--gc123-text)!important;font-size:1rem!important;line-height:1.25!important}.admin-muted-copy,.gc-shadcn-muted-copy{margin:0!important;color:var(--gc123-muted)!important;font-size:.92rem!important;line-height:1.42!important}.gc123-action-panel-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;grid-gap:1rem!important;gap:1rem!important}.gc123-action-panel{grid-gap:.65rem!important;gap:.65rem!important;border:1px solid var(--gc123-border)!important}.gc123-action-panel strong{color:var(--gc123-text)!important;font-size:1rem!important}.gc123-action-panel p{margin:0!important;color:var(--gc123-muted)!important;font-size:.92rem!important;line-height:1.45!important}@media (max-width:1180px){.admin-shell{grid-template-columns:250px minmax(0,1fr)!important}.admin-content{padding:1rem!important}}:root{--gc123-sidebar-width:272px;--gc123-content-max:1540px;--gc123-readable-text:15px;--gc123-header-bg:#fffdf8}body,button,input,select,textarea{font-size:var(--gc123-readable-text)!important}.admin-shell{background:linear-gradient(180deg,#f8fafc,#f3f6f3)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{padding:.95rem .78rem!important;gap:.82rem!important;background:linear-gradient(180deg,#0f172a,#102116)!important;color:#e8eef7!important}.admin-brand,.admin-brand--shadcn{display:flex!important;align-items:center!important;gap:.75rem!important;min-height:62px!important;padding:.5rem .55rem .8rem!important;border-bottom:1px solid rgba(226,232,240,.14)!important}.admin-brand-mark{display:inline-grid!important;place-items:center!important;width:2.5rem!important;height:2.5rem!important;min-width:2.5rem!important;border-radius:14px!important;background:linear-gradient(135deg,#d89a1c,#f8cf72)!important;color:#111827!important;font-size:.78rem!important;font-weight:950!important}.admin-brand h1,.admin-brand-kicker,.admin-empty-state p,.admin-metric span,.admin-muted-copy,.admin-nav-group-title,.admin-nav-icon,.admin-nav-label,.admin-nav-subitem,.admin-nav-submenu,.admin-section-header p,.admin-table-empty p,.admin-topbar-account,.admin-topbar-context,.admin-topbar-kicker,.admin-topbar-meta,.admin-topbar-pill,.admin-topbar-title,.admin-user-chip,.gc-shadcn-card-description,.gc-shadcn-card__description,.gc-shadcn-eyebrow,.gc-shadcn-metric span,.gc-shadcn-muted-copy,.gc-shadcn-page-header p{display:revert!important;visibility:visible!important;opacity:1!important}.admin-brand-kicker{color:#facc75!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.admin-brand h1{margin:.08rem 0 0!important;color:#ffffff!important;line-height:1.08!important}.admin-nav{display:grid!important;grid-gap:.72rem!important;gap:.72rem!important;overflow-y:auto!important;padding:0 .05rem .9rem 0!important}.admin-nav-group{display:block!important}.admin-nav-group-title{margin:0 0 .28rem!important;padding:0 .55rem!important;color:#9aa9ba!important;font-size:.7rem!important;letter-spacing:.09em!important}.admin-nav-group-items{display:grid!important;grid-gap:.2rem!important;gap:.2rem!important}.admin-nav-link,.admin-nav-link[data-has-children=true]{display:grid!important;grid-template-columns:2.1rem minmax(0,1fr) auto!important;min-height:42px!important;grid-gap:.64rem!important;gap:.64rem!important;align-items:center!important;padding:.44rem .58rem!important;border-radius:12px!important;color:#dbe7f3!important;text-decoration:none!important}.admin-nav-link[data-has-children=true]:after{content:"›"!important;display:inline-block!important;color:currentColor!important;opacity:.7!important;font-weight:950!important}.admin-nav-icon{width:2.1rem!important;height:2.1rem!important;min-width:2.1rem!important;border-radius:11px!important;background:rgba(255,255,255,.09)!important;color:inherit!important;font-size:.82rem!important;font-weight:950!important}.admin-nav-label{color:inherit!important;font-size:.9rem!important;font-weight:850!important;line-height:1.18!important;text-align:left!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-nav-link:hover{background:rgba(255,255,255,.08)!important;transform:translateX(1px)!important}.admin-nav-link.is-active,.admin-nav-link[aria-current=page]{background:#ffffff!important;color:#0f172a!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}.admin-nav-submenu{margin:.22rem 0 .45rem 1.08rem!important;padding-left:1.02rem!important;border-left:1px solid rgba(226,232,240,.18)!important}.admin-nav-subitem{display:block!important;min-height:30px!important;padding:.38rem .55rem!important;border-radius:9px!important;color:#cbd5e1!important;font-size:.82rem!important;line-height:1.18!important;text-decoration:none!important}.admin-nav-subitem.is-active,.admin-nav-subitem[aria-current=page]{background:rgba(255,255,255,.12)!important;color:#ffffff!important}.admin-topbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:.75rem 1.45rem!important;border-bottom:1px solid var(--gc123-border,#dbe3ee)!important;background:rgba(255,255,255,.9)!important;box-shadow:0 8px 28px rgba(15,23,42,.055)!important}.admin-topbar-kicker{margin:0!important;font-size:.74rem!important;letter-spacing:.06em!important;text-transform:uppercase!important}.admin-topbar-title{margin:.1rem 0 0!important;color:#111827!important;font-weight:900!important}.admin-topbar-account,.admin-topbar-actions,.admin-topbar-quicklinks{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.5rem!important;flex-wrap:wrap!important}.admin-topbar-quicklinks{padding-right:.35rem!important;margin-right:.1rem!important;border-right:1px solid #e2e8f0!important}.admin-content{width:100%!important;margin:0 auto!important;padding:1.2rem 1.45rem 2.2rem!important}.admin-page-adapter,.admin-page-stack,.gc-shadcn-page{display:grid!important;grid-gap:1.05rem!important;gap:1.05rem!important}.admin-page-header,.gc-shadcn-page-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:1.2rem!important;min-height:116px!important;padding:1.2rem 1.35rem!important;border:1px solid rgba(216,154,28,.18)!important;border-radius:18px!important;background:radial-gradient(circle at right top,rgba(216,154,28,.12),transparent 22rem),var(--gc123-header-bg)!important;box-shadow:0 14px 38px rgba(15,23,42,.065)!important}.admin-page-header h1,.gc-shadcn-page-header h1{margin:.18rem 0 0!important;color:#111827!important;font-size:clamp(1.8rem,2.35vw,2.35rem)!important;line-height:1.06!important;letter-spacing:-.04em!important}.admin-empty-state p,.admin-muted-copy,.admin-page-header p:not(.gc-shadcn-eyebrow),.admin-section-header p,.admin-table-empty p,.gc-shadcn-card-description,.gc-shadcn-card__description,.gc-shadcn-muted-copy,.gc-shadcn-page-header p:not(.gc-shadcn-eyebrow){margin-top:.38rem!important;color:#64748b!important;font-size:.94rem!important;line-height:1.45!important;max-width:840px!important;overflow:visible!important;-webkit-line-clamp:unset!important}.admin-page-header .gc-shadcn-eyebrow,.gc-shadcn-eyebrow{color:#b7791f!important;font-size:.76rem!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.admin-form-actions,.admin-header-actions,.admin-section-action,.gc-shadcn-actions,.gc-shadcn-inline-list{display:flex!important;align-items:center!important;gap:.55rem!important;flex-wrap:wrap!important}.admin-card,.admin-empty-state,.admin-section-card,.admin-status,.gc-shadcn-card{padding:1.1rem!important;border:1px solid var(--gc123-border,#dbe3ee)!important;border-radius:17px!important;background:#ffffff!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important}.admin-section-header,.gc-shadcn-card__header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:.85rem!important;margin-bottom:.85rem!important}.admin-empty-state h2,.admin-section-header h2,.admin-status h2,.admin-status h3,.gc-shadcn-card h2,.gc-shadcn-card h3{color:#111827!important;font-size:1.1rem!important;line-height:1.2!important}.admin-grid--kpi,.admin-grid--metrics,.gc-shadcn-kpi-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;grid-gap:.95rem!important;gap:.95rem!important}.admin-form-section-grid,.admin-grid--two,.gc-shadcn-workspace-grid,form .gc-shadcn-workspace-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))!important;align-items:start!important;grid-gap:1rem!important;gap:1rem!important}.admin-filter-bar,.admin-form-grid,.admin-report-filters,.gc-shadcn-form-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,245px),1fr))!important;grid-gap:.95rem!important;gap:.95rem!important}.admin-field-label,.admin-form-field,.gc-shadcn-field{display:grid!important;grid-gap:.42rem!important;gap:.42rem!important;color:#111827!important;font-size:.9rem!important;font-weight:850!important}.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.gc-shadcn-input{min-height:42px!important;padding:.58rem .72rem!important;border:1px solid #cbd5e1!important;border-radius:12px!important;background:#ffffff!important;color:#111827!important;font-size:.95rem!important}.admin-metric,.gc-shadcn-metric{min-height:104px!important;padding:1rem!important;border-radius:16px!important}.admin-metric strong,.gc-shadcn-metric strong{color:#111827!important;font-size:1.45rem!important;line-height:1.1!important}.admin-metric span,.gc-shadcn-metric span{color:#64748b!important;font-size:.86rem!important;line-height:1.34!important;overflow:visible!important;-webkit-line-clamp:unset!important}.admin-button,.admin-content :is(button,a)[style*=padding],.gc-shadcn-button{min-height:38px!important;padding:.52rem .88rem!important;font-size:.88rem!important;font-weight:850!important;line-height:1.1!important}.admin-badge,.admin-topbar-pill,.admin-user-chip,.gc-shadcn-badge{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:.28rem .68rem!important;border-radius:999px!important;font-size:.82rem!important;font-weight:850!important;white-space:nowrap!important}.admin-table-wrap,.gc-shadcn-table-wrap{overflow-x:auto!important;border:1px solid #dbe3ee!important;border-radius:15px!important;background:#ffffff!important}.admin-table td,.admin-table th,.gc-shadcn-table td,.gc-shadcn-table th{padding:.72rem .82rem!important;font-size:.9rem!important;line-height:1.35!important}.gc123-action-panel-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;grid-gap:.95rem!important;gap:.95rem!important}.gc123-action-panel{display:grid!important;grid-gap:.64rem!important;gap:.64rem!important;padding:1rem!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#ffffff!important}.gc123-action-panel p{display:block!important;color:#64748b!important;font-size:.9rem!important;line-height:1.42!important}@media (max-width:1280px){:root{--gc123-sidebar-width:250px}.admin-topbar-quicklinks{display:none!important}}@media (max-width:980px){.admin-shell{grid-template-columns:minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{position:static!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important}.admin-nav{display:flex!important;gap:.9rem!important;overflow-x:auto!important;padding-bottom:.55rem!important}.admin-nav-group{min-width:230px!important}.admin-page-header,.admin-topbar,.gc-shadcn-page-header{align-items:stretch!important;flex-direction:column!important}.admin-content{padding:1rem!important}}.admin-topbar-context{min-width:min(34vw,30rem)!important}.admin-topbar-kicker,.admin-topbar-title{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-topbar-kicker{color:#64748b!important;font-size:.78rem!important;font-weight:850!important;letter-spacing:.02em!important}.admin-topbar-title{color:#0f172a!important;font-size:1rem!important;line-height:1.2!important}.gc123-nav-jump{display:inline-flex!important;align-items:center!important;gap:.48rem!important;min-height:38px!important;padding:.22rem .32rem .22rem .64rem!important;border:1px solid #dbe3ee!important;border-radius:999px!important;background:#ffffff!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important}.gc123-nav-jump span{color:#64748b!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.03em!important;text-transform:uppercase!important;white-space:nowrap!important}.gc123-nav-jump select{width:min(25vw,260px)!important;min-width:178px!important;min-height:30px!important;border:0!important;border-radius:999px!important;background:#f8fafc!important;color:#0f172a!important;font-size:.86rem!important;font-weight:800!important;outline:none!important}.admin-sidebar{box-shadow:10px 0 28px rgba(15,23,42,.16)!important}.admin-nav-group[data-has-active-route=true]>.admin-nav-group-title{color:#f8fafc!important}.admin-nav-link[data-active-trail=true]{box-shadow:inset 4px 0 0 #f1b84b!important}.admin-nav-subitem{white-space:normal!important}.gc-shadcn-page{max-width:1480px!important;margin-inline:auto!important}.admin-page-header,.gc-shadcn-page-header{background:radial-gradient(circle at top right,rgba(227,165,58,.14),transparent 20rem),linear-gradient(135deg,#ffffff,#fffbf1)!important;border-color:#dbe3ee!important}.admin-content form,.tenant-access-form-shadcn__form,.tenant-locations-shadcn__form{max-width:1180px!important}.admin-form-grid,.gc-shadcn-form-grid,.tenant-access-form-shadcn__field-grid,.tenant-locations-shadcn__field-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important}.admin-form-actions,.tenant-access-form-shadcn__form .gc-shadcn-actions,.tenant-locations-shadcn__form .gc-shadcn-actions{position:-webkit-sticky!important;position:sticky!important;bottom:1rem!important;z-index:12!important;justify-content:flex-end!important;margin-top:1rem!important;padding:.82rem!important;border:1px solid #dbe3ee!important;border-radius:18px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 18px 38px rgba(15,23,42,.11)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.admin-card--nested,.gc-shadcn-card--nested{box-shadow:none!important;background:#f8fafc!important}@media (max-width:1320px){.gc123-nav-jump select{width:190px!important}}@media (max-width:1080px){.gc123-nav-jump{display:none!important}}@media (max-width:980px){.admin-topbar-kicker,.admin-topbar-title{white-space:normal!important}.admin-form-actions,.tenant-access-form-shadcn__form .gc-shadcn-actions,.tenant-locations-shadcn__form .gc-shadcn-actions{position:static!important;justify-content:stretch!important}.admin-form-actions .gc-shadcn-button,.tenant-access-form-shadcn__form .gc-shadcn-actions .gc-shadcn-button,.tenant-locations-shadcn__form .gc-shadcn-actions .gc-shadcn-button{flex:1 1 180px!important}}.gc-shadcn-field[data-hint-tone=danger] small{color:#b91c1c!important}.gc-shadcn-field[data-hint-tone=success] small{color:#15803d!important}.admin-field[aria-invalid=true],.gc-shadcn-input[aria-invalid=true]{border-color:#ef4444!important;background:#fffafa!important;box-shadow:0 0 0 4px rgba(239,68,68,.08)!important}.gc123-blocked-action{display:flex!important;flex-wrap:wrap!important;gap:.55rem!important;margin-top:.72rem!important}.gc123-blocked-action .gc-shadcn-button{width:-moz-fit-content!important;width:fit-content!important}@media (max-width:720px){.gc123-blocked-action .gc-shadcn-button{width:100%!important}}:root{--gc123-sidebar-width:282px;--admin-density-font:15px;--admin-density-font-small:12px;--gc123-content-max:1560px}html{font-size:16px!important}body,button,input,select,textarea{font-size:var(--admin-density-font)!important}.admin-shell{grid-template-columns:var(--gc123-sidebar-width) minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:var(--gc123-sidebar-width)!important;min-width:var(--gc123-sidebar-width)!important;max-width:var(--gc123-sidebar-width)!important;padding:1rem .84rem!important;gap:.9rem!important}.admin-brand,.admin-brand--shadcn{min-height:66px!important;padding:.62rem .62rem .9rem!important}.admin-brand h1{font-size:1.22rem!important;line-height:1.12!important}.admin-brand p:last-child,.admin-brand-kicker,.admin-nav-group-title,.admin-nav-icon,.admin-sidebar-footer .admin-button,.admin-sidebar-footer p{display:revert!important;visibility:visible!important;opacity:1!important}.admin-nav{gap:.86rem!important}.admin-nav-group{gap:.18rem!important}.admin-nav-group-title{margin:0 0 .32rem!important;padding-inline:.62rem!important;color:#b7c4d5!important;font-size:.74rem!important;font-weight:950!important;letter-spacing:.08em!important;line-height:1.2!important}.admin-nav-disabled,.admin-nav-link{grid-template-columns:2.05rem minmax(0,1fr) auto!important;min-height:44px!important;gap:.66rem!important;padding:.5rem .64rem!important;line-height:1.24!important}.admin-nav-icon{display:inline-grid!important;place-items:center!important;width:2.05rem!important;height:2.05rem!important;min-width:2.05rem!important;background:rgba(255,255,255,.07)!important;font-size:.9rem!important}.admin-nav-label{white-space:normal!important}.admin-nav-submenu{margin:.26rem 0 .48rem 1.25rem!important;padding-left:1.1rem!important}.admin-nav-subitem{min-height:34px!important;padding:.44rem .66rem!important;font-size:.88rem!important;line-height:1.28!important}.admin-nav-subitem[data-href$="/new"]:before{content:"+"!important;display:inline-grid!important;place-items:center!important;width:1.1rem!important;height:1.1rem!important;margin-right:.42rem!important;border-radius:999px!important;background:rgba(250,204,117,.16)!important;color:#facc75!important;font-weight:950!important}.admin-topbar{min-height:66px!important;padding:.78rem 1.35rem!important}.admin-topbar-kicker,.admin-topbar-title{white-space:normal!important}.gc123-command-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:.82rem!important;gap:.82rem!important;max-width:var(--gc123-content-max)!important;width:calc(100% - 3.2rem)!important;margin:1rem auto 0!important;padding:0!important}.gc123-command-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:.22rem .62rem!important;gap:.22rem .62rem!important;min-height:86px!important;padding:.9rem 1rem!important;border:1px solid #dbe3ee!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 12px 28px rgba(15,23,42,.07)!important;color:#0f172a!important;text-decoration:none!important}.gc123-command-card.is-active,.gc123-command-card:focus-visible,.gc123-command-card:hover{border-color:#d89a1c!important;background:#fff9eb!important;transform:translateY(-1px)!important}.gc123-command-card span{grid-column:1/-1!important;color:#64748b!important;font-size:.72rem!important;font-weight:950!important;letter-spacing:.08em!important;line-height:1.1!important;text-transform:uppercase!important}.gc123-command-card strong{color:#111827!important;font-size:1rem!important;font-weight:950!important;line-height:1.2!important}.gc123-command-card em{color:#64748b!important;font-size:.88rem!important;font-style:normal!important;line-height:1.32!important}.admin-content{max-width:var(--gc123-content-max)!important;padding:1.15rem 1.6rem 2.25rem!important}.admin-empty-state p,.admin-help-text,.admin-metric span,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p,.gc-shadcn-card-description,.gc-shadcn-card__description,.gc-shadcn-metric span,.gc-shadcn-page-header p{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;max-width:820px!important;font-size:.94rem!important;line-height:1.48!important}.admin-page-header,.gc-shadcn-page-header{min-height:auto!important;padding:1.35rem 1.45rem!important;border-radius:20px!important}.admin-content h1[style],.admin-page-header h1,.gc-shadcn-page-header h1{font-size:clamp(1.8rem,2.35vw,2.45rem)!important;line-height:1.08!important}.admin-card,.admin-empty-state,.admin-hero-metric,.admin-metric,.admin-status,.admin-table-empty,.gc-shadcn-card{border-radius:18px!important}.admin-card,.gc-shadcn-card{padding:1.08rem!important}.admin-button,.admin-content :is(button,a)[style*=padding],.gc-shadcn-button{min-height:40px!important;padding:.58rem .92rem!important;border-radius:12px!important;font-size:.9rem!important}.admin-content :is(input,select,textarea)[style],.admin-field,.admin-field-label input,.admin-field-label select,.admin-field-label textarea,.admin-readonly-field,.gc-shadcn-input{min-height:42px!important;padding:.62rem .75rem!important;font-size:.94rem!important}.admin-content :is(th,td)[style],.admin-detail-td,.admin-detail-th,.admin-table td,.admin-table th,.gc-shadcn-table td,.gc-shadcn-table th{padding:.76rem .86rem!important;font-size:.92rem!important;line-height:1.38!important}@media (max-width:1280px){:root{--gc123-sidebar-width:258px}.gc123-command-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:calc(100% - 2rem)!important}}@media (max-width:980px){.admin-shell{grid-template-columns:minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{position:static!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important}.gc123-command-strip{display:flex!important;overflow-x:auto!important;width:auto!important;margin:.85rem 1rem 0!important;padding-bottom:.2rem!important}.gc123-command-card{min-width:min(82vw,20rem)!important}.admin-content{padding:1rem!important}}.gc123-workflow-coach{display:grid!important;grid-template-columns:minmax(18rem,1.45fr) minmax(16rem,1fr) auto!important;align-items:center!important;grid-gap:1rem!important;gap:1rem!important;max-width:var(--gc123-content-max)!important;width:calc(100% - 3.2rem)!important;margin:.9rem auto 0!important;padding:1rem 1.1rem!important;border:1px solid #dbe3ee!important;border-left:5px solid #d89a1c!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,249,235,.96))!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important;color:#0f172a!important}.gc123-workflow-coach__actions,.gc123-workflow-coach__copy,.gc123-workflow-coach__steps{min-width:0!important}.gc123-workflow-coach__copy span{display:block!important;margin-bottom:.22rem!important;color:#a16207!important;font-size:.73rem!important;font-weight:950!important;letter-spacing:.08em!important;line-height:1.1!important;text-transform:uppercase!important}.gc123-workflow-coach__copy strong{display:block!important;color:#111827!important;font-size:1.04rem!important;font-weight:950!important;line-height:1.18!important}.gc123-workflow-coach__copy p{margin:.32rem 0 0!important;max-width:58rem!important;color:#475569!important;font-size:.93rem!important;line-height:1.45!important}.gc123-workflow-coach__steps{display:flex!important;flex-wrap:wrap!important;gap:.45rem!important;margin:0!important;padding:0!important;list-style:none!important}.gc123-workflow-coach__steps li{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:.38rem .62rem!important;border:1px solid rgba(148,163,184,.42)!important;border-radius:999px!important;background:rgba(248,250,252,.92)!important;color:#334155!important;font-size:.82rem!important;font-weight:800!important;line-height:1.2!important}.gc123-workflow-coach__steps li:before{content:"✓"!important;margin-right:.38rem!important;color:#15803d!important;font-weight:950!important}.gc123-workflow-coach__actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:.55rem!important}.gc123-workflow-coach__actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:.62rem .86rem!important;border:1px solid #d89a1c!important;border-radius:12px!important;background:#fff7dc!important;color:#78350f!important;font-size:.9rem!important;font-weight:900!important;line-height:1.15!important;text-decoration:none!important;white-space:nowrap!important}.gc123-workflow-coach__actions a:focus-visible,.gc123-workflow-coach__actions a:hover{background:#facc15!important;color:#422006!important}.gc-shadcn-empty-table[role=status]{border-radius:18px!important;background:rgba(248,250,252,.92)!important}.gc-shadcn-table-wrap{border-radius:18px!important;border:1px solid #dbe3ee!important;background:#fff!important}.gc-shadcn-table thead th{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1!important;background:#f8fafc!important;color:#334155!important;font-weight:950!important}.gc-shadcn-table tbody tr:hover td{background:#fff9eb!important}@media (max-width:1280px){.gc123-workflow-coach{grid-template-columns:1fr!important;width:calc(100% - 2rem)!important}.gc123-workflow-coach__actions{justify-content:flex-start!important}}@media (max-width:980px){.gc123-workflow-coach{width:auto!important;margin:.85rem 1rem 0!important;padding:.9rem!important}.gc123-workflow-coach__steps{display:grid!important}.gc123-workflow-coach__actions a{flex:1 1 12rem!important}}.gc123-route-trail{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.42rem!important;max-width:var(--gc123-content-max)!important;width:calc(100% - 3.2rem)!important;margin:.85rem auto 0!important;padding:.64rem .8rem!important;border:1px solid rgba(203,213,225,.82)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;color:#334155!important;box-shadow:0 10px 24px rgba(15,23,42,.05)!important}.gc123-route-trail a,.gc123-route-trail span,.gc123-route-trail strong{display:inline-flex!important;align-items:center!important;min-height:30px!important;color:inherit!important;font-size:.84rem!important;line-height:1.2!important;text-decoration:none!important}.gc123-route-trail a{padding:.24rem .48rem!important;border-radius:999px!important;font-weight:850!important}.gc123-route-trail a:focus-visible,.gc123-route-trail a:hover{background:#ecfdf3!important;color:#166534!important}.gc123-route-trail span{color:#64748b!important;font-weight:800!important}.gc123-route-trail strong{padding:.24rem .58rem!important;border-radius:999px!important;background:#0f2f1d!important;color:#ffffff!important;font-weight:900!important}.gc123-route-trail a:after,.gc123-route-trail span:after{content:"/"!important;margin-left:.42rem!important;color:#94a3b8!important;font-weight:700!important}.gc-shadcn-table-wrap[role=region]:focus-visible{outline:3px solid rgba(37,99,235,.78)!important;outline-offset:3px!important}@media (max-width:760px){.gc123-route-trail{width:auto!important;margin:.75rem 1rem 0!important;border-radius:18px!important}.gc-shadcn-table-wrap{overflow:visible!important;border:0!important;background:transparent!important}.gc-shadcn-table{min-width:0!important;width:100%!important;border-collapse:separate!important;border-spacing:0 .75rem!important}.gc-shadcn-table thead{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.gc-shadcn-table tbody,.gc-shadcn-table td,.gc-shadcn-table tr{display:block!important;width:100%!important}.gc-shadcn-table tr{overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:18px!important;background:#ffffff!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important}.gc-shadcn-table td{display:grid!important;grid-template-columns:minmax(7.5rem,.42fr) minmax(0,1fr)!important;align-items:start!important;grid-gap:.75rem!important;gap:.75rem!important;border-bottom:1px solid #eef2f7!important}.gc-shadcn-table td:last-child{border-bottom:0!important}.gc-shadcn-table td:before{content:attr(data-label)!important;color:#64748b!important;font-size:.76rem!important;font-weight:950!important;letter-spacing:.04em!important;line-height:1.25!important;text-transform:uppercase!important}}.gc123-action-center{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.85fr)!important;grid-gap:1rem!important;gap:1rem!important;max-width:var(--gc123-content-max)!important;width:calc(100% - 3.2rem)!important;margin:.9rem auto 0!important;padding:1rem!important;border:1px solid rgba(203,213,225,.9)!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.96))!important;box-shadow:0 16px 38px rgba(15,23,42,.07)!important;color:#0f172a!important}.gc123-action-center__guide,.gc123-action-center__quick{min-width:0!important}.gc123-action-center__guide{display:grid!important;grid-gap:.55rem!important;gap:.55rem!important;padding:.2rem .2rem .2rem .35rem!important}.gc123-action-center__guide>span,.gc123-action-center__quick>span{display:inline-flex!important;align-items:center!important;min-height:1.3rem!important;color:#a16207!important;font-size:.72rem!important;font-weight:950!important;letter-spacing:.085em!important;line-height:1.1!important;text-transform:uppercase!important}.gc123-action-center__guide>strong{color:#111827!important;font-size:clamp(1.05rem,1.25vw,1.3rem)!important;font-weight:950!important;line-height:1.15!important}.gc123-action-center__guide>p{margin:0!important;max-width:68rem!important;color:#475569!important;font-size:.94rem!important;line-height:1.48!important}.gc123-action-center__guide ol{display:flex!important;flex-wrap:wrap!important;gap:.45rem!important;margin:.1rem 0 0!important;padding:0!important;list-style:none!important}.gc123-action-center__guide li{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:.38rem .62rem!important;border:1px solid rgba(148,163,184,.42)!important;border-radius:999px!important;background:#ffffff!important;color:#334155!important;font-size:.82rem!important;font-weight:850!important;line-height:1.2!important}.gc123-action-center__guide li:before{content:"•"!important;margin-right:.38rem!important;color:#d89a1c!important;font-size:1.1rem!important;font-weight:950!important;line-height:1!important}.gc123-action-center__actions{display:flex!important;flex-wrap:wrap!important;gap:.55rem!important;margin-top:.15rem!important}.gc123-action-center__actions a,.gc123-action-center__quick a{text-decoration:none!important}.gc123-action-center__actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:.62rem .9rem!important;border:1px solid #d89a1c!important;border-radius:12px!important;background:#fff7dc!important;color:#78350f!important;font-size:.9rem!important;font-weight:900!important;line-height:1.15!important}.gc123-action-center__quick{display:grid!important;grid-gap:.55rem!important;gap:.55rem!important;padding:.85rem!important;border:1px solid rgba(203,213,225,.78)!important;border-radius:18px!important;background:rgba(248,250,252,.92)!important}.gc123-action-center__quick a{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:.14rem!important;gap:.14rem!important;min-height:58px!important;padding:.62rem .72rem!important;border:1px solid rgba(203,213,225,.86)!important;border-radius:14px!important;background:#ffffff!important;color:#0f172a!important}.gc123-action-center__actions a:focus-visible,.gc123-action-center__actions a:hover,.gc123-action-center__quick a.is-active,.gc123-action-center__quick a:focus-visible,.gc123-action-center__quick a:hover{border-color:#d89a1c!important;background:#fff9eb!important;color:#422006!important;box-shadow:0 10px 22px rgba(146,64,14,.11)!important}.gc123-action-center__quick small{color:#64748b!important;font-size:.68rem!important;font-weight:950!important;letter-spacing:.075em!important;line-height:1.1!important;text-transform:uppercase!important}.gc123-action-center__quick strong{color:#111827!important;font-size:.94rem!important;font-weight:950!important;line-height:1.16!important}.gc123-action-center__quick em{color:#64748b!important;font-size:.82rem!important;font-style:normal!important;line-height:1.25!important}.gc123-nav-jump{min-width:min(28vw,18rem)!important}.gc123-nav-jump select{min-height:40px!important}@media (max-width:1280px){.gc123-action-center{grid-template-columns:1fr!important;width:calc(100% - 2rem)!important}.gc123-action-center__quick{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gc123-action-center__quick>span{grid-column:1/-1!important}}@media (max-width:760px){.gc123-action-center{width:auto!important;margin:.75rem 1rem 0!important;padding:.82rem!important;border-radius:18px!important}.gc123-action-center__quick{grid-template-columns:1fr!important}.gc123-action-center__guide ol{display:grid!important}.gc123-action-center__actions a{flex:1 1 12rem!important}.gc123-nav-jump{min-width:0!important}.gc123-nav-jump,.gc123-nav-jump select{width:100%!important}}:root{--gc123-readable-font:15px;--gc123-readable-font-sm:0.88rem;--gc123-readable-font-xs:0.78rem;--gc123-readable-hit:44px;--gc123-readable-radius:14px;--gc123-readable-content-max:1480px}html{font-size:var(--gc123-readable-font)!important}body,button,input,select,textarea{font-size:1rem!important;line-height:1.45!important}.admin-shell{grid-template-columns:280px minmax(0,1fr)!important}.admin-sidebar{gap:.72rem!important;padding:1rem .82rem!important}.admin-brand{padding:.35rem .42rem .9rem!important}.admin-brand-kicker,.admin-eyebrow{display:block!important;font-size:var(--gc123-readable-font-xs)!important;line-height:1.25!important}.admin-brand h1{font-size:1.18rem!important;line-height:1.15!important}.admin-brand p:last-child{display:block!important;font-size:.9rem!important;line-height:1.35!important}.admin-nav{gap:.66rem!important}.admin-nav-group-title{display:block!important;margin:0 0 .36rem!important;padding:0 .44rem!important;color:rgba(255,255,255,.65)!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.045em!important;text-transform:uppercase!important}.admin-nav-group{gap:.24rem!important}.admin-nav-disabled,.admin-nav-link{min-height:var(--gc123-readable-hit)!important;grid-template-columns:2rem minmax(0,1fr) auto!important;gap:.6rem!important;padding:.56rem .66rem!important;border-radius:13px!important;font-size:.96rem!important;line-height:1.22!important}.admin-nav-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.9rem!important;height:1.9rem!important;border-radius:10px!important;background:rgba(255,255,255,.1)!important;font-size:.95rem!important}.admin-main-column{grid-template-rows:auto auto auto 1fr!important}.admin-topbar{min-height:64px!important;padding:.72rem 1.28rem!important}.admin-topbar-title{font-size:1.02rem!important;line-height:1.25!important}.admin-topbar-account,.admin-topbar-meta{gap:.5rem!important}.admin-content{max-width:var(--gc123-readable-content-max)!important;padding:1.1rem 1.35rem 2rem!important}.admin-grid,.admin-page-stack{gap:1rem!important}.admin-card,.admin-empty-state,.admin-metric,.admin-page-header,.admin-status{border-radius:var(--gc123-readable-radius)!important}.admin-card,.admin-empty-state,.admin-page-header,.admin-status{padding:1rem!important}.admin-page-header h1{font-size:clamp(1.55rem,2vw,2.05rem)!important;line-height:1.12!important}.admin-empty-state p,.admin-metric span,.admin-page-header p:not(.admin-eyebrow),.admin-section-header p,.admin-status p{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;max-width:880px!important;font-size:.96rem!important;line-height:1.5!important}.admin-empty-state h2,.admin-section-header h2,.admin-status h2{font-size:1.18rem!important;line-height:1.28!important}.admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important}.admin-grid--two{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr))!important}.admin-metric{min-height:108px!important;gap:.55rem!important;padding:1rem!important}.admin-metric p{font-size:.78rem!important;line-height:1.25!important}.admin-metric strong{font-size:clamp(1.52rem,1.6vw,1.9rem)!important;line-height:1.12!important}.admin-badge{min-height:30px!important;padding:.25rem .72rem!important;font-size:.82rem!important}.admin-button,.gc123-action-center__actions a{min-height:var(--gc123-readable-hit)!important;padding:.62rem .95rem!important;border-radius:12px!important;font-size:.92rem!important}.admin-form-grid,.admin-form-row{gap:1rem!important}.admin-field,.admin-field label{gap:.4rem!important;font-size:.92rem!important}.admin-input,.admin-select,.admin-textarea,.gc123-nav-jump select{min-height:var(--gc123-readable-hit)!important;padding:.58rem .76rem!important;font-size:.96rem!important}.admin-table-wrap,.gc-shadcn-table-wrap{border-radius:var(--gc123-readable-radius)!important}.admin-table td,.admin-table th,.gc-shadcn-table td,.gc-shadcn-table th{padding:.75rem .72rem!important;font-size:.94rem!important;line-height:1.42!important}.admin-table th,.gc-shadcn-table th{font-size:.82rem!important}.gc123-action-center,.gc123-route-trail{max-width:var(--gc123-readable-content-max)!important;width:calc(100% - 2.7rem)!important}.gc123-route-trail{margin-top:.8rem!important;padding:.64rem .9rem!important;gap:.46rem!important}.gc123-action-center{grid-template-columns:minmax(0,1.45fr) minmax(22rem,.75fr)!important;padding:1.1rem!important}.gc123-action-center__guide>p,.gc123-action-center__quick em{font-size:.95rem!important;line-height:1.45!important}.gc123-action-center__quick a{min-height:72px!important;padding:.8rem .9rem!important}.gc123-nav-jump{min-width:min(32vw,20rem)!important}@media (max-width:1180px){.admin-shell{grid-template-columns:246px minmax(0,1fr)!important}.gc123-action-center{grid-template-columns:1fr!important}}@media (max-width:760px){.admin-shell{grid-template-columns:minmax(0,1fr)!important}.admin-sidebar{position:static!important;height:auto!important}.admin-page-header,.admin-topbar{align-items:stretch!important;flex-direction:column!important}.admin-content{padding:.85rem!important}.gc123-action-center,.gc123-route-trail{width:auto!important;margin-left:.85rem!important;margin-right:.85rem!important}}.gc123-mode-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:var(--gc123-readable-hit,44px)!important;border:1px solid var(--admin-stroke-strong)!important;border-radius:999px!important;background:#ffffff!important;color:var(--admin-brand-strong)!important;padding:.52rem .86rem!important;font:inherit;font-size:.88rem!important;font-weight:900!important;line-height:1.1!important;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px rgba(13,52,31,.06)}.gc123-mode-toggle[aria-pressed=true]{border-color:rgba(31,122,69,.45)!important;background:var(--admin-success-soft)!important;color:var(--admin-brand-dark)!important}.gc123-focus-strip{width:calc(100% - 2.7rem)!important;max-width:var(--gc123-readable-content-max,1480px)!important;margin:.8rem auto 0!important;display:grid;grid-template-columns:auto minmax(11rem,.95fr) minmax(14rem,1.35fr) auto;align-items:center;grid-gap:.8rem;gap:.8rem;border:1px solid var(--admin-stroke)!important;border-radius:var(--gc123-readable-radius,16px)!important;background:linear-gradient(135deg,#ffffff,var(--admin-card))!important;box-shadow:var(--admin-shadow)!important;padding:.8rem .95rem!important}.gc123-focus-strip span{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;background:var(--admin-info-soft);color:var(--admin-info);padding:.18rem .64rem;font-size:.78rem!important;font-weight:900;text-transform:uppercase;white-space:nowrap}.gc123-focus-strip strong{color:var(--admin-ink);font-size:1rem!important;line-height:1.25!important}.gc123-focus-strip p{margin:0;color:var(--admin-ink-muted);font-size:.92rem!important;line-height:1.42!important}.gc123-focus-strip a{display:inline-flex;align-items:center;justify-content:center;min-height:var(--gc123-readable-hit,44px)!important;border-radius:12px;background:var(--admin-brand);color:#ffffff;padding:.58rem .92rem;font-size:.9rem;font-weight:900;text-decoration:none;white-space:nowrap}.admin-shell[data-view-mode=focus] .admin-content{padding-top:.85rem!important}.admin-shell[data-view-mode=focus] .gc123-route-trail{margin-top:.72rem!important}@media (max-width:980px){.gc123-focus-strip{grid-template-columns:minmax(0,1fr);align-items:start}.gc123-focus-strip a{width:-moz-fit-content;width:fit-content}}@media (max-width:760px){.gc123-mode-toggle{width:100%}.gc123-focus-strip{width:auto!important;margin-left:.85rem!important;margin-right:.85rem!important}}.gc123-page-finder{min-width:min(36vw,24rem)!important;max-width:30rem!important;display:grid!important;grid-template-columns:auto minmax(11rem,1fr) auto!important;align-items:center!important;grid-gap:.42rem!important;gap:.42rem!important;border:1px solid var(--admin-stroke)!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;padding:.26rem .34rem .26rem .72rem!important;box-shadow:0 6px 18px rgba(13,52,31,.055)!important}.gc123-page-finder label{color:var(--admin-ink-muted)!important;font-size:.78rem!important;font-weight:900!important;white-space:nowrap!important}.gc123-page-finder input{width:100%!important;min-width:0!important;min-height:36px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--admin-ink)!important;padding:0 .36rem!important;font-size:.94rem!important;font-weight:750!important;outline:none!important}.gc123-page-finder input::placeholder{color:var(--admin-ink-muted)!important;opacity:.78!important}.gc123-page-finder button{min-height:36px!important;border:0!important;border-radius:999px!important;background:var(--admin-brand-dark)!important;color:#ffffff!important;padding:0 .82rem!important;font:inherit!important;font-size:.82rem!important;font-weight:900!important;cursor:pointer!important;white-space:nowrap!important}.gc123-page-finder button:hover{background:var(--admin-brand)!important}.gc123-page-finder span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}@media (max-width:1120px){.gc123-page-finder{order:10!important;flex-basis:100%!important;width:100%!important;max-width:none!important;min-width:0!important}}@media (max-width:560px){.gc123-page-finder{grid-template-columns:minmax(0,1fr) auto!important;border-radius:18px!important;padding-left:.52rem!important}.gc123-page-finder label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}}.gc123-recent-pages{width:calc(100% - 2.7rem)!important;max-width:var(--gc123-readable-content-max,1480px)!important;margin:.55rem auto 0!important;display:flex!important;align-items:stretch!important;gap:.5rem!important;overflow-x:auto!important;padding:.05rem .05rem .18rem!important;scrollbar-width:thin}.gc123-recent-pages>span{display:inline-flex!important;align-items:center!important;background:rgba(255,255,255,.82)!important;color:var(--admin-ink-muted)!important;padding:0 .78rem!important;font-size:.78rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.01em!important}.gc123-recent-pages a,.gc123-recent-pages>span{flex:0 0 auto!important;min-height:44px!important;border:1px solid var(--admin-stroke)!important;border-radius:999px!important}.gc123-recent-pages a{min-width:10.5rem!important;display:grid!important;align-content:center!important;grid-gap:.1rem!important;gap:.1rem!important;background:#ffffff!important;color:var(--admin-ink)!important;padding:.38rem .86rem!important;text-decoration:none!important;box-shadow:0 5px 16px rgba(13,52,31,.045)!important}.gc123-recent-pages a:hover{border-color:rgba(31,122,69,.42)!important;background:var(--admin-success-soft)!important}.gc123-recent-pages small{color:var(--admin-ink-muted)!important;font-size:.7rem!important;font-weight:850!important;line-height:1!important;text-transform:uppercase!important}.gc123-recent-pages strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--admin-ink)!important;font-size:.88rem!important;font-weight:900!important;line-height:1.15!important}@media (max-width:760px){.gc123-recent-pages{width:auto!important;margin-left:.85rem!important;margin-right:.85rem!important}.gc123-recent-pages a{min-width:9.5rem!important}}.admin-shell[data-view-mode=focus] .gc123-action-center{display:none!important}@media (max-width:760px){.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:100%!important;max-height:285px!important;overflow:auto!important;padding:.65rem!important;gap:.5rem!important;border-radius:0 0 22px 22px!important}.admin-brand{display:flex!important;align-items:center!important;gap:.75rem!important;margin:0!important;padding:.6rem .75rem!important;border-radius:16px!important}.admin-brand h1{font-size:1rem!important}.admin-brand p:last-child{display:none!important}.admin-nav{display:flex!important;overflow-x:auto!important;gap:.55rem!important;padding:.1rem 0 .25rem!important}.admin-nav-group{flex:0 0 12.5rem!important;min-width:12.5rem!important}.admin-nav-group-title{font-size:.68rem!important;margin-bottom:.18rem!important}.admin-nav-disabled,.admin-nav-link{min-height:40px!important;padding:.44rem .55rem!important;gap:.46rem!important}.admin-nav-sublist{display:none!important}.admin-topbar{position:static!important;padding:.72rem!important;gap:.58rem!important}.admin-topbar-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;grid-gap:.5rem!important;gap:.5rem!important}.admin-topbar-account>*,.admin-topbar-actions>*,.admin-topbar-meta>*{width:100%!important;justify-content:center!important}.admin-topbar-account,.admin-topbar-meta{display:contents!important}.gc123-page-finder{grid-column:1/-1!important;width:100%!important}.gc123-action-center,.gc123-focus-strip,.gc123-recent-pages,.gc123-route-trail{margin-left:.75rem!important;margin-right:.75rem!important}.gc123-focus-strip{padding:.75rem!important}}@media (max-width:760px){.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{max-height:none!important;overflow:hidden!important;padding:.55rem!important}.admin-brand{min-height:54px!important;margin-bottom:.4rem!important}.admin-nav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:.42rem!important;padding:0 0 .22rem!important;scrollbar-width:thin!important}.admin-nav-group{display:contents!important;min-width:0!important;flex:0 0 auto!important}.admin-nav-group-title{display:none!important}.admin-nav-group-items{display:flex!important;flex:0 0 auto!important;gap:.42rem!important}.admin-nav-disabled,.admin-nav-link{width:9.25rem!important;min-height:46px!important;grid-template-columns:1.7rem minmax(0,1fr)!important;border-radius:15px!important;padding:.5rem .62rem!important;background:rgba(255,255,255,.06)!important}.admin-nav-link[data-has-children=true]:after{display:none!important}.admin-nav-icon{width:1.7rem!important;height:1.7rem!important;min-width:1.7rem!important}.admin-nav-label{font-size:.86rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-nav-submenu,.admin-topbar-account .admin-badge,.admin-topbar-meta .admin-badge,.gc123-mode-toggle,.gc123-recent-pages{display:none!important}.admin-topbar-actions{grid-template-columns:1fr 1fr!important}.admin-topbar-actions .admin-button{min-height:40px!important}.gc123-page-finder{margin-top:.05rem!important}.gc123-route-trail{margin-top:.65rem!important}.gc123-focus-strip{margin-top:.55rem!important}.gc123-recent-pages{display:flex!important}.admin-topbar-account .admin-badge:not(.admin-badge--profile),.admin-topbar-actions .admin-badge:not(.admin-badge--profile),.admin-topbar-actions>.admin-badge{display:none!important}.admin-topbar-actions>a[href$="/profile"],.admin-topbar-actions>button{display:inline-flex!important}.admin-topbar .admin-topbar-meta,.admin-topbar .admin-user-chip,.admin-topbar-account>.gc123-mode-toggle,.admin-topbar-actions>.gc123-mode-toggle,.gc123-mode-toggle,button.gc123-mode-toggle{display:none!important}}.admin-brand:before{display:none!important;content:none!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip{grid-template-columns:auto minmax(16rem,.9fr) minmax(18rem,1fr) auto!important;min-height:auto!important;padding:.58rem .78rem!important;gap:.65rem!important;border-radius:18px!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip span{min-height:28px!important;font-size:.72rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip strong{font-size:.96rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip p{font-size:.86rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip a{min-height:40px!important;padding:.46rem .78rem!important}@media (max-width:760px){.admin-topbar-subtitle,.admin-topbar-title,.admin-topbar-titleblock{display:none!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{padding:.45rem!important}.admin-brand,.admin-brand--shadcn{min-height:48px!important;margin-bottom:.28rem!important;padding:.48rem .64rem!important}.admin-nav-disabled,.admin-nav-link{width:8.6rem!important;min-height:42px!important}.admin-topbar{padding:.55rem .68rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;padding:.62rem!important;grid-gap:.48rem!important;gap:.48rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip span{grid-column:1/-1!important;min-height:24px!important;width:100%!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip p{display:none!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip strong{font-size:.94rem!important;line-height:1.22!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip a{min-height:38px!important;padding:.44rem .68rem!important}}@media (min-width:761px){.admin-topbar{min-height:64px!important;padding:.5rem 1.1rem!important}.admin-topbar-account,.admin-topbar-actions{flex-wrap:nowrap!important;gap:.42rem!important}.admin-topbar-meta,.admin-user-chip{display:none!important}.admin-topbar-account .gc123-page-finder,.gc123-page-finder{min-width:18rem!important;max-width:24rem!important}.admin-shell[data-view-mode=focus] .gc123-focus-strip{height:60px!important;max-height:60px!important;overflow:hidden!important}}@media (max-width:760px){.admin-shell[data-view-mode=focus] .gc123-focus-strip{max-height:104px!important;overflow:hidden!important}.admin-brand-mark{width:38px!important;height:38px!important;min-width:38px!important}.admin-nav-disabled,.admin-nav-link{width:8.1rem!important}}.admin-main-column{display:flex!important;flex-direction:column!important;min-width:0!important}.admin-content{flex:1 1 auto!important}.gc-admin-auth{background:radial-gradient(circle at 18% 18%,rgba(227,165,58,.18),transparent 26rem),radial-gradient(circle at 82% 12%,rgba(15,94,57,.16),transparent 22rem),linear-gradient(135deg,#eef3ed,#f8f6ef 52%,#e8efe9)!important}.gc-admin-auth__header{min-height:74px!important}.gc-admin-auth__brand span{display:grid!important;width:40px!important;height:40px!important;border-radius:14px!important;font-size:.78rem!important;box-shadow:0 12px 28px rgba(24,52,38,.16)!important}.gc-admin-auth__brand strong{font-size:1.05rem!important}.gc-admin-auth__brand small{display:inline!important;color:#526158!important;font-size:.78rem!important}.gc-admin-auth__shell{display:grid!important;width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;min-height:calc(100vh - 104px)!important;grid-template-columns:minmax(390px,.86fr) minmax(520px,1.14fr)!important;align-items:center!important;grid-gap:0!important;gap:0!important;padding:22px 0 56px!important}.gc-admin-auth__story{display:flex!important;min-height:560px!important;padding:46px!important;border-radius:26px 0 0 26px!important;box-shadow:0 26px 70px rgba(12,31,22,.18)!important}.gc-admin-auth__form-heading>p:last-child,.gc-admin-auth__preview,.gc-admin-auth__proof,.gc-admin-auth__story>div:first-child>p:last-child,.gc-admin-auth__success>p:not(.gc-admin-auth__eyebrow){display:revert!important}.gc-admin-auth__story h1{max-width:460px!important;font-size:clamp(2.45rem,4vw,4.15rem)!important;line-height:.98!important;letter-spacing:-.06em!important}.gc-admin-auth__story>div:first-child>p:last-child{max-width:430px!important;margin-top:1.25rem!important;color:#d6e3db!important;font-size:1rem!important;line-height:1.6!important}.gc-admin-auth__preview{margin-top:2rem!important;padding:1.1rem!important;border-radius:18px!important}.gc-admin-auth__proof span{min-height:32px!important;padding:.46rem .72rem!important;font-size:.76rem!important}.gc-admin-auth__panel{min-height:560px!important;align-content:center!important;padding:58px 64px!important;border-left:0!important;border-radius:0 26px 26px 0!important;box-shadow:0 26px 70px rgba(12,31,22,.14)!important}.gc-admin-auth__form{width:100%!important;max-width:520px!important;margin:0 auto!important;gap:1.25rem!important}.gc-admin-auth__form-heading h2,.gc-admin-auth__success h2{font-size:clamp(2rem,2.3vw,2.65rem)!important;line-height:1.06!important}.gc-admin-auth__form-heading>p:last-child,.gc-admin-auth__success>p:not(.gc-admin-auth__eyebrow){color:#5f6f65!important;font-size:1rem!important;line-height:1.55!important}.gc-admin-auth__field{gap:.5rem!important}.gc-admin-auth__field label{font-size:.92rem!important}.gc-admin-auth__field input{min-height:56px!important;padding:0 1rem!important;border-radius:14px!important;font-size:1rem!important}.gc-admin-auth__secondary-button,.gc-admin-auth__submit{min-height:56px!important;border-radius:14px!important;padding:0 1.25rem!important;font-size:1rem!important}.gc-admin-auth__form-links a,.gc-admin-auth__form-links span{font-size:.84rem!important}@media (max-width:980px){.gc-admin-auth__shell{width:min(100% - 28px,720px)!important;grid-template-columns:1fr!important;padding:12px 0 36px!important}.gc-admin-auth__story{min-height:300px!important;padding:28px!important;border-radius:24px 24px 0 0!important}.gc-admin-auth__story h1{max-width:560px!important;font-size:clamp(2.1rem,8.5vw,3.25rem)!important}.gc-admin-auth__preview,.gc-admin-auth__proof{display:none!important}.gc-admin-auth__panel{min-height:0!important;padding:30px 24px 34px!important;border-left:1px solid #d9e1da!important;border-radius:0 0 24px 24px!important}}@media (max-width:760px){.gc-admin-auth__header{width:min(100% - 24px,720px)!important;min-height:64px!important}.gc-admin-auth__shell{width:min(100% - 22px,520px)!important;min-height:auto!important;padding:8px 0 28px!important}.gc-admin-auth__story{min-height:250px!important;padding:24px!important}.gc-admin-auth__story>div:first-child>p:last-child{font-size:.9rem!important;line-height:1.45!important}.gc-admin-auth__panel{padding:26px 20px 30px!important}.gc-admin-auth__form{gap:1rem!important}.gc-admin-auth__form-heading h2,.gc-admin-auth__success h2{font-size:1.65rem!important}.gc-admin-auth__field input,.gc-admin-auth__secondary-button,.gc-admin-auth__submit{min-height:50px!important;border-radius:13px!important}.gc-admin-auth__form-links{flex-direction:row!important;align-items:center!important}}@media (min-width:981px){.gc-admin-auth__shell{width:min(1240px,calc(100% - 56px))!important;max-width:1240px!important;grid-template-columns:minmax(360px,.68fr) minmax(640px,1.32fr)!important}.gc-admin-auth__story{min-height:520px!important;padding:40px 38px!important}.gc-admin-auth__story h1{max-width:380px!important;font-size:clamp(2.3rem,3.45vw,3.55rem)!important}.gc-admin-auth__story>div:first-child>p:last-child{max-width:360px!important;font-size:.95rem!important}.gc-admin-auth__preview{padding:.9rem!important}.gc-admin-auth__proof{gap:.45rem!important}.gc-admin-auth__proof span{min-height:28px!important;font-size:.68rem!important}.gc-admin-auth__panel{min-height:600px!important;padding:70px 88px!important}.gc-admin-auth__form{max-width:660px!important;gap:1.35rem!important}.gc-admin-auth__form-heading h2,.gc-admin-auth__success h2{font-size:clamp(2.25rem,2.75vw,3rem)!important}.gc-admin-auth__field input,.gc-admin-auth__secondary-button,.gc-admin-auth__submit{min-height:60px!important}}@media (max-width:760px){.gc-admin-auth__shell{display:flex!important;flex-direction:column!important}.gc-admin-auth__panel{order:1!important;box-shadow:0 18px 50px rgba(12,31,22,.12)!important}.gc-admin-auth__panel,.gc-admin-auth__story{width:100%!important;border-radius:24px!important}.gc-admin-auth__story{order:2!important;min-height:0!important;margin-top:12px!important}.gc-admin-auth__story h1{font-size:clamp(1.65rem,7vw,2.15rem)!important}.gc-admin-auth__preview,.gc-admin-auth__proof,.gc-admin-auth__story>div:first-child>p:last-child,.gc-admin-auth__system{display:none!important}.gc-admin-auth__form-heading>p:last-child{display:block!important;font-size:.94rem!important}}.gc-admin-auth__header{width:min(1180px,calc(100% - 48px))!important}@media (min-width:981px){.gc-admin-auth__shell{width:min(1240px,calc(100% - 56px))!important;max-width:1240px!important;grid-template-columns:minmax(360px,.62fr) minmax(680px,1.38fr)!important}.gc-admin-auth__story{min-height:520px!important}.gc-admin-auth__panel{min-height:600px!important;padding:68px 78px!important}.gc-admin-auth__form{max-width:680px!important}}@media (max-width:760px){.gc-admin-auth__header,.gc-admin-auth__shell{width:calc(100% - 22px)!important;max-width:520px!important}.gc-admin-auth__panel{padding:28px 22px 30px!important}}@media (min-width:981px){.gc-admin-auth.gc-admin-auth--shadcn .gc-admin-auth__shell{width:calc(100% - 56px)!important;max-width:1240px!important;grid-template-columns:minmax(360px,.62fr) minmax(680px,1.38fr)!important}}@media (max-width:760px){.gc-admin-auth.gc-admin-auth--shadcn .gc-admin-auth__header,.gc-admin-auth.gc-admin-auth--shadcn .gc-admin-auth__shell{width:calc(100% - 22px)!important;max-width:520px!important}}@media (min-width:981px){.gc-admin-auth__preview,.gc-admin-auth__proof{display:none!important}.gc-admin-auth__story{justify-content:center!important}.gc-admin-auth__system{margin-top:2rem!important}.gc-admin-auth.gc-admin-auth--shadcn .gc-admin-auth__preview,.gc-admin-auth.gc-admin-auth--shadcn .gc-admin-auth__proof{display:none!important}}@media (min-width:901px){:root{--gc123-sidebar-width:280px;--gc123-sidebar-bg:#0b1220;--gc123-sidebar-bg-2:#101a2c;--gc123-sidebar-border:rgba(148,163,184,0.18);--gc123-sidebar-text:#e7edf7;--gc123-sidebar-muted:#94a3b8;--gc123-sidebar-row:rgba(255,255,255,0.055);--gc123-sidebar-row-hover:rgba(255,255,255,0.105);--gc123-sidebar-active:#ffffff;--gc123-sidebar-active-text:#0f172a;--gc123-sidebar-accent:#f5b72f}.admin-shell.pos-shell-grid{grid-template-columns:var(--gc123-sidebar-width) minmax(0,1fr)!important}.admin-sidebar,.admin-sidebar:focus-within,.admin-sidebar:hover{width:var(--gc123-sidebar-width)!important;min-width:var(--gc123-sidebar-width)!important;max-width:var(--gc123-sidebar-width)!important;padding:16px 12px 18px!important;gap:14px!important;background:radial-gradient(circle at 20% 0,rgba(245,183,47,.12),transparent 30%),linear-gradient(180deg,var(--gc123-sidebar-bg),#07101d 66%,#08131d)!important;border-right:1px solid var(--gc123-sidebar-border)!important;box-shadow:18px 0 46px rgba(15,23,42,.13)!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:rgba(148,163,184,.28) transparent!important}.admin-brand.admin-brand--shadcn{min-height:64px!important;padding:14px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;grid-gap:12px!important;gap:12px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.045))!important;border:1px solid rgba(226,232,240,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 36px rgba(0,0,0,.18)!important}.admin-brand-mark{width:42px!important;height:42px!important;border-radius:14px!important;display:inline-grid!important;place-items:center!important;background:linear-gradient(135deg,#f7c74b,#e5a91c)!important;color:#111827!important;font-size:.82rem!important;font-weight:950!important;letter-spacing:-.02em!important;box-shadow:0 12px 30px rgba(245,183,47,.22)!important}.admin-brand-kicker{color:#facc55!important;font-size:.7rem!important;font-weight:900!important;line-height:1!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin:0 0 4px!important}.admin-brand h1{margin:0!important;color:#f8fafc!important;font-size:1.2rem!important;line-height:1.1!important;letter-spacing:-.03em!important}.admin-nav{gap:13px!important;padding:0 2px 8px!important}.admin-nav,.admin-nav-group{display:flex!important;flex-direction:column!important}.admin-nav-group{position:relative!important;gap:6px!important;padding:0 0 11px!important;border-bottom:1px solid rgba(148,163,184,.12)!important}.admin-nav-group:last-child{border-bottom:0!important}.admin-nav-group-title{margin:0 6px 2px!important;color:#a9b6c9!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:.105em!important;text-transform:uppercase!important;line-height:1.2!important}.admin-nav-group-items,.admin-nav-item-block{display:flex!important;flex-direction:column!important;gap:4px!important}.admin-nav-link{min-height:42px!important;padding:7px 10px!important;border-radius:13px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) 14px!important;align-items:center!important;grid-gap:9px!important;gap:9px!important;color:var(--gc123-sidebar-text)!important;background:transparent!important;border:1px solid transparent!important;font-size:.88rem!important;font-weight:760!important;letter-spacing:-.015em!important;box-shadow:none!important;text-decoration:none!important;transition:background .15s ease,border-color .15s ease,transform .15s ease,color .15s ease!important}.admin-nav-link:focus-visible,.admin-nav-link:hover{background:var(--gc123-sidebar-row-hover)!important;border-color:rgba(226,232,240,.14)!important;color:#ffffff!important;transform:translateX(2px)!important}.admin-nav-link.is-active,.admin-nav-link.is-parent-active,.admin-nav-link[aria-current=page]{background:linear-gradient(135deg,#ffffff,#f8fafc)!important;color:var(--gc123-sidebar-active-text)!important;border-color:rgba(255,255,255,.92)!important;box-shadow:0 16px 36px rgba(2,6,23,.22),inset 4px 0 0 var(--gc123-sidebar-accent)!important}.admin-nav-link:after{content:""!important;width:6px!important;height:6px!important;border-right:1.8px solid!important;border-bottom:1.8px solid!important;transform:rotate(-45deg)!important;opacity:.46!important;justify-self:center!important}.admin-nav-link[data-has-children=true]:after{opacity:.74!important}.admin-nav-link.is-active:after,.admin-nav-link.is-parent-active:after,.admin-nav-link[aria-current=page]:after{opacity:.8!important}.admin-nav-icon{width:30px!important;height:30px!important;min-width:30px!important;border-radius:10px!important;display:inline-grid!important;place-items:center!important;color:#c8d3e2!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(226,232,240,.08)!important;font-size:.78rem!important;line-height:1!important}.admin-nav-link.is-active .admin-nav-icon,.admin-nav-link.is-parent-active .admin-nav-icon,.admin-nav-link[aria-current=page] .admin-nav-icon{background:rgba(245,183,47,.18)!important;border-color:rgba(245,183,47,.32)!important;color:#7a4c00!important}.admin-nav-label{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.admin-nav-submenu{margin:0 0 2px 41px!important;padding:5px 0 5px 12px!important;display:flex!important;flex-direction:column!important;gap:3px!important;border-left:1px solid rgba(148,163,184,.22)!important;background:transparent!important}.admin-nav-subitem{min-height:30px!important;padding:6px 10px!important;border-radius:10px!important;color:#cbd5e1!important;font-size:.82rem!important;font-weight:720!important;letter-spacing:-.01em!important;text-decoration:none!important;background:transparent!important;border:1px solid transparent!important}.admin-nav-subitem:focus-visible,.admin-nav-subitem:hover{background:rgba(255,255,255,.08)!important;color:#ffffff!important}.admin-nav-subitem.is-active,.admin-nav-subitem[aria-current=page]{background:rgba(255,255,255,.94)!important;color:#0f172a!important;border-color:rgba(255,255,255,.72)!important}.admin-main-column{margin-left:0!important}[data-nextjs-dev-overlay],[data-nextjs-dialog-overlay],[data-nextjs-toast],nextjs-portal{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media (max-width:900px){.admin-sidebar{border-radius:0 0 22px 22px!important;background:linear-gradient(180deg,#0c1423,#0e1a2c)!important}.admin-brand.admin-brand--shadcn{border-radius:16px!important}.admin-nav-link{border-radius:999px!important}[data-nextjs-dev-overlay],[data-nextjs-dialog-overlay],[data-nextjs-toast],nextjs-portal{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media (min-width:901px){.admin-brand.admin-brand--shadcn>.admin-brand-mark{margin:0!important;padding:0!important;width:42px!important;height:42px!important;min-width:42px!important;display:grid!important;place-items:center!important;line-height:1!important;text-align:center!important;color:#111827!important}}.admin-nav-item-block[data-has-children=true][data-expanded=false]>.admin-nav-submenu{display:none!important}.admin-nav-item-block[data-expanded=true]>.admin-nav-link[data-has-children=true]:after{transform:rotate(45deg)!important;opacity:.9!important}