:root{color-scheme:light;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-black: #171817;--color-white: #ffffff;--color-grey-25: #fcfcfb;--color-grey-50: #f7f7f5;--color-grey-100: #eeeeeb;--color-grey-200: #deded9;--color-grey-300: #c7c8c2;--color-grey-500: #6a6d68;--color-grey-700: #3e413e;--color-grey-900: #202220;--color-forest: #1d3557;--color-forest-strong: #142a46;--color-success: #1f5d3b;--color-success-surface: #eaf4ed;--color-warning: #684d05;--color-warning-surface: #fff3ca;--color-error: #842d29;--color-error-surface: #fae9e7;--color-focus: #171817;--color-backdrop: rgb(23 24 23 / 68%);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--space-32: 8rem;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: 1rem;--radius-pill: 999px;--border-subtle: 1px solid var(--color-grey-200);--border-strong: 1px solid var(--color-grey-300);--shadow-card: 0 1px 2px rgb(23 24 23 / 5%);--shadow-dialog: 0 24px 64px rgb(23 24 23 / 24%);--content-narrow: 42rem;--content-default: 64rem;--content-wide: 80rem;--breakpoint-mobile: 45rem;--breakpoint-tablet: 64rem;--motion-fast: .12s;--motion-standard: .2s;--type-display: clamp(2.75rem, 7vw, 5.5rem);--type-page-title: clamp(2.25rem, 4.5vw, 3.75rem);--type-section-heading: clamp(1.5rem, 2.5vw, 2rem);--type-subheading: 1.125rem;--type-body: 1rem;--type-small: .875rem;--type-caption: .75rem}*,*:before,*:after{box-sizing:border-box}html{min-width:20rem;color:var(--color-grey-900);background:var(--color-grey-50);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility}body{min-width:20rem;min-height:100vh;margin:0;color:var(--color-grey-900);background:var(--color-grey-50);font-size:var(--type-body);line-height:1.5}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px;box-shadow:0 0 0 5px var(--color-white)}.type-display{font-size:var(--type-display);font-weight:700;letter-spacing:-.06em;line-height:.95}.type-page-title{font-size:var(--type-page-title);font-weight:700;letter-spacing:-.045em;line-height:1}.type-section-heading{font-size:var(--type-section-heading);font-weight:700;letter-spacing:-.025em;line-height:1.1}.type-subheading{font-size:var(--type-subheading);font-weight:650;line-height:1.35}.type-body{font-size:var(--type-body);line-height:1.6}.type-small{font-size:var(--type-small);line-height:1.5}.type-caption{font-size:var(--type-caption);font-weight:650;letter-spacing:.04em;line-height:1.4}.visually-hidden,.data-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:var(--space-3);left:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);color:var(--color-white);background:var(--color-black);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.page-shell{width:min(var(--content-wide),calc(100% - var(--space-12)));margin-inline:auto}.page-title-block{margin-bottom:var(--space-8)}.page-title-block h1{margin:0 0 var(--space-3)}.page-title-block>p:last-child{max-width:var(--content-narrow);margin-bottom:0;color:var(--color-grey-500)}.eyebrow{margin:0 0 var(--space-3);color:var(--color-forest);font-size:var(--type-caption);font-weight:750;letter-spacing:.12em}.button{min-height:44px;padding:var(--space-3) var(--space-4);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:1px solid transparent;border-radius:var(--radius-md);font-size:var(--type-small);font-weight:700;line-height:1.2;text-decoration:none;transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease}.button-primary{color:var(--color-white);background:var(--color-black)}.button-primary:hover{background:var(--color-grey-700)}.button-secondary{border-color:var(--color-grey-300);color:var(--color-grey-900);background:var(--color-white)}.button-secondary:hover,.button-quiet:hover{background:var(--color-grey-100)}.button-quiet{color:var(--color-grey-900);background:transparent}.button:disabled,.button-disabled{border-color:var(--color-grey-200);color:var(--color-grey-500);background:var(--color-grey-100);cursor:not-allowed;opacity:1}.icon-button{width:44px;min-width:44px;padding:0;border-radius:50%;font-size:1.5rem}.field{display:grid;gap:var(--space-2)}.field-label{color:var(--color-grey-700);font-size:var(--type-small);font-weight:650}.text-input,.select-input,.textarea-input{width:100%;min-height:44px;padding:var(--space-3);border:var(--border-strong);border-radius:var(--radius-md);color:var(--color-grey-900);background:var(--color-white)}.textarea-input{min-height:7rem;resize:vertical}.text-input:hover,.select-input:hover,.textarea-input:hover{border-color:var(--color-grey-500)}.helper-text,.field-error{margin:0;font-size:var(--type-caption);line-height:1.45}.helper-text{color:var(--color-grey-500)}.field-error{color:var(--color-error);font-weight:650}.card{border:var(--border-subtle);border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-card)}.table-scroll{overflow-x:auto;overscroll-behavior-inline:contain}.data-table{width:100%;min-width:56rem;border-collapse:collapse;text-align:left}.data-table th,.data-table td{padding:var(--space-4);border-bottom:var(--border-subtle);vertical-align:middle;font-size:var(--type-small)}.data-table thead th{color:var(--color-grey-500);background:var(--color-grey-50);font-size:var(--type-caption);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.data-table tbody tr{transition:background-color var(--motion-fast) ease}.data-table tbody tr:hover,.data-table tbody tr:focus-within{background:var(--color-grey-50)}.status-badge{width:fit-content;padding:var(--space-1) var(--space-2);display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid currentColor;border-radius:var(--radius-pill);font-size:var(--type-caption);font-weight:700;white-space:nowrap}.status-pending{color:var(--color-warning);background:var(--color-warning-surface)}.status-confirmed{color:var(--color-success);background:var(--color-success-surface)}.status-cancelled{color:var(--color-error);background:var(--color-error-surface)}.status-unknown{color:var(--color-grey-700);background:var(--color-grey-100)}.dialog{width:min(42rem,calc(100vw - var(--space-8)));max-height:calc(100vh - var(--space-8));padding:var(--space-8);overflow:auto;border:0;border-radius:var(--radius-lg);color:var(--color-grey-900);background:var(--color-white);box-shadow:var(--shadow-dialog)}.dialog::backdrop{background:var(--color-backdrop);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.state-message{max-width:var(--content-narrow);margin:0;color:var(--color-grey-500);font-size:var(--type-small);line-height:1.5}.loading-state:before,.empty-state:before,.error-state:before{margin-right:var(--space-2);font-weight:800}.loading-state:before{content:"…"}.empty-state:before{content:"○"}.error-state{color:var(--color-error)}.error-state:before{content:"!"}@media(max-width:45rem){.page-shell{width:min(var(--content-wide),calc(100% - var(--space-8)))}.dialog{width:calc(100vw - var(--space-4));max-height:calc(100vh - var(--space-4));padding:var(--space-6)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){:focus-visible{outline-color:Highlight;box-shadow:none}.status-badge{forced-color-adjust:auto}}:root{--customer-black: #0a0b0a;--customer-white: #ffffff;--customer-paper: #f6f6f3;--customer-mist: #e9e9e4;--customer-stone: #6f726c;--customer-green: #1d3557;--customer-success: #1d3557;--customer-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--customer-space-1: .25rem;--customer-space-2: .5rem;--customer-space-3: .75rem;--customer-space-4: 1rem;--customer-space-6: 1.5rem;--customer-space-8: 2rem;--customer-space-12: 3rem;--customer-space-16: 4rem;--customer-space-24: 6rem;--customer-space-32: 8rem;--customer-space-48: 12rem;--customer-radius-sm: .25rem;--customer-radius-md: .75rem;--customer-radius-lg: 1.25rem;--customer-content: 76rem;--customer-reading: 43rem;--customer-transition: .18s ease}.customer-page{color:var(--customer-black);background:var(--customer-white);font-family:var(--customer-font);line-height:1.6;text-rendering:optimizeLegibility}.customer-page *,.customer-page *:before,.customer-page *:after{box-sizing:border-box}.customer-page a{color:inherit}.customer-page :focus-visible{outline:3px solid var(--customer-green);outline-offset:4px;box-shadow:0 0 0 6px var(--customer-white)}.customer-container{width:min(var(--customer-content),calc(100% - 2rem));margin-inline:auto}.customer-kicker{margin:0 0 var(--customer-space-4);color:var(--customer-green);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.customer-display{margin:0;font-size:clamp(3.4rem,9vw,7.8rem);font-weight:550;letter-spacing:-.075em;line-height:.88}.customer-title{margin:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:560;letter-spacing:-.06em;line-height:.98}.customer-heading{margin:0;font-size:clamp(1.75rem,3vw,2.7rem);font-weight:580;letter-spacing:-.04em;line-height:1.05}.customer-body{max-width:70ch;margin:0;color:#3f413d;font-size:clamp(1rem,1.6vw,1.125rem)}.customer-page .customer-button{min-height:3.25rem;display:inline-flex;align-items:center;justify-content:center;gap:var(--customer-space-3);padding:.8rem 1.35rem;border:1px solid var(--customer-green);border-radius:var(--customer-radius-sm);color:var(--customer-white);background:var(--customer-green);font:inherit;font-weight:650;text-decoration:none;transition:background-color var(--customer-transition),color var(--customer-transition),transform var(--customer-transition)}.customer-page .customer-button:hover{background:var(--customer-black);border-color:var(--customer-black);transform:translateY(-1px)}.customer-page .customer-button-secondary{color:var(--customer-black);background:transparent;border-color:#c9cac5}.customer-page .customer-button-secondary:hover{color:var(--customer-white)}.customer-link{color:var(--customer-green);font-weight:650;text-underline-offset:.22em}.customer-card{border:1px solid var(--customer-mist);border-radius:var(--customer-radius-lg);background:var(--customer-white)}@media(max-width:44rem){.customer-container{width:min(100% - 1.5rem,var(--customer-content))}}@media(prefers-reduced-motion:reduce){.customer-page *,.customer-page *:before,.customer-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){.customer-button,.customer-card{border:1px solid CanvasText}}
