.wh-state{display:flex;flex-direction:column;align-items:center;gap:var(--wh-space-2);padding:var(--wh-space-6);text-align:center;color:var(--wh-color-text-muted);font-size:var(--wh-font-size-md)}.wh-state__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--wh-color-primary-soft);border-top-color:var(--wh-color-primary);animation:wh-spin .8s linear infinite}@keyframes wh-spin{to{transform:rotate(360deg)}}.wh-state--error{color:var(--wh-color-error)}.wh-state__code{font-size:var(--wh-font-size-sm);opacity:.8}.wh-brand-logo{display:block;width:auto;object-fit:contain}.wh-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--wh-color-bg)}.wh-shell__header{display:flex;align-items:center;gap:var(--wh-space-4);flex-wrap:wrap;padding:var(--wh-space-2) var(--wh-space-4);background:var(--wh-color-surface);box-shadow:var(--wh-shadow-card);position:sticky;top:0;z-index:50}.wh-shell__nav{display:flex;gap:var(--wh-space-1);flex-wrap:wrap;flex:1}.wh-shell__link{padding:var(--wh-space-1) var(--wh-space-3);border-radius:var(--wh-radius-pill);text-decoration:none;color:var(--wh-color-text);font-size:var(--wh-font-size-sm);font-weight:600}.wh-shell__link:hover{background:var(--wh-color-primary-soft)}.wh-shell__link--active{background:var(--wh-color-primary);color:var(--wh-color-text-inverse)}.wh-shell__user{display:flex;align-items:center;gap:var(--wh-space-2)}.wh-shell__user-name{font-size:var(--wh-font-size-sm);color:var(--wh-color-text-muted)}.wh-shell__logout{border:none;background:none;color:var(--wh-color-primary);font-weight:600;cursor:pointer;font-size:var(--wh-font-size-sm)}.wh-shell__content{flex:1;padding:var(--wh-space-4);display:grid;gap:var(--wh-space-4);align-content:start;max-width:72rem;width:100%;margin:0 auto}@media (max-width: 720px){.wh-shell__user-name{display:none}}.wh-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--wh-space-2);padding:var(--wh-space-2) var(--wh-space-4);border-radius:var(--wh-radius-sm);border:1px solid transparent;font-family:var(--wh-font-family);font-size:var(--wh-font-size-md);font-weight:600;cursor:pointer;transition:background-color .15s ease}.wh-button:disabled{opacity:.55;cursor:not-allowed}.wh-button--primary{background:var(--wh-color-primary);color:var(--wh-color-text-inverse)}.wh-button--primary:hover:not(:disabled){background:var(--wh-color-primary-dark)}.wh-button--secondary{background:var(--wh-color-accent);color:var(--wh-color-text)}.wh-button--secondary:hover:not(:disabled){background:var(--wh-color-accent-dark)}.wh-button--ghost{background:transparent;color:var(--wh-color-primary);border-color:var(--wh-color-primary)}.wh-button--ghost:hover:not(:disabled){background:var(--wh-color-primary-soft)}.wh-button--danger{background:var(--wh-color-error);color:var(--wh-color-text-inverse)}.wh-field{display:grid;gap:var(--wh-space-1)}.wh-field__label{font-size:var(--wh-font-size-sm);font-weight:600;color:var(--wh-color-text-muted)}.wh-field__input{padding:var(--wh-space-2) var(--wh-space-3);border:1px solid color-mix(in srgb,var(--wh-color-text-muted) 40%,transparent);border-radius:var(--wh-radius-sm);font-family:var(--wh-font-family);font-size:var(--wh-font-size-md);background:var(--wh-color-surface);color:var(--wh-color-text)}.wh-field__input:focus{outline:2px solid var(--wh-color-primary);outline-offset:1px}.wh-field__error{font-size:var(--wh-font-size-sm);color:var(--wh-color-error)}.wh-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--wh-space-4);background:var(--wh-color-bg)}.wh-login__card{display:grid;gap:var(--wh-space-3);justify-items:center;width:100%;max-width:22rem;padding:var(--wh-space-8) var(--wh-space-6);background:var(--wh-color-surface);border-radius:var(--wh-radius-lg);box-shadow:var(--wh-shadow-card)}.wh-login__card .wh-field,.wh-login__card .wh-button{width:100%}.wh-login__title{margin:0;color:var(--wh-color-primary);font-size:var(--wh-font-size-xl)}.wh-login__error{margin:0;color:var(--wh-color-error);font-size:var(--wh-font-size-sm);text-align:center}.wh-card{background:var(--wh-color-surface);border-radius:var(--wh-radius-md);box-shadow:var(--wh-shadow-card);padding:var(--wh-space-4)}.wh-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--wh-space-3);flex-wrap:wrap;margin-bottom:var(--wh-space-3)}.wh-card__title{margin:0;font-size:var(--wh-font-size-lg);color:var(--wh-color-primary)}.wh-card__actions{display:flex;gap:var(--wh-space-2);flex-wrap:wrap}.wh-card__body{display:grid;gap:var(--wh-space-3)}.wh-status-pill{display:inline-flex;align-items:center;gap:var(--wh-space-2);padding:var(--wh-space-1) var(--wh-space-3);border-radius:var(--wh-radius-pill);font-size:var(--wh-font-size-sm);font-weight:600}.wh-status-pill--success{background:color-mix(in srgb,var(--wh-color-success) 12%,transparent);color:var(--wh-color-success)}.wh-status-pill--warning{background:color-mix(in srgb,var(--wh-color-warning) 12%,transparent);color:var(--wh-color-warning)}.wh-status-pill--error{background:color-mix(in srgb,var(--wh-color-error) 12%,transparent);color:var(--wh-color-error)}.wh-status-pill--info{background:color-mix(in srgb,var(--wh-color-info) 12%,transparent);color:var(--wh-color-info)}.wh-status-pill--neutral{background:color-mix(in srgb,var(--wh-color-text-muted) 12%,transparent);color:var(--wh-color-text-muted)}.wh-push__enabled{margin:0}.wh-push__steps{margin:0;padding-left:var(--wh-space-4);display:grid;gap:var(--wh-space-1);font-size:var(--wh-font-size-sm)}.wh-push__note{margin:0;font-size:var(--wh-font-size-sm);color:var(--wh-color-text-muted)}.wh-push__error{margin:0;font-size:var(--wh-font-size-sm);color:var(--wh-color-error)}.wh-page-title{margin:0;color:var(--wh-color-primary);font-size:var(--wh-font-size-xl)}.wh-dashboard__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--wh-space-2);font-size:var(--wh-font-size-sm)}.wh-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a2a2880;display:flex;align-items:flex-start;justify-content:center;padding:var(--wh-space-4);overflow-y:auto;z-index:100}.wh-modal{background:var(--wh-color-surface);border-radius:var(--wh-radius-md);box-shadow:var(--wh-shadow-elevated);width:100%;max-width:34rem;margin-top:var(--wh-space-8)}.wh-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wh-space-3) var(--wh-space-4);border-bottom:1px solid var(--wh-color-primary-soft)}.wh-modal__header h2{margin:0;font-size:var(--wh-font-size-lg);color:var(--wh-color-primary)}.wh-modal__close{border:none;background:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--wh-color-text-muted)}.wh-modal__body{padding:var(--wh-space-4);display:grid;gap:var(--wh-space-3)}.wh-table-scroll{overflow-x:auto}.wh-table{width:100%;border-collapse:collapse;font-size:var(--wh-font-size-sm)}.wh-table th{text-align:left;padding:var(--wh-space-2) var(--wh-space-3);color:var(--wh-color-text-muted);font-weight:600;border-bottom:2px solid var(--wh-color-primary-soft);white-space:nowrap}.wh-table td{padding:var(--wh-space-2) var(--wh-space-3);border-bottom:1px solid color-mix(in srgb,var(--wh-color-text-muted) 15%,transparent)}.wh-table__row--clickable{cursor:pointer}.wh-table__row--clickable:hover{background:var(--wh-color-primary-soft)}.wh-calendar{display:grid;gap:var(--wh-space-2)}.wh-calendar__row{display:grid;gap:var(--wh-space-1)}.wh-calendar__property{font-size:var(--wh-font-size-sm);font-weight:600}.wh-calendar__track{display:grid;height:18px;background:var(--wh-color-primary-soft);border-radius:var(--wh-radius-pill);overflow:hidden}.wh-calendar__block{border-radius:var(--wh-radius-pill);grid-row:1}.wh-calendar__block--Reservation{background:var(--wh-color-primary)}.wh-calendar__block--Maintenance{background:var(--wh-color-warning)}.wh-calendar__block--OwnerUse,.wh-calendar__block--Manual{background:var(--wh-color-text-muted)}.wh-calendar__legend{margin:0;font-size:var(--wh-font-size-sm);color:var(--wh-color-text-muted);display:flex;align-items:center;gap:var(--wh-space-1);flex-wrap:wrap}.wh-calendar__dot{display:inline-block;width:10px;height:10px;border-radius:50%}.wh-calendar__dot--Reservation{background:var(--wh-color-primary)}.wh-calendar__dot--Maintenance{background:var(--wh-color-warning)}.wh-calendar__dot--Manual{background:var(--wh-color-text-muted)}:root{--wh-color-primary: #5c2d91;--wh-color-primary-dark: #46226f;--wh-color-primary-soft: #ede7f6;--wh-color-accent: #f5b301;--wh-color-accent-dark: #d99e00;--wh-color-bg: #faf8f5;--wh-color-surface: #ffffff;--wh-color-text: #2a2a28;--wh-color-text-muted: #6f6c66;--wh-color-text-inverse: #ffffff;--wh-color-success: #2e7d32;--wh-color-warning: #b26a00;--wh-color-error: #b3261e;--wh-color-info: #21609c;--wh-font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--wh-font-size-sm: .875rem;--wh-font-size-md: 1rem;--wh-font-size-lg: 1.25rem;--wh-font-size-xl: 1.75rem;--wh-font-size-2xl: 2.25rem;--wh-space-1: .25rem;--wh-space-2: .5rem;--wh-space-3: .75rem;--wh-space-4: 1rem;--wh-space-6: 1.5rem;--wh-space-8: 2rem;--wh-space-12: 3rem;--wh-radius-sm: 6px;--wh-radius-md: 12px;--wh-radius-lg: 20px;--wh-radius-pill: 999px;--wh-shadow-card: 0 4px 16px rgba(92, 45, 145, .1);--wh-shadow-elevated: 0 8px 32px rgba(42, 42, 40, .16)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:var(--wh-font-family);background-color:var(--wh-color-bg);color:var(--wh-color-text);-webkit-font-smoothing:antialiased}a{color:var(--wh-color-primary)}.wh-detail-grid{margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:var(--wh-space-3)}.wh-detail-grid dt{font-size:var(--wh-font-size-sm);font-weight:600;color:var(--wh-color-text-muted)}.wh-detail-grid dd{margin:0;font-size:var(--wh-font-size-md)}
