.hifi-sidebar{width:260px;min-width:260px;flex-shrink:0;background:var(--wf-surface);border-right:1px solid var(--wf-line);padding:var(--wf-s-5) var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-4);position:sticky;top:0;height:100vh;overflow-y:auto;z-index:5}.hifi-sidebar-brand{display:inline-flex;align-items:center;gap:var(--wf-s-2);font-family:var(--wf-font-heading);font-size:22px;color:var(--wf-text-strong);text-decoration:none;margin-bottom:var(--wf-s-3)}.hifi-brand-mark{width:28px;height:28px;background:var(--wf-primary);border-radius:6px;position:relative}.hifi-brand-mark:after{content:"";position:absolute;inset:6px;border-radius:2px}.dark .hifi-brand-mark,.hifi-brand-mark:after{background:var(--wf-accent)}.dark .hifi-brand-mark:after{background:var(--wf-text-strong)}.hifi-sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.hifi-sidebar-section{font-family:var(--wf-font-body);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--wf-text-faint);padding:var(--wf-s-2) var(--wf-s-3) var(--wf-s-2);margin-top:0}.hifi-sidebar-section+.hifi-sidebar-section{padding-top:var(--wf-s-4)}.hifi-sidebar-link{display:flex;align-items:center;gap:var(--wf-s-3);padding:var(--wf-s-2) var(--wf-s-3);border-radius:var(--wf-r-md);color:var(--wf-text);font-size:var(--wf-fs-body);text-decoration:none;transition:background .1s ease,color .1s ease;min-height:38px}.hifi-sidebar-link--active,.hifi-sidebar-link:hover{background:var(--wf-surface-2);color:var(--wf-text-strong)}.hifi-sidebar-link--active{font-weight:500;box-shadow:inset 3px 0 0 var(--wf-accent)}.hifi-sidebar-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--wf-text-muted);flex-shrink:0}.hifi-sidebar-link--active .hifi-sidebar-icon,.hifi-sidebar-link:hover .hifi-sidebar-icon{color:var(--wf-accent)}.hifi-sidebar-count{margin-left:auto;font-family:var(--wf-font-mono);font-size:11px;padding:2px 6px;background:var(--wf-surface-2);color:var(--wf-text-muted);border-radius:var(--wf-r-pill);min-width:22px;text-align:center}.hifi-sidebar-link--active .hifi-sidebar-count{background:var(--wf-surface)}.hifi-sidebar-count--accent{background:var(--wf-accent);color:var(--wf-accent-ink)}.hifi-sidebar-footer{border-top:1px solid var(--wf-line);padding-top:var(--wf-s-3);display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-sidebar-user{display:flex;align-items:center;gap:var(--wf-s-2);padding:var(--wf-s-2)}.hifi-sidebar-avatar{width:34px;height:34px;border-radius:50%;background:var(--wf-primary);color:var(--wf-bg);display:inline-flex;align-items:center;justify-content:center;font-family:var(--wf-font-mono);font-size:12px;font-weight:500;flex-shrink:0}.hifi-sidebar-user-meta{display:flex;flex-direction:column;min-width:0}.hifi-sidebar-user-name{font-size:var(--wf-fs-body);font-weight:500;color:var(--wf-text-strong)}.hifi-sidebar-user-name,.hifi-sidebar-user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hifi-sidebar-user-role{font-size:var(--wf-fs-micro);color:var(--wf-text-muted)}.hifi-sidebar-signout{font-size:var(--wf-fs-small);color:var(--wf-text-muted);padding:var(--wf-s-2) var(--wf-s-3);text-decoration:none;border-radius:var(--wf-r-md);background:transparent;border:0;cursor:pointer;text-align:left;font-family:inherit}.hifi-sidebar-signout:hover{background:var(--wf-surface-2);color:var(--wf-err)}.hifi-drawer-backdrop{display:none;position:fixed;inset:0;background:rgb(var(--wf-overlay-rgb)/.55);border:0;z-index:20;cursor:pointer}body[data-drawer-open] .hifi-drawer-backdrop{display:block}@media (max-width:1023px){.hifi-sidebar{position:fixed;top:0;left:0;z-index:30;width:min(320px,85vw);height:100vh;transform:translateX(-100%);transition:transform .2s ease;box-shadow:var(--wf-shadow-lg)}body[data-drawer-open] .hifi-sidebar{transform:translateX(0)}[dir=rtl] .hifi-sidebar{left:auto;right:0;transform:translateX(100%)}[dir=rtl] body[data-drawer-open] .hifi-sidebar{transform:translateX(0)}}.hifi-topbar{display:flex;align-items:center;gap:var(--wf-s-3);padding:var(--wf-s-3) var(--wf-s-4);background:var(--wf-bg);border-bottom:1px solid var(--wf-line);position:sticky;top:0;z-index:4;min-height:60px}.hifi-drawer-toggle{display:none;width:36px;height:36px;padding:0;background:transparent;border:1px solid var(--wf-line);border-radius:var(--wf-r-md);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:3px;flex-shrink:0}.hifi-drawer-toggle-bar{width:16px;height:1.5px;background:var(--wf-text-strong);border-radius:2px}@media (max-width:1023px){.hifi-drawer-toggle{display:inline-flex}}.hifi-breadcrumb{min-width:0;flex:1}.hifi-breadcrumb-trail{display:flex;align-items:center;gap:var(--wf-s-2);flex-wrap:wrap;list-style:none;margin:0;padding:0}.hifi-breadcrumb-trail li{display:flex;align-items:center;font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-breadcrumb-trail li a{color:var(--wf-text-muted);text-decoration:none;padding:2px 4px;border-radius:var(--wf-r-sm);transition:color .1s ease,background .1s ease}.hifi-breadcrumb-trail li a:hover{color:var(--wf-accent);background:var(--wf-surface-2)}.hifi-breadcrumb-trail li[aria-current=page]{color:var(--wf-text-strong);font-family:var(--wf-font-heading);font-size:var(--wf-fs-h3);font-weight:400}.hifi-breadcrumb-sep{color:var(--wf-text-faint);font-size:14px}.hifi-topbar-search{display:flex;align-items:center;gap:var(--wf-s-2);padding:0 var(--wf-s-3);background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-pill);min-width:260px;max-width:380px;flex:0 1 320px;height:36px}.hifi-topbar-search-icon{color:var(--wf-text-muted);font-size:16px;display:inline-flex}.hifi-topbar-search-input{flex:1;background:transparent;border:0;outline:none;color:var(--wf-text);font-size:var(--wf-fs-small);min-width:0}.hifi-topbar-search-input::-moz-placeholder{color:var(--wf-text-faint)}.hifi-topbar-search-input::placeholder{color:var(--wf-text-faint)}.hifi-topbar-search-kbd{font-family:var(--wf-font-mono);font-size:10px;padding:2px 5px;background:var(--wf-surface-2);color:var(--wf-text-muted);border-radius:3px}.hifi-topbar-actions{display:flex;align-items:center;gap:var(--wf-s-2);flex-shrink:0;margin-left:auto}.hifi-topbar-chip-group{display:inline-flex;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-pill);padding:2px}.hifi-topbar-chip{font-family:var(--wf-font-mono);font-size:11px;font-weight:500;color:var(--wf-text-muted);padding:4px 10px;background:transparent;border:0;border-radius:var(--wf-r-pill);cursor:pointer;min-width:36px}.hifi-topbar-chip--active{background:var(--wf-text-strong);color:var(--wf-bg)}.hifi-topbar-icon-btn{width:36px;height:36px;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);color:var(--wf-text);cursor:pointer;font-size:16px;display:inline-flex;align-items:center;justify-content:center;position:relative}.hifi-topbar-icon-btn:hover{background:var(--wf-surface-2);color:var(--wf-accent)}.hifi-topbar-icon-btn--badge{position:relative}.hifi-topbar-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;background:var(--wf-accent);color:var(--wf-accent-ink);border-radius:var(--wf-r-pill);font-family:var(--wf-font-mono);font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center;border:2px solid var(--wf-bg)}.hifi-topbar-profile{display:inline-flex;align-items:center;gap:var(--wf-s-2);padding:2px var(--wf-s-2) 2px 2px;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-pill);cursor:pointer;height:36px}.hifi-topbar-profile-avatar{width:28px;height:28px;border-radius:50%;background:var(--wf-primary);color:var(--wf-bg);display:inline-flex;align-items:center;justify-content:center;font-family:var(--wf-font-mono);font-size:11px;font-weight:500}.hifi-topbar-profile-name{font-size:var(--wf-fs-small);color:var(--wf-text)}.hifi-topbar-profile-caret{font-size:10px;color:var(--wf-text-muted)}@media (max-width:900px){.hifi-topbar-chip-group[aria-label=Currency],.hifi-topbar-profile-name,.hifi-topbar-search{display:none}}@media (max-width:600px){.hifi-topbar-chip-group[aria-label=Language]{display:none}}.hifi-footer-admin{display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-4);padding:var(--wf-s-3) var(--wf-s-4);background:var(--wf-bg);border-top:1px solid var(--wf-line);color:var(--wf-text-muted);font-size:var(--wf-fs-small);flex-wrap:wrap;margin-top:auto}.hifi-footer-admin-left,.hifi-footer-admin-right{display:flex;align-items:center;gap:var(--wf-s-2);flex-wrap:wrap}.hifi-footer-admin-copyright{font-family:var(--wf-font-mono);font-size:12px}.hifi-footer-admin-sep{color:var(--wf-text-faint)}.hifi-footer-admin-link{color:var(--wf-text-muted);text-decoration:none;font-size:var(--wf-fs-small)}.hifi-footer-admin-link:hover{color:var(--wf-accent)}.hifi-footer-admin-version{font-family:var(--wf-font-mono);font-size:11px;color:var(--wf-text-faint)}.hifi-footer-admin-env-badge{font-family:var(--wf-font-mono);font-size:10px;font-weight:500;letter-spacing:.08em;padding:2px 8px;background:var(--wf-accent);color:var(--wf-accent-ink);border-radius:var(--wf-r-pill)}.hifi-footer-admin-status{display:inline-flex;align-items:center;gap:var(--wf-s-2);color:var(--wf-text-muted);font-size:var(--wf-fs-small)}.hifi-footer-admin-status-dot{width:8px;height:8px;border-radius:50%;background:var(--wf-ok);box-shadow:0 0 0 3px rgba(74,124,126,.18)}@media (max-width:700px){.hifi-footer-admin{flex-direction:column;align-items:flex-start}.hifi-footer-admin-left{gap:6px}.hifi-footer-admin-sep{display:none}.hifi-footer-admin-left>*{margin-right:0}}.hifi-main{padding:var(--wf-s-5) var(--wf-s-4);min-width:0}.hifi-landing{display:flex;flex-direction:column;gap:var(--wf-s-8);padding-top:64px;padding-bottom:0}.hifi-landing-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--wf-s-8);align-items:center;padding:var(--wf-s-8) var(--wf-s-5) var(--wf-s-7);max-width:1280px;margin:0 auto;width:100%;background:radial-gradient(ellipse at top right,rgba(217,119,87,.08),transparent 60%),radial-gradient(ellipse at bottom left,rgba(30,58,58,.04),transparent 50%)}.dark .hifi-landing-hero{background:radial-gradient(ellipse at top right,hsla(16,72%,68%,.08),transparent 60%),radial-gradient(ellipse at bottom left,hsla(38,44%,96%,.03),transparent 50%)}.hifi-landing-hero-text{display:flex;flex-direction:column;gap:var(--wf-s-4)}.hifi-landing-hero-text em{font-style:italic;color:var(--wf-accent)}.hifi-landing-hero-sub{font-size:17px;line-height:1.55;color:var(--wf-text-muted);max-width:540px;margin:0}.hifi-search-card{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4);box-shadow:var(--wf-shadow-lg);display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-search-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:var(--wf-s-2);align-items:end}.hifi-search-field{display:flex;flex-direction:column;gap:4px;min-width:0}.hifi-search-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--wf-text-muted)}.hifi-search-input{background:transparent;border:0;border-bottom:1px solid var(--wf-line);padding:var(--wf-s-2) 0;color:var(--wf-text-strong);font-size:var(--wf-fs-body);outline:none;font-family:var(--wf-font-body)}.hifi-search-input:focus{border-bottom-color:var(--wf-accent)}.hifi-search-submit{background:var(--wf-accent);color:var(--wf-accent-ink);border:0;padding:0 var(--wf-s-5);border-radius:var(--wf-r-md);font-weight:600;font-size:var(--wf-fs-body);height:48px;cursor:pointer;display:inline-flex;align-items:center;gap:var(--wf-s-2);white-space:nowrap}.hifi-search-submit:hover{background:var(--wf-accent-soft)}.hifi-search-quick{display:flex;flex-wrap:wrap;gap:var(--wf-s-2);align-items:center;padding-top:var(--wf-s-2);border-top:1px solid var(--wf-line)}.hifi-search-quick-label{font-size:var(--wf-fs-micro);color:var(--wf-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-right:var(--wf-s-2)}.hifi-search-quick-chip{background:var(--wf-surface-2);border:0;padding:4px 12px;border-radius:var(--wf-r-pill);color:var(--wf-text);font-size:12px;cursor:pointer}.hifi-search-quick-chip:hover{background:var(--wf-accent);color:var(--wf-accent-ink)}.hifi-landing-trust{max-width:1280px;margin:0 auto;width:100%;padding:var(--wf-s-5) var(--wf-s-5);display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-4);background:var(--wf-surface-2);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg)}.hifi-trust-item{display:flex;gap:var(--wf-s-3);align-items:flex-start}.hifi-trust-icon{width:36px;height:36px;border-radius:50%;background:var(--wf-primary);color:var(--wf-bg);display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.dark .hifi-trust-icon{background:var(--wf-accent);color:var(--wf-accent-ink)}.hifi-trust-title{font-weight:600;color:var(--wf-text-strong);font-size:var(--wf-fs-small)}.hifi-trust-sub{font-size:var(--wf-fs-small);color:var(--wf-text-muted);line-height:1.4}.hifi-landing-section{max-width:1280px;margin:0 auto;width:100%;padding:0 var(--wf-s-5)}.hifi-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--wf-s-5);gap:var(--wf-s-4);flex-wrap:wrap}.hifi-section-link{color:var(--wf-accent);text-decoration:none;font-size:var(--wf-fs-small);font-weight:500}.hifi-section-link:hover{text-decoration:underline}.hifi-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-4)}@media (max-width:1200px){.hifi-featured-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.hifi-featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-featured-grid{grid-template-columns:1fr}}.hifi-hotel-card{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .1s ease,box-shadow .1s ease;cursor:pointer;text-decoration:none;color:inherit}.hifi-hotel-card:hover{transform:translateY(-2px);box-shadow:var(--wf-shadow-md)}.hifi-hotel-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(30,58,58,.1),rgba(217,119,87,.1)),var(--wf-fill);background-size:cover;background-position:50%;position:relative}.dark .hifi-hotel-card-image{background:linear-gradient(135deg,hsla(38,44%,96%,.05),hsla(16,72%,68%,.15)),var(--wf-fill);background-size:cover;background-position:50%}.hifi-hotel-card-badge{position:absolute;inset-block-start:10px;inset-inline-start:10px;background:color-mix(in srgb,var(--wf-accent) 85%,transparent);backdrop-filter:blur(10px) saturate(150%);-webkit-backdrop-filter:blur(10px) saturate(150%);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.15);color:var(--wf-accent-ink);font-family:var(--wf-font-body);font-size:var(--wf-fs-small);font-weight:600;letter-spacing:.04em;padding:var(--wf-s-1) var(--wf-s-3);border-radius:var(--wf-r-pill);display:inline-flex;align-items:center;gap:var(--wf-s-1);text-decoration:none;white-space:nowrap}.hifi-hotel-card-badge--verified{background:color-mix(in srgb,var(--wf-ok) 85%,transparent);color:var(--wf-accent-ink)}@supports not (backdrop-filter:blur(10px)){.hifi-hotel-card-badge{background:var(--wf-accent)}.hifi-hotel-card-badge--verified{background:var(--wf-ok)}}.hifi-hotel-card-body{padding:var(--wf-s-3) var(--wf-s-4) var(--wf-s-4);display:flex;flex-direction:column;gap:6px}.hifi-hotel-card-meta{font-size:var(--wf-fs-micro);color:var(--wf-text-muted);text-transform:uppercase;letter-spacing:.05em}.hifi-hotel-card-title{font-family:var(--wf-font-heading);font-size:var(--wf-fs-h3);line-height:1.2;color:var(--wf-text-strong);margin:0}.hifi-hotel-card-rating{display:flex;align-items:center;gap:6px;font-size:var(--wf-fs-small)}.hifi-hotel-card-price{display:flex;align-items:baseline;gap:4px;margin-top:var(--wf-s-1);padding-top:var(--wf-s-2);border-top:1px solid var(--wf-line)}.hifi-hotel-card-price-from{font-size:var(--wf-fs-micro);color:var(--wf-text-muted)}.hifi-hotel-card-price-amt{font-size:18px;font-weight:500;color:var(--wf-text-strong)}.hifi-destinations{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}@media (max-width:900px){.hifi-destinations{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.hifi-destinations{grid-template-columns:repeat(2,1fr)}}.hifi-destination{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}.hifi-destination-img{aspect-ratio:5/4;border-radius:var(--wf-r-md);background:linear-gradient(135deg,rgba(30,58,58,.12),rgba(217,119,87,.1)),var(--wf-fill);background-size:cover;background-position:50%;border:1px solid var(--wf-line);transition:transform .15s ease,box-shadow .15s ease}.hifi-destination:hover .hifi-destination-img{transform:translateY(-2px);box-shadow:var(--wf-shadow-sm)}.hifi-destination-name{font-family:var(--wf-font-heading);font-size:20px;color:var(--wf-text-strong)}.hifi-destination-count{font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-landing-partners{max-width:1280px;margin:0 auto;width:100%;padding:var(--wf-s-7) var(--wf-s-5);background:var(--wf-surface-2);color:var(--wf-text);border-radius:var(--wf-r-lg);border:1px solid var(--wf-line);display:grid;grid-template-columns:1fr 1fr;gap:var(--wf-s-7);align-items:center}.hifi-landing-partners-text h2{color:var(--wf-text-strong)}.hifi-landing-partners-text p{color:var(--wf-text-muted);font-size:var(--wf-fs-body);line-height:1.55;margin:var(--wf-s-3) 0 var(--wf-s-4);max-width:520px}.hifi-landing-partners-cta{display:flex;gap:var(--wf-s-3);flex-wrap:wrap}.hifi-landing-partners-btn{padding:12px var(--wf-s-5);border-radius:var(--wf-r-md);font-size:var(--wf-fs-body);font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:var(--wf-s-2);border:1px solid transparent;transition:all .15s ease}.hifi-landing-partners-btn--primary{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-landing-partners-btn--primary:hover{background:var(--wf-accent-soft);border-color:var(--wf-accent-soft)}.hifi-landing-partners-btn--ghost{background:transparent;color:var(--wf-text);border-color:var(--wf-line)}.hifi-landing-partners-btn--ghost:hover{border-color:var(--wf-accent);color:var(--wf-accent)}.hifi-landing-partners-stats{display:grid;grid-template-columns:1fr 1fr;gap:var(--wf-s-4)}.hifi-landing-partners-stat{border-left:2px solid var(--wf-accent);padding-left:var(--wf-s-3)}.hifi-landing-partners-stat-num{font-family:var(--wf-font-heading);font-size:40px;color:var(--wf-text-strong);line-height:1;font-weight:400}.hifi-landing-partners-stat-label{font-size:var(--wf-fs-small);color:var(--wf-text-muted);margin-top:4px}@media (max-width:1024px){.hifi-landing-hero{grid-template-columns:1fr;gap:var(--wf-s-5);padding:var(--wf-s-6) var(--wf-s-4) var(--wf-s-5)}.hifi-search-row{grid-template-columns:1fr 1fr}.hifi-search-submit{grid-column:1/-1;width:100%}}@media (max-width:900px){.hifi-landing-trust{grid-template-columns:repeat(2,1fr)}.hifi-landing-partners{grid-template-columns:1fr;padding:var(--wf-s-5) var(--wf-s-4)}}@media (max-width:600px){.hifi-landing-partners-stats,.hifi-landing-trust,.hifi-search-row{grid-template-columns:1fr}}.hifi-err .wf-btn,.hifi-err404 .wf-btn{display:inline-flex;align-items:center;gap:8px;padding:10px var(--wf-s-4);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);background:var(--wf-surface);color:var(--wf-text);font-family:var(--wf-font-body);font-size:var(--wf-fs-body);font-weight:500;text-decoration:none;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.hifi-err .wf-btn:hover,.hifi-err404 .wf-btn:hover{border-color:var(--wf-accent);color:var(--wf-accent)}.hifi-err .wf-btn--lg,.hifi-err404 .wf-btn--lg{padding:12px var(--wf-s-5)}.hifi-err .wf-btn--primary,.hifi-err404 .wf-btn--primary{background:var(--wf-primary);color:var(--wf-bg);border-color:var(--wf-primary)}.hifi-err .wf-btn--primary:hover,.hifi-err404 .wf-btn--primary:hover{background:var(--wf-accent);border-color:var(--wf-accent);color:var(--wf-accent-ink)}.hifi-err404{min-height:calc(100vh - 260px);justify-content:center;padding:var(--wf-s-7) var(--wf-s-5)}.hifi-err404,.hifi-err404-wrap{display:flex;align-items:center}.hifi-err404-wrap{max-width:640px;width:100%;flex-direction:column;gap:var(--wf-s-3);text-align:center}.hifi-err404-illustration{width:320px;max-width:100%;color:var(--wf-text-strong);margin-bottom:var(--wf-s-2)}.hifi-err404-illustration svg{width:100%;height:auto}.hifi-err404-code{font-size:14px;letter-spacing:.3em;color:var(--wf-accent);text-transform:uppercase;font-weight:600;margin-top:var(--wf-s-2)}.hifi-err404-title{margin:0;font-size:52px;line-height:1.1}.hifi-err404-sub{font-size:17px;color:var(--wf-text-muted);line-height:1.55;max-width:520px;margin:0}.hifi-err404-cta-row{display:flex;gap:var(--wf-s-3);flex-wrap:wrap;justify-content:center;margin-top:var(--wf-s-3)}.hifi-err404-cta-row .wf-btn--accent{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-err404-cta-row .wf-btn--accent:hover{background:var(--wf-accent-soft);border-color:var(--wf-accent-soft);color:var(--wf-accent-ink)}.hifi-err404-search{width:100%;max-width:520px;margin-top:var(--wf-s-4)}.hifi-err404-search-label{font-size:var(--wf-fs-small);color:var(--wf-text-muted);margin-bottom:var(--wf-s-2);display:block}.hifi-err404-search-wrap{display:flex;align-items:center;gap:var(--wf-s-2);background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:6px 6px 6px var(--wf-s-3);box-shadow:var(--wf-shadow-sm)}.hifi-err404-search-wrap span{color:var(--wf-text-muted);font-size:16px}.hifi-err404-search-wrap input{flex:1;border:0;background:transparent;outline:none;color:var(--wf-text-strong);font-size:var(--wf-fs-body);padding:8px 0}.hifi-err404-links{width:100%;max-width:520px;margin-top:var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-err404-links-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--wf-text-muted)}.hifi-err404-links-grid{display:flex;gap:var(--wf-s-2);flex-wrap:wrap;justify-content:center}.hifi-err404-link{background:var(--wf-surface);border:1px solid var(--wf-line);padding:6px 14px;border-radius:var(--wf-r-pill);color:var(--wf-text);font-size:var(--wf-fs-small);text-decoration:none;transition:border-color .1s ease,color .1s ease}.hifi-err404-link:hover{border-color:var(--wf-accent);color:var(--wf-accent)}.hifi-err404-support{margin-top:var(--wf-s-5);padding-top:var(--wf-s-4);border-top:1px solid var(--wf-line);width:100%;max-width:520px}.hifi-err404-support p{font-size:var(--wf-fs-small);color:var(--wf-text-muted);margin:0}.hifi-err404-support a{color:var(--wf-accent);text-decoration:underline}@media (max-width:600px){.hifi-err404-title{font-size:36px}}.hifi-err{min-height:calc(100vh - 68px - 240px);justify-content:center;padding:var(--wf-s-7) var(--wf-s-4);background:radial-gradient(ellipse at 30% 20%,rgba(169,78,78,.06),transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(30,58,58,.04),transparent 60%)}.hifi-err,.hifi-err-card{display:flex;align-items:center}.hifi-err-card{width:100%;max-width:560px;flex-direction:column;gap:var(--wf-s-5);text-align:center}.hifi-err-illus{width:180px;height:180px;position:relative;display:flex;align-items:center;justify-content:center}.hifi-err-illus-circle{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(217,119,87,.15),rgba(217,119,87,0) 70%),var(--wf-surface-2);border-radius:50%;border:1px solid var(--wf-line)}.hifi-err-illus-num{position:relative;z-index:1;font-size:72px;font-weight:500;color:var(--wf-text-strong);letter-spacing:-.02em}.hifi-err-text{display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-err-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--wf-err)}.hifi-err-text h1{font-size:40px;line-height:1.1;margin:0}.hifi-err-sub{font-size:var(--wf-fs-body);line-height:1.55;color:var(--wf-text-muted);max-width:440px;margin:0 auto}.hifi-err-actions{display:flex;gap:var(--wf-s-3);flex-wrap:wrap;justify-content:center}.hifi-err-primary{background:var(--wf-accent)!important;color:var(--wf-accent-ink)!important;border-color:var(--wf-accent)!important}.hifi-err-primary:hover{background:var(--wf-accent-soft)!important;border-color:var(--wf-accent-soft)!important}.hifi-err-help{margin-top:var(--wf-s-4);padding-top:var(--wf-s-4);border-top:1px solid var(--wf-line);width:100%;display:flex;flex-direction:column;gap:var(--wf-s-2);align-items:center}.hifi-err-help p{margin:0}.hifi-err-help-link{color:var(--wf-accent);font-weight:500;text-decoration:none;font-size:var(--wf-fs-small)}.hifi-err-help-link:hover{text-decoration:underline}@media (max-width:600px){.hifi-err{padding:var(--wf-s-5) var(--wf-s-3)}.hifi-err-text h1{font-size:28px}.hifi-err-illus{width:140px;height:140px}.hifi-err-illus-num{font-size:56px}.hifi-err-actions{flex-direction:column;width:100%}.hifi-err-actions .wf-btn{width:100%;justify-content:center}}.hifi-offline{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--wf-s-5) var(--wf-s-4);background:radial-gradient(ellipse at 50% 0,rgba(217,119,87,.04),transparent 40%),var(--color-background);color:var(--wf-text)}.hifi-offline-card{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:var(--wf-s-4);text-align:center}.hifi-offline-brand{display:inline-flex;align-items:center;gap:var(--wf-s-2);font-family:var(--wf-font-heading);font-size:var(--wf-fs-h4);font-weight:500;color:var(--wf-text-strong);letter-spacing:-.005em}.hifi-offline-brand .hifi-brand-mark{width:28px;height:28px;border-radius:var(--wf-r-md);background:radial-gradient(circle at 30% 30%,var(--wf-accent),transparent 65%),var(--wf-text-strong);flex-shrink:0}.hifi-offline-illus{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center;margin-top:var(--wf-s-2)}.hifi-offline-illus-circle{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(169,78,78,.1),rgba(169,78,78,0) 70%),var(--wf-surface-2);border-radius:50%;border:1px solid var(--wf-line)}.hifi-offline-illus-icon{position:relative;z-index:1;color:var(--wf-text-muted)}.hifi-offline-illus-slash{position:absolute;z-index:2;top:50%;left:18%;right:18%;height:3px;background:var(--wf-err);border-radius:999px;transform:rotate(-32deg);transform-origin:center;box-shadow:0 0 0 2px var(--wf-bg)}.hifi-offline-text{display:flex;flex-direction:column;gap:var(--wf-s-2);margin-top:var(--wf-s-2)}.hifi-offline-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--wf-err)}.hifi-offline-title{margin:0;font-size:40px;line-height:1.1;color:var(--wf-text-strong)}.hifi-offline-sub{font-size:var(--wf-fs-body);line-height:1.55;color:var(--wf-text-muted);max-width:440px;margin:0 auto}.hifi-offline-actions{display:flex;gap:var(--wf-s-3);flex-wrap:wrap;justify-content:center;width:100%}.hifi-offline .wf-btn{display:inline-flex;align-items:center;gap:8px;padding:10px var(--wf-s-4);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);background:var(--wf-surface);color:var(--wf-text);font-family:var(--wf-font-body);font-size:var(--wf-fs-body);font-weight:500;text-decoration:none;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.hifi-offline .wf-btn:hover{border-color:var(--wf-accent);color:var(--wf-accent)}.hifi-offline .wf-btn--lg{padding:12px var(--wf-s-5)}.hifi-offline .wf-btn--accent{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-offline .wf-btn--accent:hover{background:var(--wf-accent-soft);border-color:var(--wf-accent-soft);color:var(--wf-accent-ink)}.hifi-offline-tips{width:100%;text-align:start;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4);margin-top:var(--wf-s-3);box-shadow:var(--wf-shadow-sm)}.hifi-offline-tips-title{display:flex;align-items:center;gap:var(--wf-s-2);font-family:var(--wf-font-body);font-size:var(--wf-fs-h5);font-weight:600;color:var(--wf-text-strong);margin:0 0 var(--wf-s-3) 0;text-transform:none;letter-spacing:0}.hifi-offline-tips-title svg{color:var(--wf-warn)}.hifi-offline-tips ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-offline-tips li{display:flex;align-items:flex-start;gap:var(--wf-s-2);font-size:var(--wf-fs-small);color:var(--wf-text);line-height:1.45}.hifi-offline-tip-icon{color:var(--wf-ok);flex-shrink:0;margin-top:2px}.hifi-offline-footer{margin:0;font-size:var(--wf-fs-small);color:var(--wf-text-muted);line-height:1.5;max-width:440px}@media (max-width:600px){.hifi-offline{padding:var(--wf-s-4) var(--wf-s-3)}.hifi-offline-title{font-size:28px}.hifi-offline-illus{width:128px;height:128px}.hifi-offline-actions{flex-direction:column}.hifi-offline-actions .wf-btn{width:100%;justify-content:center}}.hifi-auth{min-height:calc(100vh - 64px - 240px);display:flex;align-items:flex-start;justify-content:center;padding:var(--wf-s-7) var(--wf-s-4);background:radial-gradient(ellipse at top,rgba(217,119,87,.08),transparent 60%),radial-gradient(ellipse at bottom,rgba(30,58,58,.04),transparent 60%)}.dark .hifi-auth{background:radial-gradient(ellipse at top,hsla(16,72%,68%,.1),transparent 60%),radial-gradient(ellipse at bottom,hsla(38,44%,96%,.03),transparent 60%)}.hifi-auth-card{width:100%;max-width:440px;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-6) var(--wf-s-5);box-shadow:var(--wf-shadow-lg);gap:var(--wf-s-4)}.hifi-auth-card,.hifi-auth-head{display:flex;flex-direction:column}.hifi-auth-head{text-align:center;gap:var(--wf-s-2)}.hifi-auth-head h1{font-family:var(--wf-font-heading);font-size:34px;line-height:1.1;margin:0;color:var(--wf-text-strong)}.hifi-auth-sub{color:var(--wf-text-muted);font-size:var(--wf-fs-body);line-height:1.5;margin:0}.hifi-auth-social{display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-social-btn{display:flex;align-items:center;justify-content:center;gap:var(--wf-s-3);background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:10px var(--wf-s-4);color:var(--wf-text-strong);font-family:var(--wf-font-body);font-size:var(--wf-fs-body);font-weight:500;cursor:pointer;min-height:44px;text-decoration:none;transition:background .12s ease,border-color .12s ease}.hifi-social-btn:hover:not(:disabled){background:var(--wf-surface-2);border-color:var(--wf-fill-strong)}.hifi-social-btn:disabled{opacity:.55;cursor:not-allowed}.hifi-social-icon{width:22px;height:22px;border-radius:50%;background:var(--wf-primary);color:var(--wf-bg);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.hifi-auth-or{display:flex;align-items:center;gap:var(--wf-s-3)}.hifi-auth-or-line{flex:1;height:1px;background:var(--wf-line)}.hifi-auth-or-text{color:var(--wf-text-muted);font-size:var(--wf-fs-small)}.hifi-auth-form{gap:var(--wf-s-3)}.hifi-auth-field,.hifi-auth-form{display:flex;flex-direction:column}.hifi-auth-field{gap:6px}.hifi-auth-label{font-size:var(--wf-fs-small);font-weight:500;color:var(--wf-text-strong)}.hifi-auth-label-row{display:flex;justify-content:space-between;align-items:center}.hifi-auth-forgot{color:var(--wf-accent);font-size:var(--wf-fs-small);text-decoration:none}.hifi-auth-forgot:hover{text-decoration:underline}.hifi-auth-input{box-sizing:border-box;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:10px var(--wf-s-3);color:var(--wf-text-strong);font-family:var(--wf-font-body);font-size:var(--wf-fs-body);outline:none;width:100%;min-height:44px;transition:border-color .12s ease,box-shadow .12s ease}.hifi-auth-input:focus{border-color:var(--wf-accent);box-shadow:0 0 0 3px rgba(217,119,87,.18)}.dark .hifi-auth-input:focus{box-shadow:0 0 0 3px hsla(16,72%,68%,.22)}.hifi-auth-input::-moz-placeholder{color:var(--wf-text-faint)}.hifi-auth-input::placeholder{color:var(--wf-text-faint)}.hifi-auth-input[aria-invalid=true]{border-color:var(--wf-err)}.hifi-auth-input:-webkit-autofill,.hifi-auth-input:-webkit-autofill:active,.hifi-auth-input:-webkit-autofill:focus,.hifi-auth-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--wf-text-strong);-webkit-box-shadow:0 0 0 1000px var(--wf-surface) inset;caret-color:var(--wf-text-strong);-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.hifi-auth-hint{font-size:var(--wf-fs-small);color:var(--wf-text-muted);line-height:1.4;margin:0}.hifi-auth-hint--error{color:var(--wf-err)}.react-tel-input,.react-tel-input .form-control{width:100%!important;font-family:var(--wf-font-body)!important;font-size:var(--wf-fs-body)!important}.react-tel-input .form-control{box-sizing:border-box!important;min-height:46px!important;height:46px!important;padding:10px var(--wf-s-3) 10px 52px!important;background:var(--wf-surface)!important;border:1px solid var(--wf-line)!important;border-radius:var(--wf-r-md)!important;color:var(--wf-text-strong)!important;line-height:1.4!important;outline:none!important;transition:border-color .12s ease,box-shadow .12s ease!important}.react-tel-input .form-control:focus{border-color:var(--wf-accent)!important;box-shadow:0 0 0 3px rgba(217,119,87,.18)!important}.dark .react-tel-input .form-control:focus{box-shadow:0 0 0 3px hsla(16,72%,68%,.22)!important}.react-tel-input .form-control::-moz-placeholder{color:var(--wf-text-faint)!important}.react-tel-input .form-control::placeholder{color:var(--wf-text-faint)!important}.react-tel-input .form-control.phone-error{border-color:var(--wf-err)!important}.react-tel-input .flag-dropdown{background:var(--wf-surface)!important;border:1px solid var(--wf-line)!important;border-right:0!important;border-radius:var(--wf-r-md) 0 0 var(--wf-r-md)!important}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{background:var(--wf-surface-2)!important;border-color:var(--wf-line)!important}.react-tel-input .flag-dropdown .selected-flag{background:transparent!important;padding:0 0 0 12px!important;border-radius:var(--wf-r-md) 0 0 var(--wf-r-md)!important}.react-tel-input .flag-dropdown .selected-flag:focus,.react-tel-input .flag-dropdown .selected-flag:hover,.react-tel-input .flag-dropdown.open .selected-flag{background:var(--wf-surface-2)!important}.react-tel-input .country-list{background:var(--wf-surface)!important;border:1px solid var(--wf-line)!important;border-radius:var(--wf-r-md)!important;box-shadow:var(--wf-shadow-lg)!important}.react-tel-input .country-list,.react-tel-input .country-list .country{color:var(--wf-text-strong)!important}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background:var(--wf-surface-2)!important}.react-tel-input .country-list .country .dial-code{color:var(--wf-text-muted)!important}.react-tel-input .country-list .search{background:var(--wf-surface)!important;border-bottom:1px solid var(--wf-line)!important;padding:var(--wf-s-2)!important}.react-tel-input .country-list .search-box{background:var(--wf-surface-2)!important;border:1px solid var(--wf-line)!important;color:var(--wf-text-strong)!important;border-radius:var(--wf-r-sm)!important;padding:6px var(--wf-s-2)!important;font-family:var(--wf-font-body)!important}.hifi-auth-password{position:relative}.hifi-auth-password .hifi-auth-input{padding-right:44px}.hifi-auth-pwd-toggle{position:absolute;right:var(--wf-s-3);top:50%;transform:translateY(-50%);background:transparent;border:0;cursor:pointer;color:var(--wf-text-muted);font-size:16px;display:inline-flex;align-items:center;justify-content:center}.hifi-auth-pwd-toggle:hover{color:var(--wf-accent)}.hifi-auth-check{display:flex;align-items:flex-start;gap:var(--wf-s-2);font-size:var(--wf-fs-small);color:var(--wf-text);line-height:1.5;cursor:pointer}.hifi-auth-check input{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:var(--wf-accent)}.hifi-auth-submit{background:var(--wf-accent);color:var(--wf-accent-ink);border:1px solid var(--wf-accent);border-radius:var(--wf-r-md);padding:12px var(--wf-s-4);font-family:var(--wf-font-body);font-size:var(--wf-fs-body);font-weight:600;cursor:pointer;width:100%;margin-top:var(--wf-s-2);min-height:48px;transition:background .12s ease}.hifi-auth-submit:hover:not(:disabled){background:var(--wf-accent-soft)}.hifi-auth-submit:disabled{opacity:.55;cursor:not-allowed}.hifi-auth-foot{text-align:center;padding-top:var(--wf-s-2);font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-auth-foot a{color:var(--wf-accent);font-weight:500;text-decoration:none}.hifi-auth-foot a:hover{text-decoration:underline}.hifi-auth-help{text-align:center;padding-top:var(--wf-s-3);border-top:1px solid var(--wf-line);font-size:var(--wf-fs-small)}.hifi-auth-help a{color:var(--wf-text-muted);text-decoration:none}.hifi-auth-help a:hover{color:var(--wf-accent)}.hifi-auth-notice{display:flex;align-items:flex-start;gap:var(--wf-s-3);padding:var(--wf-s-3);border-radius:var(--wf-r-md);font-size:var(--wf-fs-small);line-height:1.4}.hifi-auth-notice--info{background:color-mix(in srgb,var(--wf-accent) 12%,transparent);color:var(--wf-text-strong);border:1px solid color-mix(in srgb,var(--wf-accent) 35%,transparent)}.hifi-auth-notice--error{background:color-mix(in srgb,var(--wf-err) 10%,transparent);color:var(--wf-err);border:1px solid color-mix(in srgb,var(--wf-err) 35%,transparent)}.hifi-auth-back-link{background:transparent;border:0;padding:0;cursor:pointer;font-family:var(--wf-font-body);font-size:var(--wf-fs-small);color:var(--wf-text-muted);text-align:left;align-self:flex-start;transition:color var(--wf-dur) var(--wf-ease)}.hifi-auth-back-link:hover{color:var(--wf-text-strong)}@media (max-width:600px){.hifi-auth,.hifi-auth-card{padding:var(--wf-s-4) var(--wf-s-3)}.hifi-auth-head h1{font-size:26px}}.hifi-od-head-actions{display:flex;gap:var(--wf-s-3);align-items:center;flex-wrap:wrap}.hifi-od-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}.hifi-od-kpi{background:var(--wf-surface);border-radius:var(--wf-r-lg);padding:var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-2);border:1px solid var(--wf-line);border-top:3px solid var(--wf-accent)}.hifi-od-kpi-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--wf-text-muted);font-weight:600}.hifi-od-kpi-num{font-size:32px;color:var(--wf-text-strong);font-weight:500;line-height:1.1}.hifi-od-kpi-change{font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-od-kpi-change--up{color:var(--wf-ok)}.hifi-od-kpi-change--down{color:var(--wf-err)}@media (max-width:1024px){.hifi-od-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-od-kpis{grid-template-columns:1fr}}.hifi-od-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--wf-s-4)}.hifi-od-card{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4) var(--wf-s-5);display:flex;flex-direction:column;gap:var(--wf-s-3);min-width:0}.hifi-od-card--span-2{grid-column:span 2}.hifi-od-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--wf-s-3);flex-wrap:wrap}.hifi-od-card-link{color:var(--wf-accent);font-size:var(--wf-fs-small);font-weight:500;white-space:nowrap}.hifi-od-card-link:hover{text-decoration:underline}@media (max-width:1024px){.hifi-od-grid{grid-template-columns:1fr}.hifi-od-card--span-2{grid-column:span 1}}.hifi-od-chart{display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-od-chart-bars{display:flex;gap:var(--wf-s-2);align-items:flex-end;height:180px;padding:var(--wf-s-3);background:var(--wf-surface-2);border-radius:var(--wf-r-md)}.hifi-od-bar{flex:1;background:var(--wf-fill-strong);border-radius:3px 3px 0 0;min-height:4%;transition:background .15s ease}.hifi-od-bar--accent,.hifi-od-bar:hover{background:var(--wf-accent)}.hifi-od-chart-axis{display:flex;gap:var(--wf-s-2)}.hifi-od-chart-axis span{flex:1;text-align:center;font-size:10px;color:var(--wf-text-muted);font-family:var(--wf-font-mono)}.hifi-od-chart-legend{display:flex;gap:var(--wf-s-4);flex-wrap:wrap;padding-top:var(--wf-s-2);border-top:1px dashed var(--wf-line)}.hifi-od-chart-legend strong{color:var(--wf-text-strong);font-weight:500}.hifi-od-quick-actions{display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-od-quick-action{display:grid;grid-template-columns:40px 1fr;gap:var(--wf-s-3);padding:var(--wf-s-3);background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);text-decoration:none;color:inherit;transition:border-color .1s ease,transform .1s ease}.hifi-od-quick-action:hover{border-color:var(--wf-accent);transform:translateX(2px)}.hifi-od-quick-icon{width:40px;height:40px;border-radius:var(--wf-r-md);background:var(--wf-surface-2);color:var(--wf-accent);display:inline-flex;align-items:center;justify-content:center;font-size:16px}.hifi-od-quick-title{font-weight:500;color:var(--wf-text-strong)}.hifi-od-recent{display:flex;flex-direction:column;gap:var(--wf-s-2);margin:0;padding:0;list-style:none}.hifi-od-recent-row{display:grid;grid-template-columns:2fr 1.2fr 1.3fr auto;gap:var(--wf-s-3);align-items:center;padding:var(--wf-s-3);background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md)}.hifi-od-recent-guest{display:flex;align-items:center;gap:var(--wf-s-2);min-width:0}.hifi-od-recent-name{font-weight:500;color:var(--wf-text-strong);font-size:var(--wf-fs-small)}.hifi-od-recent-room{font-size:var(--wf-fs-small);color:var(--wf-text)}@media (max-width:900px){.hifi-od-recent-row{grid-template-columns:1fr auto;row-gap:var(--wf-s-2)}.hifi-od-recent-room,.hifi-od-recent-row>div:nth-child(3){grid-column:1/-1}}@media (max-width:600px){.hifi-page-head{flex-direction:column;align-items:flex-start}.hifi-od-head-actions{width:100%}}.hifi-shell{background:var(--wf-bg)}.hifi-main{flex:1;padding:var(--wf-s-6) var(--wf-s-5);display:flex;flex-direction:column;gap:var(--wf-s-5);max-width:1440px;width:100%;margin:0 auto}@media (max-width:768px){.hifi-main{padding:var(--wf-s-4) var(--wf-s-3);gap:var(--wf-s-4)}}.hifi-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--wf-s-5);flex-wrap:wrap}.hifi-page-sub{margin-top:var(--wf-s-2);color:var(--wf-text-muted);font-size:var(--wf-fs-body);max-width:640px}.hifi-md-head-actions{display:flex;gap:var(--wf-s-3);align-items:center;flex-wrap:wrap}.hifi-md-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}.hifi-md-kpi{background:var(--wf-surface);border-radius:var(--wf-r-lg);padding:var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-2);border:1px solid var(--wf-line);border-top:3px solid var(--wf-accent)}.hifi-md-kpi-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--wf-text-muted);font-weight:600}.hifi-md-kpi-num{font-size:32px;color:var(--wf-text-strong);font-weight:500;line-height:1.1}@media (max-width:1024px){.hifi-md-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-md-kpis{grid-template-columns:1fr}}.hifi-md-card{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4) var(--wf-s-5);display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-md-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--wf-s-3);flex-wrap:wrap}.hifi-md-card-link{color:var(--wf-accent);font-size:var(--wf-fs-small);font-weight:500;white-space:nowrap}.hifi-md-card-link:hover{text-decoration:underline}.hifi-md-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--wf-s-4)}@media (max-width:900px){.hifi-md-col-grid{grid-template-columns:1fr}}.hifi-md-list{display:flex;flex-direction:column;gap:var(--wf-s-2);margin:0;padding:0;list-style:none}.hifi-md-list-row{display:grid;grid-template-columns:auto 1fr auto;gap:var(--wf-s-3);align-items:center;padding:var(--wf-s-3);background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md)}.hifi-md-list-row--done{opacity:.75}.hifi-md-list-main{min-width:0}.hifi-md-list-name{font-weight:500;color:var(--wf-text-strong);font-size:var(--wf-fs-small)}.hifi-md-list-time{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:var(--wf-fs-body);color:var(--wf-text-strong)}.hifi-md-room-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:var(--wf-s-2)}.hifi-md-room{aspect-ratio:1/1;border-radius:var(--wf-r-md);display:flex;align-items:center;justify-content:center;font-weight:500;border:1px solid var(--wf-line)}.hifi-md-room,.hifi-md-room-n{font-size:var(--wf-fs-small)}.hifi-md-room--occupied{background:var(--wf-text-strong);color:var(--wf-bg);border-color:var(--wf-text-strong)}.hifi-md-room--empty{background:var(--wf-bg);color:var(--wf-text-muted);border:1px dashed var(--wf-line)}.hifi-md-room--cleaning{background:color-mix(in srgb,var(--wf-warn) 22%,var(--wf-surface));color:var(--wf-warn);border-color:var(--wf-warn)}.hifi-md-room--maintenance{background:color-mix(in srgb,var(--wf-err) 20%,var(--wf-surface));color:var(--wf-err);border-color:var(--wf-err)}@media (max-width:1024px){.hifi-md-room-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:600px){.hifi-md-room-grid{grid-template-columns:repeat(4,1fr)}}.hifi-md-legend{display:flex;gap:var(--wf-s-4);flex-wrap:wrap;padding-top:var(--wf-s-3);border-top:1px dashed var(--wf-line);font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-md-legend-item{display:inline-flex;align-items:center;gap:var(--wf-s-2)}.hifi-md-legend-swatch{width:14px;height:14px;border-radius:3px;border:1px solid var(--wf-line);flex-shrink:0}.hifi-md-legend-swatch--occupied{background:var(--wf-text-strong);border-color:var(--wf-text-strong)}.hifi-md-legend-swatch--empty{background:var(--wf-bg);border-style:dashed}.hifi-md-legend-swatch--cleaning{background:color-mix(in srgb,var(--wf-warn) 22%,var(--wf-surface));border-color:var(--wf-warn)}.hifi-md-legend-swatch--maintenance{background:color-mix(in srgb,var(--wf-err) 20%,var(--wf-surface));border-color:var(--wf-err)}.hifi-md-legend-swatch--pending{background:var(--wf-fill-strong);border-color:var(--wf-fill-strong)}.hifi-md-legend-swatch--clean{background:repeating-linear-gradient(45deg,var(--wf-surface-2),var(--wf-surface-2) 4px,var(--wf-fill) 4px,var(--wf-fill) 8px)}.hifi-md-hk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wf-s-3)}.hifi-md-hk-card{background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:var(--wf-s-3);display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-md-hk-card--high{border-left:3px solid var(--wf-warn)}.hifi-md-hk-head{display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-2)}.hifi-md-hk-room{font-size:var(--wf-fs-h4);color:var(--wf-text-strong);font-weight:500}.hifi-md-hk-meta{display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-2);padding-top:var(--wf-s-2);border-top:1px dashed var(--wf-line)}@media (max-width:1024px){.hifi-md-hk-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-md-hk-grid{grid-template-columns:1fr}}.hifi-md-timeline{display:flex;flex-direction:column;gap:var(--wf-s-1);padding:var(--wf-s-3);background:var(--wf-surface-2);border-radius:var(--wf-r-md)}.hifi-md-timeline-hours{display:grid;grid-template-columns:64px repeat(12,1fr);padding-left:0;margin-bottom:var(--wf-s-2);font-size:10px;color:var(--wf-text-muted);font-family:var(--wf-font-mono)}.hifi-md-timeline-hours span:first-child{grid-column:1}.hifi-md-timeline-hours span{grid-column:span 1;text-align:left}.hifi-md-timeline-hours:before{content:"";grid-column:1}.hifi-md-timeline-row{display:grid;grid-template-columns:64px 1fr;gap:var(--wf-s-2);align-items:center}.hifi-md-timeline-label{font-size:var(--wf-fs-small);color:var(--wf-text)}.hifi-md-timeline-track{position:relative;height:18px;background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-sm);overflow:hidden}.hifi-md-timeline-bar{position:absolute;top:0;bottom:0;background:var(--wf-text-strong);border-radius:2px}.hifi-md-timeline-bar--pending{background:var(--wf-fill-strong)}.hifi-md-timeline-bar--clean{background:repeating-linear-gradient(45deg,var(--wf-surface-2),var(--wf-surface-2) 4px,var(--wf-fill) 4px,var(--wf-fill) 8px);border:1px dashed var(--wf-line)}.hifi-cl{flex:1;padding:var(--wf-s-5) var(--wf-s-5) var(--wf-s-8);display:flex;flex-direction:column;gap:var(--wf-s-5)}.hifi-cl-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--wf-s-3)}.hifi-cl-stat{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:var(--wf-s-3) var(--wf-s-4);display:flex;flex-direction:column;gap:2px}.hifi-cl-stat-num{font-size:28px;color:var(--wf-text-strong);font-weight:500;line-height:1.1;margin:2px 0}.hifi-cl-stat-chg{color:var(--wf-ok)}@media (max-width:1024px){.hifi-cl-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.hifi-cl-stats{grid-template-columns:repeat(2,1fr)}}.hifi-cl-filters{display:flex;gap:var(--wf-s-4);flex-wrap:wrap;padding-bottom:var(--wf-s-2);border-bottom:1px solid var(--wf-line)}.hifi-cl-filter-group{display:flex;gap:var(--wf-s-2);flex-wrap:wrap}.hifi-cl-filter{background:transparent;border:1px solid var(--wf-line);padding:6px 12px;border-radius:var(--wf-r-pill);font-size:var(--wf-fs-small);color:var(--wf-text);cursor:pointer}.hifi-cl-filter:hover{background:var(--wf-surface-2)}.hifi-cl-filter--active{background:var(--wf-text-strong);color:var(--wf-bg);border-color:var(--wf-text-strong)}.dark .hifi-cl-filter--active{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-cl-floor{display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-cl-floor-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--wf-s-3);padding-bottom:var(--wf-s-2)}.hifi-cl-floor-head h2{margin-bottom:0}.hifi-cl-rooms{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}@media (max-width:1200px){.hifi-cl-rooms{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.hifi-cl-rooms{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-cl-rooms{grid-template-columns:1fr}}.hifi-cl-room{background:var(--wf-surface);border-radius:var(--wf-r-lg);padding:var(--wf-s-3) var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-2);border:1px solid var(--wf-line);border-left:4px solid var(--wf-fill-strong)}.hifi-cl-room--done{border-left-color:var(--wf-ok);opacity:.85}.hifi-cl-room--progress{border-left-color:var(--wf-warn)}.hifi-cl-room--urgent{border-left-color:var(--wf-err);background:rgba(169,78,78,.04)}.hifi-cl-room-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--wf-s-2)}.hifi-cl-room-title{font-family:var(--wf-font-heading);font-size:22px;color:var(--wf-text-strong);margin:0;line-height:1.1}.hifi-cl-room-meta{line-height:1.45}.hifi-cl-room-progress{height:6px;background:var(--wf-surface-2);border-radius:var(--wf-r-pill);overflow:hidden}.hifi-cl-room-progress-fill{display:block;height:100%;background:var(--wf-warn)}.hifi-cl-room-row{display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-2);padding-top:var(--wf-s-2);border-top:1px solid var(--wf-line)}.hifi-cl-room-next{font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-cl-room-next strong{color:var(--wf-text-strong);font-weight:500}.hifi-cl-room-start{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent);white-space:nowrap}.hifi-cl-room-start:hover{background:var(--wf-accent-soft)}.hifi-cl-room-done{background:var(--wf-ok);color:var(--wf-bg);border-color:var(--wf-ok);white-space:nowrap}.hifi-cl-issue{background:var(--wf-surface-2);border:1px dashed var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4) var(--wf-s-5);display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-4);flex-wrap:wrap}.hifi-cl-issue-head{display:flex;flex-direction:column;gap:4px}.hifi-cl-issue-cta{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-cl-issue-cta:hover{background:var(--wf-accent-soft)}@media (max-width:600px){.hifi-cl{padding:var(--wf-s-3)}}.hifi-ad{flex:1;padding:var(--wf-s-5) var(--wf-s-5) var(--wf-s-8);display:flex;flex-direction:column;gap:var(--wf-s-5)}.hifi-ad-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--wf-s-4);flex-wrap:wrap}.hifi-ad-head h1{font-size:40px;line-height:1.1;margin-bottom:4px}.hifi-ad-head-actions{display:flex;gap:var(--wf-s-3);align-items:center;flex-wrap:wrap}.hifi-ad-live{display:inline-flex;align-items:center;gap:4px;color:var(--wf-ok);font-weight:500}.hifi-ad-live-dot{width:8px;height:8px;border-radius:50%;background:var(--wf-ok);animation:hifi-ad-pulse 2s infinite}@keyframes hifi-ad-pulse{0%,to{opacity:1}50%{opacity:.4}}.hifi-ad-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}.hifi-ad-kpi{background:var(--wf-surface);border-radius:var(--wf-r-lg);padding:var(--wf-s-4);display:flex;flex-direction:column;gap:var(--wf-s-2);border:1px solid var(--wf-line);border-top:3px solid var(--wf-accent)}.hifi-ad-kpi-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--wf-text-muted);font-weight:600}.hifi-ad-kpi-num{font-size:36px;color:var(--wf-text-strong);font-weight:500;line-height:1}.hifi-ad-kpi-change{font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-ad-kpi-change--up{color:var(--wf-ok)}.hifi-ad-kpi-change--down{color:var(--wf-err)}@media (max-width:1024px){.hifi-ad-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-ad-kpis{grid-template-columns:1fr}}.hifi-ad-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--wf-s-4)}.hifi-ad-card{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);padding:var(--wf-s-4) var(--wf-s-5);display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-ad-card--span-2{grid-column:span 2}.hifi-ad-card-head{display:flex;justify-content:space-between;align-items:center;gap:var(--wf-s-3);flex-wrap:wrap}.hifi-ad-card-link{color:var(--wf-accent);text-decoration:none;font-size:var(--wf-fs-small);font-weight:500}.hifi-ad-card-link:hover{text-decoration:underline}@media (max-width:1024px){.hifi-ad-grid{grid-template-columns:1fr}.hifi-ad-card--span-2{grid-column:span 1}}.hifi-ad-activity{display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-ad-activity-item{display:grid;grid-template-columns:14px 1fr auto;gap:var(--wf-s-3);padding:var(--wf-s-3);background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);align-items:center}.hifi-ad-activity-dot{width:10px;height:10px;border-radius:50%;background:var(--wf-fill-strong);margin-top:2px;justify-self:center}.hifi-ad-activity-dot--pending{background:var(--wf-accent)}.hifi-ad-activity-dot--ok{background:var(--wf-ok)}.hifi-ad-activity-dot--warn{background:var(--wf-warn)}.hifi-ad-activity-body{min-width:0}.hifi-ad-activity-title{font-size:var(--wf-fs-body);color:var(--wf-text)}.hifi-ad-activity-title strong{color:var(--wf-text-strong);font-weight:500}.hifi-ad-activity-actions{display:flex;gap:var(--wf-s-2);flex-shrink:0}.hifi-ad-approve{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent)}.hifi-ad-approve:hover{background:var(--wf-accent-soft)}@media (max-width:600px){.hifi-ad-activity-item{grid-template-columns:10px 1fr}.hifi-ad-activity-actions{grid-column:1/-1;justify-self:flex-start}}.hifi-ad-quick-actions{display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-ad-quick-action{display:grid;grid-template-columns:40px 1fr;gap:var(--wf-s-3);padding:var(--wf-s-3);background:var(--wf-bg);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);text-decoration:none;color:inherit;transition:border-color .1s ease,transform .1s ease}.hifi-ad-quick-action:hover{border-color:var(--wf-accent);transform:translateX(2px)}.hifi-ad-quick-icon{width:40px;height:40px;border-radius:var(--wf-r-md);background:var(--wf-surface-2);color:var(--wf-accent);display:inline-flex;align-items:center;justify-content:center;font-size:16px}.hifi-ad-quick-title{font-weight:500;color:var(--wf-text-strong)}.hifi-ad-chart{display:flex;flex-direction:column;gap:var(--wf-s-2)}.hifi-ad-chart-bars{display:flex;gap:var(--wf-s-2);align-items:flex-end;height:180px;padding:var(--wf-s-3);background:var(--wf-surface-2);border-radius:var(--wf-r-md)}.hifi-ad-bar{flex:1;background:var(--wf-fill-strong);border-radius:3px 3px 0 0;min-height:4%;transition:background .15s ease}.hifi-ad-bar--accent,.hifi-ad-bar:hover{background:var(--wf-accent)}.hifi-ad-chart-axis{display:flex;gap:var(--wf-s-2)}.hifi-ad-chart-axis span{flex:1;text-align:center;font-size:10px;color:var(--wf-text-muted);font-family:var(--wf-font-mono)}.hifi-ad-chart-legend{display:flex;gap:var(--wf-s-4);flex-wrap:wrap;padding-top:var(--wf-s-2);border-top:1px dashed var(--wf-line)}.hifi-ad-chart-legend strong{color:var(--wf-text-strong);font-weight:500}.hifi-ad-region{display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-ad-region-row{display:grid;grid-template-columns:90px 1fr 40px;gap:var(--wf-s-3);align-items:center;font-size:var(--wf-fs-small)}.hifi-ad-region-track{height:8px;background:var(--wf-surface-2);border-radius:var(--wf-r-pill);overflow:hidden}.hifi-ad-region-fill{display:block;height:100%;background:var(--wf-accent)}@media (max-width:600px){.hifi-ad{padding:var(--wf-s-3)}.hifi-ad-head h1{font-size:28px}.hifi-ad-card{padding:var(--wf-s-3)}}.hifi-shell{display:flex;min-height:100vh}.hifi-shell-main{min-width:0}.hifi-gd,.hifi-shell-main{flex:1;display:flex;flex-direction:column}.hifi-gd{padding:var(--wf-s-5) var(--wf-s-5) var(--wf-s-8);gap:var(--wf-s-6)}.hifi-gd-welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--wf-s-5);flex-wrap:wrap;padding:var(--wf-s-4) 0}.hifi-gd-welcome h1{font-size:44px;line-height:1.05;margin-top:4px}.hifi-gd-welcome-sub{font-size:var(--wf-fs-body);color:var(--wf-text-muted);max-width:520px;margin:var(--wf-s-2) 0 0}.hifi-gd-welcome-sub .wf-mono{color:var(--wf-text-strong);font-weight:500}.hifi-gd-welcome-actions{display:flex;gap:var(--wf-s-2);flex-wrap:wrap}.hifi-gd-welcome-primary{background:var(--wf-accent);color:var(--wf-accent-ink);border-color:var(--wf-accent);text-decoration:none}.hifi-gd-welcome-primary:hover{background:var(--wf-accent-soft)}.hifi-gd-section{display:flex;flex-direction:column;gap:var(--wf-s-3)}.hifi-gd-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--wf-s-3)}.hifi-gd-section-link{color:var(--wf-accent);text-decoration:none;font-size:var(--wf-fs-small);font-weight:500}.hifi-gd-section-link:hover{text-decoration:underline}.hifi-gd-trip{display:grid;grid-template-columns:280px 1fr auto;gap:var(--wf-s-5);background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);overflow:hidden;padding:var(--wf-s-4);align-items:stretch}.hifi-gd-trip-img{aspect-ratio:4/3;border-radius:var(--wf-r-md);background:linear-gradient(135deg,rgba(30,58,58,.15),rgba(217,119,87,.1)),var(--wf-fill);position:relative}.hifi-gd-trip-badge{position:absolute;top:var(--wf-s-2);left:var(--wf-s-2);background:var(--wf-ok);color:var(--wf-bg);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:var(--wf-r-pill)}.hifi-gd-trip-body{display:flex;flex-direction:column;gap:var(--wf-s-2);min-width:0}.hifi-gd-trip-meta{font-size:var(--wf-fs-small);color:var(--wf-text-muted)}.hifi-gd-trip-title{font-family:var(--wf-font-heading);font-size:28px;color:var(--wf-text-strong);margin:0;line-height:1.1}.hifi-gd-trip-dates{display:flex;gap:var(--wf-s-4);align-items:center;flex-wrap:wrap;margin-top:var(--wf-s-2)}.hifi-gd-trip-date{font-size:var(--wf-fs-body);font-weight:500;color:var(--wf-text-strong)}.hifi-gd-trip-arrow{color:var(--wf-accent);font-size:20px}.hifi-gd-trip-sep{color:var(--wf-text-faint)}.hifi-gd-trip-countdown{margin-top:var(--wf-s-2);display:inline-flex;align-items:center;gap:var(--wf-s-2);background:var(--wf-surface-2);padding:var(--wf-s-2) var(--wf-s-3);border-radius:var(--wf-r-pill);align-self:flex-start}.hifi-gd-trip-countdown-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--wf-text-muted);font-weight:600}.hifi-gd-trip-countdown-num{color:var(--wf-accent);font-weight:500}.hifi-gd-trip-actions{display:flex;flex-direction:column;gap:var(--wf-s-2);justify-content:center;min-width:140px}@media (max-width:900px){.hifi-gd-trip{grid-template-columns:1fr}.hifi-gd-trip-actions{flex-direction:row;flex-wrap:wrap}}.hifi-gd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}.hifi-gd-stat{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-md);padding:var(--wf-s-4);display:flex;flex-direction:column;gap:4px}.hifi-gd-stat-num{font-size:32px;line-height:1}.hifi-gd-stat-num,.hifi-gd-stat-text{color:var(--wf-text-strong);font-weight:500}.hifi-gd-stat-text{font-size:18px;font-family:var(--wf-font-heading)}@media (max-width:900px){.hifi-gd-stats{grid-template-columns:repeat(2,1fr)}}.hifi-gd-past-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wf-s-3)}@media (max-width:1024px){.hifi-gd-past-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.hifi-gd-past-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-gd-past-grid{grid-template-columns:1fr}}.hifi-gd-past{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.hifi-gd-past:hover{transform:translateY(-2px);box-shadow:var(--wf-shadow-md)}.hifi-gd-past-img{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(30,58,58,.1),rgba(217,119,87,.1)),var(--wf-fill);filter:grayscale(.3)}.hifi-gd-past-body{padding:var(--wf-s-3);display:flex;flex-direction:column;gap:6px}.hifi-gd-past-meta{font-size:var(--wf-fs-micro);color:var(--wf-text-muted);text-transform:uppercase;letter-spacing:.05em}.hifi-gd-past-title{font-family:var(--wf-font-heading);font-size:18px;color:var(--wf-text-strong);margin:0;line-height:1.2}.hifi-gd-past-row{display:flex;justify-content:space-between;align-items:center;font-size:var(--wf-fs-small);margin-top:var(--wf-s-2);padding-top:var(--wf-s-2);border-top:1px solid var(--wf-line)}.hifi-gd-past-link{color:var(--wf-accent);text-decoration:none;font-weight:500}.hifi-gd-past-link:hover{text-decoration:underline}.hifi-star{color:var(--wf-accent)}.hifi-gd-saved-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wf-s-3)}@media (max-width:900px){.hifi-gd-saved-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hifi-gd-saved-grid{grid-template-columns:1fr}}.hifi-gd-saved{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);overflow:hidden;display:flex;flex-direction:column}.hifi-gd-saved-img{aspect-ratio:3/2;position:relative;background:linear-gradient(135deg,rgba(30,58,58,.1),rgba(217,119,87,.1)),var(--wf-fill)}.hifi-gd-saved-heart{position:absolute;top:var(--wf-s-2);right:var(--wf-s-2);background:var(--wf-surface);border:1px solid var(--wf-line);width:36px;height:36px;border-radius:50%;color:var(--wf-accent);font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.hifi-gd-saved-body{padding:var(--wf-s-3);display:flex;flex-direction:column;gap:6px}.hifi-gd-dest-strip{display:flex;gap:var(--wf-s-3);overflow-x:auto;padding-bottom:var(--wf-s-2);scroll-snap-type:x mandatory}.hifi-gd-dest{min-width:240px;flex:0 0 240px;background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-r-lg);overflow:hidden;text-decoration:none;color:inherit;scroll-snap-align:start;display:flex;flex-direction:column;transition:transform .1s ease,box-shadow .1s ease}.hifi-gd-dest:hover{transform:translateY(-2px);box-shadow:var(--wf-shadow-md)}.hifi-gd-dest-img{aspect-ratio:3/2;background:linear-gradient(135deg,rgba(30,58,58,.12),rgba(217,119,87,.1)),var(--wf-fill)}.hifi-gd-dest>div:last-child{padding:var(--wf-s-3)}.hifi-gd-dest-name{font-family:var(--wf-font-heading);font-size:18px;color:var(--wf-text-strong);margin-bottom:4px}@media (max-width:600px){.hifi-gd{padding:var(--wf-s-3)}.hifi-gd-welcome h1{font-size:30px}.hifi-gd-welcome-actions{width:100%}.hifi-gd-welcome-actions .wf-btn{flex:1}}.hifi-list-header{justify-content:space-between;flex-wrap:wrap}.hifi-list-header,.hifi-list-header-right{display:flex;align-items:center;gap:var(--wf-s-3)}.hifi-list-desktop-only,.hifi-list-filters{display:flex;gap:var(--wf-s-2)}.hifi-list-filters{flex-wrap:wrap}.hifi-list-table{width:100%;border-collapse:collapse;font-size:var(--wf-fs-small)}@media (max-width:1023px){.hifi-list-desktop-only{display:none}}@media (max-width:767px){.hifi-page-head{flex-direction:column;align-items:flex-start}.hifi-list-header{flex-direction:column;align-items:stretch}.hifi-list-header-right{justify-content:flex-end}}