@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-gray-500:oklch(55.1% .027 264.364);--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.hidden{display:none}.table{display:table}.min-h-screen{min-height:100vh}.items-center{align-items:center}.justify-center{justify-content:center}.text-gray-500{color:var(--color-gray-500)}}.app-loading-shell{--app-loading-bg: #f8f5f3;--app-loading-surface: #ffffff;--app-loading-text: #2b2528;--app-loading-muted: #746a6f;--app-loading-accent: #9c526b;--app-loading-border: #e7ddda;min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--app-loading-bg);color:var(--app-loading-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica,Arial,sans-serif}.app-loading-shell .app-loading-card{position:relative;width:min(360px,100%);display:flex;align-items:center;gap:14px;overflow:hidden;padding:20px;border:1px solid var(--app-loading-border);border-radius:20px;background:var(--app-loading-surface);box-shadow:0 16px 40px #36272e14}.app-loading-shell .app-loading-card__mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:var(--app-loading-accent);color:#fff}.app-loading-shell .app-loading-card__mark svg{width:27px;height:27px}.app-loading-shell .app-loading-card__copy{min-width:0;display:flex;flex-direction:column}.app-loading-shell .app-loading-card__title{font-size:14px;font-weight:720}.app-loading-shell .app-loading-card__message{margin-top:2px;color:var(--app-loading-muted);font-size:12px}.app-loading-shell .app-loading-card__progress{position:absolute;right:0;bottom:0;left:0;height:3px;overflow:hidden;background:#f2e8eb}.app-loading-shell .app-loading-card__progress:after{width:38%;height:100%;display:block;border-radius:999px;background:var(--app-loading-accent);animation:app-loading-progress 1.2s ease-in-out infinite;content:""}@keyframes app-loading-progress{0%{transform:translate(-110%)}to{transform:translate(290%)}}@media(prefers-reduced-motion:reduce){.app-loading-shell .app-loading-card__progress:after{width:100%;animation:none;opacity:.55}}.dashboard-shell{--dashboard-bg: #f8f5f3;--dashboard-surface: #ffffff;--dashboard-surface-soft: #f3edeb;--dashboard-text: #2b2528;--dashboard-text-soft: #51494d;--dashboard-text-muted: #746a6f;--dashboard-accent: #9c526b;--dashboard-accent-hover: #824258;--dashboard-accent-pressed: #71384c;--dashboard-accent-soft: #f4e7eb;--dashboard-border: #e7ddda;--dashboard-border-strong: #d8cac6;--dashboard-success: #32705c;--dashboard-success-soft: #e8f3ee;--dashboard-warning: #946033;--dashboard-warning-soft: #f8eee3;--dashboard-danger: #a23f50;--dashboard-danger-hover: #873342;--dashboard-danger-soft: #f9e9ec;--dashboard-info: #52677d;--dashboard-info-soft: #eaf0f5;--dashboard-focus: #7c4055;--dashboard-shadow-sm: 0 1px 2px rgba(54, 39, 46, .04), 0 8px 24px rgba(54, 39, 46, .05);--dashboard-shadow: 0 16px 40px rgba(54, 39, 46, .08);--dashboard-radius-sm: 10px;--dashboard-radius-md: 16px;--dashboard-radius-lg: 24px;min-height:100vh;display:flex;background:var(--dashboard-bg);color:var(--dashboard-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}.dashboard-shell *,.dashboard-shell *:before,.dashboard-shell *:after{box-sizing:border-box}.dashboard-shell .dashboard-sidebar{position:sticky;top:0;z-index:30;width:280px;height:100vh;flex:0 0 280px;display:flex;flex-direction:column;overflow-y:auto;background:#fffffff5;border-right:1px solid var(--dashboard-border)}.dashboard-shell .dashboard-sidebar__header{padding:30px 28px 24px}.dashboard-shell .dashboard-brand{display:flex;align-items:center;gap:12px;color:var(--dashboard-text)}.dashboard-shell .dashboard-brand__mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:var(--dashboard-accent);color:#fff;box-shadow:0 8px 18px #9c526b38}.dashboard-shell .dashboard-brand__mark svg{width:27px;height:27px}.dashboard-shell .dashboard-brand__name,.dashboard-shell .dashboard-brand__tagline{display:block}.dashboard-shell .dashboard-brand__name{font-size:15px;font-weight:720;letter-spacing:-.01em}.dashboard-shell .dashboard-brand__tagline{margin-top:1px;color:var(--dashboard-text-muted);font-family:Georgia,Times New Roman,serif;font-size:12px;font-style:italic}.dashboard-shell .dashboard-sidebar__profile{display:flex;align-items:center;gap:11px;margin:0 20px 26px;padding:14px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-md);background:var(--dashboard-surface-soft)}.dashboard-shell .dashboard-profile__avatar{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:var(--dashboard-surface);color:var(--dashboard-accent);font-size:12px;font-weight:750;letter-spacing:.04em;box-shadow:inset 0 0 0 1px var(--dashboard-border)}.dashboard-shell .dashboard-profile__details{min-width:0;display:flex;flex-direction:column}.dashboard-shell .dashboard-profile__name{overflow:hidden;color:var(--dashboard-text);font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .dashboard-profile__role{margin-top:1px;color:var(--dashboard-text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.dashboard-shell .dashboard-nav{flex:1;padding:0 16px 24px}.dashboard-shell .dashboard-nav__label{display:block;padding:0 12px 10px;color:#90858a;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.dashboard-shell .dashboard-nav__link{width:100%;min-height:44px;display:flex;align-items:center;gap:12px;margin-bottom:4px;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:var(--dashboard-text-muted);font:inherit;font-size:14px;font-weight:580;text-align:left;text-decoration:none;cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .18s ease}.dashboard-shell .dashboard-nav__link:hover{background:var(--dashboard-surface-soft);color:var(--dashboard-text)}.dashboard-shell .dashboard-nav__link:active{transform:scale(.985)}.dashboard-shell .dashboard-nav__link--active{background:var(--dashboard-accent-soft);color:var(--dashboard-accent-hover);font-weight:700}.dashboard-shell .dashboard-nav__link--active:hover{background:#f0dfe5;color:var(--dashboard-accent-hover)}.dashboard-shell .dashboard-nav__icon{width:19px;height:19px;flex:0 0 19px}.dashboard-shell .dashboard-sidebar__footer{padding:16px;border-top:1px solid var(--dashboard-border)}.dashboard-shell .dashboard-nav__link--logout{color:var(--dashboard-danger)}.dashboard-shell .dashboard-nav__link--logout:hover{background:var(--dashboard-danger-soft);color:var(--dashboard-danger-hover)}.dashboard-shell .dashboard-mobile-header,.dashboard-shell .dashboard-nav-backdrop{display:none}.dashboard-shell .dashboard-main{min-width:0;flex:1;overflow-x:hidden}.dashboard-shell .dashboard-content{width:100%;max-width:1480px;margin:0 auto;padding:48px clamp(32px,4vw,64px) 64px}.dashboard-shell .dashboard-page{width:100%}.dashboard-shell .dashboard-page--narrow{max-width:760px}.dashboard-shell .dashboard-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.dashboard-shell .dashboard-page-header__copy{max-width:720px}.dashboard-shell .dashboard-page-header__actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.dashboard-shell .dashboard-eyebrow{margin:0 0 8px;color:var(--dashboard-accent);font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.dashboard-shell .dashboard-page-title{margin:0;color:var(--dashboard-text);font-size:clamp(30px,3vw,40px);font-weight:680;letter-spacing:-.035em;line-height:1.1}.dashboard-shell .dashboard-page-description{max-width:620px;margin:10px 0 0;color:var(--dashboard-text-muted);font-size:15px;line-height:1.65}.dashboard-shell .dashboard-context-pill,.dashboard-shell .dashboard-balance-pill{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--dashboard-border);border-radius:999px;background:var(--dashboard-surface);color:var(--dashboard-text-soft);font-size:13px;font-weight:650;box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-context-pill:before{width:7px;height:7px;border-radius:50%;background:var(--dashboard-success);content:""}.dashboard-shell .dashboard-balance-pill{border-color:#ead4dc;background:var(--dashboard-accent-soft);color:var(--dashboard-accent-hover)}.dashboard-shell .dashboard-balance-pill__label{color:var(--dashboard-text-muted);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.dashboard-shell .dashboard-balance-pill__value{font-size:15px;font-weight:760}.dashboard-shell .dashboard-card{border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-lg);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-card--padded{padding:28px}.dashboard-shell .dashboard-card--compact{padding:20px}.dashboard-shell .dashboard-card--form{max-width:760px;margin-bottom:32px;padding:28px}.dashboard-shell .dashboard-card--section{margin-bottom:28px}.dashboard-shell .dashboard-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid var(--dashboard-border)}.dashboard-shell .dashboard-card__title{margin:0;color:var(--dashboard-text);font-size:17px;font-weight:680;letter-spacing:-.012em}.dashboard-shell .dashboard-card__description{margin:4px 0 0;color:var(--dashboard-text-muted);font-size:13px}.dashboard-shell .dashboard-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:32px}.dashboard-shell .dashboard-stat-card{position:relative;min-height:156px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-lg);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-shell .dashboard-stat-card:after{position:absolute;right:-30px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:var(--dashboard-accent-soft);opacity:.7;content:""}.dashboard-shell .dashboard-stat-card:hover{border-color:var(--dashboard-border-strong);box-shadow:var(--dashboard-shadow);transform:translateY(-2px)}.dashboard-shell .dashboard-stat-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-shell .dashboard-stat-card__label{margin:0;color:var(--dashboard-text-muted);font-size:13px;font-weight:620}.dashboard-shell .dashboard-stat-card__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--dashboard-accent-soft);color:var(--dashboard-accent);font-size:17px}.dashboard-shell .dashboard-stat-card__value{position:relative;z-index:1;margin:16px 0 0;color:var(--dashboard-text);font-size:clamp(30px,3vw,38px);font-weight:680;letter-spacing:-.035em;line-height:1}.dashboard-shell .dashboard-stat-card--success:after,.dashboard-shell .dashboard-stat-card--success .dashboard-stat-card__icon{background:var(--dashboard-success-soft)}.dashboard-shell .dashboard-stat-card--success .dashboard-stat-card__icon{color:var(--dashboard-success)}.dashboard-shell .dashboard-stat-card--warning:after,.dashboard-shell .dashboard-stat-card--warning .dashboard-stat-card__icon{background:var(--dashboard-warning-soft)}.dashboard-shell .dashboard-stat-card--warning .dashboard-stat-card__icon{color:var(--dashboard-warning)}.dashboard-shell .dashboard-table-card{overflow:hidden}.dashboard-shell .dashboard-table-region{max-width:100%;overflow-x:auto;outline:none;scrollbar-color:var(--dashboard-border-strong) transparent;scrollbar-width:thin}.dashboard-shell .dashboard-table-region:focus-visible{box-shadow:inset 0 0 0 3px #7c405538}.dashboard-shell .dashboard-table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.dashboard-shell .dashboard-table th{padding:13px 20px;border-bottom:1px solid var(--dashboard-border);background:#fbf9f8;color:var(--dashboard-text-muted);font-size:10px;font-weight:760;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.dashboard-shell .dashboard-table td{padding:16px 20px;border-bottom:1px solid #eee7e5;color:var(--dashboard-text-soft);font-size:13px;vertical-align:middle}.dashboard-shell .dashboard-table tbody tr:last-child td{border-bottom:0}.dashboard-shell .dashboard-table tbody tr{transition:background-color .16s ease}.dashboard-shell .dashboard-table tbody tr:hover{background:#fcf9f8}.dashboard-shell .dashboard-table .dashboard-table__primary{color:var(--dashboard-text);font-weight:650}.dashboard-shell .dashboard-table .dashboard-table__muted{color:var(--dashboard-text-muted)}.dashboard-shell .dashboard-table .dashboard-table__inactive{opacity:.58}.dashboard-shell .dashboard-table__actions{display:flex;align-items:center;gap:14px;white-space:nowrap}.dashboard-shell .dashboard-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:750;letter-spacing:.055em;line-height:1;text-transform:uppercase;white-space:nowrap}.dashboard-shell .dashboard-badge--success{background:var(--dashboard-success-soft);color:var(--dashboard-success)}.dashboard-shell .dashboard-badge--warning{background:var(--dashboard-warning-soft);color:var(--dashboard-warning)}.dashboard-shell .dashboard-badge--info{background:var(--dashboard-info-soft);color:var(--dashboard-info)}.dashboard-shell .dashboard-badge--neutral{background:var(--dashboard-surface-soft);color:var(--dashboard-text-muted)}.dashboard-shell .dashboard-points-value{font-weight:720;white-space:nowrap}.dashboard-shell .dashboard-points-value--positive{color:var(--dashboard-success)}.dashboard-shell .dashboard-points-value--negative{color:var(--dashboard-warning)}.dashboard-shell .dashboard-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 17px;border:1px solid transparent;border-radius:12px;font:inherit;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-shell .dashboard-button:hover{transform:translateY(-1px)}.dashboard-shell .dashboard-button:active{transform:translateY(0) scale(.985)}.dashboard-shell .dashboard-button--primary{background:var(--dashboard-accent);color:#fff;box-shadow:0 8px 18px #9c526b2e}.dashboard-shell .dashboard-button--primary:hover{background:var(--dashboard-accent-hover);box-shadow:0 10px 22px #9c526b38}.dashboard-shell .dashboard-button--primary:active{background:var(--dashboard-accent-pressed)}.dashboard-shell .dashboard-button--secondary{border-color:var(--dashboard-border-strong);background:var(--dashboard-surface);color:var(--dashboard-text-soft)}.dashboard-shell .dashboard-button--secondary:hover{border-color:#c8b7b3;background:var(--dashboard-surface-soft);color:var(--dashboard-text)}.dashboard-shell .dashboard-button--danger{background:var(--dashboard-danger);color:#fff}.dashboard-shell .dashboard-button--danger:hover{background:var(--dashboard-danger-hover)}.dashboard-shell .dashboard-button--full{width:100%}.dashboard-shell .dashboard-button:disabled{border-color:var(--dashboard-border);background:var(--dashboard-surface-soft);color:#9a9095;box-shadow:none;cursor:not-allowed;transform:none}.dashboard-shell .dashboard-button__spinner{width:14px;height:14px;flex:0 0 14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;opacity:.78;animation:dashboard-spin .7s linear infinite}.dashboard-shell .dashboard-dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:#231b1f8c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:dashboard-dialog-fade-in .18s ease-out both}.dashboard-shell .dashboard-dialog{width:min(100%,440px);padding:30px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-lg);background:var(--dashboard-surface);box-shadow:0 24px 70px #2b20263d;text-align:center;animation:dashboard-dialog-enter .22s ease-out both}.dashboard-shell .dashboard-dialog__mark{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--dashboard-danger-soft);color:var(--dashboard-danger);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700}.dashboard-shell .dashboard-dialog h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;letter-spacing:-.025em;line-height:1.15}.dashboard-shell .dashboard-dialog p{margin:12px auto 0;color:var(--dashboard-text-muted);font-size:14px;line-height:1.65}.dashboard-shell .dashboard-dialog__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}@keyframes dashboard-dialog-fade-in{0%{opacity:0}}@keyframes dashboard-dialog-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-shell .dashboard-text-button,.dashboard-shell .dashboard-back-link{display:inline-flex;align-items:center;padding:3px 0;border:0;background:transparent;color:var(--dashboard-accent-hover);font:inherit;font-size:13px;font-weight:680;text-decoration:none;cursor:pointer;transition:color .16s ease}.dashboard-shell .dashboard-text-button:hover,.dashboard-shell .dashboard-back-link:hover{color:var(--dashboard-accent-pressed);text-decoration:underline;text-underline-offset:3px}.dashboard-shell .dashboard-text-button:disabled{color:#9a9095;cursor:wait;text-decoration:none}.dashboard-shell .dashboard-text-button--warning{color:var(--dashboard-warning)}.dashboard-shell .dashboard-text-button--danger{color:var(--dashboard-danger)}.dashboard-shell .dashboard-back-link{gap:7px;margin-bottom:20px;color:var(--dashboard-text-muted)}.dashboard-shell .dashboard-form-stack{display:flex;flex-direction:column;gap:18px}.dashboard-shell .dashboard-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-shell .dashboard-form-row{display:flex;align-items:flex-end;gap:14px}.dashboard-shell .dashboard-form-row .dashboard-field{flex:1}.dashboard-shell .dashboard-form-row .dashboard-field--points{flex:0 1 180px}.dashboard-shell .dashboard-field label{display:block;margin:0 0 7px;color:var(--dashboard-text-soft);font-size:12px;font-weight:680}.dashboard-shell .dashboard-input{width:100%;min-height:44px;padding:10px 13px;border:1px solid var(--dashboard-border-strong);border-radius:var(--dashboard-radius-sm);outline:none;background:var(--dashboard-surface);color:var(--dashboard-text);font:inherit;font-size:14px;line-height:1.4;transition:border-color .17s ease,box-shadow .17s ease,background-color .17s ease}.dashboard-shell textarea.dashboard-input{min-height:104px;resize:vertical}.dashboard-shell .dashboard-input::placeholder{color:#a0969a}.dashboard-shell .dashboard-input:hover:not(:disabled){border-color:#c9b9b5}.dashboard-shell .dashboard-input:focus{border-color:var(--dashboard-focus);box-shadow:0 0 0 3px #7c405524}.dashboard-shell .dashboard-input:disabled{border-color:var(--dashboard-border);background:var(--dashboard-surface-soft);color:var(--dashboard-text-muted);cursor:not-allowed}.dashboard-shell .password-input-control{position:relative}.dashboard-shell .password-input-control .dashboard-input{padding-right:68px}.dashboard-shell .password-input-control__toggle{position:absolute;top:50%;right:6px;min-width:50px;min-height:32px;padding:5px 8px;border:0;border-radius:8px;background:transparent;color:var(--dashboard-accent-hover);font:inherit;font-size:11px;font-weight:760;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,background-color .16s ease}.dashboard-shell .password-input-control__toggle:hover{background:var(--dashboard-accent-soft);color:var(--dashboard-accent-pressed)}.dashboard-shell .password-input-control__toggle:disabled{color:var(--dashboard-text-muted);cursor:not-allowed}.dashboard-shell .dashboard-input--small{max-width:200px}.dashboard-shell .dashboard-field__hint{margin:6px 0 0;color:var(--dashboard-text-muted);font-size:11px;line-height:1.5}.dashboard-shell .dashboard-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding-top:2px}.dashboard-shell .dashboard-search{display:flex;gap:12px;margin-bottom:24px;padding:8px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-md);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-search .dashboard-input{border-color:transparent;background:transparent}.dashboard-shell .dashboard-search .dashboard-input:hover{border-color:transparent}.dashboard-shell .dashboard-search .dashboard-input:focus{border-color:transparent;box-shadow:none}.dashboard-shell .dashboard-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;border:1px solid transparent;border-radius:12px;font-size:13px;line-height:1.55}.dashboard-shell .dashboard-alert__mark{width:19px;height:19px;flex:0 0 19px;display:grid;place-items:center;margin-top:1px;border-radius:50%;font-size:11px;font-weight:800}.dashboard-shell .dashboard-alert--success{border-color:#cae2d8;background:var(--dashboard-success-soft);color:#285f4e}.dashboard-shell .dashboard-alert--success .dashboard-alert__mark{background:var(--dashboard-success);color:#fff}.dashboard-shell .dashboard-alert--error{border-color:#edcdd3;background:var(--dashboard-danger-soft);color:#8e3544}.dashboard-shell .dashboard-alert--error .dashboard-alert__mark{background:var(--dashboard-danger);color:#fff}.dashboard-shell .dashboard-skeleton{width:100%;display:flex;flex-direction:column;gap:28px}.dashboard-shell .dashboard-skeleton__header{display:flex;flex-direction:column;gap:10px}.dashboard-shell .dashboard-skeleton__line,.dashboard-shell .dashboard-skeleton__stat,.dashboard-shell .dashboard-skeleton__hero,.dashboard-shell .dashboard-skeleton__card,.dashboard-shell .dashboard-skeleton__row{position:relative;display:block;overflow:hidden;background:#eee7e5}.dashboard-shell .dashboard-skeleton__line:after,.dashboard-shell .dashboard-skeleton__stat:after,.dashboard-shell .dashboard-skeleton__hero:after,.dashboard-shell .dashboard-skeleton__card:after,.dashboard-shell .dashboard-skeleton__row:after{position:absolute;inset:0;background:linear-gradient(100deg,transparent 22%,rgba(255,255,255,.78) 46%,transparent 70%);transform:translate(-100%);animation:dashboard-shimmer 1.45s ease-in-out infinite;content:""}.dashboard-shell .dashboard-skeleton__line{height:12px;border-radius:999px}.dashboard-shell .dashboard-skeleton__line--eyebrow{width:90px;height:9px}.dashboard-shell .dashboard-skeleton__line--title{width:min(300px,62%);height:36px;border-radius:12px}.dashboard-shell .dashboard-skeleton__line--description{width:min(520px,84%)}.dashboard-shell .dashboard-skeleton__stats,.dashboard-shell .dashboard-skeleton__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-shell .dashboard-skeleton__stat,.dashboard-shell .dashboard-skeleton__card,.dashboard-shell .dashboard-skeleton__hero,.dashboard-shell .dashboard-skeleton__table{border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-lg);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-skeleton__stat{height:156px}.dashboard-shell .dashboard-skeleton__card{height:280px}.dashboard-shell .dashboard-skeleton__hero{height:220px}.dashboard-shell .dashboard-skeleton__table{display:flex;flex-direction:column;gap:1px;overflow:hidden;padding:58px 20px 10px}.dashboard-shell .dashboard-skeleton__row{height:54px;border-radius:10px}@keyframes dashboard-shimmer{to{transform:translate(100%)}}.dashboard-shell .dashboard-error-panel{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.dashboard-shell .dashboard-error-panel__mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;background:var(--dashboard-danger-soft);color:var(--dashboard-danger);font-size:18px;font-weight:780}.dashboard-shell .dashboard-error-panel h1{margin:0;color:var(--dashboard-text);font-size:22px;font-weight:680;letter-spacing:-.025em}.dashboard-shell .dashboard-error-panel p{max-width:460px;margin:8px 0 22px;color:var(--dashboard-text-muted);font-size:13px;line-height:1.65}.dashboard-shell .dashboard-inline-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:12px 14px;border:1px solid #edcdd3;border-radius:11px;background:var(--dashboard-danger-soft);color:var(--dashboard-danger);font-size:12px}.dashboard-shell .dashboard-settings-skeleton{display:flex;flex-direction:column;gap:8px;margin-top:20px}.dashboard-shell .dashboard-settings-skeleton>span:not(.sr-only){position:relative;height:48px;overflow:hidden;border-radius:12px;background:#eee7e5}.dashboard-shell .dashboard-settings-skeleton>span:not(.sr-only):after{position:absolute;inset:0;background:linear-gradient(100deg,transparent 22%,rgba(255,255,255,.78) 46%,transparent 70%);transform:translate(-100%);animation:dashboard-shimmer 1.45s ease-in-out infinite;content:""}.dashboard-shell .dashboard-empty-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.dashboard-shell .dashboard-empty-state__mark{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:var(--dashboard-accent-soft);color:var(--dashboard-accent);font-size:17px}.dashboard-shell .dashboard-empty-state h2{margin:0;color:var(--dashboard-text);font-size:17px;font-weight:680}.dashboard-shell .dashboard-empty-state p{max-width:440px;margin:7px 0 0;color:var(--dashboard-text-muted);font-size:13px;line-height:1.6}.dashboard-shell .dashboard-empty-state__action{margin-top:20px}.dashboard-shell .dashboard-customer-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding:28px}.dashboard-shell .dashboard-customer-identity{min-width:0}.dashboard-shell .dashboard-customer-identity h1{margin:0;color:var(--dashboard-text);font-size:clamp(27px,3vw,36px);font-weight:680;letter-spacing:-.03em}.dashboard-shell .dashboard-customer-meta{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:10px;color:var(--dashboard-text-muted);font-size:13px}.dashboard-shell .dashboard-balance-card{min-width:156px;padding:18px 22px;border:1px solid #ead4dc;border-radius:var(--dashboard-radius-md);background:var(--dashboard-accent-soft);text-align:center}.dashboard-shell .dashboard-balance-card__label,.dashboard-shell .dashboard-balance-card__unit{display:block;color:var(--dashboard-text-muted);font-size:11px}.dashboard-shell .dashboard-balance-card__value{display:block;margin:3px 0 1px;color:var(--dashboard-accent-hover);font-size:30px;font-weight:720;letter-spacing:-.03em}.dashboard-shell .dashboard-section-title{margin:0 0 20px;color:var(--dashboard-text);font-size:18px;font-weight:680;letter-spacing:-.015em}.dashboard-shell .dashboard-settings-grid{max-width:1080px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dashboard-shell .dashboard-settings-list{display:flex;flex-direction:column;gap:8px;margin:20px 0 0;padding:0;list-style:none}.dashboard-shell .dashboard-settings-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--dashboard-border);border-radius:12px;background:#fdfbfa}.dashboard-shell .dashboard-settings-item__name{color:var(--dashboard-text-soft);font-size:13px;font-weight:620}.dashboard-shell .dashboard-settings-item__name--inactive{color:#9b9195;text-decoration:line-through}.dashboard-shell .dashboard-mini-button{min-height:30px;padding:6px 10px;border:0;border-radius:9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.dashboard-shell .dashboard-mini-button:hover{transform:translateY(-1px)}.dashboard-shell .dashboard-mini-button:disabled{background:var(--dashboard-surface-soft);color:#9a9095;cursor:wait;transform:none}.dashboard-shell .dashboard-mini-button--enable{background:var(--dashboard-success-soft);color:var(--dashboard-success)}.dashboard-shell .dashboard-mini-button--enable:hover{background:#dcece5}.dashboard-shell .dashboard-mini-button--disable{background:var(--dashboard-danger-soft);color:var(--dashboard-danger)}.dashboard-shell .dashboard-mini-button--disable:hover{background:#f4dce1}.dashboard-shell .dashboard-details-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px;margin:0}.dashboard-shell .dashboard-details-list div{min-width:0}.dashboard-shell .dashboard-details-list dt{margin-bottom:5px;color:var(--dashboard-text-muted);font-size:11px;font-weight:680;letter-spacing:.045em;text-transform:uppercase}.dashboard-shell .dashboard-details-list dd{margin:0;overflow-wrap:anywhere;color:var(--dashboard-text);font-size:15px;font-weight:620}.dashboard-shell .dashboard-business-details{max-width:900px;margin-bottom:28px}.dashboard-shell .dashboard-rewards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-shell .dashboard-reward-card{min-height:280px;display:flex;flex-direction:column;padding:24px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-shell .dashboard-reward-card:hover{border-color:var(--dashboard-border-strong);box-shadow:var(--dashboard-shadow);transform:translateY(-2px)}.dashboard-shell .dashboard-reward-card__mark{width:40px;height:40px;display:grid;place-items:center;margin-bottom:20px;border-radius:13px;background:var(--dashboard-accent-soft);color:var(--dashboard-accent);font-size:17px}.dashboard-shell .dashboard-reward-card h2{margin:0;color:var(--dashboard-text);font-size:18px;font-weight:680;letter-spacing:-.018em}.dashboard-shell .dashboard-reward-card__description{margin:8px 0 0;color:var(--dashboard-text-muted);font-size:13px;line-height:1.6}.dashboard-shell .dashboard-reward-card__footer{margin-top:auto;padding-top:24px}.dashboard-shell .dashboard-reward-card__cost{margin:0;color:var(--dashboard-accent-hover);font-size:25px;font-weight:720;letter-spacing:-.025em}.dashboard-shell .dashboard-reward-card__value{margin:3px 0 16px;color:var(--dashboard-success);font-size:12px;font-weight:680}.dashboard-shell .dashboard-points-hero{position:relative;min-height:240px;display:grid;place-items:center;overflow:hidden;margin-bottom:28px;padding:40px 24px;text-align:center}.dashboard-shell .dashboard-points-hero:before,.dashboard-shell .dashboard-points-hero:after{position:absolute;border-radius:50%;background:var(--dashboard-accent-soft);content:""}.dashboard-shell .dashboard-points-hero:before{top:-90px;right:-40px;width:230px;height:230px}.dashboard-shell .dashboard-points-hero:after{bottom:-120px;left:-50px;width:260px;height:260px;opacity:.7}.dashboard-shell .dashboard-points-hero__content{position:relative;z-index:1}.dashboard-shell .dashboard-points-hero__label{margin:0;color:var(--dashboard-text-muted);font-size:11px;font-weight:730;letter-spacing:.12em;text-transform:uppercase}.dashboard-shell .dashboard-points-hero__value{display:block;margin-top:7px;color:var(--dashboard-accent-hover);font-size:clamp(54px,8vw,76px);font-weight:650;letter-spacing:-.055em;line-height:1}.dashboard-shell .dashboard-points-hero__unit{display:block;margin-top:8px;color:var(--dashboard-text-muted);font-family:Georgia,Times New Roman,serif;font-size:15px;font-style:italic}.dashboard-shell .dashboard-account-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}.dashboard-shell .dashboard-account-section{padding:28px}.dashboard-shell .dashboard-account-section--danger{border-top:3px solid #e7bac3}.dashboard-shell .dashboard-error-state{min-height:260px;display:flex;align-items:center;justify-content:center;color:var(--dashboard-danger);font-size:14px}.dashboard-shell :is(a,button,input,textarea,select):focus-visible{outline:3px solid rgba(124,64,85,.28);outline-offset:2px}.dashboard-shell .dashboard-input:focus-visible{outline:3px solid rgba(124,64,85,.28);outline-offset:2px}@media(max-width:1100px){.dashboard-shell .dashboard-rewards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.dashboard-shell{display:block;padding-top:68px}.dashboard-shell .dashboard-mobile-header{position:fixed;top:0;right:0;left:0;z-index:50;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--dashboard-border);background:#fffffff5;box-shadow:0 4px 18px #36272e0d}.dashboard-shell .dashboard-brand--mobile .dashboard-brand__mark{width:35px;height:35px;flex-basis:35px;border-radius:11px}.dashboard-shell .dashboard-brand--mobile .dashboard-brand__mark svg{width:22px;height:22px}.dashboard-shell .dashboard-menu-button{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;border:1px solid var(--dashboard-border);border-radius:12px;background:var(--dashboard-surface);cursor:pointer}.dashboard-shell .dashboard-menu-button span{width:18px;height:1.5px;border-radius:2px;background:var(--dashboard-text);transition:transform .18s ease,opacity .18s ease}.dashboard-shell--nav-open .dashboard-menu-button span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.dashboard-shell--nav-open .dashboard-menu-button span:nth-child(2){opacity:0}.dashboard-shell--nav-open .dashboard-menu-button span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.dashboard-shell .dashboard-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:45;width:min(84vw,300px);height:100vh;visibility:hidden;transform:translate(-102%);box-shadow:var(--dashboard-shadow);transition:transform .22s ease,visibility 0s linear .22s}.dashboard-shell--nav-open .dashboard-sidebar{visibility:visible;transform:translate(0);transition-delay:0s}.dashboard-shell .dashboard-nav-backdrop{position:fixed;inset:0;z-index:40;display:block;border:0;background:#2b252861;opacity:0;pointer-events:none;transition:opacity .22s ease}.dashboard-shell--nav-open .dashboard-nav-backdrop{opacity:1;pointer-events:auto}.dashboard-shell .dashboard-content{padding:36px 28px 48px}.dashboard-shell .dashboard-stats-grid,.dashboard-shell .dashboard-skeleton__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-shell .dashboard-skeleton__stats .dashboard-skeleton__stat:first-child,.dashboard-shell .dashboard-stats-grid .dashboard-stat-card:first-child{grid-column:1 / -1}}@media(max-width:680px){.dashboard-shell .dashboard-content{padding:28px 16px 40px}.dashboard-shell .dashboard-page-header{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:24px}.dashboard-shell .dashboard-page-header__actions{width:100%}.dashboard-shell .dashboard-page-header__actions>.dashboard-button{width:100%}.dashboard-shell .dashboard-page-title{font-size:30px}.dashboard-shell .dashboard-stats-grid,.dashboard-shell .dashboard-settings-grid,.dashboard-shell .dashboard-rewards-grid,.dashboard-shell .dashboard-skeleton__stats,.dashboard-shell .dashboard-skeleton__cards,.dashboard-shell .dashboard-form-grid,.dashboard-shell .dashboard-details-list{grid-template-columns:1fr}.dashboard-shell .dashboard-stats-grid .dashboard-stat-card:first-child,.dashboard-shell .dashboard-skeleton__stats .dashboard-skeleton__stat:first-child{grid-column:auto}.dashboard-shell .dashboard-stat-card{min-height:140px}.dashboard-shell .dashboard-card,.dashboard-shell .dashboard-stat-card{border-radius:var(--dashboard-radius-md)}.dashboard-shell .dashboard-card--padded,.dashboard-shell .dashboard-card--form,.dashboard-shell .dashboard-account-section{padding:20px}.dashboard-shell .dashboard-dialog-backdrop{align-items:end;padding:12px}.dashboard-shell .dashboard-dialog{padding:26px 20px 20px;border-radius:var(--dashboard-radius-lg)}.dashboard-shell .dashboard-dialog__actions{grid-template-columns:1fr}.dashboard-shell .dashboard-dialog__actions .dashboard-button--danger{grid-row:1}.dashboard-shell .dashboard-card__header{padding:18px 20px}.dashboard-shell .dashboard-form-row,.dashboard-shell .dashboard-search,.dashboard-shell .dashboard-customer-hero{align-items:stretch;flex-direction:column}.dashboard-shell .dashboard-search{padding:10px}.dashboard-shell .dashboard-input--small{max-width:none}.dashboard-shell .dashboard-form-row .dashboard-field--points{flex-basis:auto}.dashboard-shell .dashboard-customer-hero{padding:20px}.dashboard-shell .dashboard-balance-card{width:100%}.dashboard-shell .dashboard-table-card{overflow:visible;border:0;background:transparent;box-shadow:none}.dashboard-shell .dashboard-table-card>.dashboard-card__header,.dashboard-shell .dashboard-table-card>.dashboard-empty-state{margin-bottom:12px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-md);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-table-region{overflow:visible}.dashboard-shell .dashboard-table{min-width:0;display:block}.dashboard-shell .dashboard-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.dashboard-shell .dashboard-table tbody{display:grid;gap:12px}.dashboard-shell .dashboard-table tbody tr{display:block;padding:10px 16px;border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius-md);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow-sm)}.dashboard-shell .dashboard-table td{display:grid;grid-template-columns:minmax(92px,.7fr) minmax(0,1.3fr);align-items:baseline;gap:14px;padding:9px 0;border-bottom:1px solid #eee7e5;text-align:right;overflow-wrap:anywhere}.dashboard-shell .dashboard-table td:last-child{border-bottom:0}.dashboard-shell .dashboard-table td:before{color:var(--dashboard-text-muted);font-size:9px;font-weight:760;letter-spacing:.09em;text-align:left;text-transform:uppercase;content:attr(data-label)}.dashboard-shell .dashboard-table__actions{justify-content:flex-end;white-space:normal}.dashboard-shell .dashboard-reward-card{min-height:260px}}@media(prefers-reduced-motion:reduce){.dashboard-shell *,.dashboard-shell *:before,.dashboard-shell *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-shell{--auth-bg: #f8f5f3;--auth-surface: #ffffff;--auth-surface-soft: #f4edeb;--auth-text: #2b2528;--auth-text-soft: #51494d;--auth-text-muted: #746a6f;--auth-accent: #9c526b;--auth-accent-hover: #824258;--auth-accent-pressed: #71384c;--auth-accent-soft: #f4e7eb;--auth-border: #e7ddda;--auth-border-strong: #d5c5c1;--auth-danger: #963c4b;--auth-danger-soft: #f9e9ec;--auth-focus: #7c4055;min-height:100vh;padding:24px;display:grid;place-items:center;overflow:hidden;background:var(--auth-bg);color:var(--auth-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}.auth-shell *,.auth-shell *:before,.auth-shell *:after{box-sizing:border-box}.auth-shell .auth-frame{width:min(1120px,100%);min-height:min(760px,calc(100vh - 48px));display:grid;grid-template-columns:minmax(360px,.92fr) minmax(480px,1.08fr);overflow:hidden;border:1px solid var(--auth-border);border-radius:28px;background:var(--auth-surface);box-shadow:0 26px 70px #36272e1c}.auth-shell .auth-frame--spacious{min-height:min(820px,calc(100vh - 48px))}.auth-shell .auth-showcase{position:relative;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:40px;background:#eadde0;isolation:isolate}.auth-shell .auth-showcase:before{position:absolute;inset:0;z-index:-2;background:linear-gradient(145deg,rgba(255,255,255,.52),transparent 42%),linear-gradient(330deg,rgba(156,82,107,.13),transparent 55%);content:""}.auth-shell .auth-showcase:after{position:absolute;right:-82px;bottom:92px;z-index:-1;width:310px;height:420px;border:1px solid rgba(130,66,88,.18);border-radius:48% 48% 42% 42%/38% 38% 62% 62%;transform:rotate(18deg);content:""}.auth-shell .auth-showcase__glow{position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.auth-shell .auth-showcase__glow--top{top:-130px;right:-80px;width:330px;height:330px;background:#ffffff7a}.auth-shell .auth-showcase__glow--bottom{bottom:-150px;left:-130px;width:380px;height:380px;background:#9c526b1a}.auth-shell .auth-brand{width:fit-content;display:flex;align-items:center;gap:12px;color:var(--auth-text);text-decoration:none}.auth-shell .auth-brand__mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:var(--auth-accent);color:#fff;box-shadow:0 9px 20px #82425838}.auth-shell .auth-brand__mark svg{width:27px;height:27px}.auth-shell .auth-brand__name,.auth-shell .auth-brand__tagline{display:block}.auth-shell .auth-brand__name{font-size:15px;font-weight:720;letter-spacing:-.01em}.auth-shell .auth-brand__tagline{margin-top:1px;color:var(--auth-text-muted);font-family:Georgia,Times New Roman,serif;font-size:12px;font-style:italic}.auth-shell .auth-showcase__content{position:relative;max-width:410px;padding:72px 0}.auth-shell .auth-showcase__ornament{width:44px;height:44px;display:grid;place-items:center;margin-bottom:28px;border:1px solid rgba(130,66,88,.18);border-radius:50%;background:#ffffff75;color:var(--auth-accent);font-size:16px}.auth-shell .auth-showcase__eyebrow,.auth-shell .auth-eyebrow{margin:0 0 9px;color:var(--auth-accent-hover);font-size:10px;font-weight:760;letter-spacing:.15em;text-transform:uppercase}.auth-shell .auth-showcase h2{max-width:380px;margin:0;color:var(--auth-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,54px);font-weight:500;letter-spacing:-.035em;line-height:1.06}.auth-shell .auth-showcase__description{max-width:365px;margin:22px 0 0;color:var(--auth-text-soft);font-size:14px;line-height:1.75}.auth-shell .auth-showcase__footer{margin:0;color:var(--auth-text-muted);font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic}.auth-shell .auth-panel{min-width:0;display:grid;place-items:center;padding:52px clamp(44px,6vw,84px);background:var(--auth-surface)}.auth-shell .auth-brand--mobile{display:none}.auth-shell .auth-card{width:100%;max-width:440px}.auth-shell .auth-card__header{margin-bottom:30px}.auth-shell .auth-card__header h1{margin:0;color:var(--auth-text);font-size:clamp(32px,3vw,40px);font-weight:680;letter-spacing:-.04em;line-height:1.12}.auth-shell .auth-card__header>p:last-child{margin:10px 0 0;color:var(--auth-text-muted);font-size:14px;line-height:1.65}.auth-shell .auth-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;border:1px solid #edcdd3;border-radius:12px;background:var(--auth-danger-soft);color:var(--auth-danger);font-size:13px;line-height:1.55}.auth-shell .auth-alert__mark{width:19px;height:19px;flex:0 0 19px;display:grid;place-items:center;margin-top:1px;border-radius:50%;background:var(--auth-danger);color:#fff;font-size:11px;font-weight:800}.auth-shell .auth-form{display:flex;flex-direction:column;gap:18px}.auth-shell .auth-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.auth-shell .auth-field label{display:block;margin:0 0 7px;color:var(--auth-text-soft);font-size:12px;font-weight:680}.auth-shell .auth-input{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--auth-border-strong);border-radius:11px;outline:none;background:var(--auth-surface);color:var(--auth-text);font:inherit;font-size:14px;line-height:1.4;transition:border-color .17s ease,box-shadow .17s ease,background-color .17s ease}.auth-shell .auth-input:hover:not(:disabled){border-color:#c0aca7}.auth-shell .auth-input:focus{border-color:var(--auth-focus);box-shadow:0 0 0 3px #7c405524}.auth-shell .password-input-control{position:relative}.auth-shell .password-input-control .auth-input{padding-right:68px}.auth-shell .password-input-control__toggle{position:absolute;top:50%;right:7px;min-width:50px;min-height:32px;padding:5px 8px;border:0;border-radius:8px;background:transparent;color:var(--auth-accent-hover);font:inherit;font-size:11px;font-weight:760;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,background-color .16s ease}.auth-shell .password-input-control__toggle:hover{background:var(--auth-accent-soft);color:var(--auth-accent-pressed)}.auth-shell .password-input-control__toggle:disabled{color:var(--auth-text-muted);cursor:not-allowed}.auth-shell .auth-field__hint{margin:6px 0 0;color:var(--auth-text-muted);font-size:11px;line-height:1.5}.auth-shell .auth-checkbox-row{display:flex;align-items:center;gap:9px}.auth-shell .auth-checkbox{width:17px;height:17px;margin:0;border:1px solid var(--auth-border-strong);border-radius:5px;accent-color:var(--auth-accent);cursor:pointer}.auth-shell .auth-checkbox-row label{color:var(--auth-text-soft);font-size:13px;cursor:pointer}.auth-shell .auth-submit{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:2px;padding:11px 18px;border:1px solid transparent;border-radius:12px;background:var(--auth-accent);color:#fff;font:inherit;font-size:13px;font-weight:720;cursor:pointer;box-shadow:0 9px 20px #9c526b33;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-shell .auth-submit:hover:not(:disabled){background:var(--auth-accent-hover);box-shadow:0 12px 24px #9c526b3d;transform:translateY(-1px)}.auth-shell .auth-submit:active:not(:disabled){background:var(--auth-accent-pressed);transform:translateY(0) scale(.99)}.auth-shell .auth-submit:disabled{background:#b994a1;box-shadow:none;cursor:wait}.auth-shell .auth-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-shell .auth-card__footer{margin-top:26px;padding-top:22px;border-top:1px solid var(--auth-border);color:var(--auth-text-muted);font-size:13px;text-align:center}.auth-shell .auth-link{color:var(--auth-accent-hover);font-weight:700;text-decoration:none}.auth-shell .auth-link:hover{color:var(--auth-accent-pressed);text-decoration:underline;text-underline-offset:3px}.auth-shell :is(a,button,input):focus-visible{outline:3px solid rgba(124,64,85,.28);outline-offset:2px}.auth-shell .auth-input:focus-visible{outline:3px solid rgba(124,64,85,.28);outline-offset:2px}@media(max-width:880px){.auth-shell{padding:0;place-items:stretch;overflow:auto}.auth-shell .auth-frame,.auth-shell .auth-frame--spacious{width:100%;min-height:100vh;display:block;border:0;border-radius:0;box-shadow:none}.auth-shell .auth-showcase{display:none}.auth-shell .auth-panel{min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:32px clamp(24px,8vw,72px) 48px;background:radial-gradient(circle at 100% 0,rgba(156,82,107,.09),transparent 34%),var(--auth-surface)}.auth-shell .auth-brand--mobile{display:flex;margin-bottom:56px}.auth-shell .auth-card{max-width:520px;margin:0 auto}}@media(max-width:520px){.auth-shell .auth-panel{justify-content:flex-start;padding:24px 20px 36px}.auth-shell .auth-brand--mobile{margin-bottom:48px}.auth-shell .auth-brand--mobile .auth-brand__mark{width:36px;height:36px;flex-basis:36px;border-radius:11px}.auth-shell .auth-brand--mobile .auth-brand__mark svg{width:23px;height:23px}.auth-shell .auth-card__header{margin-bottom:26px}.auth-shell .auth-card__header h1{font-size:32px}.auth-shell .auth-form__grid{grid-template-columns:1fr;gap:18px}}@media(prefers-reduced-motion:reduce){.auth-shell *,.auth-shell *:before,.auth-shell *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.kiosk-home .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.kiosk-home .iPad{position:relative;height:100vh;width:100vw;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to top,#d0b0d7,#f9f4fa 40%,#fff)}.kiosk-home .topActionRow{position:absolute;top:28px;left:32px}.kiosk-home .topActionButton{border:none;color:#fff;border-radius:999px;font-size:26px;font-weight:700;padding:10px 22px;cursor:pointer;box-shadow:0 10px 20px #00000029}.kiosk-home .topActionButton.adminAction{background:#99cdd2}.kiosk-home .topActionButton.employeeAction{background:#d68677}.kiosk-home .title{font-size:95px;color:#d0b0d7;font-family:Titan One,sans-serif}.kiosk-home .button1{margin-top:50px;padding:12px 24px;font-size:45px;border-radius:25px;border:none;background:#d0b0d7;color:#fff;cursor:pointer;width:600px}.kiosk-home .button2{margin-top:35px;padding:12px 24px;font-size:45px;border-radius:25px;border:none;background:#c3c3c3;color:#fff;cursor:pointer;width:600px}@media(max-width:768px){.kiosk-home .topActionRow{top:18px;left:16px}.kiosk-home .topActionButton{font-size:18px;padding:8px 16px}}:root{--phone-keypad-outer-width: 450px}.keypadWrapper{box-sizing:border-box;background:#ebe7ed;width:450px;padding:28px 24px;border-radius:30px;box-shadow:0 8px 25px #00000014;display:flex;justify-content:center;align-items:center;margin-top:20px}.calc{box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin:0;padding:0}.calc button{box-sizing:border-box;width:100%;min-width:0;height:95px;font-size:45px;font-weight:500;border-radius:35px;border:none;background:#95bec9;color:#000;box-shadow:0 4px 10px #00000014;cursor:pointer}.calc button:active{transform:scale(.95)}.calc button.keypadDelete{background:#c62828;color:#fff}.calc button.keypadDelete:active{background:#b71c1c}.checkInPhoneNumber .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.checkInPhoneNumber .PhoneNumber{height:100vh;width:100vw;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:auto;box-sizing:border-box;background:linear-gradient(to top,#95bec9,#bacdd3 40%,#fff)}.checkInPhoneNumber .title{font-size:95px;color:#94bdc9;font-family:Titan One,sans-serif;padding-bottom:25px}.checkInPhoneNumber .input{width:450px;padding:12px;font-size:45px;border-radius:10px;border:none;text-align:center;background:#ebe7ed;color:#000;box-shadow:0 8px 25px #00000014}.checkInPhoneNumber .buttonRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;width:max-content;margin-top:20px;gap:0}.checkInPhoneNumber .buttonRowSpacer{flex:0 0 var(--phone-keypad-outer-width);width:var(--phone-keypad-outer-width);min-width:var(--phone-keypad-outer-width);flex-shrink:0}.checkInPhoneNumber .buttonRow .button,.checkInPhoneNumber .buttonRow .buttonBack{flex:0 0 auto;max-width:500px;margin-top:0;padding:12px 24px;font-size:45px;border-radius:25px;border:none;cursor:pointer;box-shadow:0 4px 10px #00000014}.checkInPhoneNumber .buttonRow .buttonBack{background:#adacac;color:#fff;font-size:40px}.checkInPhoneNumber .buttonRow .button{background:#23bd56ef;color:#fff;font-size:40px}.createNewProfile .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.createNewProfile .profileCard{height:100vh;width:100vw;background:linear-gradient(to top,#95bec9,#bacdd3 40%,#fff);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:20px}.createNewProfile .title{font-size:85px;color:#94bdc9;font-family:Titan One,sans-serif;padding-bottom:20px;margin:0}.createNewProfile .fieldGroup{width:650px;display:flex;flex-direction:column;margin-top:8px;margin-bottom:8px}.createNewProfile .fieldLabel{color:#5f7f88;font-size:34px;font-weight:700;margin-bottom:10px}.createNewProfile .input{width:100%;padding:12px;font-size:40px;border-radius:10px;border:none;text-align:left;background:#ebe7ed;color:#000;box-shadow:0 8px 25px #00000014;box-sizing:border-box}.termsText{font-size:23px;line-height:1.2;margin-top:12px;text-align:center}.createNewProfile .buttonRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;width:max-content;margin-top:30px;gap:0}.createNewProfile .buttonRowSpacer{flex:0 0 var(--phone-keypad-outer-width);width:var(--phone-keypad-outer-width);min-width:var(--phone-keypad-outer-width);flex-shrink:0}.createNewProfile .buttonRow .button,.createNewProfile .buttonRow .buttonBack{flex:0 0 auto;max-width:500px;margin-top:0;padding:12px 24px;font-size:30px;border-radius:25px;border:none;cursor:pointer;box-shadow:0 4px 10px #00000014}.createNewProfile .buttonRow .buttonBack{background:#adacac;color:#fff}.createNewProfile .buttonRow .button{background:#23bd56ef;color:#fff}.selectService .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.selectService .serviceCard{height:100vh;width:100vw;background:linear-gradient(to top,#95bec9,#bacdd3 40%,#fff);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:20px}.selectService .title{font-size:95px;color:#94bdc9;padding-bottom:100px;margin:0}.selectService .serviceOptions{width:650px;display:flex;flex-direction:column;gap:18px}.selectService .serviceButton{width:100%;padding:16px 20px;font-size:42px;border-radius:30px;border:none;cursor:pointer;background:#9ca4a7;color:#fff;box-shadow:0 8px 25px #00000014}.selectService .serviceButton.selected{background:#94bdc9}.selectService .buttonRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;width:max-content;margin-top:40px;gap:0}.selectService .buttonRowSpacer{flex:0 0 var(--phone-keypad-outer-width);width:var(--phone-keypad-outer-width);min-width:var(--phone-keypad-outer-width);flex-shrink:0}.selectService .buttonRow .button,.selectService .buttonRow .buttonBack{flex:0 0 auto;max-width:500px;margin-top:0;padding:12px 24px;font-size:40px;border-radius:25px;border:none;cursor:pointer;box-shadow:0 4px 10px #00000014}.selectService .buttonRow .buttonBack{background:#adacac;color:#fff}.selectService .buttonRow .button{background:#23bd56ef;color:#fff}.selectWorker .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.selectWorker .workerCard{height:100vh;width:100vw;background:linear-gradient(to top,#95bec9,#bacdd3 40%,#fff);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:20px}.selectWorker .title{font-size:95px;color:#94bdc9;padding-bottom:100px;margin:0}.selectWorker .workerOptions{width:1300px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(5,auto);gap:18px}.selectWorker .workerButton{width:100%;padding:16px 20px;font-size:42px;border-radius:30px;border:none;cursor:pointer;background:#9ca4a7;color:#fff;box-shadow:0 8px 25px #00000014}.selectWorker .workerButton.selected{background:#95bec9}.selectWorker .buttonRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;width:max-content;margin-top:40px;gap:0}.selectWorker .buttonRowSpacer{flex:0 0 var(--phone-keypad-outer-width);width:var(--phone-keypad-outer-width);min-width:var(--phone-keypad-outer-width);flex-shrink:0}.selectWorker .buttonRow .button,.selectWorker .buttonRow .buttonBack{flex:0 0 auto;max-width:500px;margin-top:0;padding:12px 24px;font-size:40px;border-radius:25px;border:none;cursor:pointer;box-shadow:0 4px 10px #00000014}.selectWorker .buttonRow .buttonBack{background:#adacac;color:#fff}.selectWorker .buttonRow .button{background:#23bd56ef;color:#fff}.selectPoints .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.selectPoints .pointsCard{height:100vh;width:100vw;background:linear-gradient(to top,#95bec9,#bacdd3 40%,#fff);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:20px}.selectPoints .title{font-size:95px;color:#94bdc9;margin:0 0 28px;text-align:center;padding-bottom:60px}.selectPoints .pointsLayout{width:min(1280px,100%);display:grid;grid-template-columns:640px 360px;justify-content:center;align-items:start;gap:20px}.selectPoints .pointsLeft,.selectPoints .pointsRight{background:#ffffff73;border-radius:24px;padding:28px}.selectPoints .pointsLeft{grid-column:1;width:560px;min-height:500px;display:flex;flex-direction:column;align-items:center;border-radius:30px}.selectPoints .pointsRight{grid-column:2;width:360px;min-height:240px;max-height:500px;border-radius:30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;box-sizing:border-box}.selectPoints .pointsAvailable{margin:0 0 24px;padding:14px 24px;border-radius:18px;background:#d0b0d7;font-size:34px;font-weight:700;color:#fff;text-align:center;box-shadow:0 6px 18px #ff4f9a40}.selectPoints .pointsValue{color:inherit}.selectPoints .pointsOptions{display:grid;grid-template-columns:1fr;gap:16px;width:380px}.selectPoints .pointsButton{width:100%;padding:18px 20px;font-size:44px;border-radius:30px;border:none;cursor:pointer;background:#9ca4a7;color:#fff;box-shadow:0 8px 25px #00000014}.selectPoints .pointsButton.selected{background:#95bec9}.selectPoints .redeemTitle{margin:0;font-size:48px;color:#94bdc9;font-weight:600}.selectPoints .redeemEmpty{margin-top:24px;font-size:26px;color:#6f6f6f;text-align:center}.selectPoints .rewardOptions{width:100%;margin-top:20px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.selectPoints .rewardOption{width:100%;min-height:82px;padding:12px 16px;border:3px solid transparent;border-radius:18px;background:#ebe7ed;color:#3f545a;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}.selectPoints .rewardOption.selected{border-color:#5f7f88;background:#d0b0d7;color:#fff}.selectPoints .rewardName{font-size:25px;font-weight:700;overflow-wrap:anywhere}.selectPoints .rewardCost{margin-top:5px;font-size:18px;font-weight:700}.selectPoints .dollarInputGroup{width:380px;display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.selectPoints .dollarLabel{font-size:34px;font-weight:700;color:#5f7f88;margin-bottom:12px}.selectPoints .dollarInput{width:100%;padding:14px;font-size:42px;border-radius:18px;border:none;text-align:center;background:#ebe7ed;color:#000;box-shadow:0 8px 25px #00000014;box-sizing:border-box}.selectPoints .pointsEarned{margin-top:16px;font-size:30px;font-weight:700;color:#5f7f88}.selectPoints .buttonRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;width:max-content;margin-top:40px;gap:0}.selectPoints .buttonRowSpacer{flex:0 0 var(--phone-keypad-outer-width);width:var(--phone-keypad-outer-width);min-width:var(--phone-keypad-outer-width);flex-shrink:0}.selectPoints .buttonRow .button,.selectPoints .buttonRow .buttonBack{flex:0 0 auto;max-width:500px;margin-top:0;padding:12px 24px;font-size:40px;border-radius:25px;border:none;cursor:pointer;box-shadow:0 4px 10px #00000014}.selectPoints .buttonRow .buttonBack{background:#adacac;color:#fff}.selectPoints .buttonRow .button{background:#23bd56ef;color:#fff}@media(max-width:1050px){.selectPoints .pointsCard{min-height:100vh;height:auto;justify-content:flex-start;padding-top:40px}.selectPoints .title{font-size:64px;padding-bottom:24px}.selectPoints .pointsLayout{grid-template-columns:minmax(0,600px)}.selectPoints .pointsLeft,.selectPoints .pointsRight{grid-column:1;width:100%}.selectPoints .pointsRight{grid-row:2;max-height:420px}.selectPoints .buttonRowSpacer{flex-basis:40px;width:40px;min-width:40px}}@media(max-width:640px){.selectPoints .pointsCard{padding:24px 16px}.selectPoints .title{font-size:42px;margin-bottom:16px}.selectPoints .pointsLeft,.selectPoints .pointsRight{padding:20px;border-radius:20px;box-sizing:border-box}.selectPoints .pointsLeft{min-height:390px}.selectPoints .pointsAvailable,.selectPoints .dollarLabel{font-size:24px}.selectPoints .dollarInputGroup{width:100%}.selectPoints .redeemTitle{font-size:38px}.selectPoints .buttonRow{width:100%;margin-top:24px;gap:12px}.selectPoints .buttonRowSpacer{display:none}.selectPoints .buttonRow .button,.selectPoints .buttonRow .buttonBack{flex:1 1 0;min-width:0;padding:12px;font-size:26px}}.historyPage .container{height:100vh;width:100%;max-width:none;display:flex;justify-content:center;align-items:center;font-family:sans-serif}.historyPage .historyCard{height:100vh;width:100vw;background:linear-gradient(to top,#d0b0d7,#f9f4fa 40%,#fff);display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:24px 20px 18px}.historyPage .title{font-size:86px;color:#d0b0d7;margin:0;font-family:Titan One,sans-serif;padding-top:36px;padding-bottom:26px}.historyPage .historyTopRow{width:min(1400px,96%);margin-top:10px}.historyPage .searchInput{width:100%;border:none;border-radius:18px;font-size:30px;padding:14px 18px;box-shadow:0 8px 20px #00000014;background:#fff;box-sizing:border-box;color:#000}.historyPage .historyList{width:min(1400px,96%);margin-top:14px;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:8px}.historyPage .historyItem{width:100%;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;border:none;border-radius:999px;background:#cacacf;padding:8px 10px;box-shadow:0 8px 16px #00000029;text-align:left;cursor:pointer;box-sizing:border-box}.historyPage .initialCircle{width:50px;height:50px;border-radius:50%;background:#d0b0d7;color:#fff;display:flex;justify-content:center;align-items:center;font-size:25px;font-weight:700}.historyPage .visitInfo{display:grid;grid-template-columns:.9fr 1fr 1.45fr;align-items:center;gap:10px}.historyPage .visitInfo p{margin:0}.historyPage .clientName,.historyPage .clientPhone,.historyPage .visitDate{font-size:34px;font-weight:700;color:#ececec}.historyPage .workerTag{background:#57aeb8;color:#fff;border-radius:999px;padding:5px 14px;font-size:30px;font-weight:700;white-space:nowrap}.historyPage .buttonRow{margin-top:14px}.historyPage .buttonBack{padding:12px 28px;font-size:38px;border-radius:25px;border:none;background:#99cdd2;color:#fff;cursor:pointer}.historyPage .emptyState{text-align:center;font-size:32px;color:#666;margin-top:24px}.historyPage .overlay{position:fixed;inset:0;background:#00000085;display:flex;justify-content:center;align-items:flex-start;padding-top:96px;padding-bottom:32px;box-sizing:border-box;z-index:20;overflow-y:auto}.historyPage .modalCard{width:min(1140px,95vw);background:transparent;border-radius:24px;box-shadow:none;padding:0}.historyPage .previewItem{cursor:default;border:5px solid #ececec}.historyPage .previewItem .workerTag{justify-self:end}.historyPage .modalDetailsCard{margin-top:14px;border-radius:38px;background:#e5e3e7;padding:18px 16px 16px}.historyPage .detailRow{display:grid;grid-template-columns:400px 1fr;align-items:center;gap:14px;margin:8px 0}.historyPage .detailLabel{font-size:40px;color:#9e9e9e;font-weight:700;letter-spacing:.5px;white-space:nowrap}.historyPage .detailValuePill{display:block;width:100%;box-sizing:border-box;border-radius:999px;background:#57aeb8;color:#fff;font-weight:700;font-size:35px;line-height:1.1;text-align:center;padding:8px 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.historyPage .modalActions{margin-top:16px;display:flex;justify-content:center;gap:48px}.historyPage .modalCancelButton,.historyPage .modalSaveButton{border:none;color:#fff;border-radius:999px;font-size:33px;font-weight:700;min-width:168px;padding:8px 26px;cursor:pointer}.historyPage .modalCancelButton{background:#d68677}.historyPage .modalSaveButton{background:#5db25f}@media(max-width:760px){.historyPage .overlay{padding-top:24px}.historyPage .detailRow{grid-template-columns:1fr;gap:6px;margin:14px 0}.historyPage .detailLabel{font-size:26px;white-space:normal}.historyPage .detailValuePill{font-size:25px}}
