@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap";:root{--brand-navy: #0E274A;--brand-navy-light: #183C6C;--brand-navy-dark: #091A33;--brand-yellow: #FFC83B;--brand-yellow-hover: #F5BC25;--brand-yellow-light: #FFF9E6;--brand-green: #10B981;--brand-green-hover: #059669;--brand-green-light: #ECFDF5;--primary-500: #0E274A;--primary-600: #091A33;--partner-500: #0D9488;--partner-600: #0F766E;--admin-500: #6366F1;--admin-600: #4F46E5;--bg-main: #F8FAFD;--bg-surface: #FFFFFF;--bg-surface-elevated: #F1F5F9;--bg-surface-glass: rgba(255, 255, 255, .88);--border-subtle: #E2E8F0;--border-focus: #FFC83B;--text-main: #0E274A;--text-body: #334155;--text-muted: #64748B;--text-dim: #94A3B8;--success: #10B981;--success-bg: #ECFDF5;--warning: #F59E0B;--warning-bg: #FEF3C7;--danger: #EF4444;--danger-bg: #FEE2E2;--info: #0284C7;--info-bg: #E0F2FE;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px 0 rgba(14, 39, 74, .05);--shadow-md: 0 4px 20px -2px rgba(14, 39, 74, .07), 0 2px 6px -1px rgba(14, 39, 74, .03);--shadow-lg: 0 12px 32px -4px rgba(14, 39, 74, .12), 0 4px 12px -2px rgba(14, 39, 74, .05);--shadow-glow-yellow: 0 0 24px rgba(255, 200, 59, .35);--shadow-glow-navy: 0 8px 24px rgba(14, 39, 74, .2);--font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-body);line-height:1.5;-webkit-font-smoothing:antialiased}.hayo-container{width:100%;max-width:1280px;margin:0 auto;padding:1.5rem}.hayo-card{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,border-color .2s ease}.hayo-card:hover{border-color:#0e274a2e;box-shadow:var(--shadow-lg)}.hayo-card--glass{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hayo-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-family);font-weight:700;font-size:.875rem;padding:.65rem 1.25rem;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none}.hayo-btn--primary{background:linear-gradient(135deg,var(--brand-yellow) 0%,#FFB800 100%);color:var(--brand-navy);box-shadow:0 4px 14px #ffb80059}.hayo-btn--primary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 18px #ffb80073}.hayo-btn--navy{background:linear-gradient(135deg,var(--brand-navy) 0%,var(--brand-navy-light) 100%);color:#fff;box-shadow:0 4px 14px #0e274a40}.hayo-btn--navy:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 18px #0e274a59}.hayo-btn--partner{background:linear-gradient(135deg,var(--partner-600),var(--partner-500));color:#fff;box-shadow:0 4px 14px #0d948840}.hayo-btn--partner:hover{opacity:.92;transform:translateY(-2px)}.hayo-btn--admin{background:linear-gradient(135deg,var(--admin-600),var(--admin-500));color:#fff;box-shadow:0 4px 14px #6366f140}.hayo-btn--admin:hover{opacity:.92;transform:translateY(-2px)}.hayo-btn--outline{background:transparent;color:var(--text-main);border:1px solid var(--border-subtle)}.hayo-btn--outline:hover{background:var(--bg-surface-elevated);border-color:#0e274a33}.hayo-btn--sm{padding:.4rem .85rem;font-size:.75rem;border-radius:var(--radius-sm)}.hayo-badge{display:inline-flex;align-items:center;padding:.25rem .65rem;font-size:.75rem;font-weight:700;border-radius:var(--radius-full)}.hayo-badge--success{background:var(--success-bg);color:var(--success)}.hayo-badge--warning{background:var(--warning-bg);color:#b45309}.hayo-badge--danger{background:var(--danger-bg);color:var(--danger)}.hayo-badge--info{background:var(--info-bg);color:var(--info)}.hayo-badge--primary{background:var(--brand-yellow-light);color:#9a6700}.hayo-topbar{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.hayo-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.hayo-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.hayo-table-wrapper{width:100%;overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.hayo-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.hayo-table th{padding:.95rem 1.25rem;background:var(--bg-surface-elevated);color:var(--text-muted);font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid var(--border-subtle)}.hayo-table td{padding:1rem 1.25rem;border-bottom:1px solid var(--border-subtle);color:var(--text-body)}.hayo-table tr:last-child td{border-bottom:none}.hayo-table tr:hover td{background:#f8fafd}:root{--color-navy: #0E274A;--color-navy-light: #1A3E72;--color-navy-dark: #071529;--color-yellow: #FFC83B;--color-yellow-hover: #F5BC25;--color-yellow-light: #FFF9E6;--color-yellow-tint: rgba(255, 200, 59, .15);--color-green: #10B981;--color-green-dark: #059669;--color-green-light: #ECFDF5;--color-green-tint: rgba(16, 185, 129, .12);--color-bg-deep: #F6F8FC;--color-surface: #FFFFFF;--color-surface-elevated: #F8FAFC;--color-surface-soft: #F1F5F9;--color-border: #E2E8F0;--color-border-subtle: rgba(14, 39, 74, .06);--color-text-main: #0E274A;--color-text-body: #334155;--color-text-secondary: #64748B;--color-text-muted: #94A3B8;--color-red-soft: #EF4444;--color-red-light: #FEE2E2;--color-orange: #F97316;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(14, 39, 74, .03);--shadow-card: 0 1px 3px rgba(14, 39, 74, .03), 0 8px 24px -4px rgba(14, 39, 74, .06);--shadow-card-hover: 0 14px 34px -6px rgba(14, 39, 74, .12), 0 4px 12px -2px rgba(255, 200, 59, .2);--shadow-float: 0 20px 40px -8px rgba(14, 39, 74, .12), 0 0 0 1px rgba(14, 39, 74, .04);--shadow-glass: 0 8px 32px 0 rgba(14, 39, 74, .08);--shadow-glow-yellow: 0 0 24px rgba(255, 200, 59, .35);--shadow-glow-navy: 0 10px 30px -4px rgba(14, 39, 74, .25);--font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:clip;margin:0;padding:0}body{font-family:var(--font-family);background:radial-gradient(circle at 50% 0%,rgba(255,200,59,.06) 0%,transparent 50%),var(--color-bg-deep);color:var(--color-text-body);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;max-width:100vw;overflow-x:clip}.hayo-user-layout{min-height:100vh;width:100%;max-width:100vw;overflow-x:clip;display:flex;flex-direction:column;background:transparent;color:var(--color-text-body);position:relative}.hayo-header-wrapper{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;width:100%;z-index:100;background:#fffffffa;border-bottom:1px solid var(--color-border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 12px #0e274a0d}.hayo-header-container{max-width:1400px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;width:100%}.hayo-header-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.hayo-header-search-wrapper{position:relative;flex-grow:1;max-width:580px;min-width:0}.hayo-search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.hayo-header-search-input{width:100%;padding:.65rem 1rem .65rem 2.6rem;border-radius:var(--radius-full);background:var(--color-surface-elevated);border:1.5px solid var(--color-border);color:var(--color-text-main);font-size:.875rem;font-family:inherit;outline:none;transition:all .2s ease}.hayo-header-search-input:focus{border-color:var(--color-yellow);box-shadow:0 0 0 3px #ffc83b33;background:#fff}.hayo-header-search-input::placeholder{color:var(--color-text-muted);font-size:.825rem}.hayo-header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.desktop-header-nav{display:none;align-items:center;gap:.35rem}.desktop-nav-item{display:flex;align-items:center;gap:.4rem;background:none;border:none;padding:.5rem .85rem;border-radius:var(--radius-md);font-family:inherit;font-size:.85rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease;position:relative}.desktop-nav-item:hover{color:var(--color-navy);background:var(--color-surface-elevated)}.desktop-nav-item.active{color:var(--color-navy);font-weight:800;background:var(--color-yellow-light)}.desktop-nav-badge{position:absolute;top:-4px;right:-6px;background:var(--color-red-soft);color:#fff;font-size:.625rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.desktop-nav-divider{display:none;width:1px;height:24px;background:var(--color-border)}.desktop-profile-card{display:none;align-items:center;gap:.65rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);padding:.35rem .85rem .35rem .45rem;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.desktop-profile-card:hover{background:#fff;border-color:var(--color-yellow);box-shadow:0 2px 8px #0e274a14}.desktop-avatar-circle{width:32px;height:32px;border-radius:50%;background:var(--color-navy);color:var(--color-yellow);font-size:.85rem;font-weight:900;display:flex;align-items:center;justify-content:center}.desktop-user-info{display:flex;flex-direction:column}.desktop-user-name{font-size:.825rem;font-weight:800;color:var(--color-navy);line-height:1.1}.desktop-user-badge{font-size:.65rem;color:#b45309;font-weight:700}.mobile-profile-btn{width:38px;height:38px;border-radius:50%;background:var(--color-navy);border:2px solid var(--color-yellow);color:var(--color-yellow);display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:900;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0e274a26}.hayo-header-subbar{display:none;background:#fafcfe;border-top:1px solid var(--color-border-subtle);padding:.4rem 1rem}.hayo-subbar-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:.78rem}.hayo-subbar-location{display:flex;align-items:center;gap:.4rem;color:var(--color-text-secondary)}.location-pin-icon{color:#dc2626}.hayo-subbar-loc-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:.78rem;color:var(--color-navy);display:flex;align-items:center;gap:.25rem}.hayo-subbar-loc-btn strong{font-weight:700}.change-text{color:var(--color-green-dark);font-weight:700}.hayo-subbar-loc-btn:hover .change-text{text-decoration:underline}.hayo-subbar-tags{display:flex;align-items:center;gap:.5rem}.trending-label{color:var(--color-text-muted);font-weight:600}.trending-tag{background:none;border:none;color:var(--color-text-secondary);font-family:inherit;font-size:.75rem;cursor:pointer;padding:.15rem .45rem;border-radius:4px;transition:all .15s}.hayo-header-mobile-loc{display:block;background:#fafcfe;border-top:1px solid var(--color-border-subtle);padding:.45rem 1rem}.mobile-loc-inner{display:flex;align-items:center;gap:.4rem;max-width:640px;margin:0 auto}.mobile-loc-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:.78rem;color:var(--color-navy);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.25rem}.mobile-loc-btn strong{font-weight:700}@media(min-width:1024px){.hayo-header-mobile-loc{display:none}}.hayo-main-content{flex-grow:1;width:100%;max-width:640px;margin:0 auto;padding:1rem 1rem 5.5rem;overflow-x:hidden}.desktop-layout-grid{display:block}.desktop-main-column{min-width:0;display:flex;flex-direction:column;gap:.5rem}.desktop-side-panel{display:none}.desktop-tab-container{max-width:100%;margin:0 auto}.carousel-section-wrapper{margin-top:1.25rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.carousel-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.carousel-title{font-size:1.25rem;font-weight:800;color:var(--color-navy);letter-spacing:-.02em;display:flex;align-items:center;gap:.4rem}.carousel-subtitle{font-size:.8rem;color:var(--color-text-secondary);margin-top:.2rem}.carousel-subtitle-cat{font-size:.8rem;color:var(--color-navy-light);font-weight:600;margin-top:.2rem}.carousel-subtitle-cat span{color:#b45309;background-color:var(--color-yellow-light);padding:.1rem .45rem;border-radius:4px}.carousel-header-actions{display:flex;align-items:center;gap:.75rem}.carousel-counter-badge{font-size:.75rem;color:var(--color-navy);background-color:var(--color-yellow-light);font-weight:700;padding:.25rem .65rem;border-radius:var(--radius-full);border:1px solid rgba(255,200,59,.4);flex-shrink:0}.carousel-counter-badge.text-amber{color:#b45309;display:flex;align-items:center;gap:.25rem}.carousel-nav-arrows{display:none;align-items:center;gap:.4rem}.carousel-arrow-btn{width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid var(--color-border);color:var(--color-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0e274a14;transition:all .18s ease}.carousel-arrow-btn:hover:not(.disabled){background:var(--color-yellow-light);border-color:var(--color-yellow);color:var(--color-navy);transform:scale(1.08)}.carousel-arrow-btn.disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.carousel-relative-container{position:relative;width:100%}.carousel-scroll-track{display:flex;gap:1.15rem;overflow-x:auto;width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding-bottom:.85rem;padding-top:.25rem;cursor:grab;-webkit-user-select:none;user-select:none;scroll-behavior:smooth}.carousel-scroll-track.is-dragging{cursor:grabbing!important;scroll-behavior:auto!important}.carousel-scroll-track *{-webkit-user-select:none;user-select:none}.carousel-empty-state{padding:2.5rem 1.5rem;text-align:center;background:var(--color-surface);border-radius:var(--radius-xl);border:1px dashed var(--color-border);color:var(--color-text-secondary);box-shadow:var(--shadow-card);width:100%;box-sizing:border-box}.empty-state-title{font-weight:600;color:var(--color-navy);font-size:.95rem}.empty-state-desc{font-size:.85rem;margin-top:.25rem}.desktop-widget-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-card)}.desktop-widget-profile{display:flex;align-items:center;gap:.85rem}.desktop-widget-avatar{width:48px;height:48px;border-radius:50%;background:var(--color-navy);color:var(--color-yellow);font-size:1.2rem;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0e274a26}.desktop-widget-user-details{display:flex;flex-direction:column}.desktop-widget-name{font-size:1.05rem;font-weight:800;color:var(--color-navy)}.desktop-widget-vip-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:700;color:#b45309;background:var(--color-yellow-light);padding:.15rem .5rem;border-radius:var(--radius-full);margin-top:.2rem;width:fit-content}.desktop-widget-stats{display:flex;align-items:center;justify-content:space-between;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--color-border)}.desktop-widget-stat-item{display:flex;flex-direction:column;align-items:center;flex:1}.stat-label{font-size:.7rem;color:var(--color-text-muted);font-weight:600}.stat-value{font-size:.825rem;font-weight:800;color:var(--color-navy);margin-top:.15rem}.stat-value.text-yellow{color:#b45309}.stat-value.text-green{color:var(--color-green-dark)}.desktop-widget-stat-divider{width:1px;height:26px;background:var(--color-border)}.queue-tracker-widget{border-color:#ffc83b80;background:#fff}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.widget-title{font-size:.75rem;font-weight:800;color:var(--color-text-muted);letter-spacing:.05em}.live-status-pill{font-size:.7rem;font-weight:800;color:var(--color-navy);background:var(--color-yellow);padding:.2rem .6rem;border-radius:var(--radius-full);display:flex;align-items:center;gap:.3rem}.standby-status-pill{font-size:.7rem;font-weight:700;color:var(--color-green-dark);background:var(--color-green-light);padding:.2rem .55rem;border-radius:var(--radius-full)}.desktop-active-ticket-box{background:linear-gradient(135deg,var(--color-navy) 0%,#163B6B 100%);border-radius:var(--radius-md);padding:1.15rem;color:#fff;box-shadow:0 4px 16px #0e274a33}.ticket-top-row{display:flex;justify-content:space-between;align-items:center}.ticket-label{font-size:.7rem;color:#ffffffbf;font-weight:700;text-transform:uppercase}.ticket-service-badge{font-size:.68rem;background:#ffffff26;padding:.15rem .45rem;border-radius:4px;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-big-number{font-size:2.25rem;font-weight:900;color:var(--color-yellow);line-height:1.1;margin:.35rem 0 .2rem}.ticket-partner-name{font-size:.95rem;font-weight:800;color:#fff}.ticket-metrics-row{display:flex;gap:.5rem;margin-top:.85rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.15)}.metric-chip{flex:1;background:#0003;padding:.35rem .5rem;border-radius:6px;font-size:.72rem;display:flex;align-items:center;gap:.3rem}.metric-chip strong{color:var(--color-yellow)}.ticket-action-btns{display:flex;gap:.5rem;margin-top:.85rem}.btn-cancel-ticket{flex:1;padding:.45rem;font-size:.75rem;font-weight:700;font-family:inherit;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:#00000040;color:#ffb4b4;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.25rem;transition:all .15s}.btn-cancel-ticket:hover{background:#ef44444d}.btn-complete-ticket{flex:1;padding:.45rem;font-size:.75rem;font-weight:800;font-family:inherit;border-radius:6px;border:none;background:var(--color-green);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.25rem;box-shadow:0 2px 8px #10b98166;transition:all .15s}.btn-complete-ticket:hover{background:var(--color-green-dark)}.desktop-empty-queue-box{padding:1.5rem 1rem;text-align:center;background:var(--color-surface-elevated);border:1.5px dashed var(--color-border);border-radius:var(--radius-md)}.empty-icon-circle{width:44px;height:44px;border-radius:50%;background:#fff;color:var(--color-navy);display:flex;align-items:center;justify-content:center;margin:0 auto .65rem;box-shadow:var(--shadow-sm)}.empty-title{font-size:.9rem;font-weight:800;color:var(--color-navy)}.empty-subtitle{font-size:.75rem;color:var(--color-text-secondary);margin-top:.25rem}.trust-info-widget{background:#f8fafc}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-icon{color:var(--color-green-dark);flex-shrink:0}.trust-item strong{display:block;font-size:.825rem;color:var(--color-navy)}.trust-item p{font-size:.72rem;color:var(--color-text-secondary);margin-top:.1rem}.mobile-bottom-nav-wrapper{display:block}.hayo-bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;height:64px;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--color-border);box-shadow:0 -2px 12px #0e274a0f;z-index:50;display:flex;justify-content:space-around;align-items:center;padding:0 .25rem}.nav-tab-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text-muted);font-family:inherit;font-size:.68rem;cursor:pointer;transition:all .18s;gap:.15rem;padding:.3rem .5rem;border-radius:var(--radius-md);width:25%;position:relative}.nav-tab-btn.active{color:var(--color-navy);font-weight:700;background:var(--color-yellow-light)}.nav-tab-btn:hover{color:var(--color-navy)}.nav-badge{position:absolute;top:-2px;right:25%;width:16px;height:16px;border-radius:50%;background:var(--color-red-soft);color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.partner-card-style{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:var(--radius-xl);padding:1rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.partner-card-style:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:#ffc83b80}.category-grid-container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden;padding:.65rem;width:100%}.category-grid-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.85rem .4rem;text-align:center;cursor:pointer;background:transparent;border:none;border-radius:var(--radius-lg);color:var(--color-text-body);font-family:inherit;transition:all .2s ease}.category-grid-card:hover{background:#f1f5f9;transform:translateY(-2px)}.category-grid-card.active{background:var(--color-navy);color:#fff;box-shadow:0 4px 14px #0e274a40}.category-grid-card.active .category-icon-wrapper{background-color:#ffffff26!important}.promo-card-style{position:relative;flex-shrink:0;border-radius:var(--radius-xl);padding:1.15rem 1.25rem;width:295px;min-height:172px;height:auto;display:flex;flex-direction:column;justify-content:space-between;color:#fff;box-shadow:0 6px 20px -2px #0e274a26;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;box-sizing:border-box}@media(max-width:480px){.promo-card-style{width:min(315px,86vw);min-height:176px;padding:1.1rem 1.15rem}}.promo-card-style:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 12px 30px -4px #0e274a33}.btn-primary-yellow{background:linear-gradient(135deg,var(--color-yellow),#FFB800);color:var(--color-navy);font-weight:700;border:none;border-radius:var(--radius-md);padding:.5rem .85rem;font-size:.825rem;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;box-shadow:0 3px 10px #ffb8004d;transition:all .2s ease}.btn-primary-yellow:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffb80073}.btn-primary-yellow:active{transform:translateY(0)}.btn-primary-navy{background:linear-gradient(135deg,var(--color-navy),var(--color-navy-light));color:#fff;font-weight:700;border:none;border-radius:var(--radius-md);padding:.5rem .85rem;font-size:.825rem;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;box-shadow:0 4px 12px #0e274a33;transition:all .2s ease}.btn-primary-navy:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0e274a4d}.active-queue-card-theme{background:linear-gradient(135deg,var(--color-navy) 0%,#153966 100%);border:2px solid var(--color-yellow);border-radius:var(--radius-xl);padding:1.25rem;color:#fff;box-shadow:var(--shadow-glow-navy),var(--shadow-glow-yellow);position:relative;overflow:hidden}.history-item{border-bottom:1px solid var(--color-border);padding:.85rem 0;display:flex;align-items:center;gap:.75rem}.history-item:last-child{border-bottom:none;padding-bottom:0}.status-completed{color:var(--color-green-dark)}.status-cancelled{color:var(--color-red-soft)}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.live-pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--color-green);display:inline-block;animation:pulse-dot 1.8s infinite ease-in-out}.page-container{flex:1;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.page-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:30}.page-title{font-size:1.1rem;font-weight:800;color:var(--color-navy)}.back-btn{width:36px;height:36px;border-radius:50%;background:var(--color-surface-elevated);border:1px solid var(--color-border);color:var(--color-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.back-btn:hover{background:var(--color-yellow-light);border-color:var(--color-yellow)}.page-body{flex:1;padding:1.25rem 1rem 2rem;max-width:580px;margin:0 auto;width:100%}.profile-user-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow-card)}.profile-avatar{width:76px;height:76px;border-radius:50%;background:var(--color-navy);color:var(--color-yellow);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;margin:0 auto .85rem;box-shadow:0 4px 16px #0e274a33}.profile-name{font-size:1.25rem;font-weight:800;color:var(--color-navy)}.profile-email{font-size:.85rem;color:var(--color-text-secondary);margin-top:.2rem}.profile-id-badge{display:inline-block;margin-top:.6rem;background:var(--color-yellow-light);color:#b45309;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full);border:1px solid rgba(255,200,59,.4)}.profile-edit-btn{margin-top:1rem;background:var(--color-navy);color:#fff;border:none;border-radius:var(--radius-md);padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s}.profile-edit-btn:hover{opacity:.9;transform:translateY(-1px)}.profile-section{margin-top:1.5rem}.profile-section-title{font-size:.8rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.profile-menu-group{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.profile-menu-item{display:flex;align-items:center;gap:.85rem;width:100%;padding:.9rem 1rem;background:none;border:none;border-bottom:1px solid var(--color-border);font-family:inherit;font-size:.9rem;font-weight:600;color:var(--color-text-main);cursor:pointer;text-align:left;transition:background .15s}.profile-menu-item:last-child{border-bottom:none}.profile-menu-item:hover{background:var(--color-surface-soft)}.profile-menu-item span{flex:1}.profile-menu-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-menu-arrow{color:var(--color-text-muted);flex-shrink:0}.profile-logout-btn{width:100%;margin-top:2rem;background:#fff;border:1.5px solid var(--color-red-soft);border-radius:var(--radius-xl);padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;color:var(--color-red-soft);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s}.profile-logout-btn:hover{background:var(--color-red-light)}.auth-page{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1rem;min-height:100vh;background:linear-gradient(180deg,#edf3fa,#f4f7fb 50%)}.auth-container{width:100%;max-width:440px;background:#fff;border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:2rem;margin-top:1rem}.auth-branding{text-align:center;margin-bottom:1.5rem}.auth-slogan{font-size:.95rem;color:var(--color-text-secondary);margin-top:.5rem;font-weight:500}.auth-hero{text-align:center;margin:1rem 0 1.5rem}.auth-hero-title{font-size:1.4rem;font-weight:800;color:var(--color-navy);margin-top:.75rem}.auth-hero-subtitle{font-size:.85rem;color:var(--color-text-secondary);margin-top:.3rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input-group{display:flex;flex-direction:column;gap:.3rem}.auth-label{font-size:.8rem;font-weight:700;color:var(--color-text-main)}.auth-input{width:100%;padding:.75rem .85rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-family:inherit;font-size:.9rem;color:var(--color-text-main);background:var(--color-surface-elevated);outline:none;transition:all .2s}.auth-input:focus{border-color:var(--color-yellow);background:#fff;box-shadow:0 0 0 3px #ffc83b26}.auth-input::placeholder{color:var(--color-text-muted)}.auth-hint{font-size:.72rem;color:var(--color-text-muted)}.auth-forgot-link{background:none;border:none;color:var(--color-navy);font-size:.8rem;font-weight:600;cursor:pointer;text-align:right;font-family:inherit;padding:0;margin-top:.1rem}.auth-forgot-link:hover{text-decoration:underline}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-body);cursor:pointer}.auth-checkbox{width:18px;height:18px;accent-color:var(--color-navy);cursor:pointer;flex-shrink:0}.auth-submit-btn{width:100%;padding:.8rem;background:linear-gradient(135deg,var(--color-navy),var(--color-navy-light));color:#fff;border:none;border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #0e274a40}.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0e274a59}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth-social-btns{display:flex;flex-direction:column;gap:.65rem}.auth-social-btn{width:100%;padding:.75rem;border-radius:var(--radius-md);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .15s}.auth-google-btn{background:#fff;border:1.5px solid var(--color-border);color:var(--color-text-main)}.auth-google-btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-google-primary{border:2px solid var(--color-navy);font-weight:700;font-size:.9rem;box-shadow:var(--shadow-card)}.auth-wa-btn{background:#25d366;border:none;color:#fff}.auth-wa-btn:hover{background:#20bd5a}.auth-switch-text{text-align:center;margin-top:1.25rem;font-size:.85rem;color:var(--color-text-secondary)}.auth-switch-link{background:none;border:none;color:var(--color-navy);font-weight:700;cursor:pointer;font-family:inherit;font-size:.85rem}.auth-switch-link:hover{text-decoration:underline}.hospital-area-indicator{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-text-secondary);padding:.5rem 0 1rem;font-weight:500}.hospital-area-indicator strong{color:var(--color-navy)}.hospital-list{display:flex;flex-direction:column;gap:.85rem}.hospital-card{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.15rem 1.25rem;box-shadow:var(--shadow-card);cursor:pointer;transition:all .2s;text-align:left;width:100%;font-family:inherit}.hospital-card:hover{border-color:#ffc83b80;transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.hospital-card-top{display:flex;justify-content:space-between;align-items:center}.hospital-card-name{font-size:1.05rem;font-weight:800;color:var(--color-navy)}.hospital-status-badge{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:var(--radius-full)}.hospital-status-badge.open{background:var(--color-green-light);color:var(--color-green-dark)}.hospital-status-badge.closed{background:var(--color-red-light);color:var(--color-red-soft)}.hospital-card-address{font-size:.8rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.3rem}.hospital-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.hospital-queue-info{font-size:.8rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.3rem}.hospital-queue-info strong{color:var(--color-navy)}.hospital-card-arrow{color:var(--color-text-muted)}.hospital-detail{display:flex;flex-direction:column;gap:1.25rem}.hospital-detail-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.35rem;box-shadow:var(--shadow-card)}.hospital-detail-name{font-size:1.3rem;font-weight:800;color:var(--color-navy)}.hospital-detail-address{font-size:.85rem;color:var(--color-text-secondary);margin-top:.3rem;display:flex;align-items:center;gap:.3rem}.hospital-detail-stats{display:flex;gap:1.5rem;margin-top:1rem}.hospital-stat{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-text-secondary)}.hospital-stat strong{color:var(--color-navy)}.hospital-actions{display:flex;flex-direction:column;gap:.75rem}.hospital-action-btn{display:flex;align-items:flex-start;gap:.85rem;width:100%;padding:1.1rem 1.25rem;border-radius:var(--radius-xl);cursor:pointer;text-align:left;font-family:inherit;transition:all .2s}.hospital-action-btn strong{display:block;font-size:.95rem}.hospital-action-btn span{display:block;font-size:.78rem;margin-top:.15rem;opacity:.85}.hospital-action-btn.primary{background:linear-gradient(135deg,var(--color-navy),var(--color-navy-light));color:#fff;border:none;box-shadow:0 4px 14px #0e274a40}.hospital-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0e274a4d}.hospital-action-btn.secondary{background:#fff;color:var(--color-navy);border:1.5px solid var(--color-border);box-shadow:var(--shadow-sm)}.hospital-action-btn.secondary:hover{border-color:var(--color-yellow);background:var(--color-yellow-light)}.doctor-list{display:flex;flex-direction:column;gap:.85rem}.doctor-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.1rem 1.2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.85rem}.doctor-card.unavailable{opacity:.55}.doctor-card-info{display:flex;gap:.85rem;align-items:flex-start}.doctor-avatar{width:46px;height:46px;border-radius:12px;background:var(--color-surface-elevated);color:var(--color-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.doctor-details{min-width:0}.doctor-name{font-size:.95rem;font-weight:800;color:var(--color-navy)}.doctor-spec{font-size:.8rem;color:var(--color-text-secondary);font-weight:600;margin-top:.1rem}.doctor-schedule{font-size:.72rem;color:var(--color-text-muted);margin-top:.3rem;display:flex;align-items:center;gap:.25rem}.doctor-card-action{display:flex;justify-content:space-between;align-items:center;padding-top:.65rem;border-top:1px solid var(--color-border)}.doctor-queue-count{font-size:.78rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.25rem}.doctor-queue-count strong{color:var(--color-navy)}.doctor-queue-btn{padding:.45rem .85rem;border-radius:var(--radius-md);font-family:inherit;font-size:.78rem;font-weight:700;border:none;cursor:pointer;transition:all .15s;background:linear-gradient(135deg,var(--color-yellow),#FFB800);color:var(--color-navy);box-shadow:0 2px 8px #ffb8004d}.doctor-queue-btn:disabled{background:var(--color-surface-elevated);color:var(--color-text-muted);box-shadow:none;cursor:not-allowed}.doctor-queue-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffb80073}.toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.6rem;max-width:380px;width:calc(100% - 2.5rem);pointer-events:none}.toast-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1.1rem;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--color-border);box-shadow:0 10px 30px #0e274a1f;animation:toast-slide-in .35s ease;pointer-events:all}.toast-icon{flex-shrink:0;margin-top:.1rem}.toast-body{flex:1;min-width:0}.toast-title{display:block;font-size:.875rem;font-weight:800;color:var(--color-text-main)}.toast-message{font-size:.8rem;color:var(--color-text-secondary);margin-top:.15rem;line-height:1.35}.toast-close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;padding:.15rem}.toast-close:hover{color:var(--color-text-main)}.toast-success .toast-icon{color:var(--color-green)}.toast-success{border-left:4px solid var(--color-green)}.toast-error .toast-icon{color:var(--color-red-soft)}.toast-error{border-left:4px solid var(--color-red-soft)}.toast-warning .toast-icon{color:var(--color-orange)}.toast-warning{border-left:4px solid var(--color-orange)}.toast-info .toast-icon{color:#0284c7}.toast-info{border-left:4px solid #0284C7}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(min-width:768px){.hayo-main-content{max-width:720px;padding:1.5rem 1.25rem 4rem}.carousel-nav-arrows{display:flex}}@media(min-width:1024px){.desktop-header-nav{display:flex}.desktop-nav-divider{display:block}.desktop-profile-card{display:flex}.mobile-profile-btn{display:none}.hayo-header-subbar{display:block}.mobile-location-bar-wrapper{display:none}.hayo-main-content{max-width:1400px;padding:2rem 1.5rem 4rem}.desktop-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2.25rem;align-items:flex-start}.desktop-side-panel{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:95px;width:380px}.mobile-only-section,.mobile-bottom-nav-wrapper{display:none}.category-grid-container>div{grid-template-columns:repeat(6,1fr)!important}.page-body{max-width:680px;padding:2rem 1.5rem}.auth-container{margin-top:3rem}}.section-title-modern{font-size:1.35rem;font-weight:850;color:var(--color-navy);letter-spacing:-.025em;line-height:1.25}.section-subtitle-modern{font-size:.825rem;color:var(--color-text-secondary);margin-top:.2rem;font-weight:450}.hayo-search-clear-btn{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);background:var(--color-surface-soft);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease}.hayo-search-clear-btn:hover{background:var(--color-border);color:var(--color-navy)}.header-bell-btn{width:38px;height:38px;border-radius:50%;background:var(--color-surface-soft);border:1px solid var(--color-border);color:var(--color-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s ease}.header-bell-btn:hover,.header-bell-btn.is-active{background:var(--color-yellow-light);border-color:var(--color-yellow);transform:translateY(-1px)}.bell-unread-dot{position:absolute;top:7px;right:8px;width:8px;height:8px;border-radius:50%;background:var(--color-red-soft);border:2px solid #FFF}.notification-dropdown-popover{position:absolute;top:calc(100% + 10px);right:0;width:290px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 16px 36px -6px #0e274a33,0 0 0 1px var(--color-border);z-index:120;padding:1rem;animation:popover-drop .2s cubic-bezier(.16,1,.3,1)}@keyframes popover-drop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.65rem;border-bottom:1px solid var(--color-border);font-size:.85rem;color:var(--color-navy)}.notif-badge{font-size:.7rem;font-weight:700;background:var(--color-yellow);color:var(--color-navy);padding:.15rem .5rem;border-radius:var(--radius-full)}.notif-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.65rem}.notif-item{display:flex;align-items:flex-start;gap:.65rem;padding:.5rem;border-radius:var(--radius-md);transition:background .15s}.notif-item:hover{background:var(--color-surface-soft)}.notif-icon-circle{width:28px;height:28px;border-radius:50%;background:var(--color-surface-elevated);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-title{font-size:.8rem;font-weight:700;color:var(--color-navy)}.notif-desc{font-size:.725rem;color:var(--color-text-secondary);line-height:1.3;margin-top:.1rem}.notif-time{font-size:.675rem;color:var(--color-text-muted);display:block;margin-top:.2rem}.trending-tag.active-tag{background:var(--color-navy)!important;color:#fff!important;border-color:var(--color-navy)!important}.mobile-loc-change{color:var(--color-navy);font-weight:700;margin-left:.25rem}.promo-bento-section{margin-top:.75rem;margin-bottom:2rem;width:100%}.promo-bento-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.promo-fire-badge{font-size:.725rem;font-weight:800;background:linear-gradient(135deg,#ffedd5,#fee2e2);color:#dc2626;padding:.2rem .6rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.25rem;border:1px solid rgba(220,38,38,.15)}.promo-hero-selector-pills{display:flex;gap:.4rem;align-items:center;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.promo-hero-selector-pills::-webkit-scrollbar{display:none}.hero-selector-pill{background:#fff;border:1.5px solid var(--color-border);color:var(--color-navy);padding:.35rem .8rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;transition:all .2s ease;font-family:inherit;box-shadow:0 1px 4px #0000000a}.hero-selector-pill:hover{border-color:var(--color-navy);background:#f8fafd}.hero-selector-pill.is-active{background:var(--color-navy);color:#ffc83b;border-color:var(--color-navy);box-shadow:0 4px 12px #0e274a33}.pill-star-icon{color:#ffc83b;animation:pulseStar 1.5s infinite ease-in-out}@keyframes pulseStar{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.promo-bento-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;width:100%}.promo-hero-card{border-radius:22px;padding:1.75rem 2rem;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;box-shadow:0 12px 32px -4px #0e274a47;border:1.5px solid rgba(255,255,255,.22);min-height:270px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.promo-hero-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -4px #0e274a5c}.hero-glow-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.25) 0%,transparent 65%);pointer-events:none}.hero-top-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;position:relative;z-index:2}.hero-spotlight-tag{background:#ffc83b;color:#0e274a;font-weight:900;font-size:.725rem;padding:.25rem .65rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem;box-shadow:0 2px 8px #0000002e;letter-spacing:.04em}.hero-partner-badge{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-weight:800;font-size:.725rem;padding:.25rem .65rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem;border:1px solid rgba(255,255,255,.25)}.hero-discount-pill{background:#fff;color:var(--color-navy);font-weight:850;font-size:.75rem;padding:.25rem .75rem;border-radius:var(--radius-full);box-shadow:0 2px 8px #0003;flex-shrink:0}.merchant-logo-wrapper{border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000038;flex-shrink:0;border:1.5px solid rgba(255,255,255,.95);overflow:hidden}.hero-merchant-brand-row{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.hero-brand-logo{border-radius:14px;box-shadow:0 6px 18px #0000004d;border:2px solid rgba(255,255,255,.95);background:#fff}.secondary-brand-logo{border-radius:8px;box-shadow:0 2px 6px #0003}.hero-brand-text-col{display:flex;flex-direction:column;gap:.15rem}.hero-brand-verified-label{font-size:.7rem;font-weight:800;color:#bae6fd;display:inline-flex;align-items:center;gap:.25rem;text-transform:uppercase;letter-spacing:.05em}.hero-brand-partner-name{font-size:1.05rem;font-weight:900;color:#fff;letter-spacing:-.01em}.hero-body-content{margin:1rem 0;position:relative;z-index:2}.hero-highlight-title{font-size:clamp(1.5rem,2.6vw,2rem);font-weight:900;margin:0 0 .4rem;letter-spacing:-.015em;line-height:1.12;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-description-text{font-size:.95rem;opacity:.95;line-height:1.45;max-width:580px;margin:0;font-weight:500}.hero-footer-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;z-index:2;flex-wrap:wrap}.hero-badges-col{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.hero-meta-chip{background:#00000040;border:1px solid rgba(255,255,255,.2);padding:.35rem .7rem;border-radius:10px;font-size:.75rem;font-weight:750;display:inline-flex;align-items:center;gap:.35rem;color:#fff}.hero-meta-chip.expiry-chip{color:#ffd454;border-color:#ffd45459}.hero-claim-action-btn{background:#fff;color:var(--color-navy);border:none;padding:.65rem 1.4rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:900;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;box-shadow:0 4px 16px #00000038;transition:all .15s ease;font-family:inherit;white-space:nowrap}.hero-claim-action-btn:hover{background:#ffc83b;color:#0e274a;transform:translateY(-1px) scale(1.03);box-shadow:0 6px 20px #0000004d}.promo-secondary-stack{display:flex;flex-direction:column;gap:.95rem;justify-content:space-between}.promo-secondary-card{border-radius:18px;padding:1.15rem 1.25rem;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;box-shadow:0 6px 18px #0e274a29;border:1px solid rgba(255,255,255,.18);min-height:125px;transition:transform .2s ease,box-shadow .2s ease}.promo-secondary-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0e274a40}.secondary-card-header{display:flex;justify-content:space-between;align-items:center;gap:.4rem}.secondary-partner-pill{background:#ffffff38;font-size:.675rem;font-weight:800;padding:.2rem .55rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.secondary-discount-tag{background:#fff;color:var(--color-navy);font-size:.675rem;font-weight:850;padding:.15rem .5rem;border-radius:var(--radius-full)}.secondary-card-body{margin:.5rem 0}.secondary-highlight-title{font-size:1.15rem;font-weight:900;margin:0 0 .15rem;line-height:1.2;letter-spacing:-.01em;text-shadow:0 2px 4px rgba(0,0,0,.2)}.secondary-desc-text{font-size:.78rem;opacity:.92;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.secondary-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem;font-size:.725rem;font-weight:750}.secondary-expiry-text{color:#ffd454;display:flex;align-items:center;gap:.25rem}.secondary-action-link{display:inline-flex;align-items:center;gap:.25rem;background:#ffffff38;padding:.25rem .6rem;border-radius:var(--radius-full);transition:all .15s ease}.promo-secondary-card:hover .secondary-action-link{background:#fff;color:var(--color-navy)}@media(max-width:992px){.promo-bento-grid{grid-template-columns:1fr;gap:1rem}.promo-secondary-stack{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}}@media(max-width:640px){.promo-hero-card{padding:1.25rem 1.35rem;min-height:220px;border-radius:18px}.hero-highlight-title{font-size:1.35rem}.hero-description-text{font-size:.825rem}.hero-claim-action-btn{padding:.5rem 1rem;font-size:.775rem}.promo-secondary-stack{grid-template-columns:1fr}}.category-section-wrapper{margin-top:2rem;width:100%}.category-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-reset-btn{background:var(--color-yellow-light);border:1px solid rgba(255,200,59,.5);color:var(--color-navy);font-size:.775rem;font-weight:750;padding:.35rem .85rem;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s ease;font-family:inherit}.category-reset-btn:hover{background:var(--color-yellow);transform:translateY(-1px)}.reset-tag{background:#fff;font-size:.675rem;padding:.1rem .4rem;border-radius:var(--radius-full);font-weight:800}.category-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}@media(min-width:768px){.category-cards-grid{grid-template-columns:repeat(6,1fr);gap:.75rem}}.category-item-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem .85rem;background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-xl);cursor:pointer;transition:all .22s cubic-bezier(.16,1,.3,1);font-family:inherit;box-shadow:var(--shadow-sm)}.category-item-card:hover{transform:translateY(-3px);border-color:#0e274a33;box-shadow:0 8px 20px -4px #0e274a14}.category-item-card.is-selected{background:var(--color-navy);border-color:var(--color-navy);box-shadow:0 8px 22px -4px #0e274a59;transform:translateY(-2px)}.category-mini-badge{position:absolute;top:-6px;right:8px;font-size:.625rem;font-weight:800;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.1rem .45rem;border-radius:var(--radius-full);box-shadow:0 2px 6px #dc26264d;letter-spacing:.02em}.category-selected-badge{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:var(--color-yellow);color:var(--color-navy);display:flex;align-items:center;justify-content:center}.category-icon-box{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:.55rem;transition:all .2s ease}.category-name-text{font-size:.8rem;font-weight:700;color:var(--color-navy);line-height:1.25;text-align:center}.category-item-card.is-selected .category-name-text{color:#fff}.partner-card-style-enhanced{width:226px;flex-shrink:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 10px #0e274a0a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;-webkit-user-select:none;user-select:none;min-height:270px}.partner-card-style-enhanced:hover{transform:translateY(-4px);border-color:#ffc83bb3;box-shadow:0 12px 28px -4px #0e274a1f,0 0 12px #ffc83b40}.partner-card-topbar{display:flex;justify-content:space-between;align-items:center}.partner-code-avatar{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;box-shadow:0 4px 10px #0e274a1f}.partner-status-pill{font-size:.68rem;font-weight:750;padding:.2rem .55rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.25rem}.partner-status-pill.is-open{background:var(--color-green-light);color:var(--color-green-dark)}.partner-status-pill.is-closed{background:var(--color-red-light);color:var(--color-red-soft)}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.partner-bookmark-btn{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.partner-bookmark-btn:hover,.partner-bookmark-btn.bookmarked{background:#fee2e2;border-color:#fecaca;transform:scale(1.08)}.partner-name-text{font-size:.975rem;font-weight:800;color:var(--color-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.verified-icon-inline{color:#0284c7;flex-shrink:0}.verified-head-badge{font-size:.725rem;font-weight:750;color:#0284c7;background:#e0f2fe;padding:.15rem .5rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.25rem}.partner-rating-row{display:flex;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.725rem}.star-rating-chip{display:flex;align-items:center;gap:.2rem;font-weight:750;color:var(--color-navy)}.rating-count{color:var(--color-text-muted);font-weight:500}.bullet-divider{color:var(--color-text-muted);font-size:.65rem}.partner-category-text{color:var(--color-text-secondary);font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.partner-distance-row{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--color-text-secondary);margin-top:.25rem;font-weight:550}.partner-queue-density-box{background:var(--color-surface-soft);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:.55rem .65rem;margin-top:.65rem}.density-header-row{display:flex;justify-content:space-between;align-items:center;font-size:.725rem}.density-label{display:flex;align-items:center;gap:.3rem;color:var(--color-text-secondary)}.density-badge{font-size:.65rem;font-weight:800;padding:.1rem .45rem;border-radius:var(--radius-full)}.density-bar-track{width:100%;height:4px;background:var(--color-border);border-radius:var(--radius-full);margin:.4rem 0 .3rem;overflow:hidden}.density-bar-fill{height:100%;border-radius:var(--radius-full);transition:width .4s ease}.density-est-row{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--color-text-muted);font-weight:550}.partner-cta-btn{width:100%;margin-top:.85rem;padding:.55rem .5rem;font-size:.825rem;font-weight:800;border-radius:var(--radius-md);border:none;background:linear-gradient(135deg,var(--color-yellow),#FFB800);color:var(--color-navy);cursor:pointer;box-shadow:0 3px 10px #ffb8004d;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:all .2s ease;font-family:inherit}.partner-cta-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ffb80073}.partner-cta-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--color-border);color:var(--color-text-muted);box-shadow:none}.active-queue-section-wrapper{margin-top:2.25rem}.active-queue-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.live-pulse-badge{font-size:.725rem;font-weight:850;color:var(--color-navy);background:var(--color-yellow);padding:.2rem .65rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 2px 8px #ffc83b66}.empty-queue-card-modern{padding:2.25rem 1.5rem;text-align:center;background:#fff;border:1.5px dashed var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.empty-queue-icon-circle{width:56px;height:56px;border-radius:50%;background:var(--color-surface-soft);color:var(--color-navy);display:flex;align-items:center;justify-content:center;margin:0 auto .85rem}.empty-queue-title{font-size:1.1rem;font-weight:800;color:var(--color-navy)}.empty-queue-desc{color:var(--color-text-secondary);font-size:.85rem;margin:.35rem auto 0;max-width:420px;line-height:1.4}.active-queue-card-superapp{background:linear-gradient(145deg,#071529,#0e274a 60%,#163b6b);border:2px solid var(--color-yellow);border-radius:var(--radius-xl);padding:1.35rem;color:#fff;box-shadow:0 16px 36px -4px #0e274a4d,0 0 25px #ffc83b40;position:relative;overflow:hidden}.superapp-ticket-topbar{display:flex;justify-content:space-between;align-items:flex-start}.ticket-label-caps{font-size:.725rem;font-weight:800;color:#ffffffbf;letter-spacing:.06em}.ticket-copy-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.675rem;font-weight:700;padding:.15rem .45rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.2rem;cursor:pointer;transition:background .15s}.ticket-copy-btn:hover{background:#ffffff40}.ticket-giant-number{font-size:2.75rem;font-weight:900;color:var(--color-yellow);line-height:1;margin-top:.3rem;letter-spacing:.03em;text-shadow:0 3px 12px rgba(0,0,0,.4)}.ticket-status-pill-amber{font-size:.75rem;font-weight:800;color:var(--color-navy);background:var(--color-yellow);padding:.3rem .75rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem}.ticket-qr-trigger-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.725rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;transition:all .15s}.ticket-qr-trigger-btn:hover{background:#ffffff40;transform:scale(1.04)}.queue-stepper-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0 1.25rem;padding:0 .5rem}.stepper-track-line{position:absolute;top:13px;left:20px;right:20px;height:2px;background:#fff3;z-index:1}.stepper-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.35rem}.stepper-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;transition:all .2s ease}.step-done .stepper-dot{background:var(--color-green);color:#fff;box-shadow:0 0 10px #10b98199}.step-current .stepper-dot{background:var(--color-yellow);color:var(--color-navy);box-shadow:0 0 12px #ffc83bcc;animation:pulse-dot 1.8s infinite ease-in-out}.step-pending .stepper-dot{background:#ffffff26;color:#fff9}.stepper-label{font-size:.68rem;font-weight:700;color:#ffffffd9;white-space:nowrap}.step-current .stepper-label{color:var(--color-yellow);font-weight:850}.ticket-details-box{margin:1rem 0;padding:1rem;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.15)}.ticket-partner-title{font-size:1.15rem;font-weight:850;color:#fff}.ticket-service-text{font-size:.85rem;color:var(--color-yellow);margin-top:.15rem}.ticket-created-chip{font-size:.725rem;color:#ffffffa6}.ticket-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.ticket-metric-box .metric-title{font-size:.75rem;color:#fffc;display:flex;align-items:center;gap:.3rem;font-weight:600}.ticket-metric-box .metric-val{font-size:1.15rem;font-weight:900;color:#ffd454;margin-top:.2rem}.ticket-footer-actions{display:flex;justify-content:flex-end;gap:.75rem;align-items:center}.ticket-btn-cancel{display:flex;align-items:center;gap:.35rem;padding:.55rem 1rem;font-size:.825rem;font-weight:700;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.25);background:#00000040;color:#ffb4b4;cursor:pointer;transition:all .15s ease;font-family:inherit}.ticket-btn-cancel:hover{background:#ef444433;border-color:#ef4444}.ticket-btn-complete{display:flex;align-items:center;gap:.35rem;padding:.55rem 1.25rem;font-size:.825rem;font-weight:800;border-radius:var(--radius-md);border:none;background:var(--color-green);color:#fff;cursor:pointer;box-shadow:0 4px 12px #10b98166;transition:all .15s ease;font-family:inherit}.ticket-btn-complete:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b98180}.qr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e274abf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.qr-modal-card{background:#fff;border-radius:var(--radius-xl);max-width:380px;width:100%;padding:1.75rem;text-align:center;box-shadow:0 24px 48px -12px #0e274a4d;animation:popover-drop .25s cubic-bezier(.16,1,.3,1)}.qr-modal-header h3{font-size:1.2rem;font-weight:850;color:var(--color-navy)}.qr-modal-header p{font-size:.8rem;color:var(--color-text-secondary);margin-top:.25rem}.qr-code-display-box{margin:1.25rem auto 0;padding:1.25rem;background:var(--color-surface-soft);border:2px dashed var(--color-border);border-radius:var(--radius-lg);display:inline-block}.qr-box-inner{background:#fff;padding:.85rem;border-radius:var(--radius-md);box-shadow:0 2px 8px #0000000f}.qr-ticket-num{font-size:1.4rem;font-weight:900;color:var(--color-navy);margin-top:.75rem;letter-spacing:.05em}.qr-partner-name{font-size:.85rem;font-weight:700;color:var(--color-text-secondary)}.sidebar-mini-stepper{display:flex;align-items:center;justify-content:space-between;margin:1rem 0;padding:0 .5rem}.mini-step-dot{width:22px;height:22px;border-radius:50%;background:#ffffff26;color:#fff9;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800}.mini-step-dot.done{background:var(--color-green);color:#fff}.mini-step-dot.active{background:var(--color-yellow);color:var(--color-navy);animation:pulse-dot 1.8s infinite ease-in-out}.mini-step-line{flex:1;height:2px;background:#ffffff26;margin:0 4px}.mini-step-line.done{background:var(--color-green)}.history-section-wrapper{margin-top:2.25rem}.history-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.history-count-badge{font-size:.75rem;font-weight:750;color:var(--color-navy);background:var(--color-surface-elevated);padding:.25rem .65rem;border-radius:var(--radius-full);border:1px solid var(--color-border)}.history-list-card-container{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:.35rem 1.25rem;box-shadow:var(--shadow-card)}.history-card-item{border-bottom:1px solid var(--color-border);padding:1rem 0;display:flex;align-items:center;gap:.85rem;transition:background .15s}.history-card-item:last-child{border-bottom:none;padding-bottom:.25rem}.history-status-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-completed{background:var(--color-green-light);color:var(--color-green-dark)}.icon-cancelled{background:var(--color-red-light);color:var(--color-red-soft)}.history-info-col{flex-grow:1;min-width:0}.history-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.history-partner-title{font-weight:800;font-size:.95rem;color:var(--color-navy);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-service-subtitle{font-size:.8rem;color:var(--color-text-secondary);margin:.15rem 0 .35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-meta-row{display:flex;align-items:center;gap:.45rem;font-size:.725rem;color:var(--color-text-secondary);flex-wrap:wrap}.meta-chip{display:inline-flex;align-items:center;gap:.25rem}.history-action-col{display:flex;align-items:center;flex-shrink:0;margin-left:.25rem}.history-status-tag{font-size:.7rem;font-weight:800;padding:.15rem .55rem;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.tag-completed{background:var(--color-green-light);color:var(--color-green-dark)}.tag-cancelled{background:var(--color-red-light);color:var(--color-red-soft)}.btn-repeat-queue{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.75rem;font-weight:800;border-radius:var(--radius-full);background:var(--color-yellow-light);border:1.5px solid rgba(255,200,59,.6);color:var(--color-navy);cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap;flex-shrink:0}.btn-repeat-queue:hover{background:var(--color-yellow);transform:translateY(-1px)}@media(max-width:480px){.history-card-item{gap:.65rem;padding:.85rem 0}.history-status-icon{width:36px;height:36px}.history-partner-title{font-size:.875rem}.history-service-subtitle{font-size:.75rem}.btn-repeat-queue{padding:.35rem .6rem;font-size:.72rem}}.history-view-all-btn{background:none;border:none;color:var(--color-navy);font-weight:750;font-size:.85rem;display:flex;align-items:center;gap:.35rem;cursor:pointer;padding:.35rem .75rem;border-radius:var(--radius-sm);transition:all .15s;font-family:inherit}.history-view-all-btn:hover{background:var(--color-yellow-light);color:var(--color-navy-dark)}.hayo-floating-dock-nav{position:fixed;bottom:1rem;left:0;right:0;z-index:900;display:flex;justify-content:center;pointer-events:none;padding:0 1rem}.floating-dock-inner{pointer-events:auto;display:flex;align-items:center;justify-content:space-around;background:#0e274aeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1.5px solid rgba(255,200,59,.3);border-radius:var(--radius-full);padding:.45rem .65rem;box-shadow:0 16px 36px -4px #0e274a66,0 0 20px #ffc83b26;width:100%;max-width:420px}.floating-dock-btn{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;color:#94a3b8;padding:.4rem .85rem;border-radius:var(--radius-full);cursor:pointer;position:relative;transition:all .2s cubic-bezier(.16,1,.3,1);font-family:inherit}.floating-dock-btn:hover{color:#fff;transform:translateY(-2px)}.floating-dock-btn.is-active{color:var(--color-yellow);background:#ffffff14}.dock-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.dock-badge-pulse{position:absolute;top:-4px;right:-8px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:900;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0E274A;animation:pulse 2s infinite}.dock-active-glow-pill{position:absolute;bottom:-4px;width:5px;height:5px;border-radius:50%;background-color:var(--color-yellow);box-shadow:0 0 8px var(--color-yellow)}.dock-label-text{font-size:.675rem;font-weight:700;letter-spacing:.01em}@media(min-width:1024px){.hayo-floating-dock-nav{display:none!important}}.activity-page-container{max-width:860px;margin:0 auto;padding-bottom:2rem}.activity-header-hero{margin-bottom:1.75rem}.activity-eyebrow-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:800;color:var(--color-navy);background:var(--color-yellow-tint);border:1px solid rgba(255,200,59,.4);padding:.25rem .65rem;border-radius:var(--radius-full);margin-bottom:.4rem}.activity-main-title{font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:900;color:var(--color-navy);letter-spacing:-.02em}.activity-subtitle{color:var(--color-text-secondary);font-size:.875rem;margin-top:.2rem}.history-header-control-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.history-section-title{font-size:1.25rem;font-weight:800;color:var(--color-navy)}.history-counter-text{font-size:.8rem;color:var(--color-text-secondary);margin-top:.1rem}.segmented-control-pill-group{display:flex;background:#e2e8f0;padding:.25rem;border-radius:var(--radius-full);gap:.2rem}.segmented-pill-btn{border:none;background:transparent;padding:.35rem .95rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:750;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);font-family:inherit}.segmented-pill-btn.is-selected{background:#fff;color:var(--color-navy);box-shadow:0 2px 8px #0e274a1f}.history-list-modern-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-card)}.history-ticket-row{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.history-ticket-row:last-child{border-bottom:none;padding-bottom:.25rem}.ticket-status-circle{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticket-status-circle.is-success{background:var(--color-green-light);color:var(--color-green-dark)}.ticket-status-circle.is-cancelled{background:var(--color-red-light);color:var(--color-red-soft)}.ticket-details-col{flex-grow:1;min-width:0}.ticket-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ticket-partner-name{font-size:.95rem;font-weight:800;color:var(--color-navy);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-service-name{font-size:.8rem;color:var(--color-text-secondary);margin:.15rem 0 .35rem}.ticket-meta-info{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.meta-chip{font-size:.725rem;color:var(--color-text-secondary);display:inline-flex;align-items:center;gap:.25rem;background:var(--color-surface-soft);padding:.15rem .5rem;border-radius:var(--radius-sm)}.ticket-status-pill{font-size:.7rem;font-weight:800;padding:.15rem .55rem;border-radius:var(--radius-full);flex-shrink:0}.pill-success{background:var(--color-green-light);color:var(--color-green-dark)}.pill-cancelled{background:var(--color-red-light);color:var(--color-red-soft)}.btn-view-receipt{background:var(--color-surface-soft);border:1px solid var(--color-border);padding:.45rem .85rem;border-radius:var(--radius-md);color:var(--color-navy);font-weight:750;font-size:.78rem;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:all .15s;font-family:inherit}.btn-view-receipt:hover{background:var(--color-yellow-light);border-color:var(--color-yellow)}.digital-receipt-stub{background:#f8fafc;border:1px dashed var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;margin-top:1rem;text-align:center}.receipt-perforated-line{height:1px;border-top:2px dashed #CBD5E1;margin:1rem -1.25rem}.saved-page-container{max-width:860px;margin:0 auto;padding-bottom:2rem}.saved-header-hero{margin-bottom:1.75rem}.saved-eyebrow-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:800;color:var(--color-navy);background:var(--color-yellow-tint);border:1px solid rgba(255,200,59,.4);padding:.25rem .65rem;border-radius:var(--radius-full);margin-bottom:.4rem}.saved-main-title{font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:900;color:var(--color-navy);letter-spacing:-.02em}.saved-subtitle{color:var(--color-text-secondary);font-size:.875rem;margin-top:.2rem}.saved-empty-card{padding:3.5rem 1.5rem;text-align:center;background:var(--color-surface);border-radius:var(--radius-2xl);border:1.5px dashed var(--color-border);box-shadow:var(--shadow-card)}.saved-empty-icon-wrap{width:60px;height:60px;border-radius:50%;background:var(--color-yellow-light);color:var(--color-navy);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.saved-empty-heading{font-size:1.15rem;font-weight:800;color:var(--color-navy)}.saved-empty-subtext{font-size:.875rem;color:var(--color-text-secondary);max-width:380px;margin:.35rem auto 0;line-height:1.4}.saved-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem}.saved-partner-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:space-between}.saved-partner-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.saved-card-header{display:flex;justify-content:space-between;align-items:flex-start}.saved-partner-info-group{display:flex;gap:.75rem;align-items:center}.saved-avatar-box{width:46px;height:46px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:900;flex-shrink:0;box-shadow:0 4px 10px #0e274a1f}.saved-partner-title{font-size:1rem;font-weight:800;color:var(--color-navy);margin:0}.saved-meta-chips{display:flex;align-items:center;gap:.4rem;margin-top:.25rem}.saved-category-pill{font-size:.7rem;font-weight:700;color:var(--color-navy-light);background:var(--color-surface-soft);padding:.15rem .45rem;border-radius:var(--radius-sm)}.saved-rating-pill{font-size:.7rem;font-weight:800;color:#b45309;background:#fffbeb;padding:.15rem .45rem;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:.2rem}.saved-remove-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.35rem;border-radius:var(--radius-sm);transition:color .15s}.saved-remove-btn:hover{color:#ef4444}.saved-address-text{font-size:.8rem;color:var(--color-text-secondary);margin-top:.75rem;display:flex;align-items:center;gap:.35rem}.saved-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.15rem;padding-top:.85rem;border-top:1px solid var(--color-border)}.saved-status-info{display:flex;flex-direction:column;gap:.15rem}.saved-queue-number{font-size:.775rem;font-weight:700;color:var(--color-navy);display:flex;align-items:center;gap:.25rem}.saved-wait-time{font-size:.7rem;color:#059669;font-weight:700;display:flex;align-items:center;gap:.2rem}.saved-queue-action-btn{padding:.45rem .85rem!important;font-size:.8rem!important}.chat-tab-wrapper{max-width:860px;margin:0 auto;padding-bottom:2rem;width:100%;box-sizing:border-box}.chat-header-row{margin-bottom:1.25rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.chat-eyebrow-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:800;color:var(--color-navy);background:var(--color-yellow-tint);border:1px solid rgba(255,200,59,.4);padding:.25rem .65rem;border-radius:var(--radius-full);margin-bottom:.35rem}.chat-main-title{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:900;color:var(--color-navy);letter-spacing:-.02em;line-height:1.2}.chat-subtitle{color:var(--color-text-secondary);font-size:.85rem;margin-top:.25rem;line-height:1.4}.btn-call-support{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.8rem;font-weight:800;border-radius:var(--radius-full);border:1.5px solid rgba(255,200,59,.6);background:var(--color-yellow-light);color:var(--color-navy);text-decoration:none;cursor:pointer;box-shadow:var(--shadow-sm);font-family:inherit;flex-shrink:0;transition:all .15s ease}.btn-call-support:hover{background:var(--color-yellow);transform:translateY(-1px)}.chat-messenger-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-2xl);overflow:hidden;display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 200px);box-shadow:var(--shadow-card);position:relative}.chat-messenger-statusbar{padding:.85rem 1.25rem;background:#fff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0}.chat-bot-avatar{width:38px;height:38px;border-radius:50%;background:var(--color-navy);color:var(--color-yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0e274a26}.chat-bot-name{font-size:.875rem;font-weight:800;color:var(--color-navy);margin:0}.chat-badge-verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:800;padding:.2rem .55rem;border-radius:var(--radius-full);background:var(--color-yellow-light);color:var(--color-navy);border:1px solid rgba(255,200,59,.5)}.chat-messages-container{flex-grow:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background:radial-gradient(circle at 50% 0%,rgba(255,200,59,.03) 0%,transparent 60%),#f8fafd;-webkit-overflow-scrolling:touch}.chat-bubble-row{display:flex;gap:.65rem;align-items:flex-end;width:100%}.bubble-row-user{justify-content:flex-end}.bubble-row-bot{justify-content:flex-start}.chat-avatar-mini{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-bot{background:var(--color-navy);color:var(--color-yellow)}.avatar-merchant{background:#0284c7;color:#fff}.chat-bubble{max-width:80%;padding:.85rem 1.1rem;border-radius:18px;font-size:.875rem;line-height:1.5;word-break:break-word;box-shadow:0 2px 8px #0e274a0a}.bubble-user{background:linear-gradient(135deg,#0e274a,#1a3e72);color:#fff;border-bottom-right-radius:4px}.bubble-bot,.bubble-merchant{background:#fff;color:var(--color-navy);border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-bubble-text{margin:0;font-size:.875rem;line-height:1.5}.chat-bubble-footer{display:flex;align-items:center;justify-content:flex-end;gap:.3rem;margin-top:.35rem}.chat-bubble-time{font-size:.675rem;opacity:.75}.chat-check-icon{color:var(--color-yellow)}.typing-indicator-bubble{padding:.75rem 1rem!important;display:flex;align-items:center;gap:.35rem;width:fit-content}.typing-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chat-suggestions-container{padding:.65rem 1rem;border-top:1px solid var(--color-border);background:#fff;display:flex;gap:.5rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chat-suggestions-container::-webkit-scrollbar{display:none}.chat-suggestion-chip{background:#f1f5f9;border:1px solid #E2E8F0;padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;color:var(--color-navy);cursor:pointer;transition:all .15s ease;font-family:inherit;flex-shrink:0}.chat-suggestion-chip:hover{background:var(--color-yellow-light);border-color:var(--color-yellow);transform:translateY(-1px)}.chat-input-container{padding:.75rem 1rem;border-top:1px solid var(--color-border);background:#fff;display:flex;align-items:center;gap:.65rem;box-sizing:border-box}.chat-input-field{flex-grow:1;min-width:0;padding:.75rem 1.15rem;background:#f8fafc;border:1.5px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-navy);font-size:.9rem;font-family:inherit;outline:none;transition:all .15s ease;box-sizing:border-box}.chat-input-field:focus{border-color:var(--color-navy);background:#fff;box-shadow:0 0 0 3px #0e274a14}.chat-input-field::placeholder{color:#94a3b8;font-size:.85rem}.chat-send-btn{width:44px;height:44px;border-radius:50%!important;background:var(--color-navy)!important;color:var(--color-yellow)!important;border:none!important;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 4px 12px #0e274a33;transition:all .15s ease}.chat-send-btn:hover:not(:disabled){background:#1a3e72!important;transform:scale(1.05)}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:640px){.chat-tab-wrapper{padding-bottom:2rem;margin-bottom:2.5rem}.chat-header-row{margin-bottom:.75rem;align-items:center}.chat-main-title{font-size:1.25rem}.chat-subtitle{font-size:.775rem}.btn-call-support{padding:.35rem .75rem;font-size:.725rem}.chat-messenger-card{height:calc(100dvh - 240px);min-height:460px;border-radius:var(--radius-xl)}.chat-messenger-statusbar{padding:.65rem .85rem}.chat-bot-avatar{width:32px;height:32px}.chat-bot-name{font-size:.8rem}.chat-messages-container{padding:.85rem;gap:.75rem}.chat-bubble{max-width:86%;padding:.65rem .85rem;font-size:.825rem}.chat-bubble-text{font-size:.825rem}.chat-suggestions-container{padding:.5rem .75rem;gap:.4rem}.chat-suggestion-chip{padding:.35rem .65rem;font-size:.7rem}.chat-input-container{padding:.65rem .75rem;gap:.5rem;background:#fff;border-top:1px solid #E2E8F0}.chat-input-field{padding:.55rem .95rem;font-size:15px;height:40px;background:#f8fafc;border:1.5px solid #E2E8F0}.chat-send-btn{width:40px;height:40px}}.desktop-sidebar-metal-card{background:linear-gradient(135deg,#0a192f,#0e274a,#061120);border:1.5px solid rgba(255,200,59,.4);border-radius:var(--radius-2xl);padding:1.25rem;color:#fff;box-shadow:0 12px 30px -4px #0e274a66,0 0 20px #ffc83b1f;transition:transform .2s ease,box-shadow .2s ease}.desktop-sidebar-metal-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px -4px #0e274a80,0 0 24px #ffc83b40}.sidebar-metal-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.sidebar-crown-icon{width:24px;height:24px;border-radius:50%;background:#ffc83b2e;display:flex;align-items:center;justify-content:center}.sidebar-vip-title{font-size:.72rem;font-weight:900;letter-spacing:.08em;color:var(--color-yellow)}.sidebar-vip-id{font-size:.7rem;color:#fff9;font-family:monospace}.sidebar-metal-user{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sidebar-metal-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--color-yellow) 0%,#FF9900 100%);color:#0e274a;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ffc83b66}.sidebar-metal-name{font-size:1rem;font-weight:800;color:#fff;margin:0}.sidebar-metal-email{font-size:.75rem;color:#ffffffa6;margin-top:.1rem}.sidebar-metal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.12)}.sidebar-metal-stat{display:flex;flex-direction:column}.stat-label-dim{font-size:.65rem;color:#ffffff8c;text-transform:uppercase}.stat-value-gold{font-size:.85rem;font-weight:850;color:var(--color-yellow);display:flex;align-items:center;gap:.2rem}.stat-value-emerald{font-size:.85rem;font-weight:850;color:#34d399}.profile-page-wrapper{max-width:680px;margin:0 auto}.profile-vip-metal-card{background:linear-gradient(135deg,#0a192f,#0e274a,#061120);border:2px solid rgba(255,200,59,.4);border-radius:var(--radius-2xl);padding:1.5rem;color:#fff;box-shadow:0 16px 40px -6px #0e274a80,0 0 24px #ffc83b26;margin-bottom:2rem}.vip-card-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.vip-crown-badge{width:28px;height:28px;border-radius:50%;background:#ffc83b33;display:flex;align-items:center;justify-content:center}.vip-tier-label{font-size:.78rem;font-weight:900;letter-spacing:.08em;color:var(--color-yellow);display:block}.vip-id-subtext{font-size:.7rem;color:#fff9;font-family:monospace}.vip-card-user-info{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.vip-avatar-large{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--color-yellow) 0%,#FF9900 100%);color:#0e274a;font-size:1.4rem;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ffc83b66}.vip-user-name{font-size:1.25rem;font-weight:900;color:#fff;margin:0}.vip-user-email{font-size:.825rem;color:#ffffffb3;margin-top:.15rem}.vip-card-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);padding:.85rem;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.1)}.vip-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.vip-stat-value{font-size:1.15rem;font-weight:900;color:var(--color-yellow)}.vip-stat-label{font-size:.675rem;color:#ffffffb3;margin-top:.15rem;display:flex;align-items:center;gap:.2rem}.vip-edit-profile-btn{width:100%;padding:.65rem;border-radius:var(--radius-full);background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.825rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .15s;font-family:inherit}.vip-edit-profile-btn:hover{background:#fff3}.profile-inset-group-section{margin-bottom:1.5rem}.profile-group-heading{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.5rem;padding-left:.5rem}.profile-inset-menu-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card)}.profile-menu-item-row{width:100%;display:flex;align-items:center;gap:.85rem;padding:.95rem 1.15rem;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid var(--color-border);transition:background .15s;font-family:inherit}.profile-menu-item-row:last-child{border-bottom:none}.profile-menu-item-row:hover{background:#f8fafd}.menu-icon-pill{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-label-col{flex-grow:1;display:flex;flex-direction:column}.menu-title-text{font-size:.9rem;font-weight:750;color:var(--color-navy)}.menu-subtitle-text{font-size:.75rem;color:#64748b;margin-top:.1rem}.menu-arrow-icon{color:#94a3b8}.profile-logout-modern-btn{width:100%;padding:.85rem;border-radius:var(--radius-xl);border:1.5px solid #FEE2E2;background:#fff5f5;color:#dc2626;font-size:.9rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s;font-family:inherit}.profile-logout-modern-btn:hover{background:#fee2e2}.hospital-stepper-progress-bar{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#fff;border-bottom:1px solid var(--color-border);gap:.5rem}.step-item{display:flex;align-items:center;gap:.35rem;opacity:.5}.step-item.is-active,.step-item.is-done{opacity:1}.step-num{width:22px;height:22px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.step-item.is-active .step-num{background:var(--color-navy);color:var(--color-yellow)}.step-item.is-done .step-num{background:#10b981;color:#fff}.step-text{font-size:.75rem;font-weight:750;color:var(--color-navy)}.step-divider{width:24px;height:2px;background:#e2e8f0}.hospital-area-banner{display:flex;align-items:center;gap:.4rem;background:#e0f2fe;color:#0369a1;padding:.75rem 1rem;border-radius:var(--radius-lg);font-size:.825rem;margin-bottom:1.25rem}.hospital-cards-grid{display:flex;flex-direction:column;gap:1rem}.hospital-modern-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .2s,box-shadow .2s}.hospital-modern-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.hospital-card-header{display:flex;align-items:center;gap:.85rem}.hospital-icon-box{width:48px;height:48px;border-radius:var(--radius-lg);background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hospital-name-text{font-size:1.05rem;font-weight:800;color:var(--color-navy);margin:0}.hospital-address-sub{font-size:.8rem;color:var(--color-text-secondary);margin-top:.2rem}.hospital-card-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border);font-size:.775rem}.meta-queue-stat{display:flex;align-items:center;gap:.3rem;color:var(--color-navy);font-weight:700}.meta-doctor-stat{display:flex;align-items:center;gap:.3rem;color:#0284c7;font-weight:700}.meta-arrow-pill{width:24px;height:24px;border-radius:50%;background:var(--color-surface-soft);display:flex;align-items:center;justify-content:center;color:var(--color-navy)}.hospital-hero-banner-card{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border-radius:var(--radius-2xl);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-card)}.hospital-hero-badge{display:inline-flex;align-items:center;gap:.3rem;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.725rem;font-weight:800;margin-bottom:.65rem}.hospital-hero-title{font-size:1.45rem;font-weight:900;margin:0}.hospital-hero-address{font-size:.85rem;opacity:.9;margin:.35rem 0 1rem;display:flex;align-items:center;gap:.35rem}.hospital-hero-stats-row{display:flex;gap:.75rem;flex-wrap:wrap}.hero-stat-pill{background:#fff;color:#0e274a;padding:.35rem .75rem;border-radius:var(--radius-full);font-size:.75rem;display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.service-choice-cards{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.service-option-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:var(--radius-xl);border:1.5px solid var(--color-border);background:#fff;text-align:left;cursor:pointer;transition:all .2s;font-family:inherit}.service-option-card:hover{transform:translateY(-2px);border-color:var(--color-navy);box-shadow:var(--shadow-card-hover)}.service-option-icon{width:52px;height:52px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.general-icon{background:var(--color-yellow-light);color:var(--color-navy)}.doctor-icon{background:#e0f2fe;color:#0284c7}.service-option-name{font-size:1rem;font-weight:800;color:var(--color-navy);margin:0}.service-option-desc{font-size:.78rem;color:var(--color-text-secondary);margin:.2rem 0 .45rem}.service-cta-tag{font-size:.75rem;font-weight:800;color:var(--color-navy)}.doctor-tag{color:#0284c7!important}.doctor-cards-grid{display:flex;flex-direction:column;gap:1rem}.doctor-modern-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-card)}.doctor-card-top-row{display:flex;gap:.85rem}.doctor-avatar-circle{width:46px;height:46px;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doctor-info-col{flex-grow:1}.doctor-name-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.doctor-name-title{font-size:.975rem;font-weight:800;color:var(--color-navy);margin:0}.doctor-status-badge{font-size:.7rem;font-weight:800;padding:.15rem .5rem;border-radius:var(--radius-full)}.status-open{background:var(--color-green-light);color:var(--color-green-dark)}.status-closed{background:var(--color-red-light);color:var(--color-red-soft)}.doctor-spec-tag{font-size:.75rem;color:#0284c7;font-weight:700;display:block;margin-top:.15rem}.doctor-schedule-text{font-size:.75rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.25rem;margin-top:.35rem}.doctor-card-bottom-row{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.doctor-queue-estimate{font-size:.775rem;font-weight:700;color:var(--color-navy);display:flex;align-items:center;gap:.3rem}.doctor-book-btn{padding:.45rem .95rem!important;font-size:.8rem!important}.auth-modern-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at 50% 10%,rgba(255,200,59,.12) 0%,transparent 60%),#f4f7fb}.auth-glass-card{width:100%;max-width:440px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-2xl);padding:2.25rem 2rem;box-shadow:0 20px 40px -8px #0e274a1f,0 0 0 1px #0e274a0a}.auth-branding-center{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.75rem}.auth-slogan-text{font-size:.85rem;color:var(--color-text-secondary);margin-top:.4rem}.auth-form-modern{display:flex;flex-direction:column;gap:1.15rem}.auth-input-field-group{display:flex;flex-direction:column;gap:.35rem}.auth-field-label{font-size:.8rem;font-weight:750;color:var(--color-navy)}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:.85rem;color:#94a3b8;pointer-events:none}.auth-input-box{width:100%;padding:.8rem 1rem .8rem 2.4rem;background:#f8fafd;border:1.5px solid var(--color-border);border-radius:var(--radius-lg);font-size:.875rem;color:var(--color-text-main);font-family:inherit;outline:none;transition:all .15s}.auth-input-box:focus{border-color:var(--color-navy);background:#fff;box-shadow:0 0 0 3px #0e274a14}.auth-toggle-pwd-btn{position:absolute;right:.85rem;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-forgot-link-btn{background:none;border:none;color:var(--color-navy);font-size:.75rem;font-weight:750;cursor:pointer;font-family:inherit}.auth-primary-submit-btn{width:100%;padding:.85rem!important;font-size:.95rem!important;font-weight:850!important;border-radius:var(--radius-lg)!important;margin-top:.5rem}.auth-modern-divider{display:flex;align-items:center;margin:1.5rem 0;color:#94a3b8;font-size:.75rem;font-weight:700;text-transform:uppercase}.auth-modern-divider:before,.auth-modern-divider:after{content:"";flex-grow:1;height:1px;background:var(--color-border)}.auth-modern-divider span{padding:0 .75rem}.auth-social-stack{display:flex;flex-direction:column;gap:.65rem}.auth-social-button{width:100%;padding:.75rem 1rem;border-radius:var(--radius-lg);border:1.5px solid var(--color-border);background:#fff;color:var(--color-navy);font-size:.85rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.65rem;transition:all .15s;font-family:inherit}.auth-social-button:hover{background:#f8fafd;border-color:#cbd5e1}.auth-bottom-switch-text{text-align:center;font-size:.825rem;color:#64748b;margin-top:1.5rem}.auth-switch-highlight-btn{background:none;border:none;color:var(--color-navy);font-weight:850;cursor:pointer;text-decoration:underline;font-family:inherit}.quick-services-widget{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:1.25rem}.quick-services-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.85rem}.quick-service-item{display:flex;align-items:center;gap:.85rem;padding:.75rem .85rem;border-radius:var(--radius-lg);border:1px solid #F1F5F9;background:#f8fafc;transition:all .2s ease}.quick-service-item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0e274a0f;transform:translate(3px)}.quick-service-icon-box{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-service-info{flex-grow:1;min-width:0}.quick-service-title{font-size:.825rem;font-weight:800;color:var(--color-navy);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-service-subtitle{font-size:.725rem;color:var(--color-text-secondary);margin:.1rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-service-arrow{color:#94a3b8;transition:transform .2s ease;display:flex;align-items:center}.quick-service-item:hover .quick-service-arrow{color:var(--color-navy);transform:translate(2px)}.partner-radar-widget{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-card);padding:1.25rem}.radar-partners-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.85rem}.radar-partner-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid #F1F5F9;background:#fafcfe;transition:all .15s ease}.radar-partner-row:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0e274a0a}.radar-info-col{flex-grow:1;min-width:0}.radar-partner-name{font-size:.825rem;font-weight:800;color:var(--color-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radar-category-label{display:block;font-size:.7rem;color:var(--color-text-secondary);margin-top:.1rem}.radar-status-col{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.radar-density-chip{font-size:.675rem;font-weight:800;padding:.15rem .45rem;border-radius:var(--radius-full)}.radar-est-text{font-size:.675rem;color:#64748b;font-weight:600}.hayo-desktop-footer{width:100%;background:#0a192f;color:#fff;margin-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.footer-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.footer-value-strip{background:#0e274a;border-bottom:1px solid rgba(255,255,255,.06);padding:2.25rem 0}.footer-value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.footer-value-card{display:flex;align-items:flex-start;gap:1rem}.value-icon-box{width:46px;height:46px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.value-title{font-size:.95rem;font-weight:800;color:#fff;margin:0}.value-desc{font-size:.775rem;color:#94a3b8;margin:.25rem 0 0;line-height:1.4}.footer-main-section{padding:3.5rem 0 2.5rem}.footer-columns-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2.5rem}@media(max-width:1200px){.footer-columns-grid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:768px){.footer-columns-grid{grid-template-columns:1fr;gap:2rem}}.footer-col{display:flex;flex-direction:column}.brand-col{padding-right:1.5rem}.footer-brand-desc{font-size:.825rem;color:#94a3b8;line-height:1.6;margin:0 0 1.5rem}.footer-contact-list{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.775rem;color:#cbd5e1;line-height:1.4}.contact-icon{color:#ffc83b;flex-shrink:0;margin-top:2px}.footer-heading{font-size:.925rem;font-weight:800;color:#fff;margin:0 0 1.25rem;letter-spacing:.01em}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.footer-link-btn{background:none;border:none;padding:0;color:#94a3b8;font-size:.8rem;text-align:left;cursor:pointer;transition:all .15s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;font-family:inherit}.footer-link-btn:hover{color:#ffc83b;transform:translate(2px)}.highlight-link{color:#ffc83b!important;font-weight:750}.footer-subtext{font-size:.8rem;color:#94a3b8;line-height:1.45;margin:0 0 1rem}.footer-app-badges{display:flex;flex-direction:column;gap:.65rem}.app-badge-box{display:flex;align-items:center;gap:.75rem;padding:.65rem .95rem;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);transition:background .15s}.app-badge-box:hover{background:#ffffff1a}.badge-small-text{display:block;font-size:.625rem;color:#94a3b8;letter-spacing:.05em;font-weight:700}.badge-main-text{display:block;font-size:.825rem;color:#fff;font-weight:800}.footer-mini-label{display:block;font-size:.7rem;color:#94a3b8;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.payment-chips-row{display:flex;flex-wrap:wrap;gap:.4rem}.payment-chip{font-size:.675rem;font-weight:800;padding:.2rem .5rem;border-radius:6px;background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;background:#071324}.footer-bottom-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.copyright-text{font-size:.775rem;color:#64748b;margin:0}.footer-bottom-badges{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.security-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.725rem;color:#94a3b8}
