:root{color-scheme:light;--color-primary-blue: #00204e;--color-secondary-blue: #1a73e8;--color-dark-gray: #424b54;--color-light-gray: #d1d5db;--color-white: #ffffff;--color-ink: var(--color-primary-blue);--color-ink-muted: #4d5d73;--color-surface: var(--color-white);--color-surface-soft: #f3f6fa;--color-border: var(--color-light-gray);--color-accent: var(--color-secondary-blue);--color-accent-hover: #1557b0;--color-accent-soft: #e8f1fc;--color-danger: #a11d33;--color-danger-soft: #fdecef;--color-brand-deep: var(--color-primary-blue);--color-brand-mid: #0a3a6e;--color-brand-light: var(--color-secondary-blue);--shadow-card: 0 18px 40px rgba(0, 32, 78, .12);--radius-lg: 18px;--radius-md: 12px;--font-sans: "DM Sans", "Segoe UI", sans-serif;--font-display: "Fraunces", Georgia, serif;--focus-ring: 0 0 0 3px rgba(26, 115, 232, .35);--primary-button-height: 56px;--primary-button-radius: 16px;--primary-button-gradient: linear-gradient(135deg, #0b2f6b 0%, #0e5aa7 100%);--primary-button-gradient-hover: linear-gradient(135deg, #0a295c 0%, #0c4f93 100%);--primary-button-shadow: 0 4px 10px rgba(0, 32, 78, .18);--primary-button-shadow-hover: 0 8px 20px rgba(0, 32, 78, .22);--primary-button-shadow-pressed: 0 1px 2px rgba(15, 23, 42, .06);--primary-button-spacing: .75rem}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-sans);color:var(--color-ink);background:radial-gradient(circle at top left,rgba(26,115,232,.1),transparent 40%),linear-gradient(180deg,#eef3f8,#f7f9fc)}a{color:var(--color-accent);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus-ring)}button,input{font:inherit}.app-boot{min-height:100vh;display:grid;place-items:center;justify-items:center;gap:1rem;color:var(--color-ink-muted);font-size:1rem;padding:1.5rem}.app-boot__label{margin:0;font-weight:600;letter-spacing:.04em}.brand-logo{display:inline-flex;align-items:center;gap:.65rem;min-width:0}.brand-logo__mark,.brand-logo__full-image{display:block;height:auto;width:auto;max-width:100%;object-fit:contain;object-position:center}.brand-logo__mark{flex-shrink:0;width:2.5rem;height:2.5rem;background:var(--color-white);border-radius:.55rem;padding:.15rem}.brand-logo--sm .brand-logo__mark{width:2rem;height:2rem}.brand-logo--md .brand-logo__mark{width:2.75rem;height:2.75rem}.brand-logo--lg .brand-logo__mark{width:4rem;height:4rem}.brand-logo--xl .brand-logo__mark{width:5rem;height:5rem}.brand-logo--full{display:block;margin:0;text-align:center}.brand-logo__full-image{margin:0 auto;width:min(100%,22rem);max-height:min(70vh,32rem)}.brand-logo__text{display:grid;gap:.15rem;min-width:0}.brand-logo__name{font-family:var(--font-display);font-size:1.1rem;font-weight:700;line-height:1.15;color:var(--color-primary-blue);white-space:nowrap}.brand-logo__tagline{font-family:var(--font-display);font-style:italic;font-size:.85rem;font-weight:500;color:var(--color-secondary-blue);line-height:1.2}.brand-logo--inverted .brand-logo__name{color:var(--color-white)}.brand-logo--inverted .brand-logo__tagline{color:#ffffffd1}.brand-logo--sm .brand-logo__name{font-size:.98rem}.brand-logo--sm .brand-logo__tagline{font-size:.75rem}.app-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .85rem;padding:1rem 1.25rem 1.5rem;color:var(--color-ink-muted);font-size:.85rem;text-align:center}.app-footer__copy,.app-footer__tagline{margin:0}.app-footer__tagline{font-family:var(--font-display);font-style:italic;color:var(--color-brand-mid)}.app-shell__footer{margin-top:auto;border-top:1px solid var(--color-border);background:var(--color-surface)}.page__brand-welcome{display:flex;align-items:center;gap:.85rem;margin-bottom:.85rem}.page__brand-welcome--compact{margin-bottom:.35rem}.page__brand-tagline{margin:.35rem 0 0;font-family:var(--font-display);font-style:italic;color:var(--color-secondary-blue);font-size:1rem}.page__section-title{margin:0;font-size:1.35rem;font-family:var(--font-display)}.page__state--branded-empty{justify-items:center;text-align:center}.page__state--branded-empty .brand-logo{margin-bottom:.25rem;opacity:.92}.app-home__eyebrow{margin:0 0 .75rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.auth-shell{--auth-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--auth-shadow-md: 0 4px 10px rgba(0, 32, 78, .18);--auth-shadow-lg: 0 8px 20px rgba(0, 32, 78, .22);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#fafbfc}.auth-brand-panel{display:none}.auth-hero{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.85rem 1.25rem;text-align:center;color:var(--color-white);background:linear-gradient(160deg,#0b2f6b,#0e5aa7);border-radius:0;box-shadow:none}.auth-hero__logo{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;width:auto;max-width:100%;overflow:visible;border-radius:0;background:transparent;box-shadow:none;gap:.65rem;text-align:left}.auth-hero__logo .brand-logo__mark{width:2.25rem;height:2.25rem;padding:.15rem;border-radius:.5rem;background:var(--color-white);box-shadow:var(--auth-shadow-sm)}.auth-hero__logo .brand-logo__text{gap:0;text-align:left}.auth-hero__logo .brand-logo__name{font-size:1.0125rem;font-weight:700;line-height:1.2;color:var(--color-white)}.auth-hero__logo .brand-logo__tagline,.auth-hero__logo .brand-logo__full-image{display:none}.auth-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1.5rem 1.25rem;background:#fafbfc}.auth-body__inner{width:100%;max-width:24rem;display:flex;flex-direction:column;animation:auth-rise .28s ease-out}.auth-body__header{margin-bottom:1.5rem}.auth-body__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-primary-blue)}.auth-body__subtitle{margin:.5rem 0 0;font-size:1.0625rem;line-height:1.5;font-weight:500;color:var(--color-ink-muted)}.auth-body__footer{margin-top:1rem;padding-top:0;text-align:center}.auth-body__footer-text{margin:0;color:var(--color-ink-muted);font-size:.9375rem;line-height:1.5}.auth-body__footer .auth-text-link{display:inline-flex;min-height:44px;align-items:center;padding:.25rem 0;font-size:.9375rem;font-weight:600}.auth-form{display:grid;gap:1rem}.auth-form__secondary{display:flex;justify-content:flex-end;align-items:flex-start;margin-top:-.5rem;margin-bottom:-.25rem;min-height:2.75rem}.auth-forgot-link{min-height:2.75rem;padding:.5rem 0 0;align-items:flex-start;font-size:.9375rem;font-weight:600;line-height:1.2}.auth-divider{display:flex;align-items:center;margin:1.25rem 0}.auth-divider span{display:block;width:100%;height:1px;background:var(--color-border)}.auth-guest-cta{display:grid;gap:.35rem;text-align:center}.auth-guest-cta__prompt{margin:0;color:var(--color-ink-muted);font-size:.9375rem}.auth-guest-cta__link{display:inline-flex;justify-content:center;align-items:center;min-height:44px;font-size:1rem;font-weight:700;color:var(--color-accent);text-decoration:none}.auth-guest-cta__link:hover{color:var(--color-accent-hover);text-decoration:underline}.guest-shell{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(26,115,232,.08),transparent 40%),linear-gradient(180deg,#f7f9fc,#eef3f9);color:var(--color-ink);font-family:var(--font-sans)}.guest-shell__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,32,78,.08);background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.guest-shell__brand{display:inline-flex;text-decoration:none}.guest-shell__nav{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.guest-shell__nav-link{color:var(--color-ink);text-decoration:none;font-weight:600;font-size:.9375rem;min-height:44px;display:inline-flex;align-items:center}.guest-shell__nav-link:hover{color:var(--color-accent)}.guest-shell__main{width:min(720px,calc(100% - 2rem));max-width:100%;min-width:0;margin:0 auto;padding:1.5rem 0 3rem;box-sizing:border-box}.guest-fieldset{display:grid;gap:1rem;margin:0;padding:1rem 0 0;border:0;border-top:1px solid var(--color-border);min-width:0}.guest-fieldset legend{padding:0;margin-bottom:.25rem;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--color-ink)}.guest-inline-note{margin:1.5rem 0 0;text-align:center;color:var(--color-ink-muted);font-size:.9375rem}.guest-upgrade-prompt{margin-top:1.5rem;padding:1.25rem 0 0;border-top:1px solid var(--color-border);display:grid;gap:.75rem}.guest-upgrade-prompt p{margin:0;color:var(--color-ink-muted);line-height:1.5}@media (max-width: 640px){.guest-shell__header{padding:.875rem 1rem}.guest-shell__main{width:min(100% - 1.5rem,720px);padding-top:1rem}}.auth-text-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.25rem .15rem;border:0;background:transparent;color:#0e5aa7;font:inherit;font-weight:600;font-size:.9375rem;text-decoration:none;cursor:pointer}.auth-text-link:hover{text-decoration:underline;color:var(--color-accent-hover)}.auth-text-link:focus-visible{outline:none;border-radius:.4rem;box-shadow:0 0 0 3px #0e5aa733}.auth-shell .form-field{gap:.5rem}.auth-shell .form-field label,.auth-shell .form-field>span{font-size:.9375rem;font-weight:600;letter-spacing:0;color:#4d5d73}.auth-shell .form-field__control{position:relative;width:100%}.auth-shell .form-field__icon{position:absolute;top:0;bottom:0;left:1rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;margin:auto 0;color:#7b8aa0;pointer-events:none}.auth-shell .form-field__icon svg{display:block;width:1.3125rem;height:1.3125rem}.auth-shell .form-field input[type=text],.auth-shell .form-field input[type=email],.auth-shell .form-field input[type=tel],.auth-shell .form-field input[type=password],.auth-shell .password-input input{height:3.5rem;min-height:3.5rem;padding:0 1.125rem;border:1px solid #d9e3ef;border-radius:1rem;background:#fff;font-size:1rem;line-height:1.25;box-shadow:var(--auth-shadow-sm);transition:border-color .14s ease,box-shadow .14s ease}.auth-shell .form-field input.form-field__input--with-icon{padding-left:2.875rem}.auth-shell .form-field input.form-field__input--with-trailing{padding-right:3.25rem}.auth-shell .form-field input:hover,.auth-shell .password-input input:hover{border-color:#c5d3e4;background:#fff}.auth-shell .form-field input:focus-visible,.auth-shell .password-input input:focus-visible{background:#fff;border-color:#0e5aa7;box-shadow:var(--auth-shadow-sm),0 0 0 3px #0e5aa726}.auth-shell .form-field__control:focus-within .form-field__icon{color:#0e5aa7}.auth-shell .password-toggle{position:absolute;top:50%;right:.35rem;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:1rem;background:transparent;color:#0e5aa7;transform:translateY(-50%);cursor:pointer}.auth-shell .password-toggle svg{display:block;width:1.3125rem;height:1.3125rem}.auth-shell .password-toggle:hover{background:#0e5aa70f}.auth-shell .password-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #0e5aa733}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;box-sizing:border-box;min-height:var(--primary-button-height);height:var(--primary-button-height);margin-block:0;padding:0 1.25rem;border:0;border-radius:var(--primary-button-radius);background:var(--primary-button-gradient);color:var(--color-white);font:inherit;font-size:1rem;font-weight:600;letter-spacing:.015em;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;box-shadow:var(--primary-button-shadow);transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease,background .14s ease}.primary-button--full{width:100%}.primary-button--auto{width:auto;min-width:9.5rem}.primary-button:hover:not(:disabled):not(.primary-button--disabled){background:var(--primary-button-gradient-hover);transform:translateY(-1px);box-shadow:var(--primary-button-shadow-hover);text-decoration:none;color:var(--color-white)}.primary-button:active:not(:disabled):not(.primary-button--disabled){transform:scale(.98);box-shadow:var(--primary-button-shadow-pressed)}.primary-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0e5aa740,var(--primary-button-shadow)}.primary-button:disabled,.primary-button--disabled,.primary-button--loading{opacity:.65;cursor:not-allowed;transform:none;box-shadow:var(--primary-button-shadow-pressed)}.primary-button--loading:hover,.primary-button--disabled:hover{transform:none;background:var(--primary-button-gradient);box-shadow:var(--primary-button-shadow-pressed)}.primary-button__label{display:inline-flex;align-items:center}.primary-button__spinner{display:inline-block;width:1.125rem;height:1.125rem;flex-shrink:0;border:2px solid rgba(255,255,255,.35);border-top-color:var(--color-white);border-radius:50%;animation:primary-button-spin .7s linear infinite}@keyframes primary-button-spin{to{transform:rotate(360deg)}}@keyframes auth-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.auth-body__inner{animation:none}.primary-button:hover:not(:disabled):not(.primary-button--disabled),.primary-button:active:not(:disabled):not(.primary-button--disabled){transform:none}.primary-button__spinner{animation:none;border-top-color:#ffffff59;border-right-color:var(--color-white)}}@media (max-width: 767px){.primary-button,.primary-button--auto,.primary-button--full{width:100%}}@media (min-width: 768px) and (max-width: 1024px){.auth-hero{padding:.85rem 2rem}.auth-hero__logo .brand-logo__mark{width:2.35rem;height:2.35rem}.auth-hero__logo .brand-logo__name{font-size:1.0625rem}.auth-body{justify-content:center;padding:2rem}.auth-body__inner{max-width:480px}}@media (min-width: 1025px){.auth-shell{flex-direction:row;align-items:stretch}.auth-brand-panel{display:flex;flex:0 0 45%;width:45%;max-width:45%;align-items:center;justify-content:center;padding:3.5rem 3rem;color:var(--color-white);background:linear-gradient(160deg,#0b2f6b,#0e5aa7)}.auth-brand-panel__content{display:flex;flex-direction:column;gap:2.5rem;width:100%;max-width:22rem;animation:auth-rise .32s ease-out}.auth-brand-panel__logo{display:flex;flex-direction:column;align-items:flex-start;gap:1.15rem;text-align:left}.auth-brand-panel__logo .brand-logo__mark{width:4.5rem;height:4.5rem;padding:.35rem;border-radius:1rem;background:var(--color-white);box-shadow:var(--auth-shadow-md)}.auth-brand-panel__logo .brand-logo__text{gap:.35rem}.auth-brand-panel__logo .brand-logo__name{font-size:2rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--color-white)}.auth-brand-panel__logo .brand-logo__tagline{display:block;font-size:1.125rem;font-weight:500;font-style:italic;line-height:1.35;color:#ffffffe0}.auth-brand-panel__features{margin:0;padding:0;list-style:none;display:grid;gap:.95rem}.auth-brand-panel__features li{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;line-height:1.4;color:#fffffff2}.auth-brand-panel__check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:999px;background:#ffffff2e}.auth-brand-panel__check:before{content:"";width:.35rem;height:.6rem;margin-top:-.1rem;border-right:2px solid var(--color-white);border-bottom:2px solid var(--color-white);transform:rotate(45deg)}.auth-hero{display:none}.auth-body{flex:1 1 55%;width:55%;justify-content:center;align-items:center;padding:3rem 2.5rem}.auth-body__inner{max-width:480px}.auth-body__footer{margin-top:1rem}}@media (prefers-reduced-motion: reduce){.auth-brand-panel__content{animation:none}}@media (max-width: 560px){.auth-hero{padding:.75rem 1rem;border-radius:0}.auth-hero__logo{gap:.6rem}.auth-hero__logo .brand-logo__mark{width:2.1rem;height:2.1rem}.auth-hero__logo .brand-logo__name{font-size:.95rem}.auth-body{padding:1.25rem 1.15rem}.auth-body__header{margin-bottom:1.25rem}.auth-body__title{font-size:1.875rem}.auth-body__subtitle{font-size:1rem}.auth-body__footer{margin-top:1rem}.form-row{grid-template-columns:1fr}}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;min-width:0;width:100%}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.form-field{display:grid;gap:.5rem;min-width:0;width:100%}.form-field label,.form-field>span{font-size:.9375rem;font-weight:600;letter-spacing:0;color:#4d5d73}.form-field__control{position:relative;width:100%;min-width:0}.form-field__icon{position:absolute;top:0;bottom:0;left:1rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;margin:auto 0;color:#7b8aa0;pointer-events:none}.form-field__icon svg{display:block;width:1.3125rem;height:1.3125rem}.form-field__input,.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=password],.form-field input[type=date],.form-field input[type=time],.form-field input[type=search],.form-field input:not([type]),.form-field select,.form-field textarea,.password-input input{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:3.5rem;height:3.5rem;padding:0 1.125rem;border:1px solid #d9e3ef;border-radius:1rem;background:#fff;color:var(--color-ink);font:inherit;font-size:1rem;line-height:1.25;box-shadow:0 1px 2px #0f172a0f;transition:border-color .14s ease,box-shadow .14s ease}.form-field select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-field textarea{height:auto;min-height:5.5rem;padding:.9rem 1.125rem;resize:vertical}.form-field input.form-field__input--with-icon{padding-left:2.875rem}.form-field input.form-field__input--with-trailing{padding-right:3.25rem}.form-field__input:hover,.form-field input[type=text]:hover,.form-field input[type=email]:hover,.form-field input[type=tel]:hover,.form-field input[type=password]:hover,.form-field input[type=date]:hover,.form-field input[type=time]:hover,.form-field input[type=search]:hover,.form-field input:not([type]):hover,.form-field select:hover,.form-field textarea:hover,.password-input input:hover{border-color:#c5d3e4;background:#fff}.form-field__input:focus-visible,.form-field input[type=text]:focus-visible,.form-field input[type=email]:focus-visible,.form-field input[type=tel]:focus-visible,.form-field input[type=password]:focus-visible,.form-field input[type=date]:focus-visible,.form-field input[type=time]:focus-visible,.form-field input[type=search]:focus-visible,.form-field input:not([type]):focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible,.password-input input:focus-visible{outline:none;background:#fff;border-color:#0e5aa7;box-shadow:0 1px 2px #0f172a0f,0 0 0 3px #0e5aa726}.form-field__control:focus-within .form-field__icon{color:#0e5aa7}.form-field input::placeholder{color:#7b8aa0}.password-input{position:relative}.password-input input{padding-right:4.5rem}.password-toggle{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);border:0;border-radius:.55rem;background:transparent;color:var(--color-brand-mid);font-size:.85rem;font-weight:700;padding:.4rem .55rem;cursor:pointer}.time-picker-30__control{position:relative}.time-picker-30__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-left:2.875rem;padding-right:1rem;text-align:left;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.time-picker-30__list:focus{outline:none}.time-picker-30__list:focus-visible{outline:none;box-shadow:0 12px 28px #00204e24,0 2px 6px #0f172a0f,0 0 0 3px #0e5aa726}.time-picker-30__trigger:disabled{cursor:not-allowed;opacity:.65;background:#f7f9fc}.time-picker-30__trigger--placeholder{color:#7b8aa0}.time-picker-30__trigger--open{border-color:#0e5aa7;box-shadow:0 1px 2px #0f172a0f,0 0 0 3px #0e5aa726}.time-picker-30__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-picker-30__chevron{flex-shrink:0;color:#7b8aa0;transition:transform .14s ease}.time-picker-30__chevron--open{transform:rotate(180deg)}.time-picker-30__trigger:focus-visible .time-picker-30__chevron,.time-picker-30__control:focus-within .time-picker-30__chevron{color:#0e5aa7}.time-picker-30__list{position:absolute;z-index:40;top:calc(100% + .35rem);left:0;right:0;margin:0;padding:.4rem;list-style:none;max-height:min(18rem,55vh);overflow-y:auto;overscroll-behavior:contain;border:1px solid #d9e3ef;border-radius:1rem;background:#fff;box-shadow:0 12px 28px #00204e24,0 2px 6px #0f172a0f}.time-picker-30__option{display:block;width:100%;padding:.7rem .9rem;border-radius:.75rem;color:var(--color-ink);font:inherit;font-size:1rem;line-height:1.25;cursor:pointer;-webkit-user-select:none;user-select:none}.time-picker-30__option:hover,.time-picker-30__option--active{background:var(--color-accent-soft)}.time-picker-30__option--selected,.time-picker-30__option--selected:hover,.time-picker-30__option--selected.time-picker-30__option--active{background:var(--color-primary-blue);color:#fff;font-weight:600}.time-picker-30__required{color:var(--color-danger)}.phone-number-input__group{display:flex;align-items:stretch;width:100%;min-height:3.5rem;border:1px solid #d9e3ef;border-radius:1rem;background:#fff;box-shadow:0 1px 2px #0f172a0f;overflow:hidden;transition:border-color .14s ease,box-shadow .14s ease}.phone-number-input__group:hover{border-color:#c5d3e4}.phone-number-input__group:focus-within{border-color:#0e5aa7;box-shadow:0 1px 2px #0f172a0f,0 0 0 3px #0e5aa726}.phone-number-input__group--error{border-color:var(--color-danger)}.phone-number-input__group--error:focus-within{border-color:var(--color-danger);box-shadow:0 1px 2px #0f172a0f,0 0 0 3px #b91c1c26}.phone-number-input__group--disabled{opacity:.65;background:#f7f9fc;cursor:not-allowed}.phone-number-input__country-wrap{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:.4rem;min-width:6.5rem;padding:0 1.85rem 0 .75rem;border-right:1px solid #d9e3ef;background:#f8fafc}.phone-number-input__group:focus-within .phone-number-input__country-wrap{border-right-color:#c5d3e4}.phone-number-input__flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.phone-number-input__flag-icon{display:block;width:1.35rem;height:.9rem;border-radius:.15rem;box-shadow:0 0 0 1px #0f172a1f}.phone-number-input__dial{flex-shrink:0;color:var(--color-ink);font-size:.95rem;font-weight:600;line-height:1.25;pointer-events:none}.form-field.phone-number-input .phone-number-input__country,.auth-shell .form-field.phone-number-input .phone-number-input__country{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:none;min-width:0;height:100%;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:transparent;font:inherit;font-size:1rem;line-height:1.25;cursor:pointer;box-shadow:none}.form-field.phone-number-input .phone-number-input__country option,.auth-shell .form-field.phone-number-input .phone-number-input__country option{color:var(--color-ink)}.form-field.phone-number-input .phone-number-input__country:hover,.form-field.phone-number-input .phone-number-input__country:focus-visible,.auth-shell .form-field.phone-number-input .phone-number-input__country:hover,.auth-shell .form-field.phone-number-input .phone-number-input__country:focus-visible{border:0;outline:none;box-shadow:none;background:transparent}.form-field.phone-number-input .phone-number-input__country:disabled{cursor:not-allowed}.phone-number-input__chevron{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);color:#7b8aa0;pointer-events:none}.phone-number-input__group:focus-within .phone-number-input__chevron{color:#0e5aa7}.form-field.phone-number-input .phone-number-input__number,.auth-shell .form-field.phone-number-input .phone-number-input__number{flex:1 1 auto;display:block;width:100%;max-width:none;min-width:0;height:3.5rem;min-height:3.5rem;margin:0;padding:0 1.125rem;border:0;border-radius:0;background:transparent;color:var(--color-ink);font:inherit;font-size:1rem;line-height:1.25;box-shadow:none}.form-field.phone-number-input .phone-number-input__number:hover,.form-field.phone-number-input .phone-number-input__number:focus-visible,.auth-shell .form-field.phone-number-input .phone-number-input__number:hover,.auth-shell .form-field.phone-number-input .phone-number-input__number:focus-visible{border:0;outline:none;box-shadow:none;background:transparent}.form-field.phone-number-input .phone-number-input__number::placeholder{color:#7b8aa0}.form-field.phone-number-input .phone-number-input__number:disabled{cursor:not-allowed}.phone-number-input__required{color:var(--color-danger)}.field-error{margin:0;color:var(--color-danger);font-size:.85rem}.field-hint{margin:0;color:var(--color-ink-muted);font-size:.82rem}.form-banner{padding:.85rem 1rem;border-radius:var(--radius-md);background:var(--color-danger-soft);color:var(--color-danger);font-size:.92rem}.form-banner p{margin:0}.form-banner--success,.form-banner--info{background:var(--color-accent-soft);color:var(--color-brand-mid)}.form-banner--multiline{white-space:pre-line}.form-field--checkbox .checkbox-label{display:flex;align-items:flex-start;gap:.65rem;font-weight:500;cursor:pointer}.form-field--checkbox input[type=checkbox]{width:1.15rem;height:1.15rem;margin-top:.15rem;accent-color:var(--color-accent)}.btn{min-height:2.95rem;padding:.75rem 1.1rem;border:0;border-radius:var(--radius-md);font-weight:700;cursor:pointer;transition:background-color .12s ease,opacity .12s ease}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background:var(--color-accent-soft);color:var(--color-brand-mid)}.btn-secondary:hover:not(:disabled){background:#d6e7fb}.app-home{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.app-home__card{width:min(100%,34rem);padding:2rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.app-home__card h1{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem)}.app-home__success{margin:.75rem 0 0;color:var(--color-accent);font-weight:600}.app-home__meta{margin:1.5rem 0;padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.app-home__meta div{display:grid;gap:.25rem}.app-home__meta dt{color:var(--color-ink-muted);font-size:.85rem}.app-home__meta dd{margin:0;font-weight:600}.btn-danger{background:var(--color-danger-soft);color:var(--color-danger)}.btn-danger:hover:not(:disabled){background:#f8d7de}.app-shell{min-height:100vh;display:grid;grid-template-columns:16.5rem 1fr;transition:grid-template-columns .16s ease}.app-shell--sidebar-collapsed{grid-template-columns:1fr}.app-shell--sidebar-collapsed .app-shell__sidebar{display:none}.app-shell__sidebar{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 1.15rem;background:linear-gradient(180deg,#00204efa,#0a3a6ef0);color:#f5f8fc;z-index:30}.app-shell__backdrop{display:none}.app-shell__brand-eyebrow,.page__eyebrow{margin:0;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#f5f8fcb8}.page__eyebrow{color:var(--color-ink-muted);margin-bottom:.65rem}.page__eyebrow a{color:inherit}.app-shell__brand{display:grid;gap:.55rem}.app-shell__brand-logo{width:100%}.app-shell__brand-portal{margin:0;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#f5f8fcb8}.app-shell__brand-name{margin:.35rem 0 0;font-family:var(--font-display);font-size:1.55rem;font-weight:700}.app-shell__nav{display:grid;gap:.35rem;flex:1}.app-shell__nav-link,.app-shell__mobile-link{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:2.6rem;padding:.55rem .75rem;border-radius:.75rem;color:inherit;text-decoration:none;font-weight:600}.app-shell__nav-link:hover,.app-shell__mobile-link:hover{text-decoration:none;background:#ffffff14}.app-shell__nav-link--active,.app-shell__mobile-link--active{background:#1a73e847}.app-shell__nav-link--disabled,.app-shell__mobile-link--disabled{opacity:.55;cursor:not-allowed}.app-shell__nav-soon{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;opacity:.8}.app-shell__user{display:grid;gap:.35rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14)}.app-shell__user-name{margin:0;font-weight:700}.app-shell__user-email{margin:0 0 .5rem;font-size:.85rem;color:#f5f8fcb8;word-break:break-word}.app-shell__logout{width:100%}.app-shell__main{display:flex;flex-direction:column;min-width:0;min-height:100vh}.app-shell__top-bar{display:none}.app-shell__menu-toggle{min-height:44px;display:inline-flex;align-items:center;gap:.5rem;width:auto}.app-shell__menu-toggle--mobile{display:none}.app-shell__hamburger{display:inline-grid;gap:3px;width:1.1rem}.app-shell__hamburger span{display:block;height:2px;background:currentColor;border-radius:1px}.app-shell__content{padding:1.75rem 1.5rem 2.5rem}.page{display:grid;gap:1.25rem;max-width:56rem;width:100%;min-width:0}.page--narrow{max-width:28rem}.page__header h1{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem)}.page__header--row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page__lede{margin:.45rem 0 0;color:var(--color-ink-muted);overflow-wrap:anywhere}.page__status,.page__state{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.page__state{display:grid;gap:.85rem;justify-items:start}.page__state h2{margin:0;font-size:1.2rem}.page__state p{margin:0;color:var(--color-ink-muted)}.page__actions{display:flex;gap:.75rem;flex-wrap:wrap}.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16.5rem,1fr));gap:1rem}.vehicle-card{display:grid;gap:1rem;padding:1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.vehicle-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.vehicle-card__plate{margin:0;font-size:1.15rem;letter-spacing:.04em}.vehicle-card__badge{display:inline-flex;align-items:center;min-height:1.6rem;padding:.15rem .55rem;border-radius:.55rem;background:var(--color-accent-soft);color:var(--color-accent);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.vehicle-card__meta{margin:0;display:grid;gap:.65rem}.vehicle-card__meta div{display:grid;gap:.15rem}.vehicle-card__meta dt{color:var(--color-ink-muted);font-size:.8rem}.vehicle-card__meta dd{margin:0;font-weight:600}.vehicle-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.vehicle-card__action{width:auto;min-height:2.5rem;padding:.55rem .85rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.vehicle-card__action:hover{text-decoration:none}.vehicle-form{display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.vehicle-form__actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--primary-button-spacing);margin-top:.25rem}.vehicle-form__actions .btn-secondary{flex:1 1 auto;min-width:8.5rem;min-height:var(--primary-button-height);padding:0 1.25rem;border-radius:var(--primary-button-radius);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.vehicle-form__actions .primary-button{margin-block:0;flex:1 1 auto}@media (max-width: 767px){.vehicle-form__actions{flex-direction:column}.vehicle-form__actions .btn-secondary,.vehicle-form__actions .primary-button{width:100%}}.page--booking{max-width:40rem}.booking-form,.quote-summary{display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);min-width:0;max-width:100%;box-sizing:border-box}.quote-summary h2{margin:0;font-family:var(--font-display);font-size:1.35rem}.quote-summary__meta,.quote-summary__totals{margin:0;display:grid;gap:.75rem}.quote-summary__meta div,.quote-summary__totals div{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.quote-summary__meta dt,.quote-summary__totals dt{color:var(--color-ink-muted);font-size:.92rem}.quote-summary__meta dd,.quote-summary__totals dd{margin:0;font-weight:600;text-align:right}.quote-summary__totals{padding-top:.85rem;border-top:1px solid var(--color-border)}.quote-summary__total dt,.quote-summary__total dd{font-size:1.05rem;color:var(--color-ink);font-weight:700}.page--reservation{max-width:40rem}.reservation-summary{display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.reservation-summary__meta,.reservation-summary__totals{margin:0;display:grid;gap:.75rem}.reservation-summary__meta div,.reservation-summary__totals div{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.reservation-summary__meta dt,.reservation-summary__totals dt{color:var(--color-ink-muted);font-size:.92rem}.reservation-summary__meta dd,.reservation-summary__totals dd{margin:0;font-weight:600;text-align:right}.reservation-summary__totals{padding-top:.85rem;border-top:1px solid var(--color-border)}.reservation-summary__total dt,.reservation-summary__total dd{font-size:1.05rem;color:var(--color-ink);font-weight:700}.reservation-actions{display:flex;flex-wrap:wrap;gap:var(--primary-button-spacing);margin-top:var(--primary-button-spacing)}.reservation-actions .btn-secondary,.reservation-actions .btn-danger{width:auto;min-height:44px}.reservation-actions .primary-button{margin-block:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:1rem;background:#0f172a73}.modal{width:min(100%,28rem);display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.modal__header{display:grid;gap:.45rem}.modal__header h2{margin:0;font-size:1.25rem}.modal__header p{margin:0;color:var(--color-ink-muted)}.modal__warning{color:var(--color-danger)!important;font-weight:600}.modal__actions{display:flex;flex-wrap:wrap;gap:var(--primary-button-spacing);justify-content:flex-end}.modal__actions .btn-secondary,.modal__actions .btn-danger{width:auto;min-height:44px}.modal__actions .primary-button{margin-block:0;width:auto;min-width:8.5rem}.modal__confirm-message{margin:.35rem 0 0;color:var(--color-ink-muted)}.ops-modal__details{margin:.5rem 0 0;display:grid;gap:.65rem}.ops-modal__details>div{display:grid;gap:.15rem}.ops-modal__details dt{color:var(--color-ink-muted);font-size:.85rem;font-weight:600}.ops-modal__details dd{margin:0;font-weight:700;color:var(--color-ink)}.reservation-sections{display:grid;gap:2rem}.reservation-section{display:grid;gap:1rem}.reservation-section h2{margin:0;padding-bottom:.65rem;border-bottom:1px solid var(--color-border);font-size:1.15rem}.reservation-list{display:grid;gap:1rem}.reservation-card{display:grid;gap:.95rem;padding:1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.reservation-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.reservation-card__number{margin:0;font-size:1.05rem;letter-spacing:.03em}.reservation-card__status{display:inline-flex;align-items:center;min-height:1.6rem;padding:.15rem .55rem;border-radius:.55rem;background:var(--color-accent-soft);color:var(--color-accent);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.reservation-card__lot{margin:0;font-weight:600}.reservation-card__meta{margin:0;display:grid;gap:.75rem}.reservation-card__meta>div{display:grid;gap:.15rem}.reservation-card__meta dt{color:var(--color-ink-muted);font-size:.8rem}.reservation-card__meta dd{margin:0;font-weight:600}.reservation-card__window{display:grid;gap:.45rem}.reservation-card__window dd{display:grid;gap:.1rem}.reservation-card__time{color:var(--color-ink-muted);font-weight:500;font-size:.92rem}.reservation-card__arrow{color:var(--color-ink-muted);font-size:.95rem;padding-left:.15rem}.reservation-card__total dd{font-size:1.05rem}.reservation-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.reservation-card__action{width:auto;min-height:2.5rem;padding:.55rem .85rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.reservation-card__action:hover{text-decoration:none}.quote-summary .primary-button{justify-self:stretch;width:100%}.input-uppercase{text-transform:uppercase}@media (max-width: 1199px){.app-shell__top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--color-brand-deep);color:#f5f8fc}.app-shell__top-bar-start{display:flex;align-items:center;gap:.75rem;min-width:0}.app-shell__menu-toggle--tablet{display:inline-flex}.app-shell__top-brand{margin:0;min-width:0}.app-shell__top-brand-logo--desktop{display:inline-flex}.app-shell__top-brand-logo--mobile{display:none}.app-shell__top-logout{width:auto}.app-shell__content{padding:1.25rem 1rem 2rem}}@media (max-width: 560px){.app-shell__top-brand-logo--desktop{display:none}.app-shell__top-brand-logo--mobile{display:inline-flex}.page__brand-welcome{flex-direction:column;align-items:flex-start}}@media (max-width: 767px){.app-shell,.app-shell--sidebar-collapsed{grid-template-columns:1fr}.app-shell__menu-toggle--tablet{display:none}.app-shell__menu-toggle--mobile{display:inline-flex}.app-shell__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:0;padding:0;margin:0;background:#0f172a73;cursor:pointer}.app-shell__sidebar{position:fixed;inset:0 auto 0 0;width:min(20rem,86vw);transform:translate(-105%);transition:transform .18s ease;box-shadow:none;z-index:50;pointer-events:none}.app-shell--drawer-open .app-shell__sidebar{transform:translate(0);box-shadow:0 12px 40px #0f172a59;pointer-events:auto}.app-shell--sidebar-collapsed .app-shell__sidebar{display:flex}.app-shell__top-logout{min-height:44px}}.page--operations{max-width:72rem}.operations-filters,.operations-search__filters{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin-bottom:1.25rem}.operations-search__query{grid-column:1 / -1}.operations-search__filters{align-items:end}@media (min-width: 768px){.operations-search__filters{grid-template-columns:1fr minmax(10rem,14rem)}.operations-search__query{grid-column:auto}}.operations-summary{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1.5rem}.operations-summary__card{display:grid;gap:.35rem;padding:1.1rem 1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:5.5rem}.operations-summary__label{margin:0;color:var(--color-ink-muted);font-size:.95rem;font-weight:600}.operations-summary__value{margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.1}.operations-section,.operations-search{margin-top:1.75rem}.operations-search{margin-top:0}.operations-section h2,.operations-search h2{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.25rem}.operations-section__empty,.ops-empty{margin:0;color:var(--color-ink-muted)}.ops-empty{text-align:center}.operations-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);-webkit-overflow-scrolling:touch}.operations-table{width:100%;border-collapse:collapse;font-size:.95rem}.operations-table th,.operations-table td{padding:.7rem .85rem;text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap}.operations-table th{color:var(--color-ink-muted);font-weight:600;background:var(--color-surface-soft)}.operations-table tr:last-child td{border-bottom:none}.ops-cell--emphasis{font-weight:700}.operations-mobile-only{display:none}.operations-desktop-only{display:block}.ops-card-list{display:grid;gap:.85rem}.ops-card{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.ops-card__header{display:grid;gap:.25rem}.ops-card__number{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.01em}.ops-card__vehicle{margin:0;font-size:1.05rem;font-weight:700;color:var(--color-ink)}.ops-card__badges{display:flex;flex-wrap:wrap;gap:.45rem}.ops-card__meta{margin:0;display:grid;gap:.55rem}.ops-card__meta>div{display:grid;gap:.1rem}.ops-card__meta dt{color:var(--color-ink-muted);font-size:.85rem;font-weight:600}.ops-card__meta dd{margin:0;font-weight:600;font-size:.98rem}.ops-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ops-actions--stack{display:grid;gap:.5rem}.ops-actions__btn{width:auto;min-height:44px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}.ops-actions .primary-button{margin-block:0}.ops-actions__btn:hover{text-decoration:none}.ops-actions--stack .ops-actions__btn{width:100%}.ops-actions-bar{position:sticky;top:0;z-index:5;padding:.75rem 0;background:linear-gradient(180deg,#f7f9fc 70%,transparent)}.ops-actions-bar--footer{position:static;background:transparent}.ops-badge-row{margin-top:.75rem}.ops-badge{display:inline-flex;align-items:center;max-width:100%;padding:.3rem .7rem;border-radius:.45rem;border:1px solid var(--color-border);font-size:.8rem;font-weight:700;line-height:1.2;background:var(--color-surface-soft);color:var(--color-ink);white-space:normal}.ops-badge--pending,.ops-badge--payment-pending{border-style:dashed}.ops-badge--confirmed,.ops-badge--paid,.ops-badge--guaranteed{border-color:var(--color-accent);background:var(--color-accent-soft);color:var(--color-accent)}.ops-badge--checked-in{border-color:#0f766e;background:#ecfdf8;color:#0f766e}.ops-badge--checked-out{border-color:#475569;background:#f1f5f9;color:#334155}.ops-badge--cancelled,.ops-badge--failed,.ops-badge--expired,.ops-badge--not-guaranteed{border-style:dashed;color:var(--color-ink-muted)}.ops-badge--pay-on-arrival,.ops-badge--method{border-style:solid}.ops-details-header__number{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;letter-spacing:.01em}.ops-details-header__title{margin:.2rem 0 0;font-size:1rem!important;font-weight:600;color:var(--color-ink-muted)}.ops-details-header__vehicle{margin:.35rem 0 0;font-size:1.15rem;font-weight:700}.ops-details-grid{display:grid;gap:1rem;grid-template-columns:1fr}.ops-detail-card{display:grid;gap:.75rem;padding:1.1rem 1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.ops-detail-card h2{margin:0;font-size:1.05rem;font-family:var(--font-display)}.ops-detail-card__list{margin:0;display:grid;gap:.7rem}.ops-detail-card__list>div{display:grid;gap:.15rem}.ops-detail-card__list dt{color:var(--color-ink-muted);font-size:.85rem;font-weight:600}.ops-detail-card__list dd{margin:0;font-weight:600;word-break:break-word}.ops-detail-card__emphasis{font-size:1.05rem;font-weight:800}.ops-payment-list{gap:.85rem}.ops-details-meta{margin:.25rem 0 0;color:var(--color-ink-muted);font-size:.9rem}.ops-loading{display:grid;gap:.75rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-ink-muted)}.ops-loading--dashboard,.ops-loading--details{min-height:8rem}.ops-loading--search{min-height:3.5rem}.ops-loading__skeleton{height:.85rem;width:min(100%,14rem);border-radius:999px;background:linear-gradient(90deg,var(--color-surface-soft),#e8eef5,var(--color-surface-soft));background-size:200% 100%}.ops-loading p{margin:0}.detail-list{margin:0;display:grid;gap:.85rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.detail-list>div{display:grid;gap:.2rem}.detail-list dt{color:var(--color-ink-muted);font-size:.9rem}.detail-list dd{margin:0;font-weight:600}@media (min-width: 768px) and (max-width: 1199px){.operations-summary,.ops-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-detail-card--payment{grid-column:1 / -1}}@media (min-width: 1200px){.operations-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.ops-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-detail-card--payment{grid-column:1 / -1}}@media (max-width: 767px){.operations-summary{grid-template-columns:1fr}.operations-desktop-only{display:none}.operations-mobile-only{display:grid}.operations-filters,.operations-search__filters{grid-template-columns:1fr}.operations-search__query{grid-column:auto}.operations-search__query input,.operations-search__status select,.operations-filters select,.operations-filters input{min-height:44px;width:100%}.ops-actions-bar .btn,.ops-actions-bar .btn-secondary,.reservation-actions .btn-secondary,.modal__actions .btn-secondary,.modal__actions .primary-button,.reservation-actions .primary-button,.ops-actions-bar .primary-button{width:100%}.modal__actions{flex-direction:column-reverse}.ops-details-header__back{width:100%}.page__header--row.ops-details-header{flex-direction:column}.page--operations,.app-shell__content{overflow-x:hidden}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.payment-summary{margin-bottom:1.25rem;padding:1.25rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.payment-summary h2{margin:0 0 1rem;font-size:1.1rem}.payment-summary__meta{display:grid;gap:.85rem;margin:0}.payment-summary__meta>div{display:grid;gap:.2rem}.payment-summary__meta dt{color:var(--color-ink-muted);font-size:.9rem}.payment-summary__meta dd{margin:0;font-weight:600}.payment-summary__message{margin:1rem 0 0;color:var(--color-danger)}.payment-status{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.85rem;font-weight:700}.payment-status--paid{background:var(--color-accent-soft);color:var(--color-accent)}.payment-status--pending{background:#fff7e6;color:#9a6700}.payment-status--failed{background:var(--color-danger-soft);color:var(--color-danger)}.payment-status--default{background:var(--color-surface-soft);color:var(--color-ink-muted)}.payment-status--pay-on-arrival{background:var(--color-accent-soft);color:var(--color-brand-mid)}.payment-method-selector{display:grid;gap:.85rem;margin:.25rem 0;padding:1rem 1.1rem;border:1px solid var(--color-border, #d6d3d1);border-radius:.75rem;background:var(--color-surface-soft, #f5f5f4)}.payment-method-selector__title{margin:0;font-weight:700;font-size:.95rem}.payment-method-option{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;cursor:pointer;padding:.75rem;border:1px solid var(--color-border, #d6d3d1);border-radius:.65rem;background:#fff}.payment-method-option:has(input:checked){border-color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent)}.payment-method-option input{margin-top:.2rem}.payment-method-option span{display:grid;gap:.2rem}.payment-method-option strong{font-size:1rem}.payment-method-option small{display:block;color:var(--color-ink-muted, #57534e);line-height:1.4}.payment-summary__message--warning{color:#9a6700}.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.8rem;font-weight:700;background:var(--color-surface-soft);color:var(--color-ink-muted)}.page--walk-in{max-width:40rem;padding-bottom:6rem}.walk-in-form{display:grid;gap:1rem}.walk-in-section h2{margin:0 0 1rem;font-size:1.1rem}.walk-in-meta{margin:-.5rem 0 .75rem;color:var(--color-ink-muted);font-size:.9rem}.walk-in-capacity{margin:.75rem 0 1rem;padding:.85rem 1rem;border-radius:var(--radius-lg);background:#ecfdf3;color:#166534;font-size:1rem}.walk-in-capacity--full{background:#fef2f2;color:#991b1b}.walk-in-form__actions{position:sticky;bottom:0;z-index:2;margin-top:.5rem;padding:1rem 0;background:linear-gradient(180deg,transparent,var(--color-surface) 30%)}.walk-in-form__actions .primary-button{margin-block:0}.walk-in-success{display:grid;gap:1.5rem}.walk-in-success__actions{display:grid;gap:.75rem}.walk-in-confirm{max-width:28rem}@media (min-width: 768px){.walk-in-success__actions{grid-template-columns:repeat(3,minmax(0,1fr))}.walk-in-form__actions .primary-button--auto{min-width:16rem}}
