:root{--primary:#1a5fb4;--primary-hover:#164f96;--primary-soft:rgba(26,95,180,.09);--ink:#1c1f24;--muted:#5f6570;--white:#fff;--accent-lime:#9ed926;--accent-pink:#e6006f;--accent-lime-soft:rgba(158,217,38,.14);--accent-pink-soft:rgba(230,0,111,.08);--bg:#f0f2f5;--surface:#fff;--surface-raised:#fff;--surface-muted:#f6f7f9;--border:rgba(28,31,36,.08);--border-strong:rgba(28,31,36,.14);--success:#2a7d4a;--success-border:rgba(42,125,74,.35);--danger:#c41e3a;--danger-border:rgba(196,30,58,.35);--radius-sm:6px;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 2px rgba(28,31,36,.04);--shadow:0 4px 16px rgba(28,31,36,.06);--shadow-lg:0 16px 40px rgba(28,31,36,.1);--sidebar-width:248px;--content-max:1440px;--transition:150ms ease;--control-height:2.5rem;--field-label-gap:0.375rem;--field-spacing:1rem;--field-grid-gap:0.875rem;--form-action-gap:1rem;--form-section-spacing:1rem;--form-max-width:68rem;--form-max-width-wide:80rem;--section-gap:1.35rem;--stack-gap:0.75rem;--page-padding-x:1.75rem;--page-padding-top:1.35rem;--page-padding-bottom:2.25rem;--page-title-size:1.375rem;--page-title-lh:1.22;--page-lead-size:0.9375rem;--page-lead-lh:1.55}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font-sans),"Open Sans",system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}a:hover:not(.btn):not(.nav-link):not(.quick-action-pill):not(.module-shortcut):not(.tab):not(.brand){color:var(--primary-hover)}.link{color:var(--primary);font-weight:500}.link:hover{text-decoration:underline}button.link,button.link-button{background:none;border:none;padding:0;font:inherit;font-weight:500;color:var(--primary);cursor:pointer;text-align:left}button.link-button:hover,button.link:hover{text-decoration:underline}button.link-button:disabled,button.link:disabled{color:var(--muted);cursor:not-allowed;text-decoration:none}.muted{color:var(--muted);line-height:1.55}.small{font-size:.875rem}.display-heading,h1{margin:0 0 .5rem;font-weight:600;font-size:clamp(1.5rem,2.5vw,1.75rem);line-height:1.25;letter-spacing:-.025em;color:var(--ink)}h2{margin:0 0 .75rem;font-size:1.0625rem;letter-spacing:-.015em}.card-title,.form-section-title,h2,h3{font-weight:600;line-height:1.35;color:var(--ink)}.card-title,.form-section-title,h3{margin:0 0 .65rem;font-size:.9375rem;letter-spacing:-.01em}h4{margin:0 0 .55rem;font-size:.875rem;font-weight:600;line-height:1.4;letter-spacing:-.008em;color:var(--ink)}p{margin:0 0 .65rem;line-height:1.55}p:last-child{margin-bottom:0}.page-title{margin:0;font-size:var(--page-title-size);font-weight:600;letter-spacing:-.025em;line-height:var(--page-title-lh);color:var(--ink)}.subheading{font-size:.8125rem;font-weight:600;color:var(--muted)}code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.85em;background:var(--surface-muted);padding:.12em .4em;border-radius:4px;color:var(--ink)}.page-center{min-height:100vh;padding:2rem}.branded-loading,.page-center{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 80% 60% at 100% 0,var(--accent-lime-soft),transparent),radial-gradient(ellipse 60% 50% at 0 100%,var(--primary-soft),transparent),var(--bg)}.branded-loading{position:fixed;inset:0;z-index:200;min-height:100dvh;padding:1.5rem;font-family:var(--font-sans),"Open Sans",system-ui,sans-serif}.branded-loading__panel{width:100%;max-width:22rem;padding:2.25rem 2rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:branded-loading-enter .35s ease-out both}.branded-loading__brand{justify-content:center}.branded-loading__brand img{display:block;height:auto;max-width:100%}.branded-loading__progress{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;width:100%;min-height:2.75rem}.branded-loading__spinner{width:2.25rem;height:2.25rem;border-left:3px solid var(--border);border-bottom:3px solid var(--border);border-right-color:var(--border);border-top-color:var(--border);border-top:3px solid var(--primary);border-right:3px solid var(--accent-lime);border-radius:50%;animation:branded-loading-spin .75s linear infinite}.branded-loading__bar{width:min(12rem,100%);height:4px;border-radius:999px;background:var(--border);overflow:hidden}.branded-loading__bar-fill{display:block;width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--accent-lime));animation:branded-loading-bar 1.1s ease-in-out infinite}.branded-loading__message{margin:0;font-size:1rem;font-weight:600;letter-spacing:.01em;color:var(--ink);line-height:1.4}.branded-loading__dots{display:inline-flex;width:1.25rem;justify-content:flex-start;margin-left:.05rem}.branded-loading__dots span{animation:branded-loading-dot 1.2s ease-in-out infinite;opacity:.25}.branded-loading__dots span:nth-child(2){animation-delay:.15s}.branded-loading__dots span:nth-child(3){animation-delay:.3s}.branded-loading__detail{margin:-.65rem 0 0;font-size:.8125rem;font-weight:400;color:var(--muted);line-height:1.5;max-width:18rem}@keyframes branded-loading-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes branded-loading-spin{to{transform:rotate(1turn)}}@keyframes branded-loading-bar{0%{transform:translateX(-120%)}to{transform:translateX(320%)}}@keyframes branded-loading-dot{0%,80%,to{opacity:.25}40%{opacity:1}}@media (prefers-reduced-motion:reduce){.branded-loading__panel{animation:none}.branded-loading__spinner{animation:branded-loading-pulse 1.2s ease-in-out infinite;border-top-color:var(--primary);border-right-color:var(--border)}.branded-loading__bar-fill{animation:none;width:55%;margin:0 auto}.branded-loading__dots span{animation:none;opacity:.7}@keyframes branded-loading-pulse{0%,to{opacity:1}50%{opacity:.45}}}.app-layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;background:var(--bg)}.main-column{display:flex;flex-direction:column}.app-layout>.main,.main-column{min-width:0;min-height:0;height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.content-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem 2rem;flex-wrap:wrap;padding:.85rem var(--page-padding-x);background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.content-topbar__titles{display:flex;flex-direction:column;justify-content:center;gap:.12rem;min-width:0}.content-topbar__title{margin:0;font-size:var(--page-title-size);font-weight:600;letter-spacing:-.025em;line-height:var(--page-title-lh);color:var(--ink)}.content-topbar__subtitle{margin:0;font-size:var(--page-lead-size);line-height:var(--page-lead-lh);color:var(--muted);max-width:40rem}.content-topbar__subtitle--solo{margin:0;font-size:var(--page-lead-size);font-weight:500;color:var(--ink)}.content-topbar__location{font-size:.8125rem;font-weight:600;color:var(--muted);padding:.35rem .75rem;background:var(--surface-muted);border-radius:999px;border:1px solid var(--border)}.content-topbar__meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pagination-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.pagination-controls__meta{flex:1 1;text-align:center}.module-help-button{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;border-radius:999px;border:1px solid var(--border);color:var(--muted);text-decoration:none}.module-help-button:hover{color:var(--ink);border-color:var(--ink);background:var(--surface-muted)}.module-help-button__icon{display:inline-flex;line-height:0}.module-help-button--compact .module-help-button__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:1.15rem .85rem 1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm);height:100vh;max-height:100vh;min-height:0;overflow:hidden;position:-webkit-sticky;position:sticky;top:0;align-self:start}.sidebar-create{padding:0 .35rem}.sidebar-create .btn{border-radius:var(--radius);font-size:.9375rem}.brand{display:flex;gap:.85rem;align-items:center;padding:.15rem .35rem;border-radius:var(--radius-sm);color:inherit;text-decoration:none;transition:background var(--transition)}.brand:hover{background:var(--surface-muted);color:inherit}.brand--logo{display:block;padding:.2rem .35rem .35rem}.brand--logo .bexley-brand--logo{width:100%}.bexley-icon{display:block;flex-shrink:0;border-radius:var(--radius-sm)}.bexley-logo{display:block;width:100%;max-width:100%;height:auto}.bexley-brand{display:flex;align-items:center}.bexley-brand--lockup{gap:.75rem;min-width:0}.bexley-brand--logo{justify-content:center;width:100%}.bexley-brand__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.bexley-brand__title{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink)}.bexley-brand__tagline{font-size:.6875rem;font-weight:500;line-height:1.3;color:var(--muted);letter-spacing:.01em}.auth-card__brand{margin-bottom:.65rem;width:100%}.nav{display:flex;flex-direction:column;gap:.85rem;flex:1 1;min-height:0;overflow-y:auto;padding-right:.15rem}.nav-group{display:flex;flex-direction:column;gap:.2rem}.nav-group-label{padding:0 .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.nav-group-items{display:flex;flex-direction:column;gap:.1rem}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.48rem .7rem;border-radius:var(--radius-sm);color:var(--ink);font-weight:500;font-size:.875rem;line-height:1.35;transition:background var(--transition),color var(--transition)}.nav-link:hover{background:var(--surface-muted);color:var(--primary)}.nav-link.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.nav-link__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem;opacity:.72}.nav-link.active .nav-link__icon,.nav-link:hover .nav-link__icon{opacity:1}.nav-link__label{min-width:0}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.65rem;padding-top:1rem;border-top:1px solid var(--border)}.sidebar-footer--compact{gap:.35rem;padding-top:.75rem}.sidebar-footer__location-label{font-size:.6875rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--muted);line-height:1.2;margin:0}.input--compact{padding:.4rem .65rem;font-size:.875rem}.page-content{flex:1 1;width:100%}.main,.page-content{padding:var(--page-padding-top) var(--page-padding-x) var(--page-padding-bottom);max-width:var(--content-max)}.main,.main.page-content{display:flex;flex-direction:column;gap:var(--section-gap)}.page-header{display:flex;justify-content:space-between;align-items:center;gap:.65rem 1rem;margin-bottom:0;flex-wrap:wrap}.page-header__lead{flex:1 1 16rem;min-width:0}.page-header__lead:empty{display:none}.page-header__desc{margin:0;max-width:40rem;color:var(--muted);font-size:var(--page-lead-size);line-height:var(--page-lead-lh)}.page-header__actions{flex:0 1 auto;display:flex;align-items:center;gap:.65rem .85rem;flex-wrap:wrap}.page-header--detail .page-header__back{display:inline-block;margin-bottom:.15rem}.page-header--detail .page-header__title{margin:.15rem 0 0;font-size:var(--page-title-size);font-weight:600;letter-spacing:-.025em;line-height:var(--page-title-lh)}.auth-card,.panel{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem 2rem 2rem;box-shadow:var(--shadow)}.auth-card__intro{margin-bottom:.85rem}.auth-card__intro h1{margin:0 0 .35rem}.auth-card__intro .muted{margin:0;line-height:var(--page-lead-lh)}.auth-card>h1{margin:0 0 .35rem}.auth-card>.muted{margin:0 0 .85rem;line-height:var(--page-lead-lh)}.auth-card>.tab-row{margin-bottom:1rem}.auth-card form{display:flex;flex-direction:column;gap:.15rem}.auth-card form .field:last-of-type{margin-bottom:.35rem}.auth-card form .btn{margin-top:.35rem}.auth-card .toast-error{margin:.15rem 0 .25rem}.panel-wide{max-width:720px}.auth-card .brand,.auth-card__brand{margin-bottom:.65rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.2rem 1.35rem;margin-bottom:0;box-shadow:var(--shadow-sm)}.card--highlight{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 35%,transparent)}.card--form{padding:1.2rem 1.35rem}.card--form,.card--form-wide{max-width:100%}.card>.card-title:first-child,.card>h2:first-child,.card>h3:first-child{margin-top:0}.card>.card-title+p,.card>h2+p,.card>h3+p{margin-top:.15rem}.card>.card-header-row+.table-wrap,.card>.card-header-row:first-child,.card>.card-section-desc+.table-wrap,.card>.table-wrap:first-child,.card>p.muted+.table-wrap{margin-top:0}.page-form{display:flex;flex-direction:column;gap:var(--stack-gap)}.page-form,.page-form--wide{max-width:100%}.page-form__back{display:inline-flex;align-items:center;margin-bottom:0;font-size:.875rem;font-weight:600;text-decoration:none}.page-form__back:hover{text-decoration:underline}.page-form__intro{margin:0;font-size:var(--page-lead-size);line-height:var(--page-lead-lh);color:var(--muted);max-width:40rem}.form-stack{display:flex;flex-direction:column}.form-stack>.field:has(+.form-actions),.form-stack>.field:has(+.row.form-actions){margin-bottom:0}.form-stack>.checkbox-row,.form-stack>.field-grid,.form-stack>.form-section--panel,.form-stack>.radio-group{margin-bottom:0}.form-layout{display:grid;grid-gap:1.25rem 1.5rem;gap:1.25rem 1.5rem;align-items:start;overflow:visible}.form-layout--2,.form-layout--profile{grid-template-columns:1fr;align-items:start}.form-layout__column{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.form-layout__column>.form-section--panel{width:100%;flex:0 0 auto}.form-layout--aside{grid-template-columns:1fr}.form-fields--2,.form-fields--3{display:grid;grid-gap:var(--field-spacing) .75rem;gap:var(--field-spacing) .75rem;grid-template-columns:1fr}.form-fields--2>.field,.form-fields--3>.field{margin-bottom:0}.field--span-full{grid-column:1/-1}.page-detail-grid{display:grid;grid-gap:var(--stack-gap);gap:var(--stack-gap);margin-bottom:0}.page-detail-grid--2{grid-template-columns:1fr}.page-detail-stack{display:flex;flex-direction:column;gap:var(--stack-gap);min-width:0}@media (min-width:900px){.form-layout--2,.form-layout--profile{grid-template-columns:repeat(2,minmax(0,1fr))}.form-layout--aside{grid-template-columns:minmax(0,1fr) minmax(17rem,24rem)}.form-fields--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-fields--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-fields--2>.field--span-full,.form-fields--3>.field--span-full{grid-column:1/-1}.page-detail-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.form-layout--aside{grid-template-columns:minmax(0,1fr) minmax(18rem,28rem)}}.form-actions,.form-stack>.form-actions,.form-stack>.row.form-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:var(--form-action-gap);padding-top:var(--form-action-gap);border-top:1px solid var(--border)}.customer-profile-card{max-width:var(--form-max-width)}.field{display:flex;flex-direction:column;gap:var(--field-label-gap);margin-bottom:var(--field-spacing)}.field-label{font-size:.8125rem;font-weight:500;letter-spacing:0;text-transform:none;color:var(--muted);line-height:1.25}.input,.select,textarea.input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--ink);padding:.55rem .8rem;font-size:.9375rem;font-family:inherit;width:100%;min-height:var(--control-height);transition:border-color var(--transition),box-shadow var(--transition)}textarea.input{min-height:auto;padding:.65rem .8rem}select.input,select.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235f6570' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.input:hover,.select:hover{border-color:rgba(25,103,202,.35)}.input:focus,.select:focus,textarea.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.form-section{margin-bottom:var(--form-section-spacing);padding-bottom:var(--form-section-spacing);border-bottom:1px solid var(--border);min-width:0}.form-section:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}.form-layout--2>.form-section,.form-layout--profile>.form-section,.form-layout__column>.form-section{margin-bottom:0;padding-bottom:0;border-bottom:none;min-width:0;width:100%}.form-section--panel{padding:1rem 1.1rem 1.05rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);box-sizing:border-box;overflow:visible;box-shadow:var(--shadow-sm)}.card--form:has(.form-layout),.card--form:has(.form-section--panel),.card:has(>.form-stack .form-layout),.card:has(>.form-stack .form-section--panel){background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;overflow:visible}.page-form>.form-stack{overflow:visible}.customer-profile-form .field-grid,.customer-profile-form .field-grid--address-city{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-profile-form .field-grid--address-city>.field:last-child{grid-column:1/-1}.customer-profile-form .field-grid--prefs-ids{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-profile-form .field--compact{max-width:16rem}.field--compact .field-label{white-space:normal}.form-section--panel .form-section-title{margin-bottom:.75rem}.enrollment-payment-capture{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 0 0;margin-top:.25rem;border-top:1px solid var(--border)}.form-section-title{margin:0 0 .6rem;font-size:.9375rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;color:var(--ink)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--field-spacing) var(--field-grid-gap);gap:var(--field-spacing) var(--field-grid-gap)}.card .field-grid+:is(.btn,.btn-row,.row,a.btn,button.btn),.card :is(.table-wrap,.activity-list,p.muted)+.field-grid,.card :is(.table-wrap,.activity-list,p.muted)+form,.form-section--panel>.field-grid+:is(.btn,.btn-row,.row,a.btn,button.btn),.form-stack>.field-grid+:is(.btn,.btn-row,.row,a.btn,button.btn){margin-top:var(--form-action-gap)}.card>.form-stack,.card>form{margin-top:var(--form-action-gap)}.card>.card-section-desc+.form-stack,.card>.card-section-desc+form,.card>:is(h2,h3,.card-title)+.form-stack,.card>:is(h2,h3,.card-title)+form,.card>p.muted+.form-stack,.card>p.muted+form{margin-top:0}.card>.form-stack:first-child,.card>form:first-child{margin-top:0}.field-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid>.field,.field-grid>.field--switch{margin-bottom:0}.checkbox-row{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-bottom:var(--field-spacing)}.checkbox-label{display:flex;align-items:center;gap:.45rem;font-size:.9rem;cursor:pointer}.radio-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:var(--field-spacing)}.radio-label{display:flex;align-items:center;gap:.45rem;font-size:.9rem;cursor:pointer}.checkbox-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.35rem}.checkbox-list .checkbox{display:flex;align-items:center;gap:.45rem;font-size:.9rem;cursor:pointer}.field--switch{flex-direction:row;align-items:center;gap:.55rem;margin-bottom:var(--field-spacing);cursor:pointer}.field--switch span{font-size:.9375rem;color:var(--ink);font-weight:500}.btn,a.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:var(--radius-sm);padding:0 1rem;min-height:var(--control-height);font-size:.875rem;font-weight:600;font-family:inherit;letter-spacing:0;cursor:pointer;background:var(--primary);color:var(--white);text-decoration:none;white-space:nowrap;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition);box-shadow:0 1px 2px rgba(26,95,180,.2)}.btn:focus-visible,.btn:hover,a.btn:focus-visible,a.btn:hover{background:var(--primary-hover);color:var(--white);text-decoration:none;box-shadow:0 2px 6px rgba(26,95,180,.22)}.btn:active,a.btn:active{color:var(--white);box-shadow:none}.btn:disabled,a.btn:disabled,button.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;color:var(--white)}.btn-ghost,a.btn-ghost,button.btn-ghost{background:var(--white);color:var(--ink);border:1px solid var(--border-strong);box-shadow:none}.btn-ghost:focus-visible,.btn-ghost:hover,a.btn-ghost:focus-visible,a.btn-ghost:hover{background:var(--surface-muted);color:var(--primary);border-color:rgba(26,95,180,.28);box-shadow:none}.btn-ghost:active,a.btn-ghost:active{color:var(--primary-hover)}.btn-ghost:disabled,a.btn-ghost:disabled,button.btn-ghost:disabled{color:var(--muted)}.btn-accent,a.btn-accent,button.btn-accent{background:var(--accent-lime);color:var(--ink);box-shadow:0 2px 8px rgba(175,252,65,.45)}.btn-accent:focus-visible,.btn-accent:hover,a.btn-accent:focus-visible,a.btn-accent:hover{background:#8fcf22;color:var(--ink)}.btn-accent:active,a.btn-accent:active{color:var(--ink)}.btn-danger,a.btn-danger,button.btn-danger{background:var(--accent-pink);color:var(--white);box-shadow:0 2px 8px rgba(255,0,127,.3)}.btn-danger:focus-visible,.btn-danger:hover,a.btn-danger:focus-visible,a.btn-danger:hover{background:#c40062;color:var(--white)}.btn-danger:active,a.btn-danger:active{color:var(--white)}.btn.small{font-size:.8125rem;min-height:2.125rem;padding:0 .7rem}.full{width:100%}.row{gap:.75rem;align-items:center}.row,.tab-row{display:flex;flex-wrap:wrap}.tab-row{gap:.35rem;margin-bottom:1rem}.tab{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;font:inherit;font-size:.875rem;font-weight:500;line-height:1.35;padding:.48rem .9rem;text-decoration:none;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition)}.tab:hover{border-color:var(--border-strong);color:var(--ink);background:var(--surface-muted)}.tab.active{background:var(--primary);border-color:var(--primary);color:var(--white);font-weight:600}.tab-row.catalog-scope-tabs,.tab-row.customer-detail-tabs,.tab-row.settings-tabs{padding:.3rem;gap:.2rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius)}.tab-row.catalog-scope-tabs .tab,.tab-row.customer-detail-tabs .tab,.tab-row.settings-tabs .tab{border-color:transparent;background:transparent;color:var(--muted)}.tab-row.catalog-scope-tabs .tab:hover,.tab-row.customer-detail-tabs .tab:hover,.tab-row.settings-tabs .tab:hover{background:hsla(0,0%,100%,.65);color:var(--ink);border-color:transparent}.tab-row.catalog-scope-tabs .tab.active,.tab-row.customer-detail-tabs .tab.active,.tab-row.settings-tabs .tab.active{background:var(--surface);border-color:var(--border);color:var(--primary);box-shadow:var(--shadow-sm);font-weight:600}.customer-detail-tabs,.settings-tabs{margin-bottom:0}.settings-meta{margin:0 0 1rem}.settings-form{margin-top:1.25rem}.settings-panel__title{font-size:1.05rem;font-weight:600;margin:0 0 .35rem}.settings-panel .card-section-desc{margin-bottom:1.25rem}.settings-form__actions{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.settings-feature-block{padding:1rem 0;border-top:1px solid var(--border)}.settings-feature-block:first-of-type{border-top:none;padding-top:0}.settings-feature-block__title{font-size:.95rem;font-weight:600;margin:0 0 .35rem}.feature-docs{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}.feature-docs-nav{position:-webkit-sticky;position:sticky;top:1rem;padding:1rem;max-height:calc(100vh - 6rem);overflow-y:auto}.feature-docs-nav__header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.feature-docs-nav__home{display:block;font-weight:600;color:var(--ink);text-decoration:none;margin-bottom:.35rem}.feature-docs-nav__home:hover{color:var(--primary)}.feature-docs-nav__group+.feature-docs-nav__group{margin-top:1rem}.feature-docs-nav__group-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.feature-docs-nav__links{display:flex;flex-direction:column;gap:.15rem}.feature-docs-nav__link{display:block;padding:.4rem .55rem;border-radius:var(--radius-sm);color:var(--ink);text-decoration:none;font-size:.875rem;line-height:1.35}.feature-docs-nav__link.active,.feature-docs-nav__link:hover{background:var(--surface-muted);color:var(--primary)}.feature-docs-nav__link.active{font-weight:600}.feature-docs-index{padding:1.25rem 1.5rem}.feature-docs-index__section+.feature-docs-index__section{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border)}.feature-docs-index__heading{font-size:1rem;font-weight:600;margin:0 0 .75rem}.feature-docs-index__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.feature-docs-index__link{display:block;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color var(--transition),box-shadow var(--transition)}.feature-docs-index__link:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.feature-docs-index__title{display:block;font-weight:600;margin-bottom:.2rem}.feature-docs-index__summary{display:block;font-size:.875rem;line-height:1.45}.feature-docs-article{padding:1.5rem}.feature-docs-article__header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.feature-docs-article__eyebrow{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.05em}.feature-docs-article__title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.feature-docs-article__summary{margin:0;color:var(--muted);line-height:1.5}.feature-docs-article__action{margin:1rem 0 0}.feature-docs-article__section+.feature-docs-article__section{margin-top:1.25rem}.feature-docs-article__section h3{font-size:1.05rem;font-weight:600;margin:0 0 .5rem}.feature-docs-article__section p{margin:0 0 .65rem;line-height:1.55}.feature-docs-article__section ul{margin:0;padding-left:1.25rem;line-height:1.55}.feature-docs-article__section li+li{margin-top:.35rem}@media (max-width:900px){.feature-docs{grid-template-columns:1fr}.feature-docs-nav{position:static;max-height:none}}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background:var(--surface);box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse}.table-actions{white-space:normal;width:1%;min-width:14rem;vertical-align:middle}td.table-actions{text-align:right}td.table-actions>*+*{margin-left:.5rem}.table-actions__group{display:inline-flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:.5rem;margin-left:0}td.table-actions>.table-actions__group+*{margin-left:.5rem}.table-actions__group .btn.small,.table-actions__group .input.small,.table-actions__group select.input.small{min-height:var(--control-height);height:var(--control-height);box-sizing:border-box}.table-actions__group select.input.small{padding-top:0;padding-bottom:0;line-height:calc(var(--control-height) - 2px)}.table-actions__group--agreement{min-width:min(100%,20rem)}.table-actions__group .btn.small{flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.table-actions__group .input.small{width:auto;min-width:9.5rem;max-width:12rem}.table-header-label{display:block;font-weight:600}.table-header-hint{display:block;margin-top:.15rem;font-size:.75rem;font-weight:400;color:var(--muted);line-height:1.3}.prospect-tour-cell{min-width:11rem}.prospect-tour-cell__when{display:block;margin-bottom:.35rem}.field-hint{margin:.2rem 0 .45rem;font-size:.8125rem;color:var(--muted)}.org-brand-logo,.org-brand-logo-wrap{display:block;width:100%}.org-brand-logo{max-height:3.25rem;object-fit:contain;object-position:left center}.org-brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-width:0}.org-brand-lockup__logo{display:block;max-width:100%;max-height:2.75rem;object-fit:contain;object-position:left center}.org-brand-lockup__tagline{font-size:.75rem;color:var(--muted);line-height:1.3}.branding-color-row{display:flex;align-items:center;gap:.75rem;max-width:16rem}.branding-color-swatch{width:2.75rem;height:2.75rem;padding:.15rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer}.branding-asset__row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.branding-asset__preview{flex:0 0 auto;min-width:8rem;min-height:4rem;padding:.5rem;border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-subtle,#f8f9fb);display:flex;align-items:center;justify-content:center}.branding-asset__preview-img{max-width:10rem;max-height:4rem;object-fit:contain}.branding-asset__actions{flex:1 1 12rem;display:flex;flex-direction:column;gap:.5rem;min-width:12rem}.btn-danger-outline{color:var(--danger);background:var(--surface);border-color:rgba(196,30,58,.4)}.btn-danger-outline:focus-visible,.btn-danger-outline:hover{color:var(--danger);background:rgba(196,30,58,.07);border-color:var(--danger-border)}.agreements-card .card-header-row{align-items:flex-end;margin-bottom:.85rem}.agreements-filter{margin:0;min-width:11rem}.agreements-filter .input{min-width:11rem}.agreements-table-wrap{margin-top:.25rem}.agreements-table td.table-actions{padding-top:.75rem;padding-bottom:.75rem}td,th{text-align:left;padding:.65rem 1rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.45}td.table-actions{vertical-align:middle}table tbody td:not(.table-actions)>:is(p,div,span){margin:0}table tbody td:not(.table-actions)>*+*{margin-top:.2rem}table tbody td:not(.table-actions)>.badge,table tbody td:not(.table-actions)>.badge+*{margin-top:0}table tbody td:not(.table-actions)>.badge+.muted,table tbody td:not(.table-actions)>.badge+.small{margin-top:.2rem;margin-left:0}th{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--surface-muted)}td{font-size:.875rem}tbody tr:hover td{background:rgba(25,103,202,.04)}tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1.35;letter-spacing:.01em;text-transform:none;background:var(--surface-muted);border:1px solid var(--border);color:var(--muted)}.badge-primary{background:var(--primary-soft);border-color:rgba(25,103,202,.2);color:var(--primary)}.badge-success{background:var(--accent-lime-soft);border-color:rgba(175,252,65,.5);color:#3d5c12}.nested-card{margin-bottom:1rem;padding:1rem;background:var(--surface-muted,#f6f7f9);border-radius:var(--radius,8px)}.enroll-schedule-list,.quote-lines{list-style:none;padding:0;margin:.5rem 0 0}.enroll-schedule-list li,.quote-lines li{margin-bottom:.35rem}.badge-danger{background:var(--accent-pink-soft);border-color:rgba(255,0,127,.25);color:var(--accent-pink)}.badge-warn{background:rgba(255,170,0,.12);border-color:rgba(255,170,0,.28);color:#b36b00}.page-header-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.checkbox-inline{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:var(--text-muted)}.text-error{color:var(--accent-pink)}.text-warn{color:#b36b00}.text-success{color:var(--accent-green,#1a7f37)}.profile-dl{display:grid;grid-gap:.55rem 1.25rem;gap:.55rem 1.25rem;margin:.85rem 0 0;font-size:.9rem;grid-template-columns:1fr}.profile-dl div{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:.5rem 1rem;gap:.5rem 1rem;align-items:baseline}@media (min-width:720px){.profile-dl{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dl div.profile-dl__full{grid-column:1/-1}}.profile-dl dt{margin:0;color:var(--muted);font-weight:500;font-size:.8125rem;text-transform:none;letter-spacing:0;white-space:nowrap}.profile-dl dd{margin:0;color:var(--ink)}.note-list{list-style:none;margin:0;padding:0}.note-list li{border-top:1px solid var(--border);padding:.75rem 0;line-height:1.45}.note-list li:first-child{border-top:none;padding-top:0}.api-docs-layout{height:100vh;height:100dvh;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.api-docs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1.1rem 2rem 1rem;border-bottom:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);flex-shrink:0;z-index:2}.api-docs-header__main{min-width:0}.api-docs-header h1{margin:.35rem 0 .2rem}.api-docs-back{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#5c6168}.api-docs-back:hover{color:var(--primary)}.api-docs-tagline{margin:0;color:#5c6168;line-height:1.45}.api-docs-tagline code{font-size:.8125rem;color:var(--ink);background:#e8ecf2;border:1px solid rgba(28,31,36,.12);padding:.12em .4em;border-radius:4px;font-weight:500}.api-docs-source-badge{display:inline-flex;align-items:center;gap:.45rem;margin-top:.65rem;padding:.3rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;line-height:1.3}.api-docs-source-badge__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.api-docs-source-badge--live{color:#1a5c34;background:rgba(45,138,78,.12);border:1px solid rgba(45,138,78,.28)}.api-docs-source-badge--live .api-docs-source-badge__dot{background:var(--success);box-shadow:0 0 0 2px rgba(45,138,78,.2)}.api-docs-source-badge--bundled,.api-docs-source-badge--offline{color:#6b4e12;background:rgba(179,90,31,.1);border:1px solid rgba(179,90,31,.25)}.api-docs-source-badge--bundled .api-docs-source-badge__dot,.api-docs-source-badge--offline .api-docs-source-badge__dot{background:#b35a1f}.api-docs-body{flex:1 1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.api-docs-redoc{flex:1 1;min-height:0;height:100%;overflow:hidden}.api-docs-redoc>div{height:100%!important}.api-docs-redoc .redoc-wrap{height:100%!important;min-height:0!important;overflow:hidden!important}.api-docs-redoc .menu-content{position:-webkit-sticky!important;position:sticky!important;top:0!important;align-self:flex-start!important;flex-shrink:0}.api-docs-redoc .api-content,.api-docs-redoc .menu-content{max-height:100%!important;height:100%!important;overflow-y:auto!important;overscroll-behavior:contain}.api-docs-redoc .api-content{min-width:0}.api-docs-redoc tr.response td span,.api-docs-redoc tr[class*=response] td span{font-weight:600}.api-docs-redoc code{color:#1c1f24!important;background-color:#e8ecf2!important;border:1px solid rgba(28,31,36,.12);padding:.12em .4em;border-radius:4px;font-weight:500;word-break:break-word}.api-docs-redoc [class*=RightPanel] code,.api-docs-redoc [class*=redoc-json] code,.api-docs-redoc [class*=right-panel] code,.api-docs-redoc pre code{color:#e8ecf2!important;background-color:transparent!important;border:none;padding:0;font-weight:400}.toast-stack{position:fixed;right:1.25rem;bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem;z-index:100;max-width:380px}.toast{padding:.9rem 1.1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink);box-shadow:var(--shadow-lg);font-weight:500}.toast-success{border-color:var(--success-border);border-left-width:4px}.toast-error{border-color:var(--danger-border);border-left-width:4px;color:var(--danger)}.page-alert-outlet{flex-shrink:0;width:100%}.alert-banner{display:flex;align-items:flex-start;gap:.65rem .85rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.45}.alert-banner__label{flex-shrink:0;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding-top:.1rem}.alert-banner__message{flex:1 1;min-width:0}.alert-banner__dismiss{flex-shrink:0;margin:-.15rem -.25rem -.15rem 0;padding:.15rem .45rem;border:none;background:transparent;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.75;border-radius:var(--radius-sm)}.alert-banner__dismiss:hover{opacity:1;background:rgba(0,0,0,.06)}.alert-banner--error{background:rgba(196,30,58,.1);border-bottom:1px solid var(--danger-border);color:#8b1538}.alert-banner--error .alert-banner__label{color:var(--danger)}.alert-banner--success{background:rgba(42,125,74,.1);border-bottom:1px solid var(--success-border);color:#1a5c34}.alert-banner--success .alert-banner__label{color:var(--success)}.alert-banner--warning{background:rgba(179,90,31,.1);border-bottom:1px solid rgba(179,90,31,.28);color:#6b4e12}.alert-banner--warning .alert-banner__label{color:#b35a1f}.alert-banner--info{background:var(--primary-soft);border-bottom:1px solid rgba(26,95,180,.2);color:var(--ink)}.alert-banner--info .alert-banner__label{color:var(--primary)}.alert-banner--inset{margin-bottom:.85rem;border-radius:var(--radius-sm);border:1px solid transparent}.alert-banner--inset.alert-banner--error{border-color:var(--danger-border)}.alert-banner--inset.alert-banner--success{border-color:var(--success-border)}.alert-banner--inset.alert-banner--warning{border-color:rgba(179,90,31,.28)}.alert-banner--inset.alert-banner--info{border-color:rgba(26,95,180,.2)}.api-docs-error-banner{flex-shrink:0;margin:0;border-bottom:1px solid var(--danger-border)}.auth-card .alert-banner--inset{margin-top:0;margin-bottom:.85rem}.auth-card form>.alert-banner--inset:first-child{margin-top:0}.modal-body>.alert-banner--inset:first-child{margin-bottom:1rem}.modal-backdrop{position:fixed;inset:0;background:rgba(34,34,34,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-panel{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.modal-footer,.modal-header{padding:1.1rem 1.35rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-footer{border-bottom:none;border-top:1px solid var(--border);justify-content:flex-end}.modal-body{padding:1.35rem}.modal-header h2{margin:0;font-size:1rem;font-weight:600;letter-spacing:-.01em;text-transform:none}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));grid-gap:.75rem;gap:.75rem;margin:0}.stat-card{padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-muted);display:flex;flex-direction:column;gap:.15rem}.stat-card--elevated{background:var(--surface);box-shadow:var(--shadow-sm)}.stat-value{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);line-height:1.1}.stat-label{font-size:.8125rem;font-weight:500;color:var(--muted)}.report-nav{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;padding:.15rem 0}.report-section .form-section-title{margin-top:.5rem}.empty{padding:2.75rem 1.75rem;text-align:center;font-size:.9375rem;line-height:1.55;color:var(--muted);background:var(--surface-muted);border:1px dashed var(--border-strong);border-radius:var(--radius-lg)}.input-with-suffix{display:flex;align-items:stretch;gap:0}.input-with-suffix .input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1 1}.input-suffix{display:flex;align-items:center;padding:0 .75rem;border:1px solid var(--border);border-left:none;border-radius:0 var(--radius) var(--radius) 0;background:var(--surface-muted);color:var(--muted);font-size:.875rem}.field-error,.field-hint{margin:.2rem 0 0;font-size:.75rem;line-height:1.4}.field-error{color:var(--danger,#c0392b)}.input-error{border-color:var(--danger,#c0392b)}.input.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.export-toolbar,.toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem .85rem}.export-toolbar .field,.page-header__actions .field,.toolbar .field{margin-bottom:0;min-width:9.5rem}.page-header__actions>.toolbar__action,.toolbar__action{display:flex;flex-direction:column;justify-content:flex-end}.page-header__actions>a.btn,.page-header__actions>button.btn{align-self:center}.toolbar-filter{margin-bottom:0}.toolbar-filter .field{margin-bottom:0;max-width:14rem}.check-in-quick{margin-bottom:0}.check-in-quick .toolbar{margin-top:.75rem}.card-header-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.85rem}.card-header-row,.card-header-row.row-between,.card-header-row.row-between--start{align-items:flex-start}.card-header-row>div:first-child{display:flex;flex-direction:column;gap:.4rem;min-width:0}.card-header-row .card-title,.card-header-row h3{margin:0;line-height:1.35}.card-header-row .btn,.card-header-row>.field,.card-header-row>.toolbar{flex-shrink:0;align-self:center}.card-section-desc{margin:0 0 .85rem;font-size:var(--page-lead-size);color:var(--muted);line-height:var(--page-lead-lh)}.card-header-row+.card-section-desc,.card>.card-title+.card-section-desc{margin-top:-.35rem}.card-header-row .card-section-desc{margin-bottom:0}.section-lead{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.section-lead--compact{margin-bottom:0}.section-lead .card-title,.section-lead h2,.section-lead h3{margin:0}.section-lead__desc{margin:0;font-size:var(--page-lead-size);color:var(--muted);line-height:var(--page-lead-lh)}.signature-canvas{width:100%;max-width:480px;height:140px;border:1px solid var(--border);border-radius:var(--radius);touch-action:none;cursor:crosshair;background:#fff}.dashboard{display:flex;flex-direction:column;gap:var(--section-gap)}.welcome-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;padding:1.35rem 1.5rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary-soft) 0,transparent 55%),linear-gradient(225deg,var(--accent-lime-soft) 0,transparent 45%),var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.welcome-banner__title{margin:0;font-size:clamp(1.35rem,2.5vw,var(--page-title-size));font-weight:600;letter-spacing:-.025em;line-height:var(--page-title-lh)}.welcome-banner__subtitle{margin:.35rem 0 0;color:var(--muted);font-size:var(--page-lead-size);line-height:var(--page-lead-lh)}.module-shortcuts{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));grid-gap:.65rem;gap:.65rem}.module-shortcut{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.85rem .5rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);color:var(--ink);text-decoration:none;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.module-shortcut:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:rgba(26,95,180,.22);color:var(--ink)}.module-shortcut__icon{width:2.5rem;height:2.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.module-shortcut--primary .module-shortcut__icon{background:var(--primary-soft);color:var(--primary)}.module-shortcut--lime .module-shortcut__icon{background:var(--accent-lime-soft);color:#3d5c12}.module-shortcut--pink .module-shortcut__icon{background:var(--accent-pink-soft);color:var(--accent-pink)}.module-shortcut--neutral .module-shortcut__icon{background:var(--surface-muted);color:var(--muted)}.module-shortcut__label{font-size:.8125rem;font-weight:600}.module-shortcut__desc{font-size:.6875rem;color:var(--muted);line-height:1.2}.quick-actions-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.quick-actions-row__label{font-size:.8125rem;font-weight:600;color:var(--muted);flex-shrink:0}.quick-actions-row__pills{display:flex;flex-wrap:wrap;gap:.5rem}.quick-action-pill{display:inline-flex;align-items:center;padding:.45rem .95rem;border-radius:999px;font-size:.8125rem;font-weight:600;border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);text-decoration:none;transition:background var(--transition),border-color var(--transition),color var(--transition)}.quick-action-pill:hover,a.quick-action-pill:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft);text-decoration:none}.quick-action-pill--primary{background:var(--primary);border-color:var(--primary);color:var(--white)}.quick-action-pill--primary:hover,a.quick-action-pill--primary:hover{background:var(--primary-hover);color:var(--white);text-decoration:none}.dashboard-grid{display:grid;grid-template-columns:1fr min(22rem,34%);grid-gap:var(--section-gap);gap:var(--section-gap);align-items:start}.dashboard-grid__main,.dashboard-grid__side{display:flex;flex-direction:column;gap:var(--stack-gap);min-width:0}.dashboard-card{margin-bottom:0}.dashboard-stats{margin-top:0}.member-quick-search{display:flex;gap:.65rem;flex-wrap:wrap;align-items:stretch}.member-quick-search__input{flex:1 1 14rem;min-width:0;border-radius:var(--radius);min-height:2.75rem}.activity-list{list-style:none;margin:0;padding:0}.activity-list li{border-top:1px solid var(--border)}.activity-list li:first-child{border-top:none}.activity-list__link{display:flex;align-items:center;gap:.85rem;padding:.75rem 0;color:inherit;text-decoration:none}.activity-list__link:hover .activity-list__title{color:var(--primary)}.activity-list__avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(145deg,var(--primary-soft),var(--accent-lime-soft));color:var(--primary);font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-list__body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.activity-list__title{font-weight:600;font-size:.9375rem}.activity-list__meta{font-size:.8125rem;color:var(--muted)}.activity-list--compact li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem 0}.feed-card{padding:1rem 1.15rem;border-radius:var(--radius-lg);background:linear-gradient(160deg,var(--accent-lime-soft),var(--surface));border:1px solid rgba(158,217,38,.35)}.feed-card__title{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.feed-card__body{margin:0 0 .65rem;color:var(--ink);line-height:1.45}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.module-tabs{margin:0 0 .15rem}.module-tabs__scroll{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.15rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.module-tabs__scroll::-webkit-scrollbar{display:none}.module-tab{flex-shrink:0;padding:.45rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.8125rem;font-weight:600;text-decoration:none;transition:background var(--transition),border-color var(--transition),color var(--transition)}.module-tab:hover{color:var(--ink);border-color:rgba(26,95,180,.25)}.module-tab--active{background:var(--primary-soft);border-color:rgba(26,95,180,.35);color:var(--primary)}.empty-state{padding:1.5rem .5rem;text-align:center}.empty-state__title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.empty-state__desc{margin:0 auto .85rem;max-width:28rem;color:var(--muted);font-size:.9375rem;line-height:1.45}.empty-state__action{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end}.filter-bar .field{margin:0;min-width:min(100%,10rem)}.filter-bar .btn{min-height:2.625rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));grid-gap:.75rem;gap:.75rem}.stat-grid .stat-card{margin:0}.status-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:var(--surface-muted);color:var(--muted)}.status-badge--pending{background:#fef3c7;color:#92400e}.status-badge--active,.status-badge--approved,.status-badge--completed,.status-badge--sent{background:var(--accent-lime-soft);color:#3d5c12}.status-badge--denied,.status-badge--failed{background:#fee2e2;color:#991b1b}.mobile-topbar,.sidebar-backdrop{display:none}@media (max-width:768px){.mobile-topbar{display:flex;align-items:center;gap:.75rem;grid-column:1/-1;padding:.75rem var(--page-padding-x);background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:30}.mobile-topbar .module-help-button{margin-left:auto;flex-shrink:0}.mobile-topbar__titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.mobile-topbar__title{font-size:.9375rem;font-weight:600;letter-spacing:-.02em}.mobile-topbar__location,.mobile-topbar__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-topbar__location{font-size:.75rem;color:var(--muted)}.mobile-nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:.22rem;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer}.mobile-nav-toggle__bar{display:block;width:1.1rem;height:2px;margin:0 auto;background:var(--ink);border-radius:1px}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:45;border:none;padding:0;background:rgba(15,23,42,.45);cursor:pointer}.content-topbar--desktop{display:none}.app-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:100dvh;max-height:100dvh;overflow:hidden}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(88vw,var(--sidebar-width));z-index:50;transform:translateX(-105%);transition:transform .22s ease;border-right:1px solid var(--border);border-bottom:none;box-shadow:var(--shadow)}.app-layout--nav-open .sidebar{transform:translateX(0)}.nav{overflow-y:auto}.main-column{min-height:0;height:auto;max-height:none;overflow:hidden;display:flex;flex-direction:column}.main-column .main.page-content{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-layout>.main{height:auto;max-height:none;overflow:visible}:root{--page-padding-x:1rem;--page-padding-top:1rem;--page-padding-bottom:1.5rem;--section-gap:1rem}.main,.page-content,.portal-main__inner{padding:var(--page-padding-top) var(--page-padding-x) var(--page-padding-bottom)}.page-header__actions .btn,.page-header__actions>a.btn{flex:1 1 auto;justify-content:center;min-height:2.75rem}.card-header-row{flex-direction:column;align-items:stretch;gap:.65rem}.card-header-row .btn{width:100%;justify-content:center;min-height:2.75rem}.welcome-banner{flex-direction:column;align-items:stretch}.welcome-banner__location{align-self:flex-start}.dashboard-grid{grid-template-columns:1fr}.module-shortcuts{grid-template-columns:repeat(2,1fr)}.quick-actions-row__pills{gap:.45rem}.quick-action-pill{min-height:2.5rem;padding:.45rem .85rem}.btn,.nav-link{min-height:2.5rem}.field-grid,.field-grid--3,.form-fields--2,.form-fields--3,.form-layout--2,.form-layout--aside,.form-layout--profile,.page-detail-grid--2{grid-template-columns:1fr}.card--form,.customer-profile-card,.page-form{max-width:none}.filter-bar{flex-direction:column;align-items:stretch}.filter-bar .btn,.filter-bar .field{width:100%}.toolbar-filter{flex-direction:column;align-items:stretch}.toolbar-filter .field{width:100%}.page-header{flex-direction:column;align-items:stretch}.page-header__actions{width:100%}.page-header__actions .toolbar{flex-direction:column;align-items:stretch;width:100%}.page-header__actions .toolbar .btn,.page-header__actions .toolbar .field{width:100%}.tab,.tab-row .tab{min-height:2.75rem;padding:.5rem .85rem}.join-admin-link-row{flex-direction:column;align-items:stretch}.join-admin-link-row .btn{width:100%;min-height:2.75rem}.pagination-controls{flex-direction:column;align-items:stretch;gap:.5rem}.pagination-controls .btn{width:100%;min-height:2.75rem}.pagination-controls__meta{text-align:center}.content-topbar__meta{flex-wrap:wrap;justify-content:flex-end}.api-docs-header{padding:1rem 1.25rem;flex-direction:column;align-items:stretch}.api-docs-header .btn{align-self:flex-start}}.modal-panel--wide{max-width:min(96vw,56rem)}.modal-panel--wide .modal-body{overflow-x:hidden;overflow-y:auto;max-height:min(72vh,52rem);padding-bottom:1.5rem}.modal-body:has(.customer-profile-form),.modal-body:has(.form-layout){overflow-x:hidden;overflow-y:auto}.page-stack{gap:var(--section-gap)}.page-stack,.stack{display:flex;flex-direction:column}.stack{gap:var(--stack-gap)}.stack--sm{gap:.5rem}.stack--lg{gap:1.15rem}.row-between{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.row-between--start{align-items:flex-start}.field--inline-end{margin-bottom:0;min-width:12rem}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.list-plain{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem}.list-plain>li{margin:0}.list-plain>li.row,.list-plain>li.row-between{padding:.55rem 0;border-bottom:1px solid var(--border)}.list-plain>li.row-between:last-child,.list-plain>li.row:last-child{border-bottom:none;padding-bottom:0}.list-plain>li.row-between:first-child,.list-plain>li.row:first-child{padding-top:0}.pos-register{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-gap:1rem;gap:1rem;align-items:start}.pos-member-picker{position:relative}.pos-member-picker__selected{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated,var(--bg))}.pos-member-picker__selected-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.pos-member-picker__name{font-weight:500}.pos-member-picker__results{position:absolute;z-index:20;left:0;right:0;top:calc(100% + .25rem);margin:0;padding:.25rem 0;list-style:none;max-height:14rem;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-shadow:0 8px 24px rgba(0,0,0,.12)}.pos-member-picker__option{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.pos-member-picker__option:focus-visible,.pos-member-picker__option:hover{background:var(--surface-hover,rgba(0,0,0,.04))}.pos-member-picker__option--guest{font-weight:500;border-bottom:1px solid var(--border)}.pos-member-picker__empty{padding:.5rem .75rem}.pos-member-picker__hint{margin:.35rem 0 0}.pos-kiosk-app{min-height:100dvh;background:var(--bg)}.pos-kiosk-app__main{min-height:100dvh;padding:0;margin:0;max-width:none}.pos-kiosk{display:flex;flex-direction:column;min-height:100dvh;padding:.75rem 1rem 1rem;box-sizing:border-box}.pos-kiosk__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0;padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.pos-kiosk__header-start{display:flex;align-items:center;gap:.65rem;min-width:0}.pos-kiosk__badge{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .5rem;border-radius:var(--radius);background:var(--accent-muted,rgba(0,0,0,.06));color:var(--accent,#1a5fb4)}.pos-kiosk__location{font-weight:600;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-kiosk__header-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.pos-kiosk__register{flex:1 1;min-height:0;overflow:auto}.pos-kiosk__register .pos-register{min-height:min(100%,calc(100dvh - 5rem))}.pos-kiosk__register .pos-register__cart{position:-webkit-sticky;position:sticky;top:0}@media (min-width:901px){.pos-kiosk__register .pos-register{grid-template-columns:1fr minmax(280px,360px)}}.pos-register__manage{display:flex;flex-shrink:0;gap:.25rem}.pos-suspended-list{margin-top:var(--space-md,1rem);padding-top:var(--space-md,1rem);border-top:1px solid var(--border)}.pos-suspended-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.pos-suspended-item:last-child{border-bottom:none}.pos-category-edit-row{flex:1 1;min-width:0}.pos-register__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.75rem}.pos-category-pills{display:flex;flex-wrap:wrap;gap:.4rem}.pos-category-pill{border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:999px;padding:.35rem .85rem;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.pos-category-pill:hover{border-color:rgba(25,103,202,.35)}.pos-category-pill.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);font-weight:600}.pos-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(6.75rem,1fr));grid-gap:.55rem;gap:.55rem}.pos-product-tile{display:flex;flex-direction:column;align-items:stretch;padding:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);text-align:left;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition)}.pos-product-tile:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.pos-product-tile__media{display:block;width:100%;aspect-ratio:1;flex-shrink:0;overflow:hidden;background:color-mix(in srgb,var(--primary) 10%,var(--surface))}.pos-product-tile__img{display:block;width:100%;height:100%;object-fit:cover}.pos-product-tile__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.35rem;font-weight:600;line-height:1;color:color-mix(in srgb,var(--primary) 55%,var(--muted));-webkit-user-select:none;-moz-user-select:none;user-select:none}.pos-product-tile__body{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;min-height:3.25rem;padding:.45rem .55rem .5rem}.pos-product-tile__name{font-size:.8125rem;font-weight:600;line-height:1.25;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pos-product-tile__price{font-size:.75rem;color:var(--muted);margin-top:auto}.pos-register__empty{padding:2rem 1rem;text-align:center}.pos-register__cart{position:-webkit-sticky;position:sticky;top:.5rem}.pos-cart-lines{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:16rem;overflow-y:auto}.pos-cart-line{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:.35rem .5rem;gap:.35rem .5rem;align-items:center;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.pos-cart-line__info{display:flex;flex-direction:column;min-width:0}.pos-cart-line__name{font-weight:500;font-size:.875rem}.pos-cart-line__qty{display:flex;align-items:center;gap:.25rem}.pos-cart-line__qty span{min-width:1.25rem;text-align:center;font-weight:600}.pos-cart-totals{margin-top:.5rem;padding-top:.65rem;border-top:1px solid var(--border)}.pos-cart-totals__row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.pos-cart-totals__row--total{font-size:1.05rem;font-weight:700;margin-top:.35rem;color:var(--ink)}.pos-payment-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.pos-catalog-manager__section+.pos-catalog-manager__section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.pos-settings-catalog__section+.pos-settings-catalog__section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.pos-catalog-product-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.pos-catalog-product-list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem}.pos-product-tile__sku{display:block;font-size:.7rem}.pos-product-tile--out-of-stock{opacity:.55;cursor:not-allowed}.pos-product-tile--low-stock{border-color:var(--warning-border,#d4a017)}.pos-product-tile__stock{display:block;color:var(--text-muted);font-size:.7rem}.pos-product-tile__stock--low{color:var(--warning-text,#9a6700)}.pos-product-tile__stock--out{color:var(--danger-text,#b42318);font-weight:600}.pos-eod-checklist{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.pos-eod-checklist__item{display:flex;gap:.75rem;align-items:flex-start}.pos-eod-checklist__item--done{color:var(--text-muted)}.pos-eod-checklist__mark{font-weight:700;width:1.25rem;flex-shrink:0}.pos-promo-field{margin-top:.75rem}.pos-checkout-total{font-size:1.1rem;margin-bottom:1rem}.pos-checkout-change{margin-top:.5rem;color:var(--success,#0d7a3e)}.pos-cash-checkout__amount{font-size:1.35rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;margin-bottom:.75rem}.pos-cash-keypad{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.pos-cash-keypad__row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.pos-cash-keypad__key{min-height:3rem;padding:.65rem .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated,var(--surface));color:var(--text);font-size:1.25rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.pos-cash-keypad__key:hover:not(:disabled){background:var(--surface-hover,rgba(0,0,0,.04))}.pos-cash-keypad__key:active:not(:disabled){transform:scale(.98)}.pos-cash-keypad__key:disabled{opacity:.5;cursor:not-allowed}.pos-cash-keypad__key--delete{font-size:.95rem;font-weight:500}.pos-receipt-modal__preview{display:flex;justify-content:center;padding:1rem;background:#e8e8e8;border-radius:var(--radius);margin-bottom:1rem}.pos-thermal-receipt{width:72mm;max-width:100%;padding:4mm 3mm;background:#fff;color:#111;font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.35;box-shadow:0 2px 12px rgba(0,0,0,.15)}.pos-thermal-receipt__title{font-size:16px;font-weight:700;text-align:center;margin:0 0 4px;text-transform:uppercase;letter-spacing:.02em}.pos-thermal-receipt__center{text-align:center;margin:0 0 2px}.pos-thermal-receipt__mono{margin:0 0 2px;white-space:pre;font-family:inherit}.pos-thermal-receipt__rule{margin:6px 0;text-align:center;letter-spacing:-.05em}.pos-thermal-receipt__columns{font-weight:600}.pos-thermal-receipt__emphasis,.pos-thermal-receipt__total{font-weight:700}.pos-thermal-receipt__logo-wrap{text-align:center;margin-bottom:6px}.pos-thermal-receipt__logo{max-width:48mm;max-height:20mm;object-fit:contain}.pos-thermal-receipt__barcode{font-family:Libre Barcode\ 39,Courier New,monospace;font-size:28px;text-align:center;letter-spacing:2px;margin:8px 0 0;line-height:1}.pos-receipt-settings-form__logo-preview{margin-bottom:.5rem}.pos-receipt-settings-form__logo-preview img{max-height:64px;max-width:160px;object-fit:contain}.pos-receipt__title{font-weight:600;margin-bottom:.25rem}.pos-receipt__lines{list-style:none;padding:0;margin:.75rem 0}.pos-receipt__lines li{display:flex;justify-content:space-between;gap:.5rem;font-size:.875rem;padding:.25rem 0}.pos-receipt__total{font-weight:600;margin-top:.5rem}.pos-txn-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.pos-catalog-manager__toolbar{display:flex;justify-content:flex-end;margin-bottom:.5rem}.pos-catalog-manager__actions{margin-top:1.25rem}.btn-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.btn-row--actions{margin-top:var(--form-action-gap)}@media (max-width:900px){.pos-register{grid-template-columns:1fr}.pos-register__cart{position:static}}.join-page{min-height:100vh;background:var(--bg);padding:1.5rem 1rem 3rem}.join-flow{max-width:720px;margin:0 auto}.join-header{text-align:center;margin-bottom:1.5rem}.join-logo{max-height:56px;max-width:220px;object-fit:contain}.join-location-name{margin:.5rem 0 0;font-weight:600}.join-plan-banner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:var(--primary);color:#fff;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.join-plan-banner-label{margin:0;font-size:.75rem;opacity:.9}.join-plan-banner-title{margin:.25rem 0 0;font-size:1.25rem}.join-plan-banner-total{text-align:right}.join-plan-banner-amount{margin:.25rem 0 0;font-size:1.75rem;font-weight:700}.join-plan-banner-note{margin:0;font-size:.75rem;opacity:.85}.join-promo-row{display:flex;gap:.5rem}.join-promo-row .input{flex:1 1}.join-step-header{display:flex;justify-content:space-between;align-items:flex-start;margin:1.25rem 0 1rem}.join-step-count{margin:0;font-weight:700}.join-step-title{margin:.25rem 0 0;font-size:1.35rem}.join-step-dots{display:flex;gap:.35rem;padding-top:.35rem}.join-step-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.join-step-dot.active{background:var(--primary)}.join-plans{display:flex;flex-direction:column;gap:.75rem}.join-plan-card{text-align:left;cursor:pointer;border:2px solid var(--border)}.join-plan-card.selected,.join-plan-card:hover{border-color:var(--primary)}.join-nav{display:flex;justify-content:space-between;gap:.75rem;margin-top:1.25rem}.join-legal.scroll-box{max-height:220px;overflow:auto;margin:1rem 0;padding:.75rem;background:var(--surface-muted,#f6f7f9);border-radius:6px}.join-legal-text{white-space:pre-wrap;font-family:inherit;font-size:.85rem;margin:0}.join-photo-callout{background:rgba(26,95,180,.08);border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem}.join-photo-preview{max-width:200px;border-radius:8px;margin:.75rem 0}.join-pay-methods{display:flex;gap:.5rem;margin-bottom:1rem}.join-pay-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:6px;margin-top:1rem}.join-success--warn{border-left:4px solid #d97706}.join-signature-canvas{width:100%;max-width:100%;height:auto;touch-action:none}.join-clear-signature{margin-top:.5rem;padding:0}.join-admin-link-row{display:flex;gap:.5rem}.join-admin-link-row .input{flex:1 1}.join-consent{margin-top:1rem;padding:.75rem 1rem}.join-fieldset{border:none;padding:0;margin:1rem 0 0}.join-fieldset legend{font-weight:600;margin-bottom:.5rem}.portal-page-center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.portal-loading-inline{color:var(--muted);font-size:.9375rem}.portal-layout .portal-main{display:flex;flex-direction:column;background:var(--bg)}.portal-main__inner{max-width:52rem;margin:0 auto;padding:var(--page-padding-top) var(--page-padding-x) var(--page-padding-bottom)}.portal-sidebar .portal-nav{gap:.15rem}.portal-sidebar .portal-nav a{border-radius:var(--radius-sm);font-weight:500;padding:.55rem .75rem}.portal-sidebar .portal-nav a.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.portal-page{display:flex;flex-direction:column;gap:var(--section-gap)}.portal-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem 1.5rem;flex-wrap:wrap;margin-bottom:.25rem}.portal-page-header__title{margin:0;font-size:var(--page-title-size);font-weight:600;letter-spacing:-.025em;line-height:var(--page-title-lh);color:var(--ink)}.portal-page-header__desc{margin:.3rem 0 0;max-width:40rem;color:var(--muted);font-size:var(--page-lead-size);line-height:var(--page-lead-lh)}.portal-page-header__actions{display:flex;gap:.5rem;flex-wrap:wrap}.portal-welcome-card{background:linear-gradient(135deg,var(--primary) 0,color-mix(in srgb,var(--primary) 72%,#0d1117) 100%);color:#fff;border-radius:var(--radius-lg);padding:1.35rem 1.5rem;box-shadow:var(--shadow)}.portal-welcome-card__eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.88}.portal-welcome-card__name{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.portal-welcome-card__email{margin:.35rem 0 0;font-size:.9375rem;opacity:.9}.portal-section{display:flex;flex-direction:column;gap:.85rem}.portal-section__title{margin:0;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em}.portal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.25rem;box-shadow:var(--shadow-sm)}.portal-card--muted{background:var(--surface-muted);box-shadow:none}.portal-agreement-list,.portal-billing-list,.portal-class-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.portal-agreement-card,.portal-billing-item,.portal-class-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.portal-agreement-card__main{display:flex;flex-direction:column;gap:.5rem}.portal-agreement-card h3,.portal-billing-item__title,.portal-class-card h3{margin:0;font-size:1.0625rem;font-weight:600}.portal-billing-item__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.portal-billing-item__amount{font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.portal-status-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--surface-muted);color:var(--muted);border:1px solid var(--border);width:-moz-fit-content;width:fit-content;text-transform:capitalize}.portal-status-pill--active,.portal-status-pill--billing-paid{background:rgba(42,125,74,.1);color:var(--success);border-color:var(--success-border)}.portal-status-pill--billing-processing,.portal-status-pill--billing-scheduled{background:var(--primary-soft);color:var(--primary);border-color:transparent}.portal-status-pill--billing-failed{background:rgba(196,30,58,.08);color:var(--danger);border-color:var(--danger-border)}.portal-empty-state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.portal-empty-state--account-not-linked{border-color:color-mix(in srgb,var(--primary) 25%,var(--border))}.portal-empty-state--error{border-color:var(--danger-border)}.portal-empty-state__icon{width:2.75rem;height:2.75rem;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;background:var(--primary-soft);color:var(--primary)}.portal-empty-state--error .portal-empty-state__icon{background:rgba(196,30,58,.1);color:var(--danger)}.portal-empty-state__title{margin:0 0 .5rem;font-size:1.2rem;font-weight:600;letter-spacing:-.02em}.portal-empty-state__desc{margin:0 auto;max-width:28rem;color:var(--ink);line-height:1.55}.portal-empty-state__hint{margin:.75rem auto 0;max-width:28rem;font-size:.875rem;color:var(--muted);line-height:1.5}.portal-empty-state__actions{margin-top:1.25rem;display:flex;justify-content:center;gap:.5rem}.portal-loading{display:flex;align-items:center;gap:.75rem;padding:2rem 1rem;color:var(--muted);font-size:.9375rem}.portal-loading__spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:portal-spin .7s linear infinite}@keyframes portal-spin{to{transform:rotate(1turn)}}.portal-enroll-card{display:flex;flex-direction:column;gap:1rem;max-width:28rem}.portal-enroll-card__price{margin:0;font-size:1.0625rem}.portal-class-card__links a{font-weight:500}.portal-alert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.portal-alert-card{display:flex;flex-direction:column;gap:.65rem}.portal-alert-card--unread{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary) 4%,var(--surface))}.portal-alert-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.portal-alert-card__title{margin:0;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em}.portal-alert-card__body{margin:0;white-space:pre-wrap;line-height:1.55;color:var(--ink)}.portal-alert-card__meta{margin:0}.portal-settings-card{display:flex;flex-direction:column;gap:.85rem}.portal-settings-card .field--switch{margin:0}.portal-referral-card{display:flex;flex-direction:column;gap:.85rem}.portal-referral-card__desc{margin:0;color:var(--muted);line-height:1.5}.portal-referral-card__code{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:.04em}.portal-referral-card__link{margin:0;word-break:break-all;line-height:1.45}.portal-pt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.portal-pt-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.65rem 0;border-bottom:1px solid var(--border)}.portal-pt-row:last-child{border-bottom:none;padding-bottom:0}.portal-pt-row:first-child{padding-top:0}.portal-class-card__body{flex:1 1;min-width:0}.portal-sidebar-footer{margin-top:auto;padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}@media (max-width:720px){.portal-main__inner{padding:1.25rem 1rem 2.5rem}.portal-agreement-card,.portal-billing-item,.portal-class-card{flex-direction:column;align-items:stretch}.portal-billing-item__meta{align-items:flex-start}}