@layer hhc.tokens{:root{--hhc-canvas:#fbf5eb;--hhc-surface:#fffdf9;--hhc-surface-raised:#fff;--hhc-text:#372d2b;--hhc-text-muted:#746c67;--hhc-border:#eee3d7;--hhc-primary:#cf685f;--hhc-primary-hover:#b64e45;--hhc-primary-foreground:#2a1715;--hhc-primary-solid:#ad493f;--hhc-primary-solid-hover:#9d3d35;--hhc-on-primary:#fff8f4;--hhc-primary-soft:#cf685f24;--hhc-secondary:#3a7e7a;--hhc-success:#24725f;--hhc-warning:#91610d;--hhc-danger:#9d3328;--hhc-danger-foreground:#fff;--hhc-scrim:#1d1a1985;--hhc-radius-sm:6px;--hhc-radius-md:8px;--hhc-shadow-raised:0 12px 32px #372d2b1f}:root[data-theme=dark]{--hhc-canvas:#171514;--hhc-surface:#211e1c;--hhc-surface-raised:#2a2522;--hhc-text:#f3ece7;--hhc-text-muted:#b9ada5;--hhc-border:#403832;--hhc-primary:#e07b71;--hhc-primary-hover:#ed8c82;--hhc-primary-foreground:#2a1715;--hhc-primary-solid:#b64e45;--hhc-primary-solid-hover:#a9433b;--hhc-on-primary:#fff8f4;--hhc-primary-soft:#e07b7129;--hhc-secondary:#67aaa4;--hhc-success:#78ad81;--hhc-warning:#d6a45f;--hhc-danger:#ff9b8f;--hhc-danger-foreground:#2a1715;--hhc-scrim:#000000ad;--hhc-shadow-raised:0 16px 40px #00000052}}@layer hhc.base{.hhc-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer hhc.components{.hhc-button,.hhc-menu__trigger,.hhc-select__trigger{border-radius:var(--hhc-radius-md);min-height:40px;color:var(--hhc-text);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;padding:0 16px}.hhc-button{white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.hhc-button>svg{flex:none}.hhc-button--primary{color:var(--hhc-on-primary);background:var(--hhc-primary-solid)}.hhc-button--primary[data-hovered]{background:var(--hhc-primary-solid-hover)}.hhc-button--secondary{border-color:var(--hhc-border);background:var(--hhc-surface)}.hhc-button--ghost[data-hovered],.hhc-menu__trigger[data-hovered]{background:var(--hhc-primary-soft)}.hhc-button--danger{color:var(--hhc-danger-foreground);background:var(--hhc-danger)}.hhc-button--sm{min-height:34px;padding-inline:12px;font-size:.875rem}.hhc-button[data-focus-visible],.hhc-menu__trigger[data-focus-visible],.hhc-select__trigger[data-focus-visible],.hhc-listbox__item[data-focus-visible],.hhc-menu__item[data-focus-visible],.hhc-tabs__tab[data-focus-visible]{outline:2px solid var(--hhc-primary);outline-offset:2px}.hhc-button[data-disabled]{opacity:.48;cursor:not-allowed}.hhc-icon-button{place-items:center;width:40px;padding:0;display:inline-grid}.hhc-avatar{background:var(--hhc-primary-solid);color:var(--hhc-on-primary);border-radius:50%;flex:none;place-items:center;font-weight:700;display:inline-grid;overflow:hidden}.hhc-avatar img{object-fit:cover;width:100%;height:100%}.hhc-avatar--sm{width:32px;height:32px}.hhc-avatar--md{width:40px;height:40px}.hhc-avatar--lg{width:96px;height:96px}.hhc-account-menu__trigger{cursor:pointer;background:0 0;border:0;border-radius:50%;outline:none;width:40px;height:40px;padding:0}.hhc-account-menu__trigger[data-hovered] .hhc-avatar{filter:brightness(.94)}.hhc-account-menu__trigger[data-focus-visible] .hhc-avatar{box-shadow:inset 0 0 0 2px var(--hhc-primary)}.hhc-popover,.hhc-modal{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);color:var(--hhc-text);background:var(--hhc-surface-raised);box-shadow:var(--hhc-shadow-raised)}.hhc-card{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);color:var(--hhc-text);background:var(--hhc-surface);overflow:hidden}.hhc-card__header{justify-content:space-between;align-items:start;gap:16px;padding:20px;display:flex}.hhc-card__header+.hhc-card__content{padding-top:0}.hhc-card__title,.hhc-card__description{margin:0}.hhc-card__description{color:var(--hhc-text-muted)}.hhc-card__content{padding:20px}.hhc-card__content--flush{padding:0}.hhc-menu,.hhc-listbox{outline:none;min-width:180px;padding:6px}.hhc-menu__header{text-align:center;padding:12px 14px 8px;font-weight:600}.hhc-menu__item,.hhc-listbox__item{box-sizing:border-box;border-radius:var(--hhc-radius-sm);cursor:pointer;width:100%;padding:10px 12px;display:flex}.hhc-menu__item[data-hovered],.hhc-menu__item[data-focused],.hhc-listbox__item[data-hovered],.hhc-listbox__item[data-focused]{background:var(--hhc-primary-soft)}.hhc-menu__item--danger{color:var(--hhc-danger)}.hhc-field,.hhc-select{color:var(--hhc-text);gap:6px;display:grid}.hhc-field input,.hhc-select__trigger{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);width:100%;min-height:44px;color:var(--hhc-text);background:var(--hhc-surface);font:inherit;padding:0 12px}.hhc-field input[data-focus-visible],.hhc-select__trigger[data-focus-visible]{border-color:var(--hhc-primary);outline:2px solid var(--hhc-primary-soft)}.hhc-field [slot=description]{color:var(--hhc-text-muted);font-size:.875rem}.hhc-field [data-invalid]{color:var(--hhc-danger)}.hhc-select__trigger{justify-content:space-between;align-items:center;gap:8px;display:flex}.hhc-select__chevron{flex:none;width:16px;height:16px;transition:transform .16s}.hhc-select[data-open] .hhc-select__chevron{transform:rotate(180deg)}.hhc-select--ghost{display:inline-grid}.hhc-select__trigger--ghost{background:0 0;border-color:#0000;width:auto;min-height:36px}.hhc-select__trigger--ghost[data-hovered]{background:var(--hhc-primary-soft)}.hhc-expandable-search{border:1px solid var(--hhc-border);background:var(--hhc-surface);border-radius:999px;width:40px;height:40px;transition:width .18s;position:relative;overflow:hidden}.hhc-expandable-search[data-expanded=true]{width:min(280px,70vw)}.hhc-expandable-search__field{opacity:0;pointer-events:none;position:absolute;inset:0}.hhc-expandable-search[data-expanded=true] .hhc-expandable-search__field{opacity:1;pointer-events:auto}.hhc-expandable-search__field input{box-sizing:border-box;width:100%;height:100%;color:var(--hhc-text);font:inherit;background:0 0;border:0;outline:0;padding:0 72px 0 16px}.hhc-expandable-search:has(.hhc-expandable-search__field[data-focus-within]){border-color:var(--hhc-primary);box-shadow:inset 0 0 0 1px var(--hhc-primary-soft)}.hhc-expandable-search__trigger,.hhc-expandable-search__clear{z-index:1;width:40px;height:40px;color:var(--hhc-text);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute}.hhc-expandable-search__trigger{right:0}.hhc-expandable-search__clear{right:36px}.hhc-expandable-search__trigger[data-hovered],.hhc-expandable-search__clear[data-hovered]{background:var(--hhc-primary-soft)}.hhc-expandable-search[data-expanded=true] .hhc-expandable-search__trigger[data-hovered]{background:0 0}.hhc-expandable-search__trigger[data-focus-visible],.hhc-expandable-search__clear[data-focus-visible]{outline:2px solid var(--hhc-primary);outline-offset:2px}.hhc-expandable-search__icon{width:18px;height:18px}.hhc-date-picker{color:var(--hhc-text);gap:6px;display:grid}.hhc-date-picker__group{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);background:var(--hhc-surface);min-height:44px;display:flex}.hhc-date-picker__group[data-focus-within]{border-color:var(--hhc-primary);box-shadow:0 0 0 2px var(--hhc-primary-soft)}.hhc-date-picker__input{flex:1;align-items:center;padding-inline:12px;display:flex}.hhc-date-picker__segment{border-radius:4px;outline:none}.hhc-date-picker__segment[data-focused]{color:var(--hhc-text);background:var(--hhc-primary-soft)}.hhc-date-picker__trigger,.hhc-calendar__nav{width:42px;color:var(--hhc-text);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.hhc-date-picker__trigger[data-hovered],.hhc-calendar__nav[data-hovered]{background:var(--hhc-primary-soft)}.hhc-date-picker__popover{padding:12px}.hhc-date-picker__dialog{outline:none}.hhc-calendar__header{text-align:center;grid-template-columns:40px 1fr 40px;align-items:center;display:grid}.hhc-calendar__header h2{margin:0;font-size:1rem}.hhc-calendar__grid{border-spacing:4px}.hhc-calendar__weekday{color:var(--hhc-text-muted);font-size:.75rem;font-weight:600}.hhc-calendar__cell{text-align:center;cursor:pointer;border-radius:50%;width:36px;height:36px;line-height:36px}.hhc-calendar__cell[data-hovered]{background:var(--hhc-primary-soft)}.hhc-calendar__cell[data-selected]{color:var(--hhc-on-primary);background:var(--hhc-primary-solid)}.hhc-calendar__cell[data-outside-month]{color:var(--hhc-text-muted);opacity:.55}.hhc-calendar__cell[data-focus-visible]{outline:2px solid var(--hhc-primary);outline-offset:1px}.hhc-modal-overlay{z-index:100;background:var(--hhc-scrim);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.hhc-modal{width:min(560px,100%);max-height:min(760px,100dvh - 40px);overflow:auto}.hhc-dialog{outline:none}.hhc-dialog__header{justify-content:space-between;align-items:center;padding:20px 20px 0;display:flex}.hhc-dialog__header h2{margin:0;font-size:1.25rem}.hhc-dialog__header-content{flex:1;min-width:0}.hhc-dialog__close{width:36px;height:36px;color:var(--hhc-text);cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:1.5rem}.hhc-dialog__close[data-hovered]{background:var(--hhc-primary-soft)}.hhc-dialog__body{padding:20px}.hhc-dialog__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.hhc-dialog__footer{justify-content:flex-end;gap:10px;padding:0 20px 20px;display:flex}.hhc-progress__track{background:var(--hhc-border);border-radius:999px;height:4px;overflow:hidden}.hhc-progress__fill{border-radius:inherit;background:var(--hhc-primary);width:45%;height:100%;animation:1.2s ease-in-out infinite alternate hhc-progress}.hhc-modal--drawer-left,.hhc-modal--drawer-right{border-radius:0;width:min(360px,88vw);height:100dvh;max-height:none;position:fixed}.hhc-modal--drawer-left{inset:0 auto 0 0}.hhc-modal--drawer-right{inset:0 0 0 auto}.hhc-tabs__list{border-bottom:1px solid var(--hhc-border);gap:4px;display:flex}.hhc-tabs__tab{color:var(--hhc-text-muted);cursor:pointer;padding:10px 12px}.hhc-tabs__tab[data-selected]{color:var(--hhc-primary);box-shadow:inset 0 -2px var(--hhc-primary)}.hhc-tabs__panel{padding-top:16px}.hhc-otp{gap:8px;display:grid}.hhc-otp__slots{gap:8px;display:flex}.hhc-otp__slot{aspect-ratio:1;border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);background:var(--hhc-surface);place-items:center;width:44px;font-size:1.25rem;display:grid;position:relative}.hhc-otp__slot.is-active{border-color:var(--hhc-primary);box-shadow:0 0 0 2px var(--hhc-primary-soft)}.hhc-otp__caret{background:currentColor;width:1px;height:1.25em;animation:1s step-end infinite hhc-caret}.hhc-pagination{justify-content:space-between;align-items:center;gap:12px;display:flex}.hhc-skeleton{border-radius:var(--hhc-radius-md);background:linear-gradient(90deg, var(--hhc-border), var(--hhc-surface), var(--hhc-border));background-size:200% 100%;min-height:44px;animation:1.4s linear infinite hhc-shimmer}.hhc-empty-state{text-align:center;color:var(--hhc-text-muted);padding:32px 20px}.hhc-empty-state h2{color:var(--hhc-text)}.hhc-toast{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);background:var(--hhc-surface-raised);padding:12px 14px}.hhc-toast--success{border-color:var(--hhc-success)}.hhc-toast--warning{border-color:var(--hhc-warning)}.hhc-toast--danger{border-color:var(--hhc-danger)}.hhc-toast-region{z-index:200;pointer-events:none;gap:8px;width:min(360px,100vw - 40px);display:grid;position:fixed;bottom:20px;right:20px}.hhc-toast-region .hhc-toast{box-shadow:var(--hhc-shadow-raised);pointer-events:auto;justify-content:space-between;align-items:center;gap:12px;display:flex}.hhc-toast__dismiss{width:32px;height:32px;color:var(--hhc-text);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none}.hhc-toast__dismiss:hover{background:var(--hhc-primary-soft)}.hhc-status-badge{width:fit-content;min-height:24px;color:var(--hhc-text-muted);background:var(--hhc-border);white-space:nowrap;border-radius:999px;align-items:center;padding:2px 9px;font-size:.75rem;font-weight:600;display:inline-flex}.hhc-status-badge--success{color:var(--hhc-success);background:color-mix(in srgb, var(--hhc-success) 14%, transparent)}.hhc-status-badge--warning{color:var(--hhc-warning);background:color-mix(in srgb, var(--hhc-warning) 14%, transparent)}.hhc-status-badge--danger{color:var(--hhc-danger);background:color-mix(in srgb, var(--hhc-danger) 14%, transparent)}.hhc-data-table-frame{border:1px solid var(--hhc-border);border-radius:var(--hhc-radius-md);background:var(--hhc-surface);grid-template-rows:minmax(0,1fr) auto;min-height:360px;display:grid;overflow:hidden}.hhc-data-table-frame__body{min-height:0;overflow:auto}.hhc-pagination-bar{min-height:48px;color:var(--hhc-text-muted);background:var(--hhc-surface);justify-content:space-between;align-items:center;gap:16px;padding:6px 8px 6px 14px;display:flex}.hhc-pagination-bar__count,.hhc-pagination-bar__navigation{align-items:center;gap:8px;display:flex}.hhc-pagination-bar__button{width:36px;min-height:36px;padding:0}.hhc-table{border-collapse:collapse;width:100%;color:var(--hhc-text)}.hhc-table th,.hhc-table td{border-bottom:1px solid var(--hhc-border);text-align:left;padding:12px}.hhc-table th{color:var(--hhc-text-muted);font-weight:600}.hhc-table__empty{text-align:center;color:var(--hhc-text-muted);padding:32px}@keyframes hhc-caret{50%{opacity:0}}@keyframes hhc-shimmer{to{background-position:-200% 0}}@keyframes hhc-progress{0%{transform:translate(-100%)}to{transform:translate(225%)}}@media (prefers-reduced-motion:reduce){.hhc-otp__caret,.hhc-skeleton,.hhc-progress__fill{animation:none}.hhc-expandable-search{transition:none}}@media (max-width:640px){.hhc-card__header,.hhc-card__content{padding:16px}.hhc-card__header+.hhc-card__content{padding-top:0}.hhc-card__content--flush{padding:0}}}
