@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#f5f2ec;--panel:#fffaf2;--ink:#17251d;--muted:#68736b;--line:#e4dccf;--accent:#233d2c;--accent2:#c9a96a;--danger:#9b2d2d}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}.hidden{display:none!important}.login-screen{min-height:100vh;display:grid;place-items:center;background:#111a15;padding:24px}.login-card{width:min(440px,100%);background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 20px 70px #00000040;display:flex;flex-direction:column;gap:14px}.login-logo{width:58px;height:58px;border-radius:18px;background:var(--accent2);color:var(--ink);display:grid;place-items:center;font-weight:900;font-size:18px}.login-card h1{margin:0;font-size:28px}.login-card p{margin:0;color:var(--muted)}label{font-size:13px;color:var(--muted);display:flex;flex-direction:column;gap:7px}input,select{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.checkbox-row{display:flex;flex-direction:row;align-items:center;gap:10px}.checkbox-row input{width:auto}button{border:0;border-radius:12px;padding:11px 14px;cursor:pointer;font-weight:700}.primary{background:var(--accent2);color:var(--ink)}.full{width:100%}.ghost{background:#efe8da;color:var(--ink)}.small{padding:8px 11px}.remove{background:#f3dddd;color:var(--danger);padding:8px 10px}.app{display:flex;min-height:100vh}.sidebar{width:310px;background:#17251d;color:#fff;padding:22px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;gap:12px;align-items:center}.logo{width:46px;height:46px;border-radius:14px;background:var(--accent2);color:#17251d;display:grid;place-items:center;font-weight:800}.brand h1{font-size:20px;margin:0}.brand p{font-size:12px;margin:3px 0 0;color:#cbd3cc}.nav-tabs{display:grid;gap:8px}.nav{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.1);text-align:left}.nav.active{background:var(--accent2);color:#17251d}.userbar{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.userbar span{font-size:13px;color:#cbd3cc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{flex:1;padding:24px;overflow:auto}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.topbar h2{margin:0;font-size:30px}.topbar p{margin:5px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card,.module-placeholder{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 10px 30px #17251d0f}.span-2{grid-column:span 4}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.card h3,.card-head h3{margin:0 0 14px}.card-head h3{margin:0}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.hint{font-size:13px;color:var(--muted);margin:4px 0 0}.bad{color:var(--danger)}.good{color:#1f6b3a}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:10px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}th{color:var(--muted);font-weight:700}td .remove{background:#f3dddd;color:var(--danger);padding:8px 10px}.metric{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.metric span{color:var(--muted)}.metric strong{font-size:18px}.big-number{font-size:42px;font-weight:900;color:var(--accent);margin:8px 0 4px}.multi-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:260px}.multi-section label{flex-direction:row;align-items:center;color:var(--ink);font-size:12px}.multi-section input{width:auto}.readonly input,.readonly select,.readonly button:not(.nav):not(#logoutBtn){pointer-events:none;opacity:.72}@media (max-width:1000px){.app{flex-direction:column}.sidebar{width:100%}.grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.form-grid,.form-grid.compact{grid-template-columns:1fr}}:root{--rms-bg:#f4f7fb;--rms-surface:#ffffff;--rms-border:rgba(211,219,231,.86);--rms-text:#0f172a;--rms-muted:#64748b;--rms-blue:#2563eb;--rms-blue-2:#1d4ed8;--rms-sidebar:#07172b;--rms-sidebar-2:#0b2340}html,body,#root{min-height:100%}body{background:var(--rms-bg)!important;color:var(--rms-text)!important}.app.rms-pro-shell{min-height:100vh!important;display:flex!important;background:linear-gradient(180deg,#f7f9fd,#eef3f9)!important;color:var(--rms-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.rms-pro-sidebar.sidebar{width:264px!important;flex:0 0 264px!important;min-height:100vh!important;height:100vh!important;position:sticky!important;top:0!important;overflow:auto!important;padding:22px 16px!important;background:radial-gradient(circle at 20% 0%,rgba(59,130,246,.28),transparent 34%),linear-gradient(180deg,#0b1a30,#06172b 54%,#041225)!important;border-right:1px solid rgba(148,163,184,.18)!important;box-shadow:18px 0 55px #0f172a1f!important;color:#e5edf7!important;display:flex!important;flex-direction:column!important;gap:20px!important}.rms-pro-brand.brand{display:flex!important;align-items:center!important;gap:12px!important;padding:0 4px 18px!important;border-bottom:1px solid rgba(148,163,184,.14)!important}.rms-pro-brand h1{color:#fff!important;font-size:27px!important;line-height:1!important;margin:0!important;font-weight:780!important;letter-spacing:-.04em!important}.rms-pro-brand p{color:#e2e8f0b8!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin:5px 0 0!important}.rms-pro-brand img,.rms-pro-brand svg{filter:drop-shadow(0 10px 22px rgba(37,99,235,.24))}.rms-pro-nav.nav-tabs{display:flex!important;flex-direction:column!important;gap:6px!important;margin:0!important;padding:0!important}.rms-pro-nav-group-title{margin:12px 6px 6px!important;color:#cbd5e1bf!important;font-size:12px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}.rms-pro-nav-item.nav{width:100%!important;min-height:44px!important;padding:0 13px!important;border-radius:12px!important;border:1px solid transparent!important;background:transparent!important;color:#f1f5f9eb!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important;font-size:15px!important;font-weight:700!important;box-shadow:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease!important}.rms-pro-nav-item.nav:hover{background:#3b82f61c!important;border-color:#60a5fa38!important;transform:translate(2px)!important}.rms-pro-nav-item.nav.active{background:linear-gradient(90deg,#2563eb52,#2563eb24)!important;border-color:#60a5fa6b!important;color:#60a5fa!important;box-shadow:inset 3px 0 #2563eb,0 10px 24px #02061729!important}.rms-pro-nav-icon{width:23px!important;height:23px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;color:inherit!important;font-size:16px!important;background:#ffffff0a!important}.rms-pro-sidebar-footer{margin-top:auto!important;display:grid!important;gap:10px!important}.rms-pro-restaurant-select{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 14px!important;border-radius:12px!important;border:1px solid rgba(148,163,184,.22)!important;background:#0f172a57!important;color:#fff!important;font-weight:750!important;font-size:13px!important}.rms-pro-userbar.userbar{margin:0!important;padding:13px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.16)!important;background:#0f172a3d!important;display:flex!important;align-items:center!important;gap:10px!important;color:#fff!important}.rms-pro-userbar span{display:block!important;color:#fff!important;font-weight:800!important;font-size:13px!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rms-pro-userbar small{display:block!important;color:#e2e8f0ad!important;font-size:11px!important;margin-top:2px!important}.rms-pro-avatar{width:38px!important;height:38px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#e2e8f0!important;color:#0f172a!important;font-weight:780!important;box-shadow:0 10px 20px #0206172e!important}.rms-pro-avatar.small{width:36px!important;height:36px!important;background:#334155!important;color:#fff!important}.rms-pro-logout.logout-nav{border:1px solid rgba(148,163,184,.18)!important;background:#0f172a33!important;color:#f1f5f9e6!important;border-radius:12px!important;padding:10px 12px!important;font-weight:750!important}.rms-pro-main.main{flex:1 1 auto!important;min-width:0!important;padding:0 28px 34px!important;background:linear-gradient(180deg,#f8fafc,#eef3f9)!important}.rms-pro-topbar{height:74px!important;margin:0 -28px 22px!important;padding:0 28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:#ffffffd1!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border-bottom:1px solid rgba(203,213,225,.72)!important;position:sticky!important;top:0!important;z-index:20!important}.rms-pro-titleline{display:flex!important;align-items:center!important;gap:17px!important;color:#0f172a!important;font-size:20px!important;letter-spacing:-.03em!important}.rms-pro-back{font-size:34px!important;line-height:1!important;color:#334155!important;font-weight:300!important}.rms-pro-top-actions{display:flex!important;align-items:center!important;gap:18px!important;color:#334155!important;font-size:15px!important}.rms-pro-top-actions>span:not(.rms-pro-avatar){font-size:22px!important;color:#334155!important}.main>.grid,.rms-pro-main>.grid{gap:20px!important}.card{background:#ffffffeb!important;border:1px solid var(--rms-border)!important;border-radius:22px!important;box-shadow:0 18px 52px #0f172a0e!important}.card h2,.card h3{color:#0f172a!important;letter-spacing:-.03em!important}.hint{color:#64748b!important}.card-head{gap:14px!important}.big-number{font-size:34px!important;font-weight:780!important;letter-spacing:-.05em!important;color:#0f172a!important}.metric,.Metric{color:#0f172a!important}.finance-daily-revenue-chart{min-height:280px!important;overflow:hidden!important}.finance-daily-revenue-chart>.card-head{padding-bottom:0!important}.finance-line-chart-wrap{margin-top:16px!important;border-radius:0!important;background:transparent!important;border:0!important;padding:0!important;overflow:hidden!important}.finance-line-chart-svg{width:100%!important;height:360px!important;display:block!important}.finance-line-chart-grid{stroke:#94a3b852!important;stroke-width:1!important;stroke-dasharray:4 4!important}.finance-line-chart-axis{stroke:#64748b52!important;stroke-width:1!important}.finance-line-chart-area{fill:#2563eb1f!important}.finance-line-chart-line{fill:none!important;stroke:#2563eb!important;stroke-width:2.35!important;stroke-linecap:round!important;stroke-linejoin:round!important}.finance-line-chart-point{fill:#0f172a!important;stroke:#fff!important;stroke-width:2!important}.finance-line-chart-best-point{fill:#0f172a!important;stroke:#fff!important;stroke-width:2.5!important}.finance-line-chart-label{fill:#334155!important;font-size:12px!important;font-weight:700!important}.finance-line-chart-x-label{fill:#334155!important;font-size:11px!important;font-weight:650!important}.finance-line-chart-value{fill:#0f172a!important;font-size:12px!important;font-weight:780!important}.finance-line-chart-date{fill:#0f172a!important;font-size:11px!important;font-weight:700!important}.finance-line-chart-summary{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;margin-top:18px!important}.finance-line-chart-summary .metric{min-height:128px!important;border-radius:16px!important;background:#ffffffc7!important;border:1px solid rgba(203,213,225,.78)!important;padding:18px 18px 15px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;box-shadow:0 12px 30px #0f172a09!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.finance-line-chart-summary .metric:hover{transform:translateY(-2px)!important;box-shadow:0 18px 36px #0f172a12!important}.finance-line-chart-summary .metric:nth-child(3){border-color:#34d399b8!important;box-shadow:0 0 0 1px #34d3991f,0 18px 36px #0f172a0d!important}.finance-line-chart-summary .metric-title{color:#334155!important;font-size:14px!important;line-height:1.35!important;font-weight:650!important}.finance-line-chart-summary .metric-date{margin-top:7px!important;color:#0f172a!important;font-size:14px!important;font-weight:600!important}.finance-line-chart-summary .metric-weekday{margin-top:7px!important;color:#0f172a!important;font-size:14px!important;font-weight:780!important}.finance-line-chart-summary .metric-amount{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important;margin-top:16px!important;line-height:1!important}.finance-line-chart-summary .metric-number{color:#0f172a!important;font-size:26px!important;font-weight:500!important;letter-spacing:-.05em!important}.finance-line-chart-summary .metric-currency{color:#475569!important;font-size:11px!important;font-weight:800!important;line-height:1.05!important;padding-bottom:2px!important;margin-left:auto!important}.dashboard-chart-card .dash-bar-track,.dash-bar-track{height:14px!important;border-radius:999px!important;background:#e2e8f0!important}.dashboard-chart-card .dash-bar,.dash-bar{border-radius:999px!important;background:linear-gradient(90deg,#334155,#64748b)!important}.dash-bar-value span{font-weight:780!important;color:#0f172a!important}.table-wrap{border-radius:16px!important;border:1px solid rgba(226,232,240,.9)!important;overflow:hidden!important;background:#fff!important}table th{background:#f8fafc!important;color:#475569!important;font-size:12px!important;font-weight:800!important}table td{border-top:1px solid rgba(226,232,240,.86)!important;color:#334155!important}button,.small,select,input,textarea{border-radius:12px!important}button:not(.nav):not(.rms-pro-logout){transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important}button:not(.nav):not(.rms-pro-logout):hover{transform:translateY(-1px)!important}@media (max-width:980px){.app.rms-pro-shell{display:block!important}.rms-pro-sidebar.sidebar{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;flex:auto!important}.rms-pro-main.main{padding:0 14px 24px!important}.rms-pro-topbar{margin:0 -14px 16px!important;padding:0 14px!important}.finance-line-chart-summary{grid-template-columns:1fr!important}.finance-line-chart-svg{height:260px!important}}.app.rms-pro-shell{grid-template-columns:232px 1fr!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;background:#f5f7fb!important}.rms-pro-shell .sidebar.rms-pro-sidebar{width:232px!important;min-width:232px!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important;padding:18px 12px 14px!important;background:radial-gradient(circle at 18% 0%,rgba(59,130,246,.3),transparent 30%),linear-gradient(180deg,#071932,#06172d,#041325)!important;box-shadow:16px 0 42px #0f172a29!important}.rms-pro-brand{gap:10px!important;margin-bottom:18px!important;padding:0 8px 14px!important;border-bottom:1px solid rgba(148,163,184,.14)!important}.rms-pro-logo{width:43px!important;height:43px!important;border-radius:13px!important;box-shadow:0 12px 28px #2563eb52!important}.rms-pro-brand h1{font-size:22px!important;font-weight:780!important;letter-spacing:-.035em!important}.rms-pro-brand p{font-size:9.5px!important;line-height:1.15!important;letter-spacing:.045em!important}.rms-pro-nav{gap:13px!important;flex:0 1 auto!important;min-height:0!important}.rms-pro-nav-group-title{margin:0 0 6px!important;padding:0 8px!important;color:#cbd5e1b8!important;font-size:11px!important;font-weight:800!important;letter-spacing:.055em!important}.rms-pro-nav-list{gap:5px!important}.rms-pro-nav-item{min-height:38px!important;height:38px!important;padding:0 10px!important;border-radius:10px!important;gap:10px!important;color:#f1f5f9e6!important;font-size:14px!important;font-weight:690!important;line-height:1.05!important;letter-spacing:-.01em!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;transform:none!important}.rms-pro-nav-item:hover{background:#3b82f617!important;border-color:#60a5fa33!important;color:#dbeafe!important;transform:none!important;box-shadow:none!important}.rms-pro-nav-item.active{color:#60a5fa!important;background:#2563eb2e!important;border-color:#60a5fa59!important;box-shadow:inset 3px 0 #2563eb!important}.rms-pro-nav-icon{width:22px!important;height:22px!important;min-width:22px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffffff0b!important;color:currentColor!important;font-size:0!important}.rms-pro-nav-icon svg{width:18px!important;height:18px!important;display:block!important}.rms-pro-sidebar-bottom{margin-top:auto!important;padding-top:10px!important;gap:8px!important;border-top:1px solid rgba(148,163,184,.12)!important}.rms-pro-restaurant-select{min-height:42px!important;padding:0 12px!important;border-radius:10px!important;font-size:12px!important;background:#0f172a38!important}.rms-pro-user-card{padding:9px!important;gap:9px!important;border-radius:12px!important;background:#0f172a2e!important}.rms-pro-avatar{width:35px!important;height:35px!important}.rms-pro-user-name{font-size:12px!important;font-weight:800!important;max-width:130px!important}.rms-pro-user-role{font-size:10.5px!important}.rms-pro-logout{display:none!important}.rms-pro-topbar{height:74px!important;background:#ffffffdb!important}.rms-pro-topbar-title{font-size:20px!important;font-weight:800!important;letter-spacing:-.025em!important}.rms-pro-topbar-actions{gap:18px!important}.rms-pro-top-icon{color:#334155!important;font-size:0!important}.rms-pro-top-icon svg{width:22px!important;height:22px!important}.rms-pro-top-user{font-size:14px!important;font-weight:750!important}.rms-pro-top-avatar{width:38px!important;height:38px!important;font-weight:800!important}.rms-pro-content{max-width:none!important;padding:24px 24px 34px!important}.rms-pro-shell .topbar h2,.rms-pro-shell h2{font-weight:780!important;letter-spacing:-.035em!important}.rms-pro-shell .card,.rms-pro-shell .finance-line-chart-wrap,.rms-pro-shell .table-wrap{border-radius:22px!important;box-shadow:0 16px 44px #0f172a0d!important}:root{--rms-navy-950:#031225;--rms-navy-900:#06172d;--rms-navy-800:#0b2340;--rms-blue:#2563eb;--rms-blue-soft:rgba(37,99,235,.18);--rms-blue-border:rgba(96,165,250,.35);--rms-gold:#f5b856}.app.rms-pro-shell{font-family:Manrope,Inter,SF Pro Display,Segoe UI,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;background:radial-gradient(circle at 70% -10%,rgba(59,130,246,.07),transparent 34%),linear-gradient(180deg,#f8fafc,#eef4fb)!important}.rms-pro-shell .sidebar.rms-pro-sidebar{width:248px!important;min-width:248px!important;max-width:248px!important;height:100vh!important;min-height:100vh!important;padding:18px 12px 12px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:0!important;background:radial-gradient(circle at 18% -3%,rgba(59,130,246,.34),transparent 32%),linear-gradient(180deg,#082044,#06172d 48%,#031225)!important;border-right:1px solid rgba(148,163,184,.18)!important;box-shadow:18px 0 52px #0f172a2e!important}.rms-pro-brand{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:12px!important;padding:0 10px 17px!important;margin:0 0 14px!important;border-bottom:1px solid rgba(148,163,184,.16)!important}.rms-pro-logo,.rms-brandmark.compact{width:48px!important;height:48px!important;min-width:48px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#60a5fa38,#0f172a2e)!important;box-shadow:0 14px 34px #2563eb47!important;overflow:hidden!important}.rms-brandmark.compact .rms-logo-svg,.rms-pro-logo .rms-logo-svg{width:48px!important;height:48px!important;display:block!important}.rms-pro-brand h1{font-size:25px!important;font-weight:800!important;letter-spacing:-.045em!important;line-height:.98!important;margin:0!important;color:#fff!important}.rms-pro-brand p{font-size:9.8px!important;font-weight:720!important;line-height:1.18!important;letter-spacing:.045em!important;color:#e2e8f0b8!important;text-transform:uppercase!important;margin:5px 0 0!important}.rms-pro-nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 2px 12px!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:12px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.rms-pro-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.rms-pro-nav-group{display:flex!important;flex-direction:column!important;gap:6px!important}.rms-pro-nav-group-title{margin:0!important;padding:0 10px!important;font-size:11px!important;font-weight:840!important;letter-spacing:.065em!important;text-transform:uppercase!important;color:#cbd5e1b3!important}.rms-pro-nav-list{display:flex!important;flex-direction:column!important;gap:5px!important}.rms-pro-nav-item{width:100%!important;min-height:38px!important;height:38px!important;padding:0 10px!important;border-radius:11px!important;display:flex!important;align-items:center!important;gap:11px!important;color:#f1f5f9eb!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;transform:none!important;font-size:14px!important;line-height:1.05!important;font-weight:680!important;letter-spacing:-.012em!important;text-align:left!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important}.rms-pro-nav-item:hover{background:#3b82f61a!important;border-color:#60a5fa33!important;color:#dbeafe!important;transform:none!important;box-shadow:none!important}.rms-pro-nav-item.active,.rms-pro-nav-item:focus-visible{background:#2563eb33!important;border-color:#60a5fa61!important;color:#8ab4ff!important;box-shadow:inset 3px 0 #2563eb,0 10px 24px #0206171f!important;transform:none!important}.rms-pro-nav-icon{width:24px!important;height:24px!important;min-width:24px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffffff0e!important;color:currentColor!important;font-size:0!important}.rms-pro-nav-icon svg{width:18px!important;height:18px!important;stroke-width:1.9!important}.rms-pro-sidebar-bottom{flex:0 0 auto!important;margin-top:0!important;padding:10px 2px 0!important;display:flex!important;flex-direction:column!important;gap:8px!important;border-top:1px solid rgba(148,163,184,.14)!important;background:linear-gradient(180deg,#03122500,#03122570)!important}.rms-pro-restaurant-select{display:none!important}.rms-pro-user-card{min-height:54px!important;padding:9px 10px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.18)!important;background:#0f172a3b!important;display:flex!important;align-items:center!important;gap:10px!important;overflow:hidden!important}.rms-pro-avatar{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:#e5edf7!important;color:#07172d!important;font-size:16px!important;font-weight:800!important;position:relative!important}.rms-pro-avatar:after{content:"";position:absolute;right:-1px;bottom:1px;width:10px;height:10px;border-radius:999px;background:#22c55e;border:2px solid #06172d}.rms-pro-user-name{font-size:12px!important;font-weight:790!important;color:#fff!important;max-width:150px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.rms-pro-user-role{font-size:10.5px!important;color:#e2e8f0a8!important;margin-top:2px!important}.rms-pro-logout{min-height:36px!important;height:36px!important;width:100%!important;border-radius:12px!important;border:1px solid rgba(148,163,184,.18)!important;background:#0f172a3d!important;color:#f1f5f9e6!important;font-size:13px!important;font-weight:760!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important}.rms-pro-logout:hover{background:#3b82f61a!important;border-color:#60a5fa33!important;transform:none!important}.rms-pro-main.main{background:radial-gradient(circle at 100% 0%,rgba(59,130,246,.08),transparent 32%),linear-gradient(180deg,#fff,#f2f6fb)!important;color:#0f172a!important}.rms-pro-topbar{background:#ffffffe0!important;border-bottom:1px solid rgba(203,213,225,.72)!important;box-shadow:0 10px 30px #0f172a09!important}.card,.module-placeholder{background:#fffffff0!important;border:1px solid rgba(203,213,225,.72)!important;box-shadow:0 18px 52px #0f172a0e!important}.login-screen.theme-executive{min-height:100vh!important;display:grid!important;place-items:center!important;padding:28px!important;background:radial-gradient(circle at 12% 10%,rgba(37,99,235,.1),transparent 32%),radial-gradient(circle at 90% 90%,rgba(245,184,86,.1),transparent 28%),linear-gradient(135deg,#f8fbff,#eef4fb)!important}.login-screen.theme-executive:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at 50% 40%,black,transparent 72%);mask-image:radial-gradient(circle at 50% 40%,black,transparent 72%)}.login-screen.theme-executive .login-card{width:min(440px,calc(100vw - 40px))!important;border-radius:28px!important;padding:32px!important;background:#ffffffeb!important;border:1px solid rgba(203,213,225,.74)!important;box-shadow:0 28px 80px #0f172a21!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;align-items:stretch!important}.rms-brandmark.login{width:106px!important;height:106px!important;margin:0 auto 14px!important;border-radius:28px!important;background:linear-gradient(135deg,#0b2340,#06172d)!important;box-shadow:0 22px 52px #0f172a2e!important}.rms-brandmark.login .rms-logo-svg{width:106px!important;height:106px!important}.login-title{text-align:center!important;color:#07172d!important;font-size:42px!important;line-height:1!important;letter-spacing:-.06em!important;margin:0!important;font-weight:800!important}.login-subtitle{text-align:center!important;color:#334155!important;text-transform:uppercase!important;font-weight:760!important;letter-spacing:.05em!important;margin:4px 0 16px!important;font-size:12px!important}.login-screen.theme-executive .login-card>p:not(.login-subtitle):not(.bad){text-align:center!important;color:#64748b!important;margin:0 0 8px!important}.login-screen.theme-executive label{color:#334155!important;font-weight:730!important;font-size:12px!important}.login-screen.theme-executive input,.login-screen.theme-executive select{min-height:46px!important;border-radius:13px!important;border:1px solid rgba(203,213,225,.84)!important;background:#fff!important;color:#0f172a!important;box-shadow:0 8px 20px #0f172a09!important}.login-screen.theme-executive .primary{min-height:48px!important;border-radius:14px!important;background:linear-gradient(135deg,#082044,#06172d)!important;color:#fff!important;font-size:15px!important;box-shadow:0 18px 40px #0f172a2e!important}.login-screen.theme-executive .primary:hover{transform:none!important;box-shadow:0 18px 40px #0f172a2e!important}@media (max-width:900px){.rms-pro-shell .sidebar.rms-pro-sidebar{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;position:relative!important}.rms-pro-nav{max-height:55vh!important}}.rms-pro-shell .revenue-summary-card{position:relative;padding:26px 26px 28px!important;background:linear-gradient(180deg,#fffffffa,#fafcfff5)!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:24px!important;box-shadow:0 22px 55px #0f172a0f!important}.rms-pro-shell .revenue-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.rms-pro-shell .revenue-summary-head h3{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em;font-weight:850;color:#0f172a}.rms-pro-shell .revenue-summary-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#18b98b;background:linear-gradient(135deg,#10b98124,#2dd4bf1a);box-shadow:inset 0 1px #ffffffe0;flex:0 0 auto}.rms-pro-shell .revenue-summary-icon svg{width:27px;height:27px}.rms-pro-shell .revenue-summary-section{display:grid;gap:0}.rms-pro-shell .revenue-summary-section+.revenue-summary-section{margin-top:24px;padding-top:22px;border-top:1px solid rgba(148,163,184,.34)}.rms-pro-shell .revenue-summary-section-title{color:#64748b;font-size:13px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.rms-pro-shell .revenue-summary-row{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:46px;padding:0;border-bottom:1px solid rgba(226,232,240,.92)}.rms-pro-shell .revenue-summary-row:last-child{border-bottom:0}.rms-pro-shell .revenue-summary-row span{color:#10233f;font-size:15px;line-height:1.3;font-weight:520}.rms-pro-shell .revenue-summary-row strong{color:#061328;font-size:16px;line-height:1;font-weight:850;font-variant-numeric:tabular-nums;letter-spacing:-.015em;white-space:nowrap}.rms-pro-shell .revenue-summary-card hr{display:none!important}@media (max-width:760px){.rms-pro-shell .revenue-summary-card{padding:20px 18px 22px!important}.rms-pro-shell .revenue-summary-head{margin-bottom:18px}.rms-pro-shell .revenue-summary-icon{width:46px;height:46px;border-radius:14px}.rms-pro-shell .revenue-summary-row{min-height:44px;gap:14px}.rms-pro-shell .revenue-summary-row span{font-size:14px}.rms-pro-shell .revenue-summary-row strong{font-size:15px}}.rms-pro-shell .rms-pro-topbar-title{display:flex!important;align-items:center!important;gap:16px!important;min-height:42px!important}.rms-pro-shell .rms-pro-back{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;color:#10233f!important;background:#ffffffb8!important;border:1px solid rgba(203,213,225,.82)!important;box-shadow:0 10px 24px #0f172a0a!important;line-height:1!important;transform:none!important}.rms-pro-shell .rms-pro-back svg{width:20px!important;height:20px!important;display:block!important}.rms-pro-shell .rms-pro-back:hover{background:#fff!important;border-color:#94a3b8d1!important;box-shadow:0 14px 30px #0f172a12!important;transform:none!important}.rms-pro-shell .rms-pro-nav-item:hover,.rms-pro-shell .rms-pro-nav-item.active,.rms-pro-shell .rms-pro-nav-item:focus-visible,.rms-pro-shell .rms-pro-nav-item.nav:hover,.rms-pro-shell .rms-pro-nav-item.nav.active,.rms-pro-shell .rms-pro-nav-item.nav:focus-visible{background:linear-gradient(90deg,#ffffff1b,#ffffff0e)!important;border-color:#94a3b833!important;color:#f8fbff!important;box-shadow:none!important;transform:none!important}.rms-pro-shell .rms-pro-nav-item.active .rms-pro-nav-icon,.rms-pro-shell .rms-pro-nav-item:hover .rms-pro-nav-icon{background:#ffffff13!important;color:#eaf2ff!important}.rms-pro-shell .mini-grid{gap:0!important}.rms-pro-shell .mini-grid .metric{padding:13px 0!important}.rms-pro-shell .finance-line-chart-summary .metric{border-radius:16px!important;border:1px solid rgba(226,232,240,.92)!important;background:#ffffffc7!important;padding:16px 18px 14px!important;min-height:124px!important;box-shadow:0 12px 26px #0f172a0b!important}.rms-pro-shell .card .metric,.rms-pro-shell .module-placeholder .metric,.rms-pro-shell .mini-grid .metric{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:11px 0!important;margin:0!important;border:0!important;border-bottom:1px solid rgba(226,232,240,.92)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.rms-pro-shell .card .metric:last-child,.rms-pro-shell .module-placeholder .metric:last-child,.rms-pro-shell .mini-grid .metric:last-child{border-bottom:0!important}.rms-pro-shell .card .metric span,.rms-pro-shell .module-placeholder .metric span,.rms-pro-shell .mini-grid .metric span{color:#475569!important;font-size:15px!important;line-height:1.35!important;font-weight:560!important;letter-spacing:-.015em!important}.rms-pro-shell .card .metric strong,.rms-pro-shell .module-placeholder .metric strong,.rms-pro-shell .mini-grid .metric strong{color:#061328!important;font-size:16px!important;line-height:1!important;font-weight:850!important;font-variant-numeric:tabular-nums!important;letter-spacing:-.018em!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-wrap{padding:28px 30px 30px!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#fffffff5)!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 20px 44px #0f172a09!important}.rms-pro-shell .finance-line-chart-svg{height:386px!important}.rms-pro-shell .finance-line-chart-line{stroke:#2563eb!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;fill:none!important}.rms-pro-shell .finance-line-chart-area{fill:#2563eb21!important}.rms-pro-shell .finance-line-chart-point,.rms-pro-shell .finance-line-chart-best-point{display:none!important}.rms-pro-shell .finance-line-chart-grid{stroke:#94a3b847!important;stroke-width:1!important;stroke-dasharray:4 5!important}.rms-pro-shell .finance-line-chart-axis{stroke:#94a3b857!important;stroke-width:1!important}.rms-pro-shell .finance-line-chart-label{fill:#0f1b33!important;font-size:13px!important;font-weight:780!important}.rms-pro-shell .finance-line-chart-x-label{fill:#13223a!important;font-size:11.5px!important;font-weight:740!important}.rms-pro-shell .finance-line-chart-guide{stroke:#94a3b852!important;stroke-width:1!important;stroke-dasharray:4 5!important}.rms-pro-shell .finance-line-chart-tooltip-box{fill:#fff!important;stroke:#e2e8f0fa!important;filter:drop-shadow(0 12px 20px rgba(15,23,42,.12))!important}.rms-pro-shell .finance-line-chart-tooltip-value{fill:#2563eb!important;font-size:14px!important;font-weight:900!important;letter-spacing:-.025em!important}.rms-pro-shell .finance-line-chart-tooltip-date{fill:#071327!important;font-size:11px!important;font-weight:800!important}.rms-pro-shell .finance-line-chart-summary{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;margin-top:24px!important}.rms-pro-shell .finance-line-chart-summary .metric{position:relative!important;min-height:152px!important;border-radius:18px!important;border:1px solid rgba(203,213,225,.78)!important;background:#fffffff5!important;padding:56px 20px 22px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;text-align:left!important;gap:0!important;box-shadow:0 16px 34px #0f172a0b!important;transition:border-color .18s ease,box-shadow .18s ease!important}.rms-pro-shell .finance-line-chart-summary .metric:hover{transform:none!important;box-shadow:0 18px 38px #0f172a0f!important;border-color:#94a3b894!important}.rms-pro-shell .finance-line-chart-summary .metric:before{position:absolute!important;left:20px!important;top:20px!important;width:32px!important;height:32px!important;border-radius:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#2563eb!important;background:linear-gradient(180deg,#edf4ff,#dfeaff)!important;font-size:17px!important;font-weight:900!important;line-height:1!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(1):before{content:"↗"!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(2):before{content:"▣"!important;font-size:15px!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(3):before{content:"♛"!important;color:#16a34a!important;background:linear-gradient(180deg,#dcfce7,#c8f5d8)!important;font-size:16px!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(4):before{content:"☆"!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(5):before{content:"↘"!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(3){border-color:#34d399c7!important;box-shadow:0 0 0 1px #34d3991c,0 18px 38px #0f172a0d!important}.rms-pro-shell .finance-line-chart-summary .metric-title{color:#24324a!important;font-size:16px!important;line-height:1.24!important;font-weight:820!important;letter-spacing:-.025em!important;margin:0!important;text-align:left!important;white-space:normal!important}.rms-pro-shell .finance-line-chart-summary .metric-date{margin-top:9px!important;color:#16a34a!important;font-size:15px!important;line-height:1.1!important;font-weight:820!important;text-align:left!important}.rms-pro-shell .finance-line-chart-summary .metric-weekday{margin-top:9px!important;color:#2563eb!important;font-size:16px!important;line-height:1.1!important;font-weight:880!important;text-align:left!important}.rms-pro-shell .finance-line-chart-summary .metric-amount{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:10px!important;margin-top:28px!important;line-height:1!important;text-align:left!important;width:100%!important}.rms-pro-shell .finance-line-chart-summary .metric-number{color:#071327!important;font-size:34px!important;line-height:.96!important;font-weight:900!important;letter-spacing:-.06em!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(3) .metric-number{color:#16a34a!important}.rms-pro-shell .finance-line-chart-summary .metric-currency{color:#475569!important;font-size:14px!important;font-weight:760!important;line-height:1!important;padding-bottom:3px!important;margin-left:2px!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric span,.rms-pro-shell .finance-line-chart-summary .metric strong{white-space:normal!important}@media (max-width:1200px){.rms-pro-shell .finance-line-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rms-pro-shell .finance-line-chart-summary .metric{min-height:146px!important}}@media (max-width:760px){.rms-pro-shell .finance-line-chart-summary{grid-template-columns:1fr!important}.rms-pro-shell .finance-line-chart-svg{height:260px!important}.rms-pro-shell .finance-line-chart-summary .metric{min-height:132px!important}}.rms-pro-shell .finance-line-chart-svg{height:330px!important}.rms-pro-shell .finance-line-chart-area{fill:url(#financeDailyRevenueGradient)!important}.rms-pro-shell .finance-line-chart-summary .metric{min-height:138px!important;padding:18px 20px 20px!important;display:grid!important;grid-template-rows:auto 1fr auto!important;align-items:start!important}.rms-pro-shell .finance-line-chart-summary .metric-number{font-size:31px!important;font-weight:900!important;color:#071327!important;letter-spacing:-.055em!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric-currency{font-size:13px!important;font-weight:780!important;color:#475569!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric-amount{margin-top:18px!important;display:flex!important;align-items:flex-end!important;gap:10px!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric-title{font-size:15.5px!important;font-weight:850!important;color:#071327!important;line-height:1.22!important}.rms-pro-shell .finance-line-chart-summary .metric-date{color:#16a34a!important;font-weight:850!important}.rms-pro-shell .finance-line-chart-summary .metric-weekday{color:#2563eb!important;font-weight:900!important}.rms-pro-shell .finance-line-chart-summary .metric-worst .metric-weekday,.rms-pro-shell .finance-line-chart-summary .metric:nth-child(5) .metric-weekday{color:#dc2626!important}.rms-pro-shell .finance-line-chart-summary .metric:before{content:none!important;display:none!important}.rms-pro-shell .finance-line-chart-summary .metric{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;column-gap:14px!important;row-gap:16px!important;align-items:start!important;min-height:138px!important;padding:18px 20px 20px!important}.rms-pro-shell .finance-line-chart-summary .finance-kpi-icon{grid-column:1!important;grid-row:1!important;width:40px!important;height:40px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#2563eb!important;background:linear-gradient(180deg,#eef4ff,#dfeaff)!important;font-size:20px!important;font-weight:900!important;line-height:1!important;flex:0 0 40px!important;margin:0!important;box-shadow:inset 0 0 0 1px #2563eb0d!important}.rms-pro-shell .finance-line-chart-summary .metric-best-day .finance-kpi-icon{color:#16a34a!important;background:linear-gradient(180deg,#dcfce7,#c8f5d8)!important}.rms-pro-shell .finance-line-chart-summary .metric-worst .finance-kpi-icon{color:#dc2626!important;background:linear-gradient(180deg,#fff1f2,#fee2e2)!important}.rms-pro-shell .finance-line-chart-summary .metric-copy{grid-column:2!important;grid-row:1!important;min-width:0!important;align-self:center!important}.rms-pro-shell .finance-line-chart-summary .metric-amount{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:10px!important;margin-top:0!important;white-space:nowrap!important;width:100%!important}.rms-pro-shell .finance-line-chart-summary .metric-number{font-size:31px!important;line-height:.96!important;font-weight:900!important;letter-spacing:-.055em!important}.rms-pro-shell .finance-line-chart-summary .metric-currency{font-size:13px!important;padding-bottom:3px!important;margin-left:2px!important}.rms-pro-shell .finance-line-chart-summary .metric{grid-template-columns:32px minmax(0,1fr)!important;column-gap:12px!important;row-gap:16px!important}.rms-pro-shell .finance-line-chart-summary .finance-kpi-icon{width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:9px!important;font-size:15px!important;box-shadow:inset 0 0 0 1px #2563eb0d!important}.rms-pro-shell .finance-line-chart-summary .metric:nth-child(2) .finance-kpi-icon{font-size:13px!important}.rms-pro-shell .finance-line-chart-summary .metric-best-day .finance-kpi-icon{font-size:14px!important}.rms-pro-shell .debt-intelligence-panel{display:flex;flex-direction:column;gap:16px;margin:0 0 18px}.rms-pro-shell .debt-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.rms-pro-shell .debt-kpi-card{min-height:104px;border:1px solid rgba(226,232,240,.92);border-radius:18px;background:#ffffffeb;box-shadow:0 18px 40px #0f172a0e;padding:16px 16px 14px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.rms-pro-shell .debt-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#2563eb;opacity:.75}.rms-pro-shell .debt-kpi-danger:before{background:#ef4444}.rms-pro-shell .debt-kpi-success:before{background:#10b981}.rms-pro-shell .debt-kpi-info:before{background:#3b82f6}.rms-pro-shell .debt-kpi-muted:before{background:#64748b}.rms-pro-shell .debt-kpi-label{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.rms-pro-shell .debt-kpi-value{font-size:24px;font-weight:900;color:#0f172a;letter-spacing:-.035em;line-height:1.05}.rms-pro-shell .debt-kpi-sub{font-size:12px;font-weight:700;color:#64748b;line-height:1.25}.rms-pro-shell .debt-kpi-danger .debt-kpi-value{color:#dc2626}.rms-pro-shell .debt-kpi-success .debt-kpi-value{color:#059669}.rms-pro-shell .debt-kpi-info .debt-kpi-value{color:#2563eb}.rms-pro-shell .debt-charts-grid{display:grid;grid-template-columns:1.05fr 1.3fr 1fr;gap:14px}.rms-pro-shell .debt-chart-card{min-height:232px;border:1px solid rgba(226,232,240,.92);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f8fafcf0);box-shadow:0 20px 44px #0f172a0e;padding:16px;overflow:hidden}.rms-pro-shell .debt-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.rms-pro-shell .debt-chart-head h3{margin:0;font-size:16px;font-weight:900;color:#0f172a;letter-spacing:-.02em}.rms-pro-shell .debt-chart-head span{font-size:12px;font-weight:700;color:#64748b;white-space:nowrap}.rms-pro-shell .debt-donut-layout{position:relative;display:grid;grid-template-columns:136px 1fr;align-items:center;gap:14px;min-height:160px}.rms-pro-shell .debt-donut-svg{width:136px;height:136px;transform:rotate(-90deg)}.rms-pro-shell .debt-donut-bg{fill:none;stroke:#e2e8f0;stroke-width:14}.rms-pro-shell .debt-donut-ok{fill:none;stroke:#10b981;stroke-width:14;stroke-linecap:round}.rms-pro-shell .debt-donut-overdue{fill:none;stroke:#ef4444;stroke-width:14;stroke-linecap:round}.rms-pro-shell .debt-donut-center{position:absolute;left:0;top:50%;width:136px;transform:translateY(-50%);text-align:center;color:#0f172a}.rms-pro-shell .debt-donut-center b{display:block;font-size:18px;font-weight:900;letter-spacing:-.03em}.rms-pro-shell .debt-donut-center span{display:block;font-size:11px;font-weight:800;color:#64748b;margin-top:2px}.rms-pro-shell .debt-donut-legend{display:flex;flex-direction:column;gap:10px;font-size:12px;font-weight:700;color:#475569}.rms-pro-shell .debt-donut-legend div{display:flex;align-items:center;gap:8px;justify-content:space-between;border-bottom:1px solid rgba(226,232,240,.72);padding-bottom:8px}.rms-pro-shell .debt-donut-legend b{color:#0f172a;margin-left:auto}.rms-pro-shell .risk-dot{width:8px;height:8px;border-radius:999px;display:inline-block;flex:0 0 auto}.rms-pro-shell .risk-red{background:#ef4444}.rms-pro-shell .risk-green{background:#10b981}.rms-pro-shell .debt-trend-svg{width:100%;height:170px;display:block}.rms-pro-shell .debt-trend-grid{stroke:#94a3b840;stroke-width:1;stroke-dasharray:4 4}.rms-pro-shell .debt-trend-area{fill:#7c3aed1c}.rms-pro-shell .debt-trend-line{fill:none;stroke:#7c3aed;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.rms-pro-shell .debt-trend-label{font-size:10px;font-weight:800;fill:#64748b;text-transform:capitalize}.rms-pro-shell .debt-risk-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}.rms-pro-shell .debt-risk-row-top{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:800;color:#0f172a;margin-bottom:6px}.rms-pro-shell .debt-risk-row-top span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rms-pro-shell .debt-risk-row-top b{color:#dc2626}.rms-pro-shell .debt-risk-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.rms-pro-shell .debt-risk-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f97316,#ef4444)}.rms-pro-shell .debt-empty-note{font-size:13px;font-weight:700;color:#64748b;padding:22px 0;text-align:center}@media (max-width:1200px){.rms-pro-shell .debt-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rms-pro-shell .debt-charts-grid{grid-template-columns:1fr}}@media (max-width:760px){.rms-pro-shell .debt-kpi-grid{grid-template-columns:1fr}.rms-pro-shell .debt-donut-layout{grid-template-columns:1fr;justify-items:center}.rms-pro-shell .debt-donut-center{left:50%;transform:translate(-50%,-50%)}.rms-pro-shell .debt-donut-legend{width:100%}}.finance-intelligence-page{--finance-ink: #071427;--finance-muted: #66758a;--finance-line: rgba(15, 23, 42, .09);--finance-blue: #2563eb;--finance-green: #10b981;--finance-red: #ef4444;--finance-purple: #8b5cf6;--finance-card: rgba(255,255,255,.82)}.finance-intel-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 18px}.finance-intel-hero h2{margin:0;font-size:30px;font-weight:850;letter-spacing:-.045em;color:var(--finance-ink)}.finance-intel-hero p{margin:7px 0 0;color:var(--finance-muted);font-size:14px;font-weight:500}.finance-intel-filters{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(110px,.7fr) minmax(130px,.8fr);gap:10px;min-width:min(640px,100%)}.finance-intel-filters label{font-size:12px;color:var(--finance-muted);gap:6px}.finance-intel-filters select{height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#ffffffdb;box-shadow:0 12px 30px #0f172a0a;color:var(--finance-ink);font-weight:650}.finance-intel-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:16px}.finance-intel-kpi{position:relative;overflow:hidden;min-height:118px;padding:18px 18px 16px;border-radius:22px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fffffff5,#f9fbffe0);box-shadow:0 18px 45px #0f172a0e}.finance-intel-kpi:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#2563eb73;border-radius:22px 0 0 22px}.finance-intel-kpi:nth-child(2):before{background:#10b9818c}.finance-intel-kpi:nth-child(3):before{background:#8b5cf68c}.finance-intel-kpi:nth-child(4):before{background:#ef444473}.finance-intel-kpi:nth-child(5):before{background:#2563eb8c}.finance-intel-kpi span{display:block;color:var(--finance-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;margin:0 0 10px}.finance-intel-kpi strong{display:block;color:var(--finance-ink);font-size:26px;line-height:1;letter-spacing:-.045em;font-weight:850}.finance-intel-kpi strong em{font-style:normal;font-size:13px;font-weight:800;color:#64748b;letter-spacing:0;margin-left:5px}.finance-intel-kpi p{margin:12px 0 0;color:var(--finance-muted);font-size:12px;font-weight:650}.finance-kpi-icon{position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:12px;display:grid;place-items:center;font-weight:900;font-size:15px}.finance-kpi-blue{background:#2563eb1a;color:#2563eb}.finance-kpi-green{background:#10b9811f;color:#10b981}.finance-kpi-purple{background:#8b5cf61f;color:#8b5cf6}.finance-kpi-red{background:#ef44441a;color:#ef4444}.finance-intel-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:16px;margin-bottom:18px}.finance-intel-card{border-radius:24px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fffffff5,#f9fbffe6);box-shadow:0 18px 55px #0f172a0e;padding:20px;min-width:0}.finance-intel-card-wide{min-height:270px}.finance-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.finance-card-title h3{margin:0;color:var(--finance-ink);font-size:18px;line-height:1.15;font-weight:850;letter-spacing:-.025em}.finance-card-title p{margin:5px 0 0;color:var(--finance-muted);font-size:13px;font-weight:550}.finance-chart-legend{display:flex;flex-wrap:wrap;gap:12px;color:#64748b;font-size:12px;font-weight:700}.finance-chart-legend span:before{content:"";display:inline-block;width:10px;height:5px;border-radius:999px;margin-right:6px;vertical-align:1px}.finance-chart-legend .blue:before{background:var(--finance-blue)}.finance-chart-legend .red:before{background:var(--finance-red)}.finance-chart-legend .green:before{background:var(--finance-green)}.finance-intel-line-chart,.finance-intel-mini-chart{display:block;width:100%;height:220px;overflow:visible}.finance-chart-grid-line{stroke:#94a3b83b;stroke-width:1;stroke-dasharray:4 5}.finance-chart-x{fill:#64748b;font-size:12px;font-weight:700;text-anchor:middle}.finance-line-blue,.finance-line-red,.finance-line-green,.finance-line-purple{fill:none;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 10px rgba(37,99,235,.08))}.finance-line-blue{stroke:var(--finance-blue)}.finance-line-red{stroke:var(--finance-red)}.finance-line-green{stroke:var(--finance-green)}.finance-line-purple{stroke:var(--finance-purple)}.finance-chart-tag{padding:9px 11px;border-radius:12px;background:#8b5cf61a;color:#7c3aed;font-size:14px;line-height:1}.finance-donut-layout{display:grid;grid-template-columns:190px 1fr;gap:18px;align-items:center;min-height:230px}.finance-donut{width:168px;height:168px;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #0f172a0a,0 18px 38px #0f172a0d}.finance-donut>div{width:98px;height:98px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;box-shadow:inset 0 0 0 1px #e2e8f0f2}.finance-donut strong{display:block;color:var(--finance-ink);font-size:18px;font-weight:850;letter-spacing:-.04em;line-height:1}.finance-donut span{display:block;color:#64748b;font-size:11px;font-weight:800;margin-top:-12px}.finance-donut-list{display:grid;gap:10px}.finance-donut-list div{display:grid;grid-template-columns:1fr 48px 94px;gap:10px;align-items:center;padding-bottom:10px;border-bottom:1px solid rgba(226,232,240,.9)}.finance-donut-list span{color:#475569;font-weight:650;font-size:13px}.finance-donut-list b,.finance-donut-list em{color:var(--finance-ink);font-size:12px;font-weight:800;font-style:normal;text-align:right}.finance-donut-list em{color:#64748b}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.dot-0{background:#2563eb}.dot-1{background:#10b981}.dot-2{background:#8b5cf6}.dot-3{background:#f97316}.dot-4{background:#94a3b8}.finance-metric-list,.finance-plan-list{display:grid;gap:0}.finance-metric-list>div{display:grid;grid-template-columns:1fr auto 70px;gap:12px;padding:13px 0;border-bottom:1px solid rgba(226,232,240,.95);align-items:center}.finance-metric-list span,.finance-plan-list span{color:#64748b;font-size:13px;font-weight:650}.finance-metric-list b,.finance-plan-list b{color:var(--finance-ink);font-size:13px;font-weight:850}.finance-metric-list em,.finance-plan-list em{font-style:normal;text-align:right;font-size:12px;font-weight:850}.finance-plan-list>div{padding:12px 0 14px}.finance-plan-list>div>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.finance-plan-track{height:8px;border-radius:999px;background:#94a3b82e;overflow:hidden}.finance-plan-track i{display:block;height:100%;border-radius:inherit;background:#2563eb}.finance-plan-track.green i{background:#10b981}.finance-plan-track.purple i{background:#8b5cf6}.finance-details-grid{margin-top:8px}.finance-details-grid>.finance-daily-revenue-chart,.finance-details-grid>.card{animation:none}@media (max-width: 1280px){.finance-intel-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-intel-grid{grid-template-columns:1fr}}@media (max-width: 900px){.finance-intel-hero{flex-direction:column}.finance-intel-filters{grid-template-columns:1fr;min-width:0;width:100%}.finance-intel-kpis{grid-template-columns:1fr}.finance-donut-layout{grid-template-columns:1fr;justify-items:center}.finance-donut-list{width:100%}}.rms-executive-dashboard{display:flex;flex-direction:column;gap:18px}.dashboard-v23-head{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:start;gap:24px;margin-bottom:4px}.dashboard-v23-head h2{margin:0;color:#06142d;font-size:32px;line-height:1.1;font-weight:850;letter-spacing:-.045em}.dashboard-v23-head p{margin:10px 0 0;color:#667085;font-size:15px;line-height:1.45}.dashboard-v23-filters{display:grid;grid-template-columns:220px 130px 150px;gap:12px;align-items:end}.dashboard-v23-filters label{gap:6px;color:#667085;font-size:12px;font-weight:650}.dashboard-v23-filters select{height:48px;border-radius:14px;border:1px solid rgba(148,163,184,.34);background:#ffffffe0;color:#06142d;font-weight:750;box-shadow:0 12px 28px #0f172a0a}.dashboard-v23-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.rms-executive-dashboard .dash-kpi{position:relative;overflow:hidden;min-height:120px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;padding:20px 20px 18px;border-radius:24px;border:1px solid rgba(226,232,240,.94);background:linear-gradient(180deg,#fffffff5,#f9fbffeb);box-shadow:0 22px 55px #0f172a0e}.rms-executive-dashboard .dash-kpi:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:999px;background:#2563eb}.rms-executive-dashboard .dash-kpi-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:21px;font-weight:850;background:#2563eb1a;color:#2563eb}.rms-executive-dashboard .dash-kpi em{display:block;color:#667085;font-style:normal;font-size:12px;line-height:1.35;font-weight:850;text-transform:uppercase;letter-spacing:.035em;margin-bottom:8px}.rms-executive-dashboard .dash-kpi strong{display:block;color:#06142d;font-size:27px;line-height:1;font-weight:850;letter-spacing:-.045em;white-space:nowrap}.rms-executive-dashboard .dash-kpi strong small{margin-left:4px;color:#40516c;font-size:12px;font-weight:850;letter-spacing:0}.rms-executive-dashboard .dash-kpi p{margin:11px 0 0;color:#667085;font-size:12.5px;line-height:1.35;font-weight:650}.rms-executive-dashboard .dash-kpi p.good,.rms-executive-dashboard .good{color:#10b981}.rms-executive-dashboard .dash-kpi p.bad,.rms-executive-dashboard .bad{color:#ef4444}.rms-executive-dashboard .dash-kpi-green:before{background:#10b981}.rms-executive-dashboard .dash-kpi-green .dash-kpi-icon{background:#10b9811f;color:#10b981}.rms-executive-dashboard .dash-kpi-purple:before{background:#8b5cf6}.rms-executive-dashboard .dash-kpi-purple .dash-kpi-icon{background:#8b5cf61f;color:#8b5cf6}.rms-executive-dashboard .dash-kpi-red:before{background:#fb7185}.rms-executive-dashboard .dash-kpi-red .dash-kpi-icon{background:#fb718524;color:#ef4444}.rms-executive-dashboard .dash-kpi-wallet:before{background:#60a5fa}.rms-executive-dashboard .dash-kpi-wallet .dash-kpi-icon{background:#2563eb1a;color:#2563eb}.dashboard-v23-main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.9fr);gap:18px;align-items:stretch}.dashboard-v23-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.65fr);gap:18px;align-items:stretch}.rms-executive-dashboard .card,.rms-executive-dashboard .finance-daily-revenue-chart{background:linear-gradient(180deg,#fffffff7,#f9fbfff2);border:1px solid rgba(226,232,240,.96);border-radius:24px;box-shadow:0 22px 55px #0f172a0d}.rms-executive-dashboard .card-head h3{color:#06142d;font-size:20px;font-weight:850;letter-spacing:-.035em}.rms-executive-dashboard .card-head .hint,.rms-executive-dashboard .hint{color:#667085;font-weight:500}.rms-executive-dashboard .dashboard-chart-card{grid-column:auto;padding:22px 24px}.rms-executive-dashboard .dash-bars{display:grid;gap:13px}.rms-executive-dashboard .dash-bar-row{grid-template-columns:82px minmax(0,1fr) 160px;gap:16px;align-items:center}.rms-executive-dashboard .dash-bar-label{color:#06142d;font-weight:850}.rms-executive-dashboard .dash-bar-track{height:14px;border-radius:999px;background:#e9eff7;box-shadow:inset 0 1px 2px #0f172a0a}.rms-executive-dashboard .dash-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 6px 16px #2563eb2e}.rms-executive-dashboard .dashboard-v23-bottom-grid .dash-bar{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 6px 16px #10b9812e}.rms-executive-dashboard .dash-bar-value{display:flex;justify-content:flex-end;align-items:baseline;gap:10px;color:#06142d;font-weight:850;white-space:nowrap}.rms-executive-dashboard .dash-bar-value em{color:#4773b8;font-size:12px;font-style:normal;font-weight:800}.dashboard-v23-daily-chart{grid-column:auto!important;padding:22px 24px!important}.dashboard-v23-daily-chart .finance-line-chart-wrap{padding:10px 8px 4px;border:0;background:transparent;box-shadow:none}.dashboard-v23-daily-chart .finance-line-chart-svg{height:250px}.dashboard-v23-daily-chart .finance-line-chart-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}.dashboard-v23-daily-chart .finance-line-chart-summary .metric{min-height:156px;padding:14px 16px;border-radius:18px}.dashboard-v23-daily-chart .finance-line-chart-summary .metric-number{font-size:25px}.dashboard-v23-daily-chart .finance-kpi-icon{width:34px;height:34px;font-size:16px;border-radius:10px}.dashboard-v23-insights{padding:22px 24px}.dashboard-v23-insight-list{display:grid;gap:12px}.dashboard-v23-insight-list>div{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid rgba(226,232,240,.88)}.dashboard-v23-insight-list>div:last-child{border-bottom:0}.dashboard-v23-insight-list span{color:#667085;font-size:13px;font-weight:750}.dashboard-v23-insight-list strong{color:#06142d;font-size:20px;font-weight:850;letter-spacing:-.025em}.dashboard-v23-insight-list em{color:#667085;font-style:normal;font-size:12px;font-weight:650}@media (max-width: 1280px){.dashboard-v23-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-v23-main-grid,.dashboard-v23-bottom-grid{grid-template-columns:1fr}}@media (max-width: 760px){.dashboard-v23-head,.dashboard-v23-filters,.dashboard-v23-kpis{grid-template-columns:1fr}}.dashboard-v23-filters select:not(:disabled){cursor:pointer}.dashboard-v23-filters select:disabled{opacity:.7;cursor:not-allowed}.rms-executive-dashboard .dash-kpi{min-height:116px;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:18px 18px 16px}.rms-executive-dashboard .dash-kpi>div{min-width:0}.rms-executive-dashboard .dash-kpi em{font-size:11.2px;line-height:1.25;margin-bottom:7px;max-width:100%}.rms-executive-dashboard .dash-kpi strong{display:flex;align-items:baseline;gap:5px;min-width:0;font-size:clamp(24px,1.9vw,31px);line-height:1.02;white-space:nowrap}.rms-executive-dashboard .dash-kpi strong small{flex:0 0 auto;margin-left:2px;font-size:11px;line-height:1}.rms-executive-dashboard .dash-kpi p{margin-top:10px;font-size:12px}.dashboard-v25-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);gap:18px;align-items:stretch}.dashboard-v25-left-stack{display:grid;gap:18px;min-width:0}.dashboard-v25-left-stack .dashboard-chart-card{min-height:270px}.dashboard-v25-left-stack .dashboard-chart-card+.dashboard-chart-card .dash-bar{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 6px 16px #10b9812e}.dashboard-v25-insights{min-height:100%;display:flex;flex-direction:column}.dashboard-v25-insight-list{flex:1;gap:0}.dashboard-v25-insight-list>div{grid-template-columns:56px minmax(0,1fr);column-gap:14px;align-items:center;padding:16px 0}.dashboard-v25-insight-list>div:before{content:"↗";grid-row:span 3;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;color:#2563eb;background:#2563eb1a;font-weight:900}.dashboard-v25-insight-list>div:nth-child(2):before{content:"🏢";color:#2563eb;background:#2563eb17}.dashboard-v25-insight-list>div:nth-child(3):before{content:"$";color:#10b981;background:#10b9811f}.dashboard-v25-insight-list>div:nth-child(4):before{content:"◎";color:#8b5cf6;background:#8b5cf61f}.dashboard-v25-insight-list>div:nth-child(5):before{content:"!";color:#ef4444;background:#ef44441a}.dashboard-v25-insight-list span,.dashboard-v25-insight-list strong,.dashboard-v25-insight-list em{grid-column:2}@media (max-width: 1280px){.dashboard-v25-layout{grid-template-columns:1fr}.dashboard-v25-left-stack .dashboard-chart-card{min-height:auto}}@media (max-width: 760px){.rms-executive-dashboard .dash-kpi{grid-template-columns:38px minmax(0,1fr)}.rms-executive-dashboard .dash-kpi-icon{width:38px;height:38px}.dashboard-v25-insight-list>div{grid-template-columns:44px minmax(0,1fr)}.dashboard-v25-insight-list>div:before{width:38px;height:38px;border-radius:14px}}.rms-executive-dashboard .dash-kpi em{max-width:100%;overflow-wrap:normal;word-break:normal}.rms-executive-dashboard .dash-kpi strong{display:flex;align-items:baseline;gap:6px;max-width:100%;overflow:visible;white-space:nowrap;font-size:clamp(22px,1.55vw,28px);letter-spacing:-.04em}.rms-executive-dashboard .dash-kpi strong small{display:inline-flex;flex:0 0 auto;margin-left:2px;transform:translateY(-1px);font-size:10.5px;line-height:1;letter-spacing:.01em;color:#44546f}.rms-executive-dashboard .dash-kpi-purple em{font-size:11.6px}@media (max-width: 1500px){.rms-executive-dashboard .dash-kpi{grid-template-columns:40px minmax(0,1fr);gap:10px;padding-left:16px;padding-right:14px}.rms-executive-dashboard .dash-kpi-icon{width:40px;height:40px;font-size:18px}.rms-executive-dashboard .dash-kpi strong{font-size:clamp(21px,1.45vw,26px);gap:4px}.rms-executive-dashboard .dash-kpi strong small{font-size:9.8px}}.dashboard-v23-kpis,.finance-intel-kpis{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;align-items:stretch}.rms-executive-dashboard .dash-kpi,.finance-intel-kpi{min-height:126px;padding:18px 16px 16px;border-radius:22px}.rms-executive-dashboard .dash-kpi{grid-template-columns:38px minmax(0,1fr);gap:12px}.rms-executive-dashboard .dash-kpi-icon,.finance-kpi-icon{width:38px;height:38px;border-radius:12px;font-size:18px}.rms-executive-dashboard .dash-kpi em,.finance-intel-kpi span{font-size:11px;line-height:1.28;margin-bottom:8px;min-height:28px}.rms-executive-dashboard .dash-kpi strong,.finance-intel-kpi strong{display:flex;align-items:baseline;gap:5px;flex-wrap:nowrap;min-width:0;font-size:clamp(18px,1.45vw,25px);letter-spacing:-.04em;white-space:nowrap}.rms-executive-dashboard .dash-kpi strong small,.finance-intel-kpi strong em{display:inline-flex;align-items:baseline;flex:0 0 auto;margin-left:2px;font-size:11px;line-height:1;letter-spacing:0}.rms-executive-dashboard .dash-kpi p,.finance-intel-kpi p{margin-top:10px;font-size:11.5px;line-height:1.35}.rms-executive-dashboard .dash-kpi-forecast:before,.finance-intel-kpi:nth-child(6):before{background:#f59e0b}.rms-executive-dashboard .dash-kpi-forecast .dash-kpi-icon,.finance-intel-kpi:nth-child(6) .finance-kpi-icon{background:#f59e0b21;color:#f59e0b}.rms-executive-dashboard .dash-kpi-target:before,.finance-intel-kpi:nth-child(7):before{background:#14b8a6}.rms-executive-dashboard .dash-kpi-target .dash-kpi-icon,.finance-intel-kpi:nth-child(7) .finance-kpi-icon{background:#14b8a621;color:#14b8a6}.finance-kpi-orange{background:#f59e0b21;color:#f59e0b}.finance-kpi-teal{background:#14b8a621;color:#14b8a6}@media (max-width: 1500px){.dashboard-v23-kpis,.finance-intel-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1100px){.dashboard-v23-kpis,.finance-intel-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.dashboard-v23-kpis,.finance-intel-kpis{grid-template-columns:1fr}}.rms-executive-dashboard .dashboard-v29-kpis{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;align-items:stretch;width:100%;margin:18px 0}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{min-height:136px;padding:16px 14px 15px;border-radius:22px;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:start;overflow:hidden}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:before{top:18px;bottom:18px;width:4px}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi-icon{width:36px;height:36px;min-width:36px;border-radius:12px;font-size:17px;line-height:1}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi>div{min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi em{min-height:30px;margin:0 0 8px;color:#667085;font-size:10.6px;line-height:1.3;font-weight:850;letter-spacing:.035em;text-transform:uppercase;white-space:normal;overflow:visible;word-break:normal}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{display:flex;align-items:baseline;gap:5px;width:100%;max-width:100%;min-width:0;overflow:visible;color:#06142d;font-size:clamp(18px,1.28vw,24px);line-height:1.03;font-weight:850;letter-spacing:-.045em;white-space:nowrap}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong small{flex:0 0 auto;display:inline-flex;align-items:baseline;margin-left:1px;transform:translateY(-1px);color:#40516c;font-size:10px;line-height:1;font-weight:850;letter-spacing:.01em}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p{margin:10px 0 0;color:#667085;font-size:11.2px;line-height:1.35;font-weight:700;max-width:100%}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.good,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.bad{font-weight:850}@media (max-width: 1700px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:repeat(7,minmax(126px,1fr));gap:11px}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{padding-left:13px;padding-right:12px;grid-template-columns:34px minmax(0,1fr);gap:9px}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi-icon{width:34px;height:34px;min-width:34px;font-size:16px}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{font-size:clamp(17px,1.17vw,22px)}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong small{font-size:9.5px}}@media (max-width: 1450px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{font-size:clamp(21px,1.6vw,27px)}}@media (max-width: 980px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:1fr}}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{grid-column:span 3!important;min-height:154px!important;padding:20px 20px 18px!important;border-radius:24px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:15px!important;align-items:start!important;overflow:hidden!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 4!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:before{top:24px!important;bottom:24px!important;width:4px!important;border-radius:99px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi-icon{width:46px!important;height:46px!important;min-width:46px!important;border-radius:16px!important;font-size:20px!important;line-height:1!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi em{min-height:0!important;margin:1px 0 10px!important;color:#667085!important;font-size:12px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.035em!important;text-transform:uppercase!important;white-space:normal!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{display:flex!important;align-items:baseline!important;gap:6px!important;color:#06142d!important;font-size:clamp(25px,1.55vw,32px)!important;line-height:1.02!important;font-weight:850!important;letter-spacing:-.045em!important;white-space:nowrap!important;max-width:100%!important;overflow:visible!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p{margin:12px 0 0!important;color:#667085!important;font-size:13px!important;line-height:1.35!important;font-weight:700!important;max-width:100%!important}@media (min-width: 2100px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:repeat(7,minmax(0,1fr))!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 1!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{font-size:clamp(22px,1.2vw,27px)!important}}@media (max-width: 1280px){.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 6!important}}@media (max-width: 720px){.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 12!important}}.rms-executive-dashboard .dashboard-v29-kpis{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;width:100%!important;margin:22px 0 24px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{grid-column:span 3!important;min-height:134px!important;padding:18px 20px 17px!important;border-radius:22px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;overflow:hidden!important;background:linear-gradient(180deg,#fffffffa,#f9fbfff0)!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 18px 45px #0f172a0b!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 4!important;min-height:112px!important;padding:16px 20px 15px!important;grid-template-columns:44px minmax(0,1fr)!important;gap:14px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:before{top:20px!important;bottom:20px!important;width:4px!important;border-radius:999px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi-icon{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important;font-size:20px!important;line-height:1!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5) .dash-kpi-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;font-size:18px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi>div{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi em{min-height:0!important;margin:1px 0 9px!important;color:#667085!important;font-size:12px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.035em!important;text-transform:uppercase!important;white-space:normal!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5) em{font-size:11.6px!important;margin-bottom:8px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong{display:flex!important;align-items:baseline!important;gap:6px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;color:#06142d!important;font-size:clamp(25px,1.42vw,31px)!important;line-height:1.02!important;font-weight:850!important;letter-spacing:-.045em!important;white-space:nowrap!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5) strong{font-size:clamp(23px,1.28vw,29px)!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong small{flex:0 0 auto!important;display:inline-flex!important;align-items:baseline!important;margin-left:2px!important;transform:translateY(-1px)!important;color:#40516c!important;font-size:13px!important;line-height:1!important;font-weight:850!important;letter-spacing:.01em!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p{margin:10px 0 0!important;color:#667085!important;font-size:13px!important;line-height:1.35!important;font-weight:700!important;max-width:100%!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5) p{margin-top:9px!important;font-size:12.6px!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.good,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.bad{font-weight:850!important}@media (min-width:2100px){.rms-executive-dashboard .dashboard-v29-kpis{grid-template-columns:repeat(12,minmax(0,1fr))!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{grid-column:span 3!important}.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 4!important}}@media (max-width:1280px){.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 6!important}}@media (max-width:720px){.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi,.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi:nth-child(n+5){grid-column:span 12!important}}.finance-intelligence-page.rms-executive-dashboard{padding:0 0 34px}.finance-intelligence-page .finance-dashboard-head{margin-bottom:22px!important}.finance-intelligence-page .finance-dashboard-kpis{margin:22px 0 24px!important}.finance-intelligence-page.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi{background:linear-gradient(180deg,#fffffffa,#f9fbfff0)!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 18px 45px #0f172a0b!important}.finance-intelligence-page.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong.good,.finance-intelligence-page.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi strong.bad{color:#06142d!important}.finance-intelligence-page.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.good{color:#10b981!important}.finance-intelligence-page.rms-executive-dashboard .dashboard-v29-kpis .dash-kpi p.bad{color:#ef4444!important}.finance-intelligence-page .finance-intel-grid{margin-top:4px!important}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .rms-pro-content{padding-top:34px}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .topbar{margin-bottom:22px}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .topbar h2,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .section-title,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .page-title{font-size:34px;line-height:1.08;letter-spacing:-.045em;color:#071327;font-weight:850}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .topbar p,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .hint{color:#64748b}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;align-items:start}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .span-2{grid-column:span 12}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .module-placeholder,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .market-intelligence .mi-section{background:linear-gradient(180deg,#fffffffa,#fcfdfff5);border:1px solid rgba(226,232,240,.95);border-radius:24px;box-shadow:0 18px 45px #0f172a0e;padding:22px;color:#0f172a}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card:hover,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .module-placeholder:hover,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .market-intelligence .mi-section:hover{box-shadow:0 22px 55px #0f172a13}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card h3,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card-head h3,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .market-intelligence h3{margin:0 0 8px;font-size:20px;line-height:1.2;letter-spacing:-.03em;color:#0f172a;font-weight:820}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid.compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.01em}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) input,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) select,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) textarea{height:46px;border-radius:14px;border:1px solid rgba(203,213,225,.95);background:#fffffff5;color:#0f172a;font-size:14px;font-weight:650;box-shadow:0 2px #0f172a04;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) textarea{min-height:90px;height:auto;resize:vertical}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) input:focus,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) select:focus,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) textarea:focus{outline:none;border-color:#2563ebb8;box-shadow:0 0 0 4px #2563eb1a;background:#fff}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) button,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .primary,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .ghost,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .small{border-radius:13px;font-weight:800;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 14px 26px #2563eb33}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px #2563eb42}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .ghost,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .small{background:#f8fafcfa;color:#0f172a;border:1px solid rgba(226,232,240,.95)}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .ghost:hover,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .small:hover{background:#fff;border-color:#94a3b8a6}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .remove{background:#fff1f2;color:#dc2626;border:1px solid rgba(254,202,202,.95)}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .table-wrap{border:1px solid rgba(226,232,240,.9);border-radius:18px;overflow:auto;background:#fff}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) th{background:#f8fafc;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.035em;font-weight:800;border-bottom:1px solid rgba(226,232,240,.95);padding:13px 14px}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) td{padding:13px 14px;color:#1e293b;border-bottom:1px solid rgba(226,232,240,.72);font-size:13px;vertical-align:middle}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) tbody tr:hover td{background:#f8fafcbf}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) tbody tr:last-child td{border-bottom:0}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .metric{border:1px solid rgba(226,232,240,.9);border-radius:16px;background:#f8fafcc2;padding:12px 14px;margin:8px 0}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .metric span{color:#64748b;font-weight:650}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .metric strong,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .big-number{color:#0f172a;font-weight:850;letter-spacing:-.035em}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .bad{color:#dc2626;font-weight:800}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .good{color:#059669;font-weight:800}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .readonly-banner{border-radius:16px;border:1px solid rgba(96,165,250,.25);background:#eff6ffd9;color:#1e40af;padding:12px 16px;margin-bottom:16px;font-weight:750}.rms-pro-main.section-market .market-intelligence{padding:0}.rms-pro-main.section-market .mi-title{font-size:34px;letter-spacing:-.045em;color:#071327}.rms-pro-main.section-market .mi-card{background:linear-gradient(180deg,#fffffffa,#fcfdfff5);border:1px solid rgba(226,232,240,.95);border-radius:22px;box-shadow:0 18px 45px #0f172a0e}.rms-pro-main.section-market .mi-stat-value{color:#0f172a}@media (max-width: 1200px){.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .rms-pro-content{padding-top:22px}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .form-grid.compact{grid-template-columns:1fr}.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .card,.rms-pro-main:not(.section-dashboard):not(.section-finance):not(.section-debts) .module-placeholder{padding:18px;border-radius:20px}}.tech-modern-page{display:flex;flex-direction:column;gap:18px}.tech-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:6px 0 4px}.tech-kpi-card{background:#fff;border:1px solid #e6ebf3;border-radius:22px;padding:18px 20px;display:flex;gap:16px;align-items:center;min-height:118px;box-shadow:0 16px 44px #0f172a0a}.tech-kpi-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;flex:0 0 auto}.tech-kpi-purple .tech-kpi-icon{background:#f1eaff;color:#8b5cf6}.tech-kpi-green .tech-kpi-icon{background:#dcfce7;color:#10b981}.tech-kpi-orange .tech-kpi-icon{background:#fff1df;color:#f97316}.tech-kpi-blue .tech-kpi-icon{background:#eaf2ff;color:#2563eb}.tech-kpi-mint .tech-kpi-icon{background:#dffcf1;color:#059669}.tech-kpi-label{font-size:12px;font-weight:800;color:#64748b;letter-spacing:.04em;text-transform:uppercase}.tech-kpi-value{font-size:26px;font-weight:900;color:#0f172a;line-height:1.05;margin-top:6px}.tech-kpi-sub{font-size:13px;font-weight:700;color:#10b981;margin-top:8px}.tech-modern-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.tech-modern-main-card,.tech-side-card,.tech-preview-card{background:#fff;border:1px solid #e6ebf3;border-radius:22px;box-shadow:0 16px 44px #0f172a0a}.tech-modern-main-card{overflow:hidden}.tech-preview-card{margin:16px;padding:18px}.tech-modern-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #edf1f6}.tech-tabs-clean{display:flex;gap:22px;align-items:center}.tech-tabs-clean button{background:transparent;border:0;border-radius:0;padding:10px 0;color:#64748b;font-weight:800;position:relative}.tech-tabs-clean button.active{color:#2563eb}.tech-tabs-clean button.active:after{content:"";position:absolute;left:0;right:0;bottom:-19px;height:2px;background:#2563eb;border-radius:99px}.tech-toolbar-actions{display:flex;gap:10px;align-items:center}.tech-filter-bar{display:grid;grid-template-columns:220px minmax(260px,1fr) 140px;gap:14px;padding:18px 22px;border-bottom:1px solid #edf1f6}.tech-filter-bar label span{font-size:12px;color:#64748b;font-weight:800}.tech-filter-bar input,.tech-filter-bar select{height:42px;background:#f8fafc;border:1px solid #dfe6ef;border-radius:14px;font-weight:700;color:#0f172a}.tech-table-wrap{overflow:auto}.tech-modern-table{width:100%;border-collapse:collapse;min-width:980px}.tech-modern-table th{background:#fbfcfe;color:#64748b;font-size:12px;text-transform:none;letter-spacing:0;font-weight:800;padding:14px 22px;border-bottom:1px solid #edf1f6}.tech-modern-table td{padding:14px 22px;border-bottom:1px solid #edf1f6;vertical-align:middle;color:#0f172a;font-size:14px}.tech-modern-table td small{display:block;margin-top:4px;color:#64748b;font-weight:700}.tech-dish-cell{display:flex;align-items:center;gap:12px;min-width:220px}.tech-dish-cell b{display:block;font-size:14px}.tech-dish-cell span{display:block;font-size:12px;color:#64748b;margin-top:4px}.tech-dish-thumb{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#eaf2ff,#f8fbff);color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:inset 0 0 0 1px #2563eb1f}.tech-category-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#eef4ff;color:#2563eb;font-size:12px;font-weight:800}.tech-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.tech-status.active{background:#dcfce7;color:#047857}.tech-row-actions{display:flex;gap:8px}.icon-button{width:36px;height:36px;border-radius:12px;border:1px solid #dfe6ef;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-weight:900;padding:0}.icon-button:hover{background:#f8fafc;border-color:#cbd5e1}.tech-pagination-row{display:flex;justify-content:space-between;align-items:center;padding:16px 22px}.tech-pages{display:flex;align-items:center;gap:10px}.tech-pages span{min-width:36px;height:36px;border-radius:12px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.tech-modern-sidebar{display:flex;flex-direction:column;gap:18px}.tech-side-card{padding:18px}.tech-side-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tech-side-card h3,.tech-side-title h3{margin:0;font-size:18px;color:#0f172a}.tech-category-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;padding:12px 0;color:#0f172a;text-align:left}.tech-category-row span{font-weight:800}.tech-category-row b{font-weight:900;color:#64748b}.tech-category-row.active span{color:#2563eb}.tech-action-line{width:100%;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:12px;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;padding:14px 0;text-align:left;color:#0f172a}.tech-action-line span{width:40px;height:40px;border-radius:13px;background:#eef4ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:900}.tech-action-line b{display:block;font-size:14px}.tech-action-line small{display:block;color:#64748b;margin-top:3px}.tech-action-line em{font-style:normal;color:#94a3b8;font-weight:900}@media (max-width:1400px){.tech-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tech-modern-layout{grid-template-columns:1fr}.tech-modern-sidebar{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:900px){.tech-kpi-grid,.tech-filter-bar{grid-template-columns:1fr}.tech-modern-toolbar{flex-direction:column;align-items:stretch}.tech-toolbar-actions{flex-wrap:wrap}.tech-modern-sidebar{display:flex}}.tech-page-redesign{--tech-ink:#0f172a;--tech-muted:#64748b;--tech-line:#e2e8f0;--tech-soft:#f8fafc;--tech-blue:#2563eb;--tech-green:#10b981;padding-bottom:32px}.tech-page-redesign .tech-page-header{align-items:flex-start;margin-bottom:22px}.tech-page-redesign .tech-page-header h2{font-size:38px;letter-spacing:-.04em;color:var(--tech-ink);line-height:1.05}.tech-page-redesign .tech-page-header p{font-size:16px;color:var(--tech-muted);max-width:760px}.tech-header-actions{display:flex;gap:10px;align-items:center}.tech-page-tabs{display:flex;gap:10px;margin:0 0 22px;padding:6px;background:#ffffffb8;border:1px solid var(--tech-line);border-radius:18px;width:max-content;box-shadow:0 10px 30px #0f172a0a}.tech-page-redesign .settings-tabs button,.tech-page-tabs button{border-radius:14px!important;padding:12px 18px!important;background:transparent!important;border:0!important;color:#475569!important;font-weight:800!important;box-shadow:none!important}.tech-page-redesign .settings-tabs button.active,.tech-page-tabs button.active{background:#0f2747!important;color:#fff!important}.tech-page-redesign .card,.tech-page-redesign .module-placeholder{background:linear-gradient(180deg,#fff,#ffffffeb);border:1px solid var(--tech-line);border-radius:28px;box-shadow:0 18px 55px #0f172a0f;padding:26px 28px}.tech-page-redesign .card h3,.tech-page-redesign .card-head h3{font-size:24px;letter-spacing:-.03em;color:var(--tech-ink)}.tech-page-redesign label{color:var(--tech-muted);font-weight:800;letter-spacing:.01em}.tech-page-redesign input,.tech-page-redesign select,.tech-page-redesign textarea{min-height:48px;border-radius:16px;border:1px solid #dbe3ee;background:#fff;color:var(--tech-ink);font-weight:700;box-shadow:0 1px #0f172a05}.tech-page-redesign input:focus,.tech-page-redesign select:focus,.tech-page-redesign textarea:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1a}.tech-page-redesign .primary{background:#2563eb!important;color:#fff!important;box-shadow:0 14px 28px #2563eb2e}.tech-page-redesign .ghost{background:#f8fafc!important;color:#0f172a!important;border:1px solid #e2e8f0!important}.tech-page-redesign table{border-collapse:separate;border-spacing:0;overflow:hidden}.tech-page-redesign th{background:#f8fafc;color:#64748b;font-weight:900;text-transform:none;border-bottom:1px solid #e2e8f0}.tech-page-redesign td{background:#fff;border-bottom:1px solid #eef2f7;color:#0f172a}.tech-page-redesign tr:hover td{background:#fbfdff}.tech-page-redesign .hint{color:#64748b}@media (max-width:900px){.tech-page-tabs{width:100%;overflow:auto;scrollbar-width:none}.tech-page-tabs::-webkit-scrollbar{display:none}.tech-page-redesign .tech-page-header{gap:16px}.tech-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}.salary-section .card.span-2:has(.salary-kpi-grid){overflow:hidden}.salary-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:18px 0 14px}.salary-kpi-grid-sheet{grid-template-columns:repeat(5,minmax(0,1fr))}.salary-kpi-card{position:relative;min-height:112px;padding:16px 16px 14px;border:1px solid rgba(226,232,240,.95);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafceb);box-shadow:0 16px 34px #0f172a0b;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.salary-kpi-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 999px 999px 0;background:#94a3b8}.salary-kpi-card span{display:block;color:#64748b;font-size:12px;line-height:1.25;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.salary-kpi-card strong{display:block;color:#0f172a;font-size:24px;line-height:1.05;font-weight:900;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.salary-kpi-card small{display:block;color:#64748b;font-size:12px;line-height:1.25;font-weight:700}.salary-kpi-card .good{color:#10b981!important}.salary-kpi-card .bad{color:#ef4444!important}.salary-kpi-green:before{background:#10b981}.salary-kpi-blue:before{background:#3b82f6}.salary-kpi-orange:before{background:#f59e0b}.salary-kpi-red:before{background:#fb7185}.salary-kpi-purple:before{background:#8b5cf6}.salary-kpi-neutral:before{background:#94a3b8}.salary-kpi-balance:before{background:#14b8a6}.salary-section .form-grid.compact{align-items:end}.salary-section .form-grid.compact label span{font-weight:800;color:#64748b}.salary-section .form-grid.compact select,.salary-section .form-grid.compact input{min-height:52px;border-radius:16px}@media (max-width:1500px){.salary-kpi-grid,.salary-kpi-grid-sheet{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.salary-kpi-grid,.salary-kpi-grid-sheet{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.salary-kpi-grid,.salary-kpi-grid-sheet{grid-template-columns:1fr}}.salary-section .salary-kpi-grid,.salary-section .salary-kpi-grid-sheet{display:grid!important;gap:14px!important;margin:18px 0 16px!important;width:100%!important;align-items:stretch!important}.salary-section .salary-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.salary-section .salary-kpi-grid-sheet{grid-template-columns:repeat(5,minmax(0,1fr))!important}.salary-section .salary-kpi-card{position:relative!important;min-height:118px!important;padding:16px 16px 14px 18px!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;box-shadow:0 16px 34px #0f172a0b!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:10px!important;overflow:hidden!important}.salary-section .salary-kpi-card:before{content:""!important;position:absolute!important;left:0!important;top:18px!important;bottom:18px!important;width:4px!important;border-radius:0 999px 999px 0!important;background:#94a3b8!important}.salary-section .salary-kpi-card span{display:block!important;color:#64748b!important;font-size:12px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.03em!important;text-transform:uppercase!important;margin:0!important}.salary-section .salary-kpi-card strong{display:block!important;color:#0f172a!important;font-size:23px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.035em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.salary-section .salary-kpi-card small{display:block!important;color:#64748b!important;font-size:12px!important;line-height:1.25!important;font-weight:700!important;margin:0!important}.salary-section .salary-kpi-card .good{color:#10b981!important}.salary-section .salary-kpi-card .bad{color:#ef4444!important}.salary-section .salary-kpi-green:before{background:#10b981!important}.salary-section .salary-kpi-blue:before{background:#3b82f6!important}.salary-section .salary-kpi-orange:before{background:#f59e0b!important}.salary-section .salary-kpi-red:before{background:#fb7185!important}.salary-section .salary-kpi-purple:before{background:#8b5cf6!important}.salary-section .salary-kpi-neutral:before{background:#94a3b8!important}.salary-section .salary-kpi-balance:before{background:#14b8a6!important}.expense-breakdown-total-row td{border-top:2px solid rgba(203,213,225,.9)!important;background:linear-gradient(180deg,#f8fafc,#fff)!important;font-weight:800!important}.expense-breakdown-total-row strong{color:#0f172a!important;font-weight:900!important}@media (max-width:1280px){.salary-section .salary-kpi-grid,.salary-section .salary-kpi-grid-sheet{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:820px){.salary-section .salary-kpi-grid,.salary-section .salary-kpi-grid-sheet{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.salary-section .salary-kpi-grid,.salary-section .salary-kpi-grid-sheet{grid-template-columns:1fr!important}}.tech-page-redesign .topbar.tech-page-header{align-items:flex-start;gap:18px;margin-bottom:18px}.tech-page-redesign .topbar.tech-page-header h2{font-size:38px;line-height:1.05;letter-spacing:-.04em}.tech-page-redesign .topbar.tech-page-header p{max-width:760px;font-size:16px;line-height:1.45}.tech-page-tabs{order:0;display:inline-flex;width:auto;padding:6px;background:#ffffffd1;border:1px solid rgba(215,223,235,.96);border-radius:18px;box-shadow:0 16px 40px #0f172a0a;margin-bottom:22px}.tech-page-tabs button{border-radius:14px!important;padding:14px 22px!important;min-height:46px;font-weight:850!important;color:#334155!important;background:transparent!important;border:0!important}.tech-page-tabs button.active{background:#132842!important;color:#fff!important;box-shadow:0 12px 28px #1328422e}.tech-modern-layout{display:block!important;grid-template-columns:1fr!important}.tech-modern-sidebar{display:none!important}.tech-modern-main-card{width:100%!important}.tech-filter-bar{grid-template-columns:280px minmax(360px,1fr) 150px!important}.tech-modern-table{min-width:1120px!important}.tech-status.active{background:#dcfce7;color:#047857;padding:7px 12px}.tech-row-actions{align-items:center}.tech-view-button{width:auto!important;min-width:86px;padding:0 13px!important;font-size:12px;border-radius:12px}.tech-preview-card{margin:18px 22px 22px!important;padding:22px!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 18px 45px #0f172a0d!important}.tech-preview-card .metric-grid,.tech-page-redesign .metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tech-preview-card .metric,.tech-page-redesign .metric-grid .metric{background:#f8fafc;border:1px solid #e6ebf3;border-radius:18px;padding:16px 18px;min-height:88px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.tech-preview-card .metric span,.tech-page-redesign .metric-grid .metric span{font-size:12px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.tech-preview-card .metric strong,.tech-page-redesign .metric-grid .metric strong{font-size:22px;color:#0f172a;margin-top:8px}.tech-page-redesign .grid,.tech-page-redesign .semifinished-layout{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.tech-page-redesign .grid>.card,.tech-page-redesign .semifinished-layout>.card{background:#fff!important;border:1px solid #e6ebf3!important;border-radius:24px!important;box-shadow:0 18px 45px #0f172a0b!important;padding:24px!important}.tech-page-redesign .grid>.card h3,.tech-page-redesign .semifinished-layout>.card h3{font-size:22px;letter-spacing:-.03em;margin-top:0}.tech-page-redesign .form-grid.compact,.tech-page-redesign .semi-form-grid,.tech-page-redesign .semi-edit-grid,.tech-page-redesign .semi-add-form-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.tech-page-redesign .semi-form-grid .wide,.tech-page-redesign .semi-add-component-field{grid-column:span 2}.tech-page-redesign label span{color:#64748b;font-weight:850;font-size:12px;margin-bottom:7px}.tech-page-redesign input,.tech-page-redesign select,.tech-page-redesign textarea{min-height:46px;background:#fbfdff!important;border:1px solid #dfe6ef!important;border-radius:14px!important;font-weight:750;color:#0f172a!important;box-shadow:none!important}.tech-page-redesign .actions-row,.tech-page-redesign .action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:16px}.tech-page-redesign .table-wrap table{border-collapse:separate!important;border-spacing:0!important}.tech-page-redesign .table-wrap th{background:#fbfcfe!important;color:#64748b!important;font-size:12px!important;font-weight:850!important;padding:14px 16px!important}.tech-page-redesign .table-wrap td{padding:14px 16px!important;border-bottom:1px solid #edf1f6!important}.tech-page-redesign .semi-composition-table-wrap,.tech-page-redesign .table-wrap{border:1px solid #edf1f6;border-radius:18px;overflow:auto;background:#fff}@media (max-width:1100px){.tech-filter-bar,.tech-page-redesign .form-grid.compact,.tech-page-redesign .semi-form-grid,.tech-page-redesign .semi-edit-grid,.tech-page-redesign .semi-add-form-grid,.tech-preview-card .metric-grid,.tech-page-redesign .metric-grid{grid-template-columns:1fr!important}.tech-page-redesign .semi-form-grid .wide,.tech-page-redesign .semi-add-component-field{grid-column:auto!important}}.tech-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a75;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:flex-end}.tech-detail-panel{width:min(1040px,72vw);height:100vh;background:#fff;box-shadow:-30px 0 70px #0f172a33;overflow:auto;padding:32px 34px;animation:techSlideIn .18s ease-out}@keyframes techSlideIn{0%{transform:translate(36px);opacity:.8}to{transform:translate(0);opacity:1}}.tech-detail-top{position:relative;display:grid;grid-template-columns:220px 1fr 190px;gap:28px;align-items:start;margin-bottom:26px}.tech-detail-hero,.tech-detail-hero img,.tech-detail-placeholder{width:220px;height:150px;border-radius:24px}.tech-detail-hero img{object-fit:cover;display:block;box-shadow:0 16px 35px #0f172a1f}.tech-detail-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eaf2ff,#f7fbff);color:#2563eb;font-size:56px;font-weight:900;border:1px solid #dbe6f5}.tech-detail-title-line{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}.tech-detail-title-line h2{margin:0;font-size:30px;line-height:1.15;color:#07152d;font-weight:900}.tech-detail-status{padding:6px 12px;border-radius:999px;background:#dcfce7;color:#059669;font-size:12px;font-weight:800}.tech-detail-meta{display:flex;gap:8px;align-items:center;margin-top:14px;color:#64748b;font-size:14px}.tech-detail-meta b{padding:5px 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px}.tech-detail-meta.muted{gap:10px;color:#6b7280;font-size:13px}.tech-detail-actions{display:flex;flex-direction:column;gap:10px}.tech-detail-actions .small{width:100%;justify-content:flex-start;height:40px;border-radius:12px}.tech-detail-close{position:absolute;right:-10px;top:-12px;border:0;background:transparent;font-size:26px;color:#64748b;cursor:pointer}.tech-detail-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px}.tech-detail-kpis .metric{border-radius:18px;background:#fff;border:1px solid #e5eaf3;box-shadow:0 8px 24px #0f172a0a;padding:16px}.tech-detail-kpis .metric span{font-size:12px;text-transform:uppercase;color:#64748b;font-weight:800;letter-spacing:.04em}.tech-detail-kpis .metric b{font-size:20px;color:#07152d}.tech-detail-tabs{display:flex;gap:28px;border:1px solid #e5eaf3;border-bottom:0;border-radius:18px 18px 0 0;padding:0 18px;background:#fff}.tech-detail-tabs button{height:52px;border:0;background:transparent;font-weight:800;color:#52627a;cursor:pointer;position:relative}.tech-detail-tabs button.active{color:#2563eb}.tech-detail-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#2563eb;border-radius:6px}.tech-detail-table-card{border:1px solid #e5eaf3;border-radius:0 0 18px 18px;overflow:hidden;background:#fff;margin-bottom:18px}.tech-detail-table{width:100%;border-collapse:collapse;font-size:13px;color:#172033}.tech-detail-table th{background:#f8fafc;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:14px 16px;border-bottom:1px solid #e5eaf3}.tech-detail-table td{padding:13px 16px;border-bottom:1px solid #edf1f7;vertical-align:middle}.tech-detail-table tfoot td{font-weight:900;background:#fbfdff;color:#07152d;border-bottom:0}.tech-component-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#eef2ff;color:#4f46e5}.tech-component-pill.product{background:#f1f5f9;color:#475569}.tech-component-pill.manual{background:#eaf3ff;color:#2563eb}.tech-component-pill.semi{background:#f3e8ff;color:#7c3aed}.tech-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:34px;color:#64748b;text-align:center}.tech-empty-state b{color:#07152d;font-size:16px}.tech-detail-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.tech-detail-card{border:1px solid #e5eaf3;border-radius:20px;background:#fff;padding:20px;box-shadow:0 10px 30px #0f172a0a}.tech-detail-card h3{margin:0 0 16px;font-size:16px;color:#07152d}.tech-cost-donut{width:150px;height:150px;border-radius:50%;margin:0 auto 14px;background:conic-gradient(#2563eb 0,#2563eb 45%,#22c55e 45%,#22c55e 72%,#f59e0b 72%,#f59e0b 86%,#94a3b8 86%,#94a3b8);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;color:#07152d;font-weight:900}.tech-cost-donut:after{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;background:#fff;border-radius:50%}.tech-cost-donut span,.tech-cost-donut small{position:relative;z-index:1}.tech-cost-donut small{font-size:12px;color:#64748b;margin-top:4px}.tech-breakdown-row{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf1f7;padding:10px 0;color:#64748b}.tech-breakdown-row b{color:#07152d}.tech-history-line{display:grid;grid-template-columns:10px 1fr;gap:12px;padding:10px 0;border-top:1px solid #edf1f7}.tech-history-line span{width:8px;height:8px;background:#2563eb;border-radius:50%;margin-top:6px}.tech-history-line b{color:#07152d;font-size:13px}.tech-history-line p{margin:4px 0 0;color:#64748b;font-size:13px}.tech-detail-footer{display:flex;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #e5eaf3}@media (max-width:1100px){.tech-detail-panel{width:100vw;padding:24px}.tech-detail-top{grid-template-columns:1fr}.tech-detail-hero,.tech-detail-hero img,.tech-detail-placeholder{width:100%;height:220px}.tech-detail-actions{display:grid;grid-template-columns:repeat(2,1fr)}.tech-detail-kpis,.tech-detail-bottom-grid{grid-template-columns:1fr}}.rms-wifi-password-field{display:flex;align-items:center;gap:8px;width:100%}.rms-wifi-password-field input{flex:1;min-width:0}.rms-wifi-password-field .small{flex:0 0 auto;white-space:nowrap}@media (max-width:620px){.rms-wifi-password-field{align-items:stretch}.rms-wifi-password-field .small{min-height:44px}}.finance-daily-revenue-chart{min-height:260px}.finance-line-chart-wrap{margin-top:16px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(226,232,240,.92);padding:22px 30px 26px;overflow:hidden;box-shadow:0 20px 44px #0f172a09}.finance-line-chart-svg{width:100%;height:330px;display:block}.finance-line-chart-grid{stroke:#94a3b842;stroke-width:1;stroke-dasharray:4 6}.finance-line-chart-axis{stroke:#94a3b84d;stroke-width:1}.finance-line-chart-area{fill:url(#financeDailyRevenueGradient)}.finance-line-chart-line{fill:none;stroke:#2563eb;stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round}.finance-line-chart-point,.finance-line-chart-best-point{display:none}.finance-line-chart-label{fill:#0f1b33;font-size:13px;font-weight:780}.finance-line-chart-x-label{fill:#13223a;font-size:11.5px;font-weight:740}.finance-line-chart-value{fill:#0f172a;font-size:12px;font-weight:800}.finance-line-chart-date{fill:#0f172a;font-size:11px;font-weight:700}.finance-line-chart-guide{stroke:#94a3b847;stroke-width:1;stroke-dasharray:4 6}.finance-line-chart-tooltip-box{fill:#fff;stroke:#e2e8f0fa;filter:drop-shadow(0 12px 20px rgba(15,23,42,.12))}.finance-line-chart-tooltip-value{fill:#2563eb;font-size:14px;font-weight:900;letter-spacing:-.025em}.finance-line-chart-tooltip-date{fill:#071327;font-size:11px;font-weight:800}.finance-line-chart-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:22px}.finance-line-chart-summary .metric{position:relative;min-height:138px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(203,213,225,.78);padding:18px 20px 20px;display:grid;grid-template-rows:auto 1fr auto;align-items:start;text-align:left;gap:0;box-shadow:0 16px 34px #0f172a0b;transition:border-color .18s ease,box-shadow .18s ease}.finance-line-chart-summary .metric:hover{transform:none;box-shadow:0 18px 38px #0f172a0f;border-color:#94a3b894}.finance-line-chart-summary .metric:before{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#2563eb;background:linear-gradient(180deg,#eef4ff,#dfeaff);font-size:18px;font-weight:900;line-height:1;margin-bottom:12px}.finance-line-chart-summary .metric:nth-child(1):before{content:"↗"}.finance-line-chart-summary .metric:nth-child(2):before{content:"▣";font-size:15px}.finance-line-chart-summary .metric:nth-child(3):before{content:"♛";color:#16a34a;background:linear-gradient(180deg,#dcfce7,#c8f5d8);font-size:16px}.finance-line-chart-summary .metric:nth-child(4):before{content:"☆"}.finance-line-chart-summary .metric:nth-child(5):before{content:"↘";color:#dc2626;background:linear-gradient(180deg,#fff1f2,#fee2e2)}.finance-line-chart-summary .metric:nth-child(3){border-color:#34d399c7;background:linear-gradient(180deg,#fff,#f5fffa);box-shadow:0 0 0 1px #34d3991a,0 18px 38px #0f172a0d}.finance-line-chart-summary .metric-title{color:#071327;font-size:15.5px;line-height:1.22;font-weight:850;letter-spacing:-.025em;margin:0;text-align:left;white-space:normal}.finance-line-chart-summary .metric-date{margin-top:8px;color:#16a34a;font-size:15px;line-height:1.1;font-weight:850;text-align:left}.finance-line-chart-summary .metric-weekday{margin-top:8px;color:#2563eb;font-size:16px;line-height:1.1;font-weight:900;text-align:left}.finance-line-chart-summary .metric-worst .metric-weekday,.finance-line-chart-summary .metric:nth-child(5) .metric-weekday{color:#dc2626}.finance-line-chart-summary .metric-amount{display:flex;align-items:flex-end;justify-content:flex-start;gap:10px;margin-top:18px;line-height:1;text-align:left;width:100%;align-self:end;white-space:nowrap}.finance-line-chart-summary .metric-number{color:#071327;font-size:31px;line-height:.94;font-weight:900;letter-spacing:-.055em;font-variant-numeric:tabular-nums;white-space:nowrap}.finance-line-chart-summary .metric:nth-child(3) .metric-number{color:#16a34a}.finance-line-chart-summary .metric-currency{color:#475569;font-size:13px;font-weight:780;line-height:1;padding-bottom:2px;margin-left:1px;white-space:nowrap}@media (max-width:1280px){.finance-line-chart-summary .metric-number{font-size:28px}.finance-line-chart-summary .metric{padding:17px 18px 19px}}@media (max-width:1200px){.finance-line-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-line-chart-summary .metric{min-height:134px}}@media (max-width:760px){.finance-line-chart-summary{grid-template-columns:1fr}.finance-line-chart-svg{height:260px}.finance-line-chart-summary .metric{min-height:124px}}.finance-line-chart-summary .metric:before{content:none!important;display:none!important}.finance-line-chart-summary .metric{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;column-gap:14px!important;row-gap:16px!important;align-items:start!important;min-height:138px!important;padding:18px 20px 20px!important}.finance-line-chart-summary .finance-kpi-icon{grid-column:1!important;grid-row:1!important;width:40px!important;height:40px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#2563eb!important;background:linear-gradient(180deg,#eef4ff,#dfeaff)!important;font-size:20px!important;font-weight:900!important;line-height:1!important;flex:0 0 40px!important;margin:0!important;box-shadow:inset 0 0 0 1px #2563eb0d!important}.finance-line-chart-summary .metric-best-day .finance-kpi-icon{color:#16a34a!important;background:linear-gradient(180deg,#dcfce7,#c8f5d8)!important}.finance-line-chart-summary .metric-worst .finance-kpi-icon{color:#dc2626!important;background:linear-gradient(180deg,#fff1f2,#fee2e2)!important}.finance-line-chart-summary .metric-copy{grid-column:2!important;grid-row:1!important;min-width:0!important;align-self:center!important}.finance-line-chart-summary .metric-amount{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;margin-top:0!important}.finance-line-chart-summary .metric{grid-template-columns:32px minmax(0,1fr)!important;column-gap:12px!important;row-gap:16px!important}.finance-line-chart-summary .finance-kpi-icon{width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:9px!important;font-size:15px!important;box-shadow:inset 0 0 0 1px #2563eb0d!important}.finance-line-chart-summary .metric:nth-child(2) .finance-kpi-icon{font-size:13px!important}.finance-line-chart-summary .metric-best-day .finance-kpi-icon{font-size:14px!important}.finance-line-chart-summary .metric{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto 1fr!important;row-gap:0!important;min-height:150px!important;padding:18px 22px 20px!important;align-items:start!important}.finance-line-chart-summary .finance-kpi-icon{grid-column:1!important;grid-row:1!important;width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important;font-size:18px!important;margin:0 0 12px!important;align-self:start!important;justify-self:start!important}.finance-line-chart-summary .metric:nth-child(2) .finance-kpi-icon{font-size:16px!important}.finance-line-chart-summary .metric-best-day .finance-kpi-icon{font-size:17px!important}.finance-line-chart-summary .metric-copy{grid-column:1!important;grid-row:2!important;align-self:start!important;min-width:0!important}.finance-line-chart-summary .metric-title{font-size:16px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em!important}.finance-line-chart-summary .metric-date,.finance-line-chart-summary .metric-weekday{margin-top:7px!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important}.finance-line-chart-summary .metric-worst .metric-weekday,.finance-line-chart-summary .metric:nth-child(5) .metric-weekday{color:#dc2626!important}.finance-line-chart-summary .metric-amount{grid-column:1!important;grid-row:3!important;align-self:end!important;justify-content:flex-start!important;gap:10px!important;margin-top:20px!important;width:100%!important}.finance-line-chart-summary .metric-number{font-size:30px!important;line-height:.95!important;font-weight:900!important;letter-spacing:-.055em!important}.finance-line-chart-summary .metric-currency{font-size:13px!important;font-weight:780!important;padding-bottom:3px!important;color:#475569!important}@media (max-width:1280px){.finance-line-chart-summary .metric{padding:17px 18px 19px!important;min-height:146px!important}.finance-line-chart-summary .metric-number{font-size:28px!important}}.rms-pro-shell .finance-line-chart-summary .metric:before,.finance-line-chart-summary .metric:before{content:none!important;display:none!important}.rms-pro-shell .finance-line-chart-summary .metric,.finance-line-chart-summary .metric{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:150px!important;padding:18px 22px 20px!important;gap:0!important;text-align:left!important}.rms-pro-shell .finance-line-chart-summary .finance-kpi-icon,.finance-line-chart-summary .finance-kpi-icon{order:0!important;width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 0 12px!important;padding:0!important;color:#2563eb!important;background:linear-gradient(180deg,#eef4ff,#dfeaff)!important;font-size:17px!important;font-weight:900!important;line-height:1!important;box-shadow:inset 0 0 0 1px #2563eb0d!important;transform:none!important}.rms-pro-shell .finance-line-chart-summary .metric-average .finance-kpi-icon,.finance-line-chart-summary .metric-average .finance-kpi-icon{font-size:15px!important}.rms-pro-shell .finance-line-chart-summary .metric-best-day .finance-kpi-icon,.finance-line-chart-summary .metric-best-day .finance-kpi-icon{color:#16a34a!important;background:linear-gradient(180deg,#dcfce7,#c8f5d8)!important;font-size:16px!important}.rms-pro-shell .finance-line-chart-summary .metric-worst .finance-kpi-icon,.finance-line-chart-summary .metric-worst .finance-kpi-icon{color:#dc2626!important;background:linear-gradient(180deg,#fff1f2,#fee2e2)!important}.rms-pro-shell .finance-line-chart-summary .metric-copy,.finance-line-chart-summary .metric-copy{order:1!important;width:100%!important;min-width:0!important;display:block!important;align-self:stretch!important;margin:0!important;padding:0!important}.rms-pro-shell .finance-line-chart-summary .metric-title,.finance-line-chart-summary .metric-title{margin:0!important;color:#071327!important;font-size:16px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em!important;text-align:left!important;white-space:normal!important}.rms-pro-shell .finance-line-chart-summary .metric-date,.finance-line-chart-summary .metric-date{margin-top:7px!important;color:#16a34a!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important;text-align:left!important}.rms-pro-shell .finance-line-chart-summary .metric-weekday,.finance-line-chart-summary .metric-weekday{margin-top:7px!important;color:#2563eb!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important;text-align:left!important}.rms-pro-shell .finance-line-chart-summary .metric-worst .metric-weekday,.rms-pro-shell .finance-line-chart-summary .metric:nth-child(5) .metric-weekday,.finance-line-chart-summary .metric-worst .metric-weekday,.finance-line-chart-summary .metric:nth-child(5) .metric-weekday{color:#dc2626!important}.rms-pro-shell .finance-line-chart-summary .metric-amount,.finance-line-chart-summary .metric-amount{order:2!important;width:100%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:10px!important;margin:auto 0 0!important;padding-top:18px!important;line-height:1!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric-number,.finance-line-chart-summary .metric-number{color:#071327!important;font-size:30px!important;line-height:.95!important;font-weight:900!important;letter-spacing:-.055em!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important}.rms-pro-shell .finance-line-chart-summary .metric-best-day .metric-number,.rms-pro-shell .finance-line-chart-summary .metric:nth-child(3) .metric-number,.finance-line-chart-summary .metric-best-day .metric-number,.finance-line-chart-summary .metric:nth-child(3) .metric-number{color:#16a34a!important}.rms-pro-shell .finance-line-chart-summary .metric-currency,.finance-line-chart-summary .metric-currency{color:#475569!important;font-size:13px!important;font-weight:780!important;line-height:1!important;padding-bottom:3px!important;margin-left:1px!important;white-space:nowrap!important}@media (max-width:1280px){.rms-pro-shell .finance-line-chart-summary .metric,.finance-line-chart-summary .metric{padding:17px 18px 19px!important;min-height:146px!important}.rms-pro-shell .finance-line-chart-summary .metric-number,.finance-line-chart-summary .metric-number{font-size:28px!important}}:root{--ink: #141711;--muted: #72776c;--line: #e7e8df;--paper: #f5f5ef;--card: #fffef9;--green: #1f493c;--lime: #c7ed71}html{background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}body.modal-open{overflow:hidden}.app-shell{min-height:100vh;padding-bottom:40px}.hero{position:relative;max-width:1240px;min-height:290px;margin:0 auto;padding:46px 58px;display:flex;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 83% 15%,#456f58 0,transparent 27%),linear-gradient(120deg,#10261f,#1e4739 68%,#162e27);border-radius:0 0 38px 38px;box-shadow:0 25px 60px #10261f30}.hero:before,.hero:after{content:"";position:absolute;border:1px solid #ffffff1f;border-radius:50%}.hero:before{width:420px;height:420px;right:-110px;top:-195px}.hero:after{width:270px;height:270px;right:-30px;top:-110px}.brand-mark{position:absolute;left:58px;top:31px;color:#d9b966;font-weight:900;letter-spacing:.08em}.brand-mark i{color:#d9ddd7;font-size:10px;font-style:normal;letter-spacing:.14em}.hero-copy{position:relative;z-index:2;width:min(620px,70%);margin-top:34px}.hero-copy>span,.eyebrow{display:block;color:#879084;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero-copy>span{color:var(--lime)}.daily-quote{position:relative;max-width:510px;margin:31px 0 22px;padding-left:22px}.daily-quote:before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:1px;background:linear-gradient(#d9b966,#d9b96622)}.daily-quote>span{position:absolute;left:10px;top:-14px;color:#d9b96678;font-family:Georgia,serif;font-size:29px;font-weight:400}.daily-quote p{margin:0;color:#f2f5f2;font-size:clamp(14px,1.5vw,18px);line-height:1.48;font-weight:380;letter-spacing:-.012em}.hero-context{margin:0;color:#9fb0a6;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.table-chip{position:relative;z-index:2;margin-left:auto;width:122px;height:122px;display:grid;place-content:center;text-align:center;border:1px solid #ffffff2c;border-radius:50%;background:#ffffff10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.table-chip small{color:#bed0c5;font-size:9px;font-weight:800;letter-spacing:.13em}.table-chip b{font-family:Georgia,serif;font-size:42px;font-weight:500}.main-nav{position:sticky;top:0;z-index:50;max-width:760px;margin:-25px auto 0;padding:7px;display:flex;overflow-x:auto;background:#fffffff4;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 36px #17201816;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none}.main-nav::-webkit-scrollbar,.categories::-webkit-scrollbar{display:none}.main-nav button{flex:1;min-width:100px;padding:12px 15px;color:var(--muted);background:transparent;border:0;border-radius:12px;font-size:13px;font-weight:800;white-space:nowrap;transition:.2s}.main-nav button.active{color:#fff;background:var(--green);box-shadow:0 8px 18px #1f493c33}.content{max-width:1240px;margin:0 auto;padding:52px 28px 36px}.content h2{margin:5px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,48px);font-weight:500;letter-spacing:-.035em}.menu-tools,.section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px}.categories{display:flex;align-items:center;gap:9px;margin:0 0 24px;padding:2px 0 5px;overflow-x:auto;scrollbar-width:none}.search{position:sticky;right:0;z-index:3;flex:0 0 230px;height:41px;margin-left:auto;padding:0 13px;display:flex;align-items:center;gap:8px;background:#fffef9f4;border:1px solid #dfe2d8;border-radius:999px;box-shadow:-10px 0 18px var(--paper);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:flex-basis .22s ease,border-color .22s ease,box-shadow .22s ease}.search:focus-within{border-color:#9db7a7;box-shadow:0 0 0 3px #1f493c12,-10px 0 18px var(--paper)}.search span{color:#4f6258;font-size:24px;line-height:1;transform:rotate(-20deg)}.search input{width:100%;min-width:0;padding:10px 0;color:var(--ink);background:transparent;border:0;outline:0;font-size:12px}.categories button{padding:10px 16px;color:#60665b;background:var(--card);border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:750;white-space:nowrap}.categories button.active{color:#fff;background:#171a16;border-color:#171a16}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0;overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 28px #1720180b;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #17201814}.food-photo{position:relative;width:100%;height:190px;padding:0;display:grid;place-items:center;overflow:hidden;border:0;background:linear-gradient(145deg,#e8eadf,#c7cbbd)}.food-photo img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.zoom-hint{position:absolute;left:12px;bottom:12px;padding:6px 9px;color:#fff;background:#172019b8;border:1px solid #ffffff2c;border-radius:8px;opacity:0;transform:translateY(4px);transition:.2s;font-size:9px;font-weight:800;letter-spacing:.06em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.food-photo:hover .zoom-hint,.food-photo:focus-visible .zoom-hint{opacity:1;transform:none}.photo-placeholder{color:#355046;font-family:Georgia,serif;font-size:28px;font-weight:700;letter-spacing:.08em}.food-photo b{position:absolute;z-index:2;right:12px;top:12px;padding:6px 8px;color:#fff;background:#813b35e8;border-radius:8px;font-size:9px;letter-spacing:.08em}.stopped .food-photo img,.stopped .photo-placeholder{filter:grayscale(1);opacity:.4}.sage{background:linear-gradient(145deg,#d8e3c3,#a9c18b)}.cream{background:linear-gradient(145deg,#f0e4bf,#d5bd7f)}.green{background:linear-gradient(145deg,#cfe1b1,#89aa72)}.tomato{background:linear-gradient(145deg,#efc1a7,#d98067)}.amber{background:linear-gradient(145deg,#ead5a5,#c79a58)}.sand{background:linear-gradient(145deg,#e7d5ba,#c7a476)}.berry{background:linear-gradient(145deg,#e4b4b4,#b7646b)}.cocoa{background:linear-gradient(145deg,#d7c3ac,#a67b5b)}.coffee{background:linear-gradient(145deg,#d4c1ad,#9b7256)}.matcha{background:linear-gradient(145deg,#d8e6b6,#9cb979)}.product-body{min-height:178px;padding:17px;display:flex;flex-direction:column}.product-title{display:flex;align-items:start;justify-content:space-between;gap:8px}.product-title h3{margin:0;font-family:Georgia,serif;font-size:20px;font-weight:600}.product-title>span{flex:none;padding:4px 7px;color:#765d17;background:#fff4c7;border-radius:8px;font-size:11px;font-weight:800}.product-body>p{min-height:56px;margin:8px 0 14px;color:var(--muted);font-size:12px;line-height:1.55}.product-title+.product-footer{margin-top:auto;min-height:70px;padding-top:14px}.product-options{margin:-4px 0 14px;display:grid;gap:4px}.product-options small{color:#54685d;font-size:10px;line-height:1.35}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.product-footer strong{font-size:17px}.add{min-width:112px;height:38px;padding:0 14px 0 8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:linear-gradient(135deg,#244f41,#173a30);border:1px solid #315f50;border-radius:12px;box-shadow:0 8px 18px #1f493c2b,inset 0 1px #ffffff20;transition:transform .18s ease,box-shadow .18s ease}.add:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #1f493c36,inset 0 1px #ffffff2b}.add span{width:24px;height:24px;display:grid;place-items:center;color:#173a30;background:var(--lime);border-radius:8px;font-size:18px;line-height:1}.add b{font-size:11px;font-weight:850;letter-spacing:.02em}.add:disabled{color:#858a82;background:#e6e7e1;box-shadow:none;cursor:not-allowed}.add:disabled span{color:#858a82;background:#d5d7d0}.stepper{display:flex;align-items:center;gap:5px;padding:3px;background:#f0f1eb;border-radius:12px}.stepper button{width:30px;height:30px;color:var(--green);background:#fff;border:1px solid var(--line);border-radius:9px;font-weight:900}.stepper b{min-width:18px;text-align:center;font-size:13px}.weather-offer{position:relative;margin:0 0 26px;padding:22px;display:grid;grid-template-columns:minmax(330px,1fr) minmax(360px,1.15fr);gap:22px;align-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 0,#47765e 0,transparent 36%),linear-gradient(125deg,#173429,#244d3d);border-radius:24px;box-shadow:0 15px 35px #17342920;transition:background .35s ease}.weather-offer:after{content:"";position:absolute;width:240px;height:240px;right:-105px;top:-150px;border:1px solid #ffffff22;border-radius:50%;pointer-events:none}.weather-offer.weather-sunny{background:radial-gradient(circle at 17% 0,#b78b35 0,transparent 34%),linear-gradient(125deg,#4d351b,#80602b)}.weather-offer.weather-windy{background:radial-gradient(circle at 17% 0,#6b8583 0,transparent 34%),linear-gradient(125deg,#263f3d,#496461)}.weather-offer.weather-rainy{background:radial-gradient(circle at 17% 0,#597188 0,transparent 34%),linear-gradient(125deg,#213442,#385064)}.weather-offer.weather-cloudy{background:radial-gradient(circle at 17% 0,#78837f 0,transparent 34%),linear-gradient(125deg,#37413d,#5b6661)}.weather-offer.weather-cool{background:radial-gradient(circle at 17% 0,#52778c 0,transparent 34%),linear-gradient(125deg,#203d4b,#315a6c)}.weather-copy{display:flex;align-items:center;gap:16px}.weather-visual{position:relative;width:78px;height:78px;flex:none;overflow:hidden;background:#ffffff16;border:1px solid #ffffff28;border-radius:22px;box-shadow:inset 0 1px #ffffff2b}.weather-sun{position:absolute;width:31px;height:31px;left:14px;top:12px;background:#ffd76a;border-radius:50%;box-shadow:0 0 0 7px #ffd76a20,0 0 24px #ffd76a70}.weather-cloud{position:absolute;width:43px;height:17px;left:23px;top:39px;background:#f7faf8;border-radius:20px;box-shadow:0 4px 13px #07100c22}.weather-cloud:before,.weather-cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.weather-cloud:before{width:23px;height:23px;left:8px;bottom:5px}.weather-cloud:after{width:17px;height:17px;right:5px;bottom:5px}.cloud-two{display:none}.weather-rain{display:none;position:absolute;width:3px;height:10px;top:59px;background:#88d8ff;border-radius:4px;transform:rotate(16deg);animation:weatherRain 1.15s linear infinite}.rain-one{left:31px}.rain-two{left:46px;animation-delay:-.35s}.rain-three{left:59px;animation-delay:-.7s}.weather-wind{display:none;position:absolute;left:13px;width:52px;height:13px;border-top:3px solid #e8f2ef;border-radius:50%;animation:weatherWind 1.8s ease-in-out infinite}.wind-one{top:29px}.wind-two{top:47px;width:39px;animation-delay:-.65s}.weather-visual.rainy .weather-sun,.weather-visual.cloudy .weather-sun{opacity:.35;transform:translate(-3px,3px)}.weather-visual.rainy .weather-rain{display:block}.weather-visual.windy .weather-sun,.weather-visual.windy .weather-cloud,.weather-visual.cool .weather-sun{display:none}.weather-visual.windy .weather-wind{display:block}.weather-visual.cool .weather-cloud{top:31px;background:#e6f3f7}.weather-visual.cloudy .cloud-two{display:block;left:7px;top:27px;transform:scale(.72);opacity:.7}.weather-visual.sunny .weather-cloud{transform:translate(5px,5px) scale(.86)}@keyframes weatherRain{0%{opacity:0;transform:translateY(-4px) rotate(16deg)}35%{opacity:1}to{opacity:0;transform:translateY(7px) rotate(16deg)}}@keyframes weatherWind{0%,to{opacity:.6;transform:translate(-3px)}50%{opacity:1;transform:translate(5px)}}.weather-offer .eyebrow{color:#b9d48e}.weather-sunny .eyebrow{color:#ffe195}.weather-rainy .eyebrow,.weather-cool .eyebrow{color:#bfe7fa}.weather-offer h3{margin:6px 0 5px;font-family:Georgia,serif;font-size:23px;font-weight:500}.weather-offer p{margin:0;color:#cddbd3;font-size:12px;line-height:1.5}.weather-metrics{margin-top:11px;display:flex;flex-wrap:wrap;gap:7px}.weather-metrics span{padding:5px 8px;color:#dce8e1;background:#ffffff12;border:1px solid #ffffff1c;border-radius:999px;font-size:9px}.weather-metrics b{color:#fff;font-size:10px}.weather-products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.weather-products>button{min-width:0;padding:7px;display:grid;grid-template-columns:46px 1fr;align-items:center;gap:8px;text-align:left;color:#fff;background:#ffffff12;border:1px solid #ffffff1c;border-radius:14px}.weather-products img,.weather-products>button>span:first-child{width:46px;height:46px;object-fit:contain;display:grid;place-items:center;background:#e8eadf;color:#355046;border-radius:10px}.weather-products>button>span:last-child{min-width:0;display:grid;gap:3px}.weather-products b{overflow:hidden;text-overflow:ellipsis;font-size:10px;white-space:nowrap}.weather-products small{color:#c7ed71;font-size:10px}.product-modal{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;padding:24px;display:grid;place-items:center;background:#07100cbd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:modalFade .2s ease}.product-modal-card{position:relative;width:min(920px,100%);max-height:calc(100vh - 48px);display:grid;grid-template-columns:1.05fr 1fr;overflow:auto;background:var(--card);border-radius:28px;box-shadow:0 30px 90px #0008}.modal-close{position:absolute;z-index:3;right:15px;top:15px;width:40px;height:40px;display:grid;place-items:center;color:#fff;background:#111b17bd;border:1px solid #ffffff40;border-radius:50%;font-size:27px;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-photo{min-height:540px;display:grid;place-items:center;overflow:hidden;background:#e7e9df}.modal-photo img{width:100%;height:100%;object-fit:contain}.modal-content{padding:42px 34px 30px}.modal-content>h2{margin:7px 0 12px;font-family:Georgia,serif;font-size:clamp(31px,4vw,46px);line-height:1;font-weight:500;letter-spacing:-.03em}.modal-content>p{margin:0 0 15px;color:var(--muted);font-size:13px;line-height:1.65}.modal-options{display:grid;gap:5px;margin-bottom:14px;color:#54685d}.modal-buy{padding:15px 0 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.modal-buy strong{font-size:22px}.modal-buy button{padding:12px 16px;color:#fff;background:var(--green);border:0;border-radius:12px;font-weight:800}.modal-buy button:disabled{color:#858a82;background:#e6e7e1}.pairings{padding-top:18px;border-top:1px solid var(--line)}.pairings h3{margin:5px 0 13px;font-family:Georgia,serif;font-size:22px;font-weight:500}.pairing-grid{display:grid;gap:8px}.pairing-grid article{padding:8px;display:grid;grid-template-columns:48px 1fr 34px;align-items:center;gap:10px;background:#f3f4ed;border-radius:13px}.pairing-photo{width:48px;height:48px;padding:0;display:grid;place-items:center;overflow:hidden;color:#355046;background:#dde2d7;border:0;border-radius:10px;font-size:10px}.pairing-photo img{width:100%;height:100%;object-fit:contain}.pairing-grid article>div{min-width:0;display:grid;gap:4px}.pairing-grid b{overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap}.pairing-grid small{color:var(--muted);font-size:10px}.pairing-add{width:34px;height:34px;color:#fff;background:var(--green);border:0;border-radius:50%;font-size:20px}@keyframes modalFade{0%{opacity:0}}.toast{position:fixed;z-index:200;left:50%;bottom:28px;transform:translate(-50%);padding:13px 18px;color:#fff;background:#171a16ed;border-radius:12px;box-shadow:0 12px 35px #0004;font-size:13px;font-weight:750;animation:toastIn .25s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}}.line-list{display:grid;gap:10px}.order-line{padding:13px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:13px;background:var(--card);border:1px solid var(--line);border-radius:17px}.mini-photo{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;color:#355046;background:#e8eadf;border-radius:13px;font-family:Georgia,serif;font-size:12px;font-weight:700}.mini-photo img{width:100%;height:100%;object-fit:contain}.order-line>div:nth-child(2){display:grid;gap:5px}.order-line span{color:var(--muted);font-size:12px}.order-line>strong{font-size:14px}.total-card{margin-top:14px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--green);border-radius:18px}.total-card span{color:#c9d8cf;font-size:13px}.total-card b{font-family:Georgia,serif;font-size:29px;font-weight:500}.primary-button,.outline-button{padding:14px 18px;border-radius:13px;font-weight:850}.primary-button{width:100%;margin-top:12px;color:#173027;background:var(--lime);border:0;box-shadow:0 10px 22px #789d2f26}.outline-button{color:var(--green);background:transparent;border:1px solid #cdd2c9}.outline-button.full{width:100%;margin-top:12px}.bill-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.bill-actions .primary-button{margin:0}.discount-row{padding:14px 6px 0;display:flex;justify-content:space-between;color:#557341;font-size:13px}.safe-note{text-align:center;color:#8b9087;font-size:11px}.payment-success{margin-top:12px;padding:17px;display:flex;align-items:center;gap:13px;color:#174b31;background:#edf9f0;border:1px solid #bfe1c8;border-radius:16px}.payment-success p{margin:4px 0;color:#467259;font-size:12px}.payment-success small{color:#688371;font-size:10px}.success-icon{width:39px;height:39px;flex:none;display:grid;place-items:center;color:#fff;background:#2e9a60;border-radius:50%;font-weight:900}.status{padding:9px 12px;display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:800}.status i{width:7px;height:7px;border-radius:50%;background:#d79a2b}.status.ready i{background:#2e9a60;box-shadow:0 0 0 4px #2e9a6020}.status.preparing i{animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3}}.empty-state,.loyalty-login{padding:54px 28px;display:grid;justify-items:center;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:24px}.empty-state>span{font-size:42px}.empty-state h3,.loyalty-login h3{margin:13px 0 3px;font-family:Georgia,serif;font-size:24px}.empty-state p,.loyalty-login p{max-width:390px;margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.6}.loyalty-symbol{width:62px;height:62px;display:grid;place-items:center;color:#d7ba6b;background:var(--green);border-radius:20px;font-family:Georgia,serif;font-size:33px}.loyalty-login input{width:min(360px,100%);padding:14px;background:#f8f8f3;border:1px solid var(--line);border-radius:12px;outline-color:var(--green);text-align:center}.loyalty-login .primary-button{max-width:360px}.loyalty-card{position:relative;min-height:235px;padding:30px;overflow:hidden;color:#fff;background:radial-gradient(circle at 80% 8%,#ffffff24,transparent 25%),linear-gradient(135deg,#10261f,#285845);border-radius:26px;box-shadow:0 22px 50px #10261f33}.loyalty-card:after{content:"R";position:absolute;right:13px;bottom:-54px;color:#ffffff0b;font-family:Georgia,serif;font-size:240px}.loyalty-card>div:first-child{display:grid}.loyalty-card span{color:#d9b966;font-weight:900;letter-spacing:.09em}.loyalty-card small{color:#cad6ce;font-size:9px;letter-spacing:.2em}.loyalty-card .bonus{margin-top:35px;display:grid}.loyalty-card .bonus b{font-family:Georgia,serif;font-size:38px;font-weight:500}.card-bottom{position:absolute;z-index:1;left:30px;right:30px;bottom:24px;display:flex;justify-content:space-between}.card-bottom span{color:#edf2ef;font-size:11px}.loyalty-stats{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.loyalty-stats article{padding:16px;display:grid;gap:5px;background:var(--card);border:1px solid var(--line);border-radius:16px}.loyalty-stats small{color:#888d84;font-size:9px;font-weight:850;letter-spacing:.1em}.loyalty-stats b{font-family:Georgia,serif;font-size:24px;font-weight:500}.loyalty-stats span{color:var(--muted);font-size:10px}.tier-progress{margin-top:9px;padding:17px;display:grid;gap:9px;background:#eceee5;border-radius:16px}.tier-progress>div{display:flex;justify-content:space-between;font-size:11px}.tier-progress>div span{font-weight:900}.tier-progress>div b{color:#6f756b;font-weight:700}.tier-progress>i{height:7px;overflow:hidden;background:#d6d9ce;border-radius:99px}.tier-progress>i span{height:100%;display:block;background:linear-gradient(90deg,var(--green),#d9b966);border-radius:inherit}.tier-progress>small{color:#747a70;font-size:10px}.bonus-reserved{margin-top:9px;padding:14px 16px;display:flex;justify-content:space-between;color:#70510d;background:#fff4cf;border:1px solid #ead58c;border-radius:14px;font-size:12px}.qr-token{margin-top:12px;padding:16px;display:flex;align-items:center;gap:16px;background:var(--card);border:1px solid var(--line);border-radius:18px}.qr-token p{margin:4px 0 0;color:var(--muted);font-size:12px}.qr-fake{width:84px;height:84px;flex:none;padding:7px;display:grid;grid-template-columns:repeat(7,1fr);gap:2px;background:#fff;border:1px solid var(--line);border-radius:8px}.qr-fake i{background:transparent}.qr-fake i.on{background:#172019;border-radius:1px}.loyalty-rules{margin-top:10px;display:grid;gap:8px}.loyalty-rules article{padding:13px 15px;display:flex;align-items:center;gap:13px;background:var(--card);border:1px solid var(--line);border-radius:14px}.loyalty-rules article>span{width:32px;color:#9f8444;font-family:Georgia,serif;font-size:18px}.loyalty-rules b{font-size:12px}.loyalty-rules p{margin:3px 0 0;color:var(--muted);font-size:10px}.history-heading{margin:26px 2px 10px;display:flex;align-items:end;justify-content:space-between}.history-heading h3{margin:4px 0 0;font-family:Georgia,serif;font-size:25px;font-weight:500}.history-heading>small{color:var(--muted);font-size:10px}.loyalty-history{display:grid;gap:8px}.loyalty-history article{padding:13px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;background:var(--card);border:1px solid var(--line);border-radius:14px}.history-icon{width:38px;height:38px;display:grid;place-items:center;color:#316b4d;background:#e5f3e9;border-radius:12px;font-size:20px;font-weight:700}.history-icon.redeem{color:#8a5e2a;background:#faedda}.loyalty-history article>div{display:grid;gap:4px}.loyalty-history b{font-size:12px}.loyalty-history small{color:var(--muted);font-size:9px}.loyalty-history strong{color:#2f744f;font-size:12px}.loyalty-history strong.negative{color:#9a6234}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-grid article{padding:19px;display:flex;gap:13px;background:var(--card);border:1px solid var(--line);border-radius:17px}.info-grid article>span{color:var(--green);font-size:24px}.info-grid p{margin:5px 0 0;color:var(--muted);font-size:12px}.floating-cart{position:fixed;z-index:70;left:50%;bottom:20px;width:min(440px,calc(100% - 28px));padding:16px 20px;display:flex;justify-content:space-between;color:#fff;background:#182e27ed;border:1px solid #ffffff1c;border-radius:17px;box-shadow:0 16px 40px #10261f5c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.floating-cart span{color:#cddbd3}footer{margin-top:48px;display:flex;align-items:center;justify-content:center;gap:7px;color:#92978f;font-size:10px}footer b{color:#725d28;letter-spacing:.1em}footer small{padding-left:7px;border-left:1px solid #cfd2cb}@media (max-width: 980px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{border-radius:0}.weather-offer{grid-template-columns:1fr}}@media (max-width: 620px){.hero{min-height:230px;padding:36px 22px 30px}.brand-mark{left:22px;top:22px}.hero-copy{width:calc(100% - 72px);margin-top:42px}.hero-copy>span{font-size:9px;letter-spacing:.13em}.daily-quote{max-width:250px;margin:24px 0 16px;padding-left:17px}.daily-quote>span{left:7px;top:-12px;font-size:25px}.daily-quote p{font-size:13px;line-height:1.42}.hero-context{font-size:9px}.table-chip{width:78px;height:78px;margin-top:50px}.table-chip b{font-size:28px}.main-nav{width:calc(100% - 20px);margin-top:-18px;border-radius:15px}.main-nav button{min-width:83px;padding:11px 10px;font-size:11px}.content{padding:38px 14px 25px}.content h2{font-size:35px}.menu-tools{display:grid}.categories{margin-top:0}.search{flex-basis:43px;width:43px;margin-left:auto;padding:0 9px;overflow:hidden;box-shadow:-9px 0 16px var(--paper)}.search:focus-within{flex-basis:min(230px,calc(100vw - 62px));width:min(230px,calc(100vw - 62px));padding-right:13px}.search span{flex:0 0 23px}.search input{opacity:0;pointer-events:none;transition:opacity .18s ease}.search:focus-within input,.search input:not(:placeholder-shown){opacity:1;pointer-events:auto}.search:has(input:not(:placeholder-shown)){flex-basis:min(230px,calc(100vw - 62px));width:min(230px,calc(100vw - 62px));padding-right:13px}.weather-offer{padding:16px;gap:15px;border-radius:18px}.weather-copy{align-items:flex-start}.weather-visual{width:64px;height:64px;border-radius:18px;transform:scale(.9);transform-origin:top left;margin-right:-6px}.weather-sun{left:10px;top:9px}.weather-cloud{left:18px;top:34px}.weather-wind{left:7px}.weather-offer h3{font-size:19px}.weather-products{overflow-x:auto;grid-template-columns:repeat(3,minmax(145px,1fr))}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.food-photo{height:135px}.food-photo span{font-size:54px}.product-body{min-height:184px;padding:12px}.product-title{display:grid}.product-title h3{font-size:17px}.product-title>span{width:fit-content}.product-body>p{min-height:67px;font-size:10px}.product-footer strong{font-size:14px}.add{min-width:36px;width:36px;height:36px;padding:0;border-radius:11px}.add span{width:26px;height:26px}.add b{display:none}.stepper{gap:2px}.stepper button{width:27px;height:27px}.bill-actions,.info-grid{grid-template-columns:1fr}.loyalty-stats{grid-template-columns:1fr 1fr}.loyalty-stats article:first-child{grid-column:1 / -1}.section-heading{align-items:center}.order-line{grid-template-columns:52px 1fr auto;gap:9px}.mini-photo{width:52px;height:52px;font-size:25px}.product-modal{padding:0;align-items:end}.product-modal-card{width:100%;max-height:94vh;grid-template-columns:1fr;border-radius:24px 24px 0 0}.modal-photo{min-height:0;height:min(48vh,380px)}.modal-content{padding:25px 18px 28px}.modal-close{position:fixed}}@media (max-width: 620px){.app-shell .hero{min-height:178px;padding:16px 16px 17px;display:block}.app-shell .brand-mark{left:16px;top:17px;font-size:10px}.app-shell .language-switch{top:12px;right:14px;left:auto;z-index:10}.app-shell .language-switch button{min-width:33px;height:28px;padding-inline:6px}.app-shell .hero-copy{width:calc(100% - 118px);margin-top:42px}.app-shell .hero-copy>span{font-size:8px}.app-shell .hero-copy .daily-quote{margin:10px 0 0}.app-shell .hero-copy .daily-quote p{font-size:11px;line-height:1.25}.app-shell .hero-side{position:absolute;top:48px;right:14px;width:106px;margin:0}.app-shell .hero-weather{width:106px;min-width:106px;max-width:106px;padding:0;justify-content:flex-end;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell .hero-weather-copy{display:grid;grid-template-columns:auto 1fr;gap:3px 6px;align-items:baseline;text-align:right}.app-shell .hero-weather-copy>strong{font-size:25px}.app-shell .hero-weather-copy>div{display:contents}.app-shell .hero-weather-copy span{font-size:8px;line-height:1.12;text-align:right}.app-shell .hero-weather-copy small{grid-column:1 / -1;width:auto;font-size:6px;text-align:right}.app-shell .hero-weather .weather-visual{display:none!important}}@media (max-width: 620px){.app-shell .language-switch{top:12px;left:17px;z-index:8}.app-shell .hero-copy{margin-top:43px;width:calc(100% - 132px)}.app-shell .hero-copy .daily-quote{margin-top:17px;padding-left:0}.app-shell .hero-copy .daily-quote p{font-size:clamp(14px,4vw,17px);line-height:1.22}.app-shell .hero-side{top:28px;right:15px;width:123px;max-width:123px}.app-shell .hero-weather{width:123px;min-width:123px;max-width:123px;grid-template-columns:1fr}.app-shell .hero-weather-copy>strong{font-size:34px}.app-shell .hero-weather-copy small{width:105px;font-size:6px}.product-card .food-photo{aspect-ratio:1 / 1.08}.product-card .food-photo img{object-fit:contain;object-position:center}.product-card .product-body{min-height:0;padding:13px 13px 14px}.product-card .product-body>p{min-height:0;margin:6px 0 8px}.product-card .product-footer{min-height:0;margin-top:4px;padding-top:0}.product-modal .modal-content>p{margin-bottom:10px}.product-modal .pairing-grid article{grid-template-columns:44px minmax(0,1fr) 32px;gap:8px}.product-modal .pairing-grid article>div{min-width:0}.product-modal .pairing-grid b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;line-height:1.15}.product-modal .pairing-add{position:static;width:32px;height:32px}}.app-shell .weather-svg-sun{transform-origin:80px 39px;animation:weatherSvgFloat 4.8s ease-in-out infinite}.app-shell .weather-svg-wind{animation:weatherSvgWind 3.4s ease-in-out infinite}.app-shell .weather-svg-rain{animation:weatherSvgRain 1.7s ease-in-out infinite}.app-shell.theme-night .weather-svg-wind{opacity:.78}@keyframes weatherSvgFloat{50%{transform:translateY(-2px) rotate(1.5deg)}}@keyframes weatherSvgWind{50%{transform:translate(4px);opacity:.76}}@keyframes weatherSvgRain{50%{transform:translateY(4px);opacity:.62}}@media (max-width: 620px){.app-shell .hero-weather .weather-svg{width:96px;height:88px;margin:-8px -14px -8px -4px}}.app-shell .hero{min-height:235px;padding-right:48px}.app-shell .hero-side{position:relative;z-index:3;margin-left:auto;display:flex;align-items:center;gap:18px}.app-shell .hero-weather{min-width:330px;padding:14px 16px 14px 19px;display:flex;align-items:center;justify-content:flex-end;gap:14px;color:var(--ink);background:color-mix(in srgb,var(--surface-strong) 46%,transparent);border:1px solid color-mix(in srgb,var(--surface-line) 75%,transparent);border-radius:24px;box-shadow:0 16px 38px #141d1a14,inset 0 1px color-mix(in srgb,var(--surface-line) 78%,transparent);-webkit-backdrop-filter:blur(18px) saturate(118%);backdrop-filter:blur(18px) saturate(118%)}.app-shell .hero-weather-copy{min-width:0;display:flex;align-items:center;gap:13px;text-align:right}.app-shell .hero-weather-copy>strong{color:var(--ink);font-size:37px;font-weight:280;line-height:1;letter-spacing:-.06em}.app-shell .hero-weather-copy>div{display:grid;gap:4px}.app-shell .hero-weather-copy span{color:var(--ink);font-size:12px;font-weight:620;line-height:1.2}.app-shell .hero-weather-copy small{color:var(--muted);font-size:8px;white-space:nowrap}.app-shell .hero-weather .weather-visual{width:72px;height:72px;flex:0 0 72px;transform:scale(.7);transform-origin:center;margin:-13px}.app-shell .hero-side .table-chip{position:static;flex:0 0 auto}.app-shell.theme-night .hero-weather{background:#1f2a2b6b;border-color:#ffffff12;box-shadow:0 18px 42px #00000029,inset 0 1px #ffffff09}.app-shell .hero-weather .weather-visual{display:none!important}@media (max-width: 620px){.app-shell .hero{min-height:196px;padding:22px 18px 20px}.app-shell .language-switch{top:12px;left:17px;z-index:4}.app-shell .hero-copy{width:calc(100% - 132px);margin-top:43px}.app-shell .hero-copy>span{display:block;margin-top:0}.app-shell .hero-copy .daily-quote{margin-top:17px;padding-left:0}.app-shell .hero-copy .daily-quote p{font-size:clamp(14px,4vw,17px);line-height:1.22}.app-shell .hero-side{top:27px;right:15px;width:123px;max-width:123px}.app-shell .hero-weather{width:123px;min-width:123px;max-width:123px;grid-template-columns:1fr}.app-shell .hero-weather-copy>strong{font-size:34px}.app-shell .hero-weather-copy span{max-width:100px;font-size:8px}.app-shell .hero-weather-copy small{width:105px;font-size:6px}.product-card .food-photo{aspect-ratio:1 / 1.08}.product-card .food-photo img{object-fit:contain;object-position:center}.product-card .product-body{min-height:0;padding:13px 13px 14px}.product-card .product-body>p{min-height:0;margin:6px 0 8px}.product-card .product-footer{margin-top:4px;min-height:0;padding-top:0}.product-modal .modal-content>p{margin-bottom:10px}.product-modal .pairing-grid article{grid-template-columns:44px minmax(0,1fr) 32px;gap:8px}.product-modal .pairing-grid article>div{padding-right:2px}.product-modal .pairing-grid b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;line-height:1.15}.product-modal .pairing-add{position:static;width:32px;height:32px}}@media (max-width: 900px){.app-shell .hero{min-height:220px;padding-right:30px}.app-shell .hero-weather{min-width:0;padding:11px 13px 11px 15px}.app-shell .hero-weather-copy small{display:none}.app-shell .hero-side{gap:10px}}@media (max-width: 620px){.app-shell .hero{min-height:178px;padding:25px 18px 23px;align-items:stretch}.app-shell .hero-copy{width:calc(100% - 118px);margin-top:34px}.app-shell .hero-copy .daily-quote p{font-size:18px}.app-shell .hero-side{position:absolute;top:22px;right:17px;display:grid;justify-items:end;gap:8px}.app-shell .hero-weather{min-width:0;padding:6px 8px 6px 11px;gap:7px;border-radius:18px}.app-shell .hero-weather-copy{gap:0}.app-shell .hero-weather-copy>strong{font-size:25px}.app-shell .hero-weather-copy>div{display:none}.app-shell .hero-weather .weather-visual{width:50px;height:50px;flex-basis:50px;transform:scale(.49);margin:-24px -24px -24px -17px}.app-shell .hero-side .table-chip{min-width:78px;height:42px;padding:0 11px}.app-shell .hero-side .table-chip small{font-size:6px}.app-shell .hero-side .table-chip b{font-size:15px}.app-shell .content{padding-top:24px}}:root{--ink: #1d1d1f;--muted: #76767b;--line: rgba(29, 29, 31, .09);--paper: #f6f5f1;--card: rgba(255, 255, 255, .72);--green: #202421;--lime: #d7eeae;--accent: #4e6b5e}html{background:var(--paper);scroll-behavior:smooth}body{background:radial-gradient(circle at 86% 2%,rgba(208,224,214,.72),transparent 25rem),radial-gradient(circle at 9% 16%,rgba(236,224,201,.74),transparent 29rem),var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.app-shell{padding-bottom:74px}.hero{min-height:270px;max-width:1320px;margin:22px auto 0;padding:60px 72px 48px;color:var(--ink);background:radial-gradient(circle at 77% 28%,rgba(255,255,255,.94),transparent 20%),linear-gradient(126deg,#ffffffc7,#e2e8e0b8 54%,#d5e1d9cc);border:1px solid rgba(255,255,255,.8);border-radius:34px;box-shadow:0 30px 80px #2d373017,inset 0 1px #fff;-webkit-backdrop-filter:blur(28px) saturate(130%);backdrop-filter:blur(28px) saturate(130%)}.hero:before{width:360px;height:360px;right:7%;top:-160px;border:0;background:#ffffff7a;filter:blur(14px)}.hero:after{width:180px;height:180px;right:24%;top:68%;border:0;background:#bed3c64d;filter:blur(32px)}.brand-mark{left:72px;top:34px;color:#1d1d1f;font-size:11px;font-weight:650;letter-spacing:.12em}.brand-mark i{color:#777;font-size:8px;font-weight:600}.hero-copy{width:min(700px,72%);margin-top:26px}.hero-copy>span{color:#4f5d55;font-size:10px;font-weight:600;letter-spacing:.18em}.daily-quote{max-width:620px;margin:24px 0 29px;padding:0}.daily-quote:before,.daily-quote>span{display:none}.daily-quote p{color:#1d1d1f;font-size:clamp(14px,1.35vw,18px);line-height:1.4;font-weight:410;letter-spacing:-.018em}.hero-context{color:#777b77;font-size:9px;font-weight:550;letter-spacing:.11em}.table-chip{width:auto;height:auto;min-width:104px;margin-left:auto;padding:15px 18px;display:flex;align-items:baseline;justify-content:center;gap:9px;color:var(--ink);background:#ffffff7a;border:1px solid rgba(255,255,255,.8);border-radius:999px;box-shadow:0 12px 32px #2d373014,inset 0 1px #fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.table-chip small{color:#7b7d79;font-size:8px;font-weight:600}.table-chip b{font-family:inherit;font-size:19px;font-weight:550;letter-spacing:-.04em}.main-nav{top:12px;max-width:650px;margin:-21px auto 0;padding:5px;background:#fafaf8b8;border:1px solid rgba(255,255,255,.85);border-radius:999px;box-shadow:0 18px 48px #232a251f,inset 0 1px #fff;-webkit-backdrop-filter:blur(28px) saturate(160%);backdrop-filter:blur(28px) saturate(160%)}.main-nav button{min-width:94px;padding:11px 17px;color:#777773;border-radius:999px;font-size:11px;font-weight:580;letter-spacing:-.005em}.main-nav button.active{color:#fff;background:#1d1d1feb;box-shadow:0 7px 16px #14141429,inset 0 1px #fff3}.content{max-width:1320px;padding:58px 24px 38px}.content.narrow{max-width:760px}.categories{gap:20px;margin-bottom:29px;padding:2px 0 8px}.categories>button{padding:8px 1px;color:#777773;background:transparent;border:0;border-radius:0;font-size:12px;font-weight:560;transition:color .2s ease}.categories>button:hover{color:#1d1d1f}.categories>button.active{color:#1d1d1f;background:transparent;border-bottom:1px solid #1d1d1f}.search{flex-basis:184px;height:36px;padding:0 12px;background:#fff9;border:1px solid rgba(255,255,255,.9);border-radius:999px;box-shadow:0 8px 24px #232a2512,-14px 0 18px var(--paper);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.search span{color:#777;font-size:20px;font-weight:300}.search input{font-size:11px}.weather-offer{margin-bottom:38px;padding:24px;color:var(--ink);background:linear-gradient(112deg,#ffffffd1,#eef2edb3),var(--paper);border:1px solid rgba(255,255,255,.88);border-radius:26px;box-shadow:0 24px 60px #2b342e14,inset 0 1px #fff;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.weather-offer.weather-sunny{background:linear-gradient(112deg,#fff8e2e0,#f3e9cba8)}.weather-offer.weather-windy{background:linear-gradient(112deg,#f2f7f6e6,#d7e4e0b8)}.weather-offer.weather-rainy,.weather-offer.weather-cool{background:linear-gradient(112deg,#f0f7f9e6,#d3e2e8b8)}.weather-offer.weather-cloudy{background:linear-gradient(112deg,#f6f7f5e6,#dde1deb8)}.weather-offer:after{border-color:#ffffff7a}.weather-visual{background:#ffffff7a;border-color:#fffc;box-shadow:inset 0 1px #fff}.weather-offer h3{color:#242522;font-family:inherit;font-size:22px;font-weight:520;letter-spacing:-.025em}.weather-offer p{color:#6f7470}.weather-metrics span{color:#737873;background:#ffffff6b;border-color:#ffffffb3}.weather-metrics b{color:#2c302d}.weather-products>button{color:var(--ink);background:#ffffff73;border-color:#ffffffbf;border-radius:17px;transition:transform .2s ease,background .2s ease}.weather-products>button:hover{transform:translateY(-2px);background:#ffffffb8}.weather-products small{color:#4f675b}.product-grid{grid-template-columns:repeat(3,1fr);gap:34px 22px}.product-card{background:#ffffff85;border:1px solid rgba(255,255,255,.8);border-radius:27px;box-shadow:0 18px 50px #272f2a12,inset 0 1px #fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-card:hover{transform:translateY(-4px);box-shadow:0 28px 65px #272f2a1c,inset 0 1px #fff}.food-photo{height:auto;aspect-ratio:1.34 / 1;background:#e8e7e2}.food-photo img{transition:transform .55s cubic-bezier(.2,.75,.25,1)}.product-card:hover .food-photo img{transform:scale(1.012)}.zoom-hint{display:none}.product-body{padding:18px 19px 19px}.product-title h3{font-family:inherit;font-size:16px;font-weight:560;letter-spacing:-.025em}.product-body>p{color:#7b7b78;font-size:11px;line-height:1.55}.product-footer strong{font-size:13px;font-weight:590}.add{min-width:0;padding:8px 12px;color:#fff;background:#242624;border:1px solid rgba(255,255,255,.1);border-radius:999px;box-shadow:0 7px 18px #19191921,inset 0 1px #ffffff2e}.add span{display:inline;font-size:15px;font-weight:350}.add b{font-size:10px;font-weight:570}.stepper{padding:3px;background:#eeeeeae0;border:1px solid rgba(29,29,31,.06);border-radius:999px}.stepper button{border:0;border-radius:50%;background:#ffffffc2;font-weight:450}.floating-cart{width:min(430px,calc(100% - 30px));padding:14px 18px;color:#fff;background:#1d1d1fd1;border:1px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:0 22px 55px #0f0f0f40,inset 0 1px #ffffff2e;-webkit-backdrop-filter:blur(26px) saturate(150%);backdrop-filter:blur(26px) saturate(150%);font-size:12px}.floating-cart span{color:#ffffffad}.toast{z-index:1200;background:#1d1d1fe0;border:1px solid rgba(255,255,255,.16);border-radius:999px;box-shadow:0 12px 34px #0000003d;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);font-weight:600}.product-modal{background:#e2e4e0b8;-webkit-backdrop-filter:blur(34px) saturate(115%);backdrop-filter:blur(34px) saturate(115%)}.product-modal-card{background:#ffffffe6;border:1px solid rgba(255,255,255,.95);border-radius:32px;box-shadow:0 40px 100px #1a1f1c38}.modal-close{color:#262826;background:#ffffffb3;border-color:#ffffffe0;box-shadow:0 8px 24px #1414141a}.modal-content>h2,.pairings h3,.content h2{font-family:inherit;font-weight:510;letter-spacing:-.045em}.modal-buy button,.primary-button{color:#fff;background:#242624;border-radius:999px;box-shadow:0 10px 26px #14141424}.pairing-grid article{background:#f1f1edcc;border-radius:17px}.pairing-add{background:#242624;font-weight:350}.total-card,.loyalty-card{background:linear-gradient(135deg,#222624,#4a5a52)}.order-line,.empty-state,.loyalty-login,.loyalty-stats article,.qr-token,.loyalty-rules article,.loyalty-history article,.info-grid article{background:#ffffff9e;border-color:#fffc;box-shadow:0 14px 38px #272f2a0e,inset 0 1px #fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media (max-width: 980px){.hero{margin-top:14px;border-radius:28px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){body{background:radial-gradient(circle at 88% 5%,rgba(208,224,214,.8),transparent 18rem),var(--paper)}.app-shell{padding-bottom:86px}.hero{min-height:218px;margin:8px 10px 0;padding:47px 22px 25px;border-radius:25px}.brand-mark{left:22px;top:20px}.hero-copy{width:calc(100% - 58px);margin-top:29px}.hero-copy>span{font-size:8px;letter-spacing:.15em}.daily-quote{max-width:245px;margin:17px 0 20px}.daily-quote p{font-size:13px;line-height:1.42}.hero-context{font-size:8px}.table-chip{min-width:54px;margin:60px 0 0 auto;padding:10px 11px;display:grid;gap:1px}.table-chip small{font-size:6px}.table-chip b{font-size:17px}.main-nav{top:7px;width:calc(100% - 24px);margin-top:-17px;padding:4px}.main-nav button{min-width:73px;padding:10px 11px;font-size:10px}.content{padding:42px 13px 28px}.categories{gap:18px;margin-bottom:20px}.categories>button{font-size:11px}.search{flex:0 0 36px;width:36px;padding-inline:9px;box-shadow:-12px 0 16px var(--paper),0 7px 17px #232a2512}.search:focus-within{flex-basis:158px;width:158px}.search input{opacity:0;width:0;transition:opacity .18s ease}.search:focus-within input{width:100%;opacity:1}.weather-offer{padding:18px;border-radius:23px;gap:17px}.weather-copy{align-items:flex-start}.weather-visual{width:64px;height:64px;transform:scale(.9);transform-origin:left top}.weather-offer h3{margin-top:2px;font-size:18px}.weather-products{display:flex;overflow-x:auto}.weather-products>button{min-width:155px}.product-grid{grid-template-columns:1fr 1fr;gap:16px 10px}.product-card{border-radius:20px}.food-photo{aspect-ratio:1 / .9}.product-body{padding:12px 12px 13px}.product-title h3{font-size:13px;line-height:1.18}.product-body>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:9px}.product-footer{align-items:flex-end}.product-footer strong{font-size:11px}.add{width:31px;height:31px;padding:0;display:grid;place-items:center}.add b{display:none}.add span{font-size:17px}.stepper{gap:0}.stepper button{width:25px;height:25px}.stepper b{min-width:15px;font-size:11px}.product-modal{padding:10px}.product-modal-card{border-radius:25px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width: 390px){.product-grid{grid-template-columns:1fr}.food-photo{height:180px}.product-body>p{min-height:auto}}.app-shell .hero-weather .weather-visual{width:58px;height:58px;margin:0;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}.app-shell .hero-weather .weather-sun{width:29px;height:29px;left:15px;top:9px;background:#eac75f;border:0;box-shadow:none;animation:none}.app-shell .hero-weather .weather-cloud{width:37px;height:13px;left:17px;top:32px;background:#fafcfaeb;box-shadow:0 4px 12px #212d2817}.app-shell .hero-weather .weather-cloud:before{width:19px;height:19px;left:7px;bottom:4px}.app-shell .hero-weather .weather-cloud:after{width:14px;height:14px;right:4px;bottom:4px}.app-shell .hero-weather .weather-wind{width:37px;left:11px;border-top-width:2px;animation:none;opacity:.76}.app-shell .hero-weather .weather-rain{width:2px;height:7px;top:47px;animation-duration:1.45s}.app-shell .hero-weather .weather-moon{width:28px;height:28px;left:15px;top:8px;box-shadow:inset -8px -2px #7087993d;animation:none}.smart-recommendations{margin:0 0 18px;padding:16px;overflow:hidden;background:color-mix(in srgb,var(--surface-strong) 64%,transparent);border:1px solid color-mix(in srgb,var(--surface-line) 84%,transparent);border-radius:24px;box-shadow:0 12px 32px #19221e12,inset 0 1px #ffffff5c;backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}.smart-recommendations-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.smart-recommendations-heading span{color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.02em}.smart-recommendations-heading p{margin:3px 0 0;color:var(--muted);font-size:9px}.smart-recommendations-heading>small{flex:none;padding:5px 8px;color:var(--muted);background:color-mix(in srgb,var(--surface-solid) 48%,transparent);border-radius:999px;font-size:8px}.smart-recommendation-list{display:grid;grid-template-columns:minmax(0,1fr);gap:9px}.smart-recommendation-list>button{min-width:0;padding:7px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:9px;color:var(--ink);text-align:left;background:color-mix(in srgb,var(--surface-solid) 56%,transparent);border:1px solid color-mix(in srgb,var(--surface-line) 82%,transparent);border-radius:17px}.smart-recommendation-photo{position:relative;isolation:isolate;width:54px;height:48px;display:grid;place-items:center;overflow:hidden;background:var(--surface-solid);border-radius:12px}.smart-recommendation-photo:before{content:"";position:absolute;z-index:-1;top:-8px;right:-8px;bottom:-8px;left:-8px;background-image:var(--photo);background-position:center;background-size:cover;filter:blur(13px);opacity:.18}.smart-recommendation-photo img{width:100%;height:100%;object-fit:contain}.smart-recommendation-photo i{color:var(--muted);font-size:9px;font-style:normal}.smart-recommendation-copy{min-width:0;display:grid;gap:5px}.smart-recommendation-copy b{overflow:hidden;font-size:10px;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.smart-recommendation-copy small{color:var(--muted);font-size:9px}@media (max-width: 620px){.app-shell .hero-weather .weather-visual{width:54px;height:54px;margin:0 -2px 0 0;transform:none}.smart-recommendations{margin-bottom:13px;padding:13px;border-radius:21px}.smart-recommendation-list{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;overflow:visible}.smart-recommendation-list::-webkit-scrollbar{display:none}.smart-recommendation-list>button{min-width:0}}.language-switch{position:absolute;z-index:8;top:18px;left:50%;padding:3px;display:flex;gap:2px;transform:translate(-50%);background:#ffffff78;border:1px solid #ffffffa8;border-radius:999px;box-shadow:0 8px 24px #27312d18,inset 0 1px #fff;-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}.language-switch button{min-width:34px;height:27px;padding:0 8px;color:#6f746f;background:transparent;border:0;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.08em}.language-switch button.active{color:#fff;background:#26342f;box-shadow:0 5px 13px #17221e35}.info-grid p strong{color:var(--ink);font-weight:800}.info-grid a{color:var(--green);font-weight:800;text-decoration:none}.info-grid a:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:4px}.info-grid .wifi-info-card>div{flex:1;min-width:0}.info-grid .wifi-network{color:var(--ink);font-weight:720}.wifi-password-button{width:100%;margin-top:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink);background:color-mix(in srgb,var(--surface-strong) 68%,transparent);border:0;border-radius:13px;box-shadow:inset 0 1px #ffffff24,0 5px 18px #0f141214;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);cursor:pointer;transition:transform .16s ease,background .16s ease}.wifi-password-button:active{transform:scale(.98);background:color-mix(in srgb,var(--surface-strong) 82%,transparent)}.wifi-password-button:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--action-bg) 32%,transparent)}.wifi-password-mask{filter:blur(3.5px);font-size:16px;font-weight:850;letter-spacing:.08em;-webkit-user-select:none;user-select:none}.wifi-password-button small{color:var(--green);font-size:10px;font-weight:750;text-align:right}@media (max-width: 620px){.language-switch{top:13px}.language-switch button{min-width:31px;height:25px;padding-inline:6px;font-size:8px}.info-grid article{align-items:flex-start}.info-grid p{line-height:1.55}}.daily-quote .quote-label{position:static;display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;color:#777b77;font-family:inherit;font-size:7px;font-weight:650;letter-spacing:.16em;line-height:1;text-transform:uppercase}.daily-quote .quote-label:before{content:"";width:13px;height:1px;background:#b2985a}@media (max-width: 620px){.app-shell .hero{min-height:184px;margin:10px 10px 0;padding:19px 16px 20px;border-radius:29px;background:linear-gradient(118deg,#fffaeed1,#eee8d9ad 52%,#ecf1edc2),#f5f5f0b8;border:1px solid rgba(255,255,255,.82);box-shadow:0 22px 54px #3932251f,inset 0 1px #ffffffeb,inset 0 -1px #1d1d1f09;-webkit-backdrop-filter:blur(32px) saturate(145%);backdrop-filter:blur(32px) saturate(145%)}.app-shell .hero:before{width:210px;height:210px;right:-48px;top:-76px;background:radial-gradient(circle,rgba(255,216,111,.26),transparent 66%);filter:blur(8px)}.app-shell .hero:after{width:180px;height:150px;right:38px;top:78px;background:#ffffff52;filter:blur(26px)}.app-shell .brand-mark{left:17px;top:18px;font-size:10px}.app-shell .hero-copy{width:calc(100% - 145px);margin-top:37px}.app-shell .hero-copy>span{font-size:8px;letter-spacing:.16em;white-space:nowrap}.app-shell .hero-copy .daily-quote{max-width:210px;margin:19px 0 0;padding:0}.app-shell .hero-copy .daily-quote p{font-size:clamp(15px,4.35vw,18px);font-weight:420;line-height:1.22;letter-spacing:-.026em}.app-shell .daily-quote .quote-label{display:inline-flex;margin-bottom:8px;font-size:6px}.app-shell .hero-context{margin:9px 0 0;font-size:6px;letter-spacing:.08em}.app-shell .hero-side{top:17px;right:13px;width:137px;max-width:137px}.app-shell .hero-weather{width:137px;min-width:137px;max-width:137px;grid-template-columns:61px 82px;gap:0}.app-shell .hero-weather-copy{position:relative;z-index:2;gap:6px}.app-shell .hero-weather-copy>strong{font-size:36px;font-weight:300;letter-spacing:-.07em}.app-shell .hero-weather-copy span{max-width:65px;font-size:8px;font-weight:650}.app-shell .hero-weather-copy small{width:70px;color:#777773;font-size:5.8px;line-height:1.45}.app-shell .hero-weather .weather-visual{width:88px;height:92px;margin:-1px -9px 0 -4px;transform:scale(.86);transform-origin:center;filter:drop-shadow(0 11px 13px rgba(58,53,43,.14))}.app-shell .hero-side .table-chip{width:auto;min-width:65px;height:27px;margin:4px 3px 0 auto;padding:0 9px;gap:5px;background:#ffffff61;border-color:#ffffff94;box-shadow:inset 0 1px #ffffffb3}.app-shell .hero-side .table-chip b{font-size:13px}.app-shell .main-nav{top:8px;width:calc(100% - 20px);max-width:none;margin:-13px 10px 0;padding:5px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;background:#2a2a2ab3;border:1px solid rgba(255,255,255,.24);border-radius:20px;box-shadow:0 14px 34px #1414142e,inset 0 1px #ffffff29;-webkit-backdrop-filter:blur(26px) saturate(150%);backdrop-filter:blur(26px) saturate(150%)}.app-shell .main-nav button{min-width:0;width:100%;padding:9px 2px;overflow:hidden;color:#ffffffb8;border-radius:15px;font-size:clamp(8px,2.55vw,10px);text-overflow:ellipsis}.app-shell .main-nav button.active{color:#1d1d1f;background:#ffffffe0;box-shadow:0 7px 18px #0000002e,inset 0 1px #fff}.app-shell .main-nav button.coming-soon{padding-block:6px}.app-shell .main-nav button.coming-soon small{margin-top:2px;font-size:5px}.app-shell .content{padding-top:25px}}@media (max-width: 390px){.app-shell .hero{min-height:178px}.app-shell .hero-copy{width:calc(100% - 132px)}.app-shell .hero-side{right:10px;width:128px;max-width:128px}.app-shell .hero-weather{width:128px;min-width:128px;max-width:128px;grid-template-columns:56px 76px}.app-shell .hero-weather-copy>strong{font-size:33px}.app-shell .hero-weather .weather-visual{width:82px;height:88px;transform:scale(.8)}.app-shell .main-nav button{font-size:8px}}.app-shell{--scene-from: #f4f5f1;--scene-to: #edf1ec;--phase-glow: rgba(224, 210, 187, .62);--weather-glow: rgba(190, 213, 199, .62);--weather-tint: rgba(190, 213, 199, .34);--surface: rgba(255, 255, 255, .54);--surface-strong: rgba(255, 255, 255, .78);--surface-solid: #f8f8f4;--surface-line: rgba(255, 255, 255, .76);--action-bg: #28312d;--action-fg: #ffffff;--ink: #1d211f;--muted: #727975;--line: rgba(29, 33, 31, .085);--paper: var(--scene-from);--card: var(--surface);position:relative;isolation:isolate;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 86% 2%,var(--weather-glow),transparent 31rem),radial-gradient(circle at 7% 18%,var(--phase-glow),transparent 36rem),linear-gradient(145deg,var(--scene-from),var(--scene-to));transition:color .8s ease,background 1.2s cubic-bezier(.2,.7,.2,1)}.app-shell.theme-morning{--scene-from: #f7f1e9;--scene-to: #edf2ec;--phase-glow: rgba(242, 199, 159, .54);--surface: rgba(255, 253, 248, .57);--surface-strong: rgba(255, 254, 250, .82);--surface-solid: #fbf8f2;--action-bg: #655c51}.app-shell.theme-day{--scene-from: #f5f6f2;--scene-to: #edf1ec;--phase-glow: rgba(238, 228, 205, .55)}.app-shell.theme-evening{--scene-from: #f2ece7;--scene-to: #e8eeea;--phase-glow: rgba(225, 163, 126, .48);--surface: rgba(255, 250, 245, .52);--surface-strong: rgba(255, 252, 248, .79);--surface-solid: #f8f4ef;--action-bg: #5b4640}.app-shell.theme-night{--scene-from: #111817;--scene-to: #1a2426;--phase-glow: rgba(93, 84, 113, .35);--weather-glow: rgba(87, 125, 126, .28);--weather-tint: rgba(107, 143, 143, .18);--surface: rgba(39, 48, 47, .62);--surface-strong: rgba(49, 59, 57, .82);--surface-solid: #222b2a;--surface-line: rgba(255, 255, 255, .11);--action-bg: #dce8e3;--action-fg: #18201e;--ink: #f2f3ef;--muted: #aab2ae;--line: rgba(255, 255, 255, .09)}.app-shell.weather-theme-sunny{--weather-glow: rgba(244, 202, 110, .48);--weather-tint: rgba(246, 213, 142, .28)}.app-shell.weather-theme-windy{--weather-glow: rgba(164, 198, 195, .5);--weather-tint: rgba(177, 204, 201, .3)}.app-shell.weather-theme-rainy{--weather-glow: rgba(135, 172, 195, .48);--weather-tint: rgba(147, 180, 201, .3)}.app-shell.weather-theme-cloudy{--weather-glow: rgba(181, 190, 188, .48);--weather-tint: rgba(190, 198, 196, .3)}.app-shell.weather-theme-cool{--weather-glow: rgba(151, 191, 207, .46);--weather-tint: rgba(160, 198, 213, .28)}.app-shell .hero{color:var(--ink);background:radial-gradient(circle at 78% 25%,var(--weather-tint),transparent 27%),linear-gradient(128deg,var(--surface-strong),var(--surface));border-color:var(--surface-line);box-shadow:0 30px 80px #171f1c1a,inset 0 1px 0 var(--surface-line);transition:color .8s ease,background 1.1s ease,border-color .8s ease}.app-shell .hero:before{background:color-mix(in srgb,var(--weather-glow) 74%,transparent)}.app-shell .hero:after{background:color-mix(in srgb,var(--phase-glow) 72%,transparent)}.app-shell .brand-mark,.app-shell .daily-quote p,.app-shell .table-chip,.app-shell .content h2,.app-shell .product-title h3,.app-shell .weather-offer h3{color:var(--ink)}.app-shell .brand-mark i,.app-shell .hero-context,.app-shell .product-body>p{color:var(--muted)}.app-shell .hero-copy>span{color:color-mix(in srgb,var(--ink) 72%,transparent)}.app-shell .table-chip{background:color-mix(in srgb,var(--surface-strong) 78%,transparent);border-color:var(--surface-line)}.app-shell .table-chip small{color:var(--muted)}.app-shell .main-nav,.app-shell .search{background:color-mix(in srgb,var(--surface-strong) 90%,transparent);border-color:var(--surface-line)}.app-shell .main-nav button{color:var(--muted)}.app-shell .main-nav button.active{color:var(--action-fg);background:var(--action-bg)}.app-shell .categories>button{color:var(--muted)}.app-shell .categories>button:hover,.app-shell .categories>button.active{color:var(--ink)}.app-shell .categories>button.active{border-bottom-color:var(--ink)}.app-shell .search{box-shadow:0 8px 24px #171f1c12,-14px 0 18px var(--scene-from)}.app-shell .search span,.app-shell .search input{color:var(--ink)}.app-shell .search input::placeholder{color:var(--muted)}.app-shell .weather-offer{color:var(--ink);background:radial-gradient(circle at 8% 0%,var(--weather-tint),transparent 35%),linear-gradient(112deg,var(--surface-strong),var(--surface));border-color:var(--surface-line)}.app-shell .weather-offer p,.app-shell .weather-metrics span{color:var(--muted)}.app-shell .weather-metrics span,.app-shell .weather-products>button,.app-shell .weather-visual{background:color-mix(in srgb,var(--surface-strong) 76%,transparent);border-color:var(--surface-line)}.app-shell .weather-metrics b,.app-shell .weather-products>button{color:var(--ink)}.app-shell .weather-products small{color:color-mix(in srgb,var(--ink) 68%,transparent)}.app-shell .product-card,.app-shell .order-line,.app-shell .empty-state,.app-shell .loyalty-login,.app-shell .loyalty-stats article,.app-shell .qr-token,.app-shell .loyalty-rules article,.app-shell .loyalty-history article,.app-shell .info-grid article{color:var(--ink);background:var(--surface);border-color:var(--surface-line);box-shadow:0 18px 50px #171f1c13,inset 0 1px 0 var(--surface-line)}.app-shell .product-card:hover{box-shadow:0 28px 65px #121a1721,inset 0 1px 0 var(--surface-line)}.app-shell .add{width:auto;height:auto;min-width:0;padding:0;display:inline-flex;align-items:center;gap:9px;color:var(--muted);background:transparent;border:0;border-radius:0;box-shadow:none}.app-shell .add b{display:inline;font-size:10px;font-weight:560;letter-spacing:.005em;transition:color .22s ease}.app-shell .add span{width:31px;height:31px;display:grid;place-items:center;color:var(--ink);background:var(--surface-strong);border:1px solid var(--surface-line);border-radius:50%;box-shadow:0 8px 20px #141b1817,inset 0 1px 0 var(--surface-line);font-size:16px;font-weight:330;line-height:1;transition:transform .28s cubic-bezier(.2,.8,.2,1),color .22s ease,background .22s ease}.app-shell .add:hover{color:var(--ink)}.app-shell .add:hover span,.app-shell .add:focus-visible span{color:var(--action-fg);background:var(--action-bg);transform:rotate(90deg) scale(1.04)}.app-shell .add:focus-visible{outline:2px solid color-mix(in srgb,var(--ink) 38%,transparent);outline-offset:5px}.app-shell .add:disabled{opacity:.38;cursor:not-allowed}.app-shell .add:disabled span{transform:none}.app-shell .stepper{gap:5px;padding:0;color:var(--ink);background:transparent;border:0}.app-shell .stepper button{position:relative;display:grid;place-items:center;color:var(--ink);background:var(--surface-strong);border:1px solid var(--surface-line);box-shadow:0 6px 16px #141b1812}.app-shell .stepper button:before,.app-shell .stepper button.qty-plus:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%)}.app-shell .stepper button.qty-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.app-shell .floating-cart,.app-shell .modal-buy button,.app-shell .primary-button,.app-shell .pairing-add{color:var(--action-fg);background:color-mix(in srgb,var(--action-bg) 92%,transparent)}.app-shell .product-modal-card{color:var(--ink);background:var(--surface-solid);border-color:var(--surface-line)}.app-shell .pairing-grid article{background:color-mix(in srgb,var(--surface-strong) 78%,transparent)}.app-shell .modal-close{color:var(--ink);background:var(--surface-strong);border-color:var(--surface-line)}.app-shell .modal-close:before,.app-shell .modal-close:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%) rotate(45deg)}.app-shell .modal-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.app-shell.theme-night .weather-sun{filter:saturate(.72) brightness(.88)}.app-shell.theme-night .loyalty-card,.app-shell.theme-night .total-card{background:linear-gradient(135deg,#293532,#465852)}.app-shell.theme-night footer,.app-shell.theme-night .safe-note{color:var(--muted)}@media (max-width: 620px){.app-shell{background-attachment:fixed}.app-shell .search{box-shadow:-12px 0 16px var(--scene-from),0 7px 17px #171f1c12}.app-shell .add{width:31px;height:31px;display:grid}.app-shell .add b{display:none}.app-shell .add span{width:31px;height:31px}}.app-shell .weather-offer{--sky-top: #4b94dc;--sky-bottom: #77bce9;--sky-glow: rgba(255, 232, 143, .82);--sky-shadow: rgba(26, 87, 143, .28);position:relative;min-height:230px;margin-bottom:38px;padding:27px;grid-template-columns:minmax(340px,.95fr) minmax(390px,1.05fr);gap:26px;color:#fff;background:radial-gradient(circle at 15% -4%,var(--sky-glow),transparent 34%),linear-gradient(155deg,var(--sky-top),var(--sky-bottom));border:1px solid rgba(255,255,255,.38);border-radius:30px;box-shadow:0 28px 70px var(--sky-shadow),inset 0 1px #ffffff80,inset 0 -1px #00285014;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate}.app-shell .weather-offer.weather-sunny{--sky-top: #438fd7;--sky-bottom: #86c9ef;--sky-glow: rgba(255, 223, 115, .9);--sky-shadow: rgba(35, 104, 165, .27)}.app-shell .weather-offer.weather-windy{--sky-top: #5b8ca9;--sky-bottom: #9abfc9;--sky-glow: rgba(224, 245, 246, .58);--sky-shadow: rgba(46, 84, 102, .25)}.app-shell .weather-offer.weather-rainy{--sky-top: #3d5875;--sky-bottom: #718ba5;--sky-glow: rgba(180, 212, 234, .36);--sky-shadow: rgba(30, 49, 70, .34)}.app-shell .weather-offer.weather-cloudy{--sky-top: #738c9e;--sky-bottom: #acbcc5;--sky-glow: rgba(242, 248, 250, .44);--sky-shadow: rgba(62, 78, 90, .25)}.app-shell .weather-offer.weather-cool{--sky-top: #4f88aa;--sky-bottom: #91becf;--sky-glow: rgba(219, 245, 252, .5);--sky-shadow: rgba(45, 91, 113, .28)}.app-shell .weather-offer:before{content:"";position:absolute;z-index:-1;top:-18px;right:-18px;bottom:-18px;left:-18px;background:radial-gradient(ellipse at 68% 128%,rgba(255,255,255,.27),transparent 43%),linear-gradient(115deg,rgba(255,255,255,.1),transparent 48%);pointer-events:none}.app-shell .weather-offer:after{content:"";position:absolute;z-index:-1;width:320px;height:320px;right:-95px;top:-170px;border:0;border-radius:50%;background:#ffffff1c;filter:blur(2px);pointer-events:none}.weather-aurora{position:absolute;z-index:-1;left:31%;bottom:-72px;width:390px;height:145px;border-radius:50%;background:#ffffff26;filter:blur(28px);transform:rotate(-7deg);pointer-events:none}.app-shell .weather-copy{min-width:0;align-items:center;gap:20px}.app-shell .weather-reading{min-width:0}.app-shell .weather-temperature{display:block;margin:-5px 0 1px;color:#fff;font-size:clamp(50px,5.2vw,68px);font-weight:220;line-height:.95;letter-spacing:-.065em;text-shadow:0 2px 20px rgba(34,74,105,.13)}.app-shell .weather-message h3{margin:7px 0 5px;color:#fffffffa;font-family:inherit;font-size:18px;font-weight:610;letter-spacing:-.024em;text-shadow:0 1px 13px rgba(31,72,101,.12)}.app-shell .weather-message p{max-width:390px;margin:0;color:#ffffffc4;font-size:11px;line-height:1.5}.app-shell .weather-metrics{margin-top:14px;gap:7px}.app-shell .weather-metrics span{min-width:80px;padding:8px 10px 7px;display:grid;gap:3px;color:#fff;background:#ffffff21;border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.app-shell .weather-metrics small{color:#ffffff94;font-size:6px;font-weight:650;letter-spacing:.1em}.app-shell .weather-metrics b{color:#fff;font-size:11px;font-weight:560}.app-shell .weather-visual{width:98px;height:98px;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 12px 14px rgba(30,72,103,.19))}.app-shell .weather-sun{width:46px;height:46px;left:12px;top:5px;background:linear-gradient(145deg,#fff4a8,#ffd454 66%,#f7ba2e);box-shadow:0 0 22px #ffe06794,0 0 0 8px #ffee9114;animation:weatherSunFloat 5s ease-in-out infinite}.app-shell .weather-cloud{width:61px;height:24px;left:30px;top:52px;background:linear-gradient(180deg,#fff,#e8f0f6);box-shadow:0 9px 18px #224b6933,inset 0 1px #fff}.app-shell .weather-cloud:before{width:33px;height:33px;left:10px;bottom:8px}.app-shell .weather-cloud:after{width:25px;height:25px;right:7px;bottom:7px}.app-shell .weather-rain{width:3px;height:13px;top:81px;background:#bfe9fff2;box-shadow:0 3px 7px #1f578038}.app-shell .rain-one{left:41px}.app-shell .rain-two{left:60px}.app-shell .rain-three{left:78px}.app-shell .weather-wind{left:6px;width:86px;height:20px;border-top:4px solid rgba(246,253,255,.9);filter:drop-shadow(0 4px 6px rgba(37,83,101,.13))}.app-shell .wind-one{top:31px}.app-shell .wind-two{top:59px;width:62px;left:22px}.app-shell .weather-visual.cool .weather-cloud{top:45px;background:linear-gradient(180deg,#fff,#e1f1f7)}.app-shell .weather-visual.cloudy .cloud-two{left:4px;top:34px;transform:scale(.74);opacity:.72}.app-shell .weather-visual.sunny .weather-cloud{transform:translate(4px,5px) scale(.84)}@keyframes weatherSunFloat{50%{transform:translateY(-3px) scale(1.025)}}.app-shell .weather-products{position:relative;z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.app-shell .weather-products>button{min-height:76px;padding:9px;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.2);border-radius:19px;box-shadow:inset 0 1px #ffffff1c;-webkit-backdrop-filter:blur(22px) saturate(125%);backdrop-filter:blur(22px) saturate(125%);transition:transform .25s cubic-bezier(.2,.8,.2,1),background .25s ease}.app-shell .weather-products>button:hover{color:#fff;background:#ffffff3b;transform:translateY(-3px)}.app-shell .weather-products img,.app-shell .weather-products>button>span:first-child{width:54px;height:54px;border:1px solid rgba(255,255,255,.24);border-radius:14px;box-shadow:0 7px 17px #1c46622b}.app-shell .weather-products b{color:#ffffffed;font-size:10px;font-weight:570}.app-shell .weather-products small{color:#ffffffa8;font-size:9px}.app-shell.theme-night .weather-offer{--sky-top: #071321;--sky-bottom: #172a3a;--sky-glow: rgba(101, 133, 166, .24);--sky-shadow: rgba(0, 0, 0, .5);filter:none;border-color:#b1cde11f;box-shadow:0 28px 74px #00000061,inset 0 1px #ffffff1a}.app-shell.theme-night .weather-offer.weather-sunny{--sky-top: #071322;--sky-bottom: #18304a;--sky-glow: rgba(164, 187, 213, .2)}.app-shell.theme-night .weather-offer.weather-windy{--sky-top: #08151d;--sky-bottom: #263a43;--sky-glow: rgba(143, 176, 184, .18)}.app-shell.theme-night .weather-offer.weather-rainy{--sky-top: #050d17;--sky-bottom: #1c2b3b;--sky-glow: rgba(95, 135, 167, .16)}.app-shell.theme-night .weather-offer.weather-cloudy{--sky-top: #0a121a;--sky-bottom: #283642;--sky-glow: rgba(151, 165, 177, .16)}.app-shell.theme-night .weather-offer.weather-cool{--sky-top: #071522;--sky-bottom: #1a3445;--sky-glow: rgba(100, 157, 188, .17)}.app-shell.theme-night .weather-offer:after{background:#a4bed70e}.app-shell.theme-night .weather-aurora{background:#6699b517}.app-shell.theme-night .weather-sun{display:none}.app-shell .weather-moon{display:none;position:absolute;width:43px;height:43px;left:13px;top:5px;border-radius:50%;background:linear-gradient(145deg,#fffbe5,#dbe6ef 72%);box-shadow:0 0 25px #daebf961,0 0 0 8px #d8eaf80b;animation:weatherMoonFloat 5.5s ease-in-out infinite}.app-shell .weather-visual.night-sky .weather-moon{display:block}.app-shell .weather-visual.night-sky .weather-cloud{background:linear-gradient(180deg,#b9c7d2,#7f94a4);box-shadow:0 9px 18px #00000047,inset 0 1px #ffffff47}.app-shell .weather-visual.night-sky.sunny .weather-cloud{opacity:.78}@keyframes weatherMoonFloat{50%{transform:translateY(-3px)}}.app-shell.theme-night .main-nav{background:#1d2726bd;border-color:#ffffff0e;box-shadow:0 18px 48px #0000003d,inset 0 1px #ffffff09}.app-shell.theme-night .main-nav button.active{background:#e1ebe7eb;box-shadow:0 7px 16px #0003}@media (max-width: 980px){.app-shell .weather-offer{grid-template-columns:1fr}}@media (max-width: 620px){.app-shell .weather-offer{min-height:0;padding:20px 17px 17px;gap:19px;border-radius:26px}.app-shell .weather-copy{gap:10px;align-items:center}.app-shell .weather-visual{width:78px;height:86px;margin-right:-4px;transform:scale(.77);transform-origin:center}.app-shell .weather-temperature{font-size:51px}.app-shell .weather-message h3{margin-top:5px;font-size:15px}.app-shell .weather-message p{font-size:9px;line-height:1.45}.app-shell .weather-metrics{margin-top:11px;flex-wrap:nowrap}.app-shell .weather-metrics span{min-width:0;flex:1;padding:7px 8px}.app-shell .weather-products{display:flex;margin:0 -2px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.app-shell .weather-products::-webkit-scrollbar{display:none}.app-shell .weather-products>button{min-width:154px}}@media (max-width: 390px){.app-shell .weather-copy{align-items:flex-start}.app-shell .weather-visual{width:58px;margin:7px -6px 0 -9px;transform:scale(.66)}.app-shell .weather-temperature{font-size:46px}.app-shell .weather-metrics span{padding-inline:6px}}.app-shell .weather-offer{min-height:0;margin-bottom:16px;padding:15px 20px;display:block;border-radius:24px}.app-shell .weather-copy{gap:12px}.app-shell .weather-reading{flex:1;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:18px}.app-shell .weather-temperature{margin:0;font-size:47px}.app-shell .weather-message h3{margin:0 0 3px;font-size:15px}.app-shell .weather-message p{max-width:360px;font-size:9px}.app-shell .weather-metrics{margin:0;flex-wrap:nowrap}.app-shell .weather-metrics span{min-width:74px;padding:7px 9px 6px}.app-shell .weather-visual{width:72px;height:78px;margin:0 -8px 0 -10px;transform:scale(.7);transform-origin:center}.meal-recommendation{position:relative;margin:0 0 26px;padding:9px 7px 24px;display:grid;grid-template-columns:126px minmax(0,1fr) auto;align-items:center;gap:20px;border-bottom:1px solid var(--line)}.meal-recommendation:before{content:"";position:absolute;left:132px;top:13px;width:44px;height:44px;background:var(--phase-glow);border-radius:50%;filter:blur(28px);pointer-events:none}.meal-photo{width:126px;height:94px;padding:0;display:grid;place-items:center;overflow:hidden;color:var(--muted);background:var(--surface);border:1px solid var(--surface-line);border-radius:23px;box-shadow:0 16px 34px #181f1c1a,inset 0 1px 0 var(--surface-line)}.meal-photo img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.meal-photo:hover img{transform:scale(1.012)}.food-photo,.meal-photo,.modal-photo,.pairing-photo,.mini-photo{position:relative;isolation:isolate;background:color-mix(in srgb,var(--surface-solid) 88%,#d9ddd5)}.food-photo:before,.meal-photo:before,.modal-photo:before,.pairing-photo:before,.mini-photo:before{content:"";position:absolute;z-index:-1;top:-14px;right:-14px;bottom:-14px;left:-14px;background-image:var(--photo);background-position:center;background-size:cover;filter:blur(22px) saturate(.78);opacity:.2;transform:scale(1.08)}.food-photo img,.meal-photo img,.modal-photo img,.pairing-photo img,.mini-photo img{width:100%;height:100%;display:block;position:relative;z-index:1;object-fit:contain;object-position:center}.modal-photo{width:100%;padding:0;border:0;cursor:zoom-in}.food-photo>b,.food-photo>.zoom-hint{z-index:2}.food-photo img.cold-drink-photo,.meal-photo img.cold-drink-photo,.modal-photo img.cold-drink-photo,.pairing-photo img.cold-drink-photo,.mini-photo img.cold-drink-photo{object-fit:contain;object-position:center;background:#fff;transform:none}.product-card:hover .food-photo img.cold-drink-photo,.meal-photo:hover img.cold-drink-photo,.product-card:hover .food-photo img,.meal-photo:hover img{transform:none}.photo-lightbox{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:#070a097a;backdrop-filter:blur(16px) saturate(115%);-webkit-backdrop-filter:blur(16px) saturate(115%);animation:modalFade .18s ease}.photo-popover{position:relative;width:min(92vw,760px);max-height:min(78dvh,760px);padding:8px;overflow:hidden;background:#f8f8f6e0;border:1px solid rgba(255,255,255,.72);border-radius:24px;box-shadow:0 28px 80px #00000057;backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%);animation:photoPopoverIn .2s cubic-bezier(.2,.8,.2,1)}.photo-popover img{width:100%;height:min(74dvh,720px);object-fit:contain;border-radius:18px;cursor:zoom-out;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 18px 38px rgba(0,0,0,.2))}@keyframes photoPopoverIn{0%{opacity:0;transform:scale(.94) translateY(10px)}}.lightbox-close{position:absolute;z-index:2;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#ffffff2e;box-shadow:inset 0 1px #ffffff3d,0 8px 26px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.lightbox-close:before,.lightbox-close:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:2px;background:#fff;transform:translate(-50%,-50%) rotate(45deg)}.lightbox-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.meal-copy{min-width:0}.meal-kicker{display:flex;align-items:center;gap:8px;color:var(--muted)}.meal-kicker span{color:var(--ink);font-size:9px;font-weight:650;letter-spacing:.095em;text-transform:uppercase}.meal-kicker i{width:18px;height:1px;background:color-mix(in srgb,var(--ink) 28%,transparent)}.meal-kicker small{font-size:9px}.meal-title{max-width:100%;margin:7px 0 5px;padding:0;overflow:hidden;color:var(--ink);background:transparent;border:0;font-size:clamp(19px,2.2vw,26px);font-weight:520;letter-spacing:-.035em;text-align:left;text-overflow:ellipsis;white-space:nowrap}.meal-copy p{max-width:690px;margin:0;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.meal-action{min-width:118px;display:grid;justify-items:end;gap:12px}.meal-action>strong{color:var(--ink);font-size:15px;font-weight:620}@media (max-width: 820px){.app-shell .weather-reading{grid-template-columns:auto 1fr;gap:6px 14px}.app-shell .weather-metrics{grid-column:1 / -1}.meal-recommendation{grid-template-columns:112px minmax(0,1fr) auto;gap:15px}.meal-photo{width:112px;height:88px}}@media (max-width: 620px){.app-shell .weather-offer{margin-bottom:13px;padding:13px 14px 12px;border-radius:21px}.app-shell .weather-copy{gap:9px;align-items:flex-start}.app-shell .weather-visual{width:61px;height:68px;margin:2px 0 0 -5px;transform:scale(.58)}.app-shell .weather-reading{gap:5px 9px}.app-shell .weather-temperature{font-size:41px}.app-shell .weather-message h3{font-size:13px}.app-shell .weather-message p{font-size:8px}.app-shell .weather-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:5px}.app-shell .weather-metrics span{min-width:0;padding:2px 0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell .weather-metrics small{font-size:5px}.app-shell .weather-metrics b{font-size:9px}.meal-recommendation{margin-bottom:21px;padding:7px 2px 18px;grid-template-columns:94px minmax(0,1fr);gap:12px}.meal-recommendation:before{left:78px}.meal-photo{width:94px;height:82px;border-radius:19px}.meal-kicker{gap:5px}.meal-kicker span{font-size:7px}.meal-kicker i{width:10px}.meal-kicker small{max-width:105px;overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.meal-title{margin:5px 0 4px;font-size:17px}.meal-copy p{font-size:8px}.meal-action{min-width:0;grid-column:2;grid-row:2;margin-top:-4px;display:flex;align-items:center;justify-content:space-between}.meal-action>strong{font-size:12px}}.app-shell .hero{border:1px solid color-mix(in srgb,var(--surface-line) 92%,transparent)}.app-shell .hero-weather{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell.theme-night .hero-weather{background:transparent;border-color:transparent;box-shadow:none}.main-nav button.coming-soon{position:relative}.main-nav button.coming-soon small{display:block;margin-top:1px;font-size:6px;font-weight:650;letter-spacing:.05em;line-height:1;text-transform:uppercase;opacity:.58}@media (max-width: 620px){.app-shell .hero{min-height:214px;padding:25px 18px 24px;overflow:hidden}.app-shell .hero-copy{width:calc(100% - 142px);margin-top:40px}.app-shell .hero-copy .daily-quote{margin:24px 0 17px;padding-left:14px}.app-shell .hero-copy .daily-quote>span{left:5px}.app-shell .hero-copy .daily-quote p{font-size:clamp(15px,4.7vw,18px);line-height:1.3}.app-shell .hero-side{top:22px;right:17px;width:132px;max-width:132px;display:block}.app-shell .hero-weather{width:132px;max-width:132px;min-width:132px;display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:2px;overflow:visible}.app-shell .hero-weather-copy{display:grid;align-content:center;gap:5px;text-align:left}.app-shell .hero-weather-copy>strong{font-size:34px;font-weight:300;line-height:.95}.app-shell .hero-weather-copy>div{display:grid;gap:3px}.app-shell .hero-weather-copy span{font-size:9px;line-height:1.15}.app-shell .hero-weather-copy small{display:block;width:69px;font-size:6px;line-height:1.35;white-space:normal}.app-shell .hero-weather .weather-visual{width:76px;height:82px;margin:0 -10px 0 -3px;transform:scale(.76);transform-origin:center}.app-shell .hero-side:not(:has(.table-chip)){top:22px}.app-shell .hero-side .table-chip{width:58px;height:58px;margin:7px 5px 0 auto}.app-shell .hero-side .table-chip b{font-size:22px}.main-nav button.coming-soon{padding-block:7px}}@media (max-width: 390px){.app-shell .hero-copy{width:calc(100% - 130px)}.app-shell .hero-side{right:12px;width:124px;max-width:124px}.app-shell .hero-weather{width:124px;min-width:124px;max-width:124px;grid-template-columns:minmax(0,1fr) 62px}.app-shell .hero-weather-copy>strong{font-size:31px}.app-shell .hero-weather .weather-visual{width:70px;height:78px;margin-left:-5px;transform:scale(.7)}}.app-shell .brand-mark{display:none}.app-shell .language-switch{left:22px;transform:none;padding:3px;gap:0;background:color-mix(in srgb,var(--surface-strong) 68%,transparent);border:0;border-radius:13px;box-shadow:inset 0 1px #ffffff1f,0 8px 24px #1016141f;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%)}.app-shell .language-switch button{min-width:38px;height:29px;padding:0 9px;color:color-mix(in srgb,var(--ink) 56%,transparent);border:0;border-radius:10px;font-size:9px;font-weight:700;letter-spacing:.06em;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.app-shell .language-switch button.active{color:var(--ink);background:#ffffff24;box-shadow:0 1px 5px #080c0a24,inset 0 1px #ffffff29}.app-shell .language-switch button:active{transform:scale(.96)}.app-shell .language-switch button:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--action-bg) 35%,transparent)}.app-shell .categories{gap:3px;margin-bottom:24px;padding:5px;background:color-mix(in srgb,var(--surface-strong) 55%,transparent);border:0;border-radius:18px;box-shadow:inset 0 1px #ffffff14,0 10px 28px #141c1912;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}.app-shell .categories>button{min-height:38px;padding:8px 14px;color:var(--muted);background:transparent;border:0;border-radius:13px;font-size:11px;font-weight:620;letter-spacing:-.01em;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.app-shell .categories>button:hover{color:var(--ink)}.app-shell .categories>button.active{color:var(--ink);background:#ffffff1f;border:0;box-shadow:0 2px 9px #080c0a1f,inset 0 1px #ffffff1f}.app-shell .categories>button:active{transform:scale(.97)}.app-shell .categories>button:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--action-bg) 32%,transparent)}.app-shell .categories .search{height:38px;background:#ffffff1a;border:0;box-shadow:none}.wifi-password-value{font-size:15px;font-weight:780;letter-spacing:.04em;filter:blur(4px);transition:filter .2s ease,letter-spacing .2s ease;-webkit-user-select:none;user-select:none}.wifi-password-button.revealed .wifi-password-value{filter:none;letter-spacing:.01em;-webkit-user-select:text;user-select:text}.wifi-password-button.revealed small{opacity:.58}@media (max-width: 620px){.product-modal{padding:max(6px,env(safe-area-inset-top)) 6px max(6px,env(safe-area-inset-bottom));align-items:center}.product-modal-card{width:min(100%,480px);height:min(94dvh,780px);max-height:none;display:flex;flex-direction:column;overflow:hidden;border-radius:30px}.modal-photo{flex:0 0 auto;width:100%;height:auto;min-height:0;max-height:34dvh;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;background:transparent}.modal-photo:before{display:none}.modal-photo img,.modal-photo img.cold-drink-photo{width:100%;height:auto;max-height:34dvh;object-fit:contain;object-position:top center;background:transparent}.modal-content{flex:1 1 auto;min-height:0;padding:14px 17px 13px;display:flex;flex-direction:column;overflow:hidden}.modal-content>.eyebrow{font-size:8px}.modal-content>h2{margin:4px 0 6px;font-size:clamp(24px,7.2vw,32px);line-height:.98}.modal-content>p{margin-bottom:8px;display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.modal-options{max-height:30px;margin-bottom:5px;overflow:hidden}.modal-buy{padding:9px 0 10px;flex:0 0 auto}.modal-buy strong{font-size:22px}.modal-buy button{padding:11px 14px;border-radius:13px;font-size:12px}.pairings{min-height:0;padding-top:9px;overflow:hidden}.pairings>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.pairings h3{margin:0 0 7px;font-size:16px}.pairings .eyebrow{font-size:7px;white-space:nowrap}.pairing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.pairing-grid article{min-width:0;padding:6px;grid-template-columns:38px minmax(0,1fr) 28px;gap:6px;border-radius:12px}.pairing-grid article:nth-child(n+3){display:none}.pairing-photo{width:38px;height:38px;border-radius:9px}.pairing-add{width:28px;height:28px;font-size:17px}.pairing-grid b,.pairing-grid small{font-size:9px}.modal-close{top:10px;right:10px;width:42px;height:42px}}@media (max-width: 620px) and (max-height: 700px){.product-modal-card{height:calc(100dvh - 10px)}.modal-photo,.modal-photo img,.modal-photo img.cold-drink-photo{max-height:29dvh}.modal-content{padding-top:10px}.modal-content>h2{font-size:23px}.modal-content>p{-webkit-line-clamp:1}}@media (max-width: 620px){.app-shell .language-switch{top:14px;left:18px}.app-shell .language-switch button{min-width:35px;height:27px;padding-inline:7px;font-size:8px}.app-shell .categories{gap:2px;margin-bottom:20px;padding:4px;border-radius:17px}.app-shell .categories>button{min-height:36px;padding:8px 13px;font-size:10px}.app-shell .categories .search{flex-basis:36px;width:36px;height:36px}}@media (max-width: 620px){.product-modal{padding:max(8px,env(safe-area-inset-top)) 0 0;place-items:end center;background:#050a0885;backdrop-filter:blur(24px) saturate(125%);-webkit-backdrop-filter:blur(24px) saturate(125%)}.product-modal-card{width:min(100%,520px);height:min(92dvh,760px);max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));display:grid;grid-template-rows:minmax(188px,34dvh) minmax(0,1fr);overflow:hidden;border-radius:29px 29px 0 0;background:color-mix(in srgb,var(--card) 92%,transparent);border:1px solid rgba(255,255,255,.24);border-bottom:0;box-shadow:0 -18px 55px #00000059;backdrop-filter:blur(28px) saturate(140%);-webkit-backdrop-filter:blur(28px) saturate(140%)}.modal-photo{position:relative;width:100%;height:100%;max-height:none;isolation:isolate;overflow:hidden;background:#dfe3da}.modal-photo:before{content:"";position:absolute;z-index:-2;top:-18px;right:-18px;bottom:-18px;left:-18px;display:block;background-image:var(--photo);background-position:center;background-size:cover;filter:blur(22px) saturate(.86);transform:scale(1.13);opacity:.72}.modal-photo:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#121c1714)}.modal-photo img,.modal-photo img.cold-drink-photo,.modal-photo img.lemonade-photo{position:relative;z-index:1;width:100%;height:100%;max-height:none;object-fit:contain;object-position:center;background:transparent;filter:drop-shadow(0 10px 20px rgba(7,12,9,.16))}.modal-close{top:11px;right:11px;width:34px;height:34px;border:0;background:#1219167a;box-shadow:inset 0 1px #ffffff2e,0 6px 18px #0000002b;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.modal-close:before,.modal-close:after{width:13px;height:1.5px}.modal-content{min-height:0;padding:13px 16px max(13px,env(safe-area-inset-bottom));display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr);align-content:start;overflow:hidden}.modal-content>.eyebrow{margin:0 0 3px;font-size:7px;letter-spacing:.12em;opacity:.58}.modal-content>h2{margin:0 0 5px;display:-webkit-box;overflow:hidden;font-family:Georgia,serif;font-size:clamp(23px,6.5vw,29px);font-weight:520;letter-spacing:-.035em;line-height:1.02;-webkit-box-orient:vertical;-webkit-line-clamp:2}.modal-content>p{margin:0 0 7px;display:-webkit-box;overflow:hidden;color:color-mix(in srgb,var(--muted) 92%,transparent);font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.modal-options{max-height:18px;margin:0 0 5px;display:flex;gap:8px;overflow:hidden;white-space:nowrap}.modal-options small{overflow:hidden;text-overflow:ellipsis;font-size:8px}.modal-buy{min-height:48px;padding:7px 0 8px;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.modal-buy strong{font-size:20px;font-weight:680;letter-spacing:-.025em}.modal-buy button{min-height:38px;padding:9px 15px;border-radius:12px;box-shadow:0 7px 16px color-mix(in srgb,var(--green) 25%,transparent);font-size:11px}.modal-buy button.added{background:#39765f;transform:scale(.97);box-shadow:0 4px 10px color-mix(in srgb,var(--green) 18%,transparent)}.pairings{min-height:0;padding-top:8px;overflow:hidden;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.pairings>div:first-child{display:block}.pairings .eyebrow{display:none}.pairings h3{margin:0 0 7px;overflow:hidden;font-family:inherit;font-size:12px;font-weight:720;letter-spacing:-.01em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.pairing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.pairing-grid article{min-width:0;min-height:50px;padding:5px;grid-template-columns:40px minmax(0,1fr) 27px;gap:6px;background:color-mix(in srgb,var(--surface-strong) 68%,transparent);border:0;border-radius:13px;box-shadow:inset 0 1px #ffffff1f}.pairing-grid article:nth-child(n+3){display:none}.pairing-photo{width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--surface-soft) 84%,transparent)}.pairing-photo img{object-fit:contain}.pairing-grid article>div{gap:2px}.pairing-grid b{display:-webkit-box;overflow:hidden;font-size:9px;font-weight:650;line-height:1.12;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pairing-grid small{font-size:8px}.pairing-add{position:relative;width:27px;height:27px;padding:0;display:grid;place-items:center;overflow:hidden;border-radius:9px;font-size:0;line-height:0;box-shadow:0 5px 12px color-mix(in srgb,var(--green) 22%,transparent)}.pairing-add:before,.pairing-add:after{content:"";position:absolute;left:50%;top:50%;width:11px;height:1.5px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%);pointer-events:none}.pairing-add:after{transform:translate(-50%,-50%) rotate(90deg)}.pairing-add.added:before{width:6px;transform:translate(-67%,-28%) rotate(45deg)}.pairing-add.added:after{width:11px;transform:translate(-35%,-58%) rotate(-45deg)}.toast{top:max(14px,env(safe-area-inset-top));bottom:auto;width:max-content;max-width:calc(100vw - 28px);padding:11px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:toastTopIn .25s cubic-bezier(.2,.8,.2,1)}}@keyframes toastTopIn{0%{opacity:0;transform:translate(-50%,-10px) scale(.96)}}@media (max-width: 620px) and (max-height: 700px){.product-modal-card{height:calc(100dvh - max(6px,env(safe-area-inset-top)));grid-template-rows:minmax(158px,29dvh) minmax(0,1fr)}.modal-content{padding-top:9px}.modal-content>h2{font-size:22px;-webkit-line-clamp:1}.modal-content>p{font-size:10px;-webkit-line-clamp:1}.modal-options{display:none}.modal-buy{min-height:42px;padding-block:5px 6px}.modal-buy button{min-height:34px;padding-block:7px}.pairings{padding-top:6px}.pairings h3{margin-bottom:5px}.pairing-grid article{min-height:45px;grid-template-columns:35px minmax(0,1fr) 25px}.pairing-photo{width:35px;height:35px}.pairing-add{width:25px;height:25px}}.app-shell.theme-night .info-grid article>span{color:#d4e1db;opacity:.82;text-shadow:0 1px 12px rgba(212,225,219,.12)}.app-shell.theme-night .info-grid a{color:#dce9e3;text-decoration-color:#dce9e36b}.app-shell.theme-night .info-grid a:hover,.app-shell.theme-night .info-grid a:focus-visible{color:#f2f7f4}.app-shell.theme-night .wifi-password-button{color:var(--ink);background:#ecf4f01a;border:1px solid rgba(236,244,240,.12);box-shadow:inset 0 1px #ffffff17,0 8px 24px #00000024}.app-shell.theme-night .wifi-password-button small{color:#dce9e3;opacity:.88}.app-shell.theme-night .wifi-password-button.revealed small{color:var(--muted);opacity:.82}.app-shell.theme-night .wifi-password-value{color:#f2f3ef;-webkit-text-fill-color:#f2f3ef}.app-shell.theme-night .info-grid p,.app-shell.theme-night .info-grid .wifi-network{opacity:1}.app-shell .floating-cart{color:var(--action-fg)}.app-shell .floating-cart span{color:color-mix(in srgb,var(--action-fg) 76%,transparent);-webkit-text-fill-color:currentColor;opacity:1}.app-shell .floating-cart b{color:var(--action-fg);-webkit-text-fill-color:currentColor;opacity:1}.product-modal-card{grid-template-columns:1fr;grid-template-rows:auto minmax(320px,52vh) auto;width:min(720px,100%)}.modal-heading{padding:28px 68px 15px 30px;background:var(--card)}.modal-heading>h2{margin:5px 0 0;font-family:Georgia,serif;font-size:clamp(31px,4vw,46px);font-weight:500;letter-spacing:-.03em;line-height:1}.modal-photo{min-height:320px;max-height:52vh}.modal-content{padding:18px 30px 26px}@media (max-width: 620px){.product-modal{padding:max(8px,env(safe-area-inset-top)) 7px max(8px,env(safe-area-inset-bottom));place-items:center}.product-modal-card{width:min(100%,480px);height:auto;max-height:calc(100dvh - max(16px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));display:grid;grid-template-rows:auto minmax(210px,38dvh) auto;overflow-x:hidden;overflow-y:auto;border-radius:29px}.modal-heading{padding:16px 52px 11px 17px;background:transparent}.modal-heading>.eyebrow{margin:0 0 4px;font-size:8px;letter-spacing:.12em;opacity:.62}.modal-heading>h2{margin:0;display:-webkit-box;overflow:hidden;font-size:clamp(25px,7vw,31px);line-height:1.02;letter-spacing:-.035em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.modal-photo{width:calc(100% - 20px);height:38dvh;min-height:210px;max-height:340px;margin:0 auto;border-radius:20px}.modal-content{min-height:auto;padding:11px 17px max(15px,env(safe-area-inset-bottom));display:block;overflow:visible}.modal-content>p{margin:0 0 9px;-webkit-line-clamp:3}.modal-buy{padding:9px 0 10px}.pairings{min-height:auto;overflow:visible}}@media (max-width: 620px) and (max-height: 700px){.product-modal-card{height:auto;grid-template-rows:auto minmax(165px,29dvh) auto}.modal-heading{padding-top:12px;padding-bottom:8px}.modal-heading>h2{font-size:22px;-webkit-line-clamp:1}.modal-photo{height:29dvh;min-height:165px}.modal-content>p{-webkit-line-clamp:2}}.app-shell .weather-visual{--weather-light: rgba(249, 252, 255, .96);--weather-shadow: rgba(8, 20, 31, .94);position:relative;isolation:isolate;width:118px;height:104px;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;filter:none}.app-shell .weather-ambient{position:absolute;z-index:-2;width:102px;height:102px;left:7px;top:-9px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18) 0,rgba(255,255,255,.055) 43%,transparent 70%);filter:blur(8px);animation:weatherBreathe 9s ease-in-out infinite}.app-shell .weather-orbit{position:absolute;z-index:-1;width:82px;height:82px;left:16px;top:-1px;border:1px solid rgba(255,255,255,.11);border-radius:50%;opacity:.52;-webkit-mask-image:linear-gradient(112deg,transparent 8%,#000 38%,transparent 77%);mask-image:linear-gradient(112deg,transparent 8%,#000 38%,transparent 77%);animation:weatherOrbit 18s linear infinite}.app-shell .weather-sun,.app-shell .weather-moon{position:absolute;z-index:1;width:72px;height:72px;left:21px;top:1px;border-radius:50%;animation:weatherCelestialFloat 8s ease-in-out infinite}.app-shell .weather-sun{display:block;background:radial-gradient(circle at 31% 25%,rgba(255,255,255,.96) 0 3%,transparent 17%),radial-gradient(circle at 67% 73%,rgba(225,145,30,.16) 0 11%,transparent 34%),linear-gradient(142deg,#fffbd8,#ffe891 38%,#ffc957 75%,#eaa533);box-shadow:inset 7px 7px 16px #ffffff7a,inset -8px -9px 18px #bf70152b,0 0 22px #ffd5686b,0 0 58px #ffcb5733}.app-shell .weather-sun:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:inherit;border:1px solid rgba(255,255,255,.24);opacity:.7}.app-shell .weather-sun:after{content:"";position:absolute;width:22px;height:9px;left:15px;top:12px;border-radius:50%;background:#ffffff52;filter:blur(4px);transform:rotate(-34deg)}.app-shell .weather-moon{overflow:hidden;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.95) 0 2%,transparent 15%),radial-gradient(circle at 68% 72%,rgba(125,146,161,.1) 0 8%,transparent 26%),linear-gradient(142deg,#fffdf2,#edf3f5 45%,#c4d0d7);box-shadow:inset 7px 6px 13px #ffffff8c,inset -9px -10px 17px #4b64762e,0 0 20px #dceffc3d,0 0 48px #bedef126}.app-shell .weather-moon:before{content:"";position:absolute;z-index:3;width:26px;height:10px;left:14px;top:10px;border-radius:50%;background:#ffffff47;filter:blur(4px);transform:rotate(-34deg)}.app-shell .weather-moon:after{content:"";position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 35% 30%,#182d3dc7,#07131ef5 66%),var(--weather-shadow);box-shadow:inset -1px 0 5px #e2f1f914;opacity:.96;transition:transform .8s ease,clip-path .8s ease}.app-shell .moon-full:after{opacity:0}.app-shell .moon-waxing-crescent:after{transform:translate(-11px) scale(.96)}.app-shell .moon-waning-crescent:after{transform:translate(11px) scale(.96)}.app-shell .moon-first-quarter:after{clip-path:inset(0 50% 0 0 round 72px 0 0 72px)}.app-shell .moon-last-quarter:after{clip-path:inset(0 0 0 50% round 0 72px 72px 0)}.app-shell .moon-waxing-gibbous:after{transform:translate(-49px) scale(.84)}.app-shell .moon-waning-gibbous:after{transform:translate(49px) scale(.84)}.app-shell .moon-crater{position:absolute;z-index:2;border-radius:50%;background:#667d8e1f;box-shadow:inset 1px 1px 3px #435b6d33,1px 1px 2px #ffffff29}.app-shell .moon-crater.crater-one{width:12px;height:12px;left:16px;top:22px}.app-shell .moon-crater.crater-two{width:7px;height:7px;right:14px;top:17px}.app-shell .moon-crater.crater-three{width:16px;height:16px;left:33px;bottom:11px;opacity:.66}.app-shell .weather-stars{display:none;position:absolute;z-index:0;width:2px;height:2px;left:24px;top:14px;border-radius:50%;background:#fffc;box-shadow:25px -7px #ffffff75,51px 9px #ffffffbf,70px 26px #ffffff61,8px 41px #ffffff8c,42px 52px #ffffffa3,75px 59px #ffffff6b;animation:weatherStars 5.5s ease-in-out infinite}.app-shell .weather-visual.star-sky .weather-stars{display:block}.app-shell .weather-visual.moonless .weather-moon{display:none}.app-shell .weather-cloud{z-index:5;width:106px;height:15px;left:2px;top:65px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(242,249,252,.14) 14%,rgba(253,255,255,.72) 48%,rgba(222,235,243,.26) 79%,transparent 100%);box-shadow:0 7px 19px #0f2b3e1a;filter:blur(.35px);transform-origin:center;animation:weatherCloudStream 9s cubic-bezier(.45,.05,.55,.95) infinite}.app-shell .weather-cloud:before,.app-shell .weather-cloud:after{display:none}.app-shell .weather-cloud.cloud-two{width:91px;height:10px;left:18px;top:44px;border-radius:999px;opacity:.4;filter:blur(1px);animation-delay:-4.2s}.app-shell .weather-visual.cloudy .cloud-two,.app-shell .weather-visual.rainy .cloud-two,.app-shell .weather-visual.overcast-sky .cloud-two{display:block}.app-shell .weather-visual.sunny .weather-cloud{transform:none;opacity:.24}.app-shell .weather-visual.windy .weather-sun{display:block;opacity:.78}.app-shell .weather-visual.windy .weather-cloud{display:block;opacity:.2}.app-shell .weather-visual.windy .weather-wind{display:block;z-index:7;left:-2px;width:112px;height:12px;border:0;border-top:1.5px solid rgba(247,253,255,.72);border-radius:50%;filter:drop-shadow(0 3px 5px rgba(20,62,83,.12));animation:weatherWindFlow 3.8s ease-in-out infinite}.app-shell .weather-visual.windy .weather-wind:after{content:"";position:absolute;width:46%;right:7%;top:4px;border-top:1px solid rgba(247,253,255,.34);border-radius:50%}.app-shell .weather-visual.windy .wind-one{top:36px}.app-shell .weather-visual.windy .wind-two{top:65px;left:15px;width:92px;animation-delay:-1.3s}.app-shell .weather-rain{z-index:8;width:1px;height:17px;top:72px;background:linear-gradient(180deg,#d2efff0f,#d8f1ffcc);border-radius:999px;transform:rotate(14deg);animation:weatherRainDrop 1.7s ease-in infinite}.app-shell .weather-rain.rain-one{left:28px}.app-shell .weather-rain.rain-two{left:55px;animation-delay:-.55s}.app-shell .weather-rain.rain-three{left:82px;animation-delay:-1.1s}.app-shell .weather-visual.night-sky .weather-cloud{background:linear-gradient(90deg,transparent,rgba(119,145,164,.12) 15%,rgba(195,213,223,.52) 52%,rgba(86,113,133,.17) 87%,transparent);box-shadow:0 8px 20px #0000001f}.app-shell .weather-visual.overcast-sky .weather-stars{display:none}.app-shell .language-switch button{min-width:42px;height:32px;font-size:11px;font-weight:780}.app-shell .categories>button{min-height:42px;padding:9px 15px;font-size:13px;font-weight:720}.app-shell .main-nav button{font-size:13px;font-weight:740}@keyframes weatherCloudStream{0%,to{transform:translate(-7px) scaleX(.92);opacity:.36}50%{transform:translate(8px) scaleX(1.03);opacity:.78}}@keyframes weatherCelestialFloat{50%{transform:translate3d(0,-2px,0)}}@keyframes weatherBreathe{50%{transform:scale(1.08);opacity:.72}}@keyframes weatherOrbit{to{transform:rotate(360deg)}}@keyframes weatherStars{50%{opacity:.38;transform:scale(.98)}}@keyframes weatherWindFlow{0%,to{transform:translate(-7px) scaleX(.88);opacity:.22}50%{transform:translate(8px) scaleX(1);opacity:.9}}@keyframes weatherRainDrop{0%{transform:translate3d(-2px,-8px,0) rotate(14deg) scaleY(.65);opacity:0}30%{opacity:.9}to{transform:translate3d(3px,12px,0) rotate(14deg) scaleY(1);opacity:0}}@media (max-width: 620px){.app-shell .hero-weather .weather-visual{width:98px;height:94px;margin:-3px -16px 0 -8px;transform:none}.app-shell .weather-sun,.app-shell .weather-moon{width:66px;height:66px;left:16px;top:4px}.app-shell .weather-ambient{width:92px;height:92px;left:1px}.app-shell .weather-orbit{width:75px;height:75px;left:11px}.app-shell .weather-cloud{width:92px;left:1px;top:63px}.app-shell .weather-cloud.cloud-two{width:77px;left:14px;top:43px}.app-shell .weather-visual.windy .weather-wind{width:96px}.app-shell .language-switch button{min-width:38px;height:30px;padding-inline:8px;font-size:10px}.app-shell .categories>button{min-height:40px;padding:9px 14px;font-size:12px;font-weight:720}.app-shell .main-nav button{padding-inline:3px;font-size:clamp(10px,2.8vw,12px);font-weight:720}.app-shell .main-nav button.coming-soon small{font-size:6px}}@media (max-width: 390px){.app-shell .hero-weather .weather-visual{width:92px;height:90px;margin-left:-10px;transform:none}.app-shell .main-nav button{font-size:10px}}@media (prefers-reduced-motion: reduce){.app-shell .weather-visual *,.app-shell .weather-visual *:before,.app-shell .weather-visual *:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}.app-shell .hero-weather.weather-sunny .weather-visual{display:none}@media (max-width: 620px){.app-shell .hero-weather.weather-sunny{grid-template-columns:minmax(0,1fr)}.app-shell .hero-weather.weather-sunny .hero-weather-copy{justify-items:end;text-align:right}.app-shell .hero-weather.weather-sunny .hero-weather-copy small{width:auto;text-align:right}}.product-modal .modal-photo{background:var(--surface-solid)}.product-modal .modal-photo:before,.product-modal .modal-photo:after{content:none;display:none}.product-modal .modal-photo img,.product-modal .modal-photo img.cold-drink-photo,.product-modal .modal-photo img.lemonade-photo{width:100%;height:100%;object-fit:contain;object-position:center;background:var(--surface-solid)}.product-modal .modal-content>p{font-size:15px;line-height:1.5;color:color-mix(in srgb,var(--ink) 68%,var(--muted))}.product-modal .pairing-grid{grid-template-columns:minmax(0,1fr)}.product-modal .pairing-grid article:nth-child(n+2){display:none}@media (max-width: 620px){.product-modal .modal-content>p{font-size:14px;line-height:1.48;-webkit-line-clamp:3}.product-modal .pairing-grid article{min-height:56px;grid-template-columns:44px minmax(0,1fr) 32px}.product-modal .pairing-photo{width:44px;height:44px}.product-modal .pairing-grid b{font-size:12px;line-height:1.2}.product-modal .pairing-grid small{font-size:11px}.product-modal .pairing-add{width:32px;height:32px}}@media (max-width: 620px) and (max-height: 700px){.product-modal .modal-content>p{font-size:13px;line-height:1.42;-webkit-line-clamp:2}}.food-photo img.water-bottle-photo,.meal-photo img.water-bottle-photo,.modal-photo img.water-bottle-photo,.pairing-photo img.water-bottle-photo,.mini-photo img.water-bottle-photo,.product-modal .modal-photo img.water-bottle-photo{width:100%;height:100%;max-height:100%;padding:5% 9%;box-sizing:border-box;object-fit:contain;object-position:center;background:#fff;transform:none}.product-card:hover .food-photo img.water-bottle-photo,.meal-photo:hover img.water-bottle-photo{transform:none}.app-shell .hero-weather.weather-sunny .weather-visual,.app-shell .hero-weather .weather-visual{display:block;width:94px;height:88px;margin:-10px -8px -8px 4px;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}.app-shell .hero-weather .weather-ambient,.app-shell .hero-weather .weather-orbit{display:none!important}.app-shell .hero-weather .weather-sun{width:48px;height:48px;left:21px;top:9px;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.86) 0 9%,transparent 10%),linear-gradient(145deg,#fff2a6,#f5c94f 48%,#d99d26);border:0;box-shadow:0 0 0 9px #f5c94f24,0 16px 28px #7a56172e;animation:none}.app-shell .hero-weather .weather-sun:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:inherit;background:linear-gradient(#f6d56c,#f6d56c) 50% 0 / 3px 8px no-repeat,linear-gradient(#f6d56c,#f6d56c) 50% 100% / 3px 8px no-repeat,linear-gradient(90deg,#f6d56c,#f6d56c) 0 50% / 8px 3px no-repeat,linear-gradient(90deg,#f6d56c,#f6d56c) 100% 50% / 8px 3px no-repeat;opacity:.62}.app-shell .hero-weather .weather-sun:after{width:20px;height:8px;left:11px;top:10px;background:#ffffff61;filter:blur(3px)}.app-shell .hero-weather .weather-cloud{width:52px;height:16px;left:31px;top:49px;background:#fafcfaf0;box-shadow:0 7px 18px #212d2824;animation:none}.app-shell .hero-weather .weather-cloud:before{width:25px;height:25px;left:9px;bottom:5px}.app-shell .hero-weather .weather-cloud:after{width:18px;height:18px;right:5px;bottom:5px}.app-shell .hero-weather .cloud-two{display:none!important}.app-shell .hero-weather .weather-wind{display:none;width:76px;height:18px;left:8px;border-top:4px solid rgba(239,248,245,.9);animation:none;opacity:.9;filter:drop-shadow(0 7px 10px rgba(24,58,68,.14))}.app-shell .hero-weather .weather-wind:after{content:"";position:absolute;width:42%;right:8%;top:7px;border-top:2px solid rgba(239,248,245,.52);border-radius:50%}.app-shell .hero-weather .weather-visual.windy .weather-wind{display:block}.app-shell .hero-weather .weather-visual.windy .wind-one{top:27px}.app-shell .hero-weather .weather-visual.windy .wind-two{top:54px;left:21px;width:60px}.app-shell .hero-weather .weather-rain{width:2px;height:10px;top:68px;animation-duration:1.45s}.app-shell .hero-weather .weather-moon{width:44px;height:44px;left:23px;top:10px;box-shadow:inset -12px -3px #7087993d,0 14px 26px #0a18262e;animation:none}@media (max-width: 620px){.app-shell .hero-weather.weather-sunny,.app-shell .hero-weather{grid-template-columns:minmax(0,1fr) 82px}.app-shell .hero-weather.weather-sunny .hero-weather-copy{justify-items:start;text-align:left}.app-shell .hero-weather.weather-sunny .hero-weather-copy small{width:auto;text-align:left}.app-shell .hero-weather.weather-sunny .weather-visual,.app-shell .hero-weather .weather-visual{width:82px;height:80px;margin:-8px -10px -8px 0;transform:none}.app-shell .hero-weather .weather-sun{width:42px;height:42px;left:18px;top:10px}.app-shell .hero-weather .weather-cloud{width:46px;left:28px;top:47px}.app-shell .hero-weather .weather-wind{width:66px;left:7px}.app-shell .hero-weather .weather-visual.windy .wind-two{width:52px;left:19px}}.app-shell .hero-weather .weather-svg{width:112px;height:96px;margin:-12px -12px -10px 2px;overflow:visible;background:transparent;border:0;box-shadow:none}@media (max-width: 620px){.app-shell .hero-weather.weather-sunny,.app-shell .hero-weather{grid-template-columns:minmax(0,1fr) 96px}.app-shell .hero-weather .weather-svg{width:96px;height:88px;margin:-8px -14px -8px -4px}}.app-shell .hero-weather .weather-svg{transform:none;filter:saturate(1.08) contrast(1.02)}.app-shell .hero-weather .weather-svg-windy{width:122px}.product-modal .pairings{display:block;margin:12px 0 14px;padding:13px 0 0;border-top:1px solid var(--line)}.product-modal .modal-buy{margin-top:2px}.product-modal-card{height:min(calc(100dvh - 24px),880px);max-height:calc(100dvh - 24px);grid-template-rows:auto minmax(190px,41dvh) minmax(0,1fr);overflow:hidden}.modal-heading{padding-block:18px 10px}.modal-heading>h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-modal .modal-photo{min-height:0;height:100%;max-height:none}.product-modal .modal-content{min-height:0;padding-block:12px 14px;display:flex;flex-direction:column;overflow:hidden}.product-modal .modal-content>p{margin:0 0 7px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-modal .modal-options{margin-bottom:5px;max-height:22px;overflow:hidden}.product-modal .pairings{margin:6px 0 7px;padding-top:0;border-top:0}.product-modal .pairing-grid article{min-height:58px;grid-template-columns:54px minmax(0,1fr) 36px;gap:9px}.product-modal .pairing-photo{width:54px;height:54px}.product-modal .pairing-add{width:36px;height:36px;min-width:36px;padding:0;display:grid;place-items:center;font-size:21px;line-height:1}.product-modal .modal-buy{margin-top:auto;padding:9px 0 0}@media (max-width: 620px){.product-modal-card{height:calc(100dvh - max(12px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));max-height:calc(100dvh - max(12px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));grid-template-rows:auto minmax(170px,34dvh) minmax(0,1fr)}.modal-heading{padding:13px 60px 8px 17px}.modal-heading>h2{font-size:clamp(23px,6.5vw,29px);line-height:1.02}.product-modal .modal-content{padding:10px 17px max(12px,env(safe-area-inset-bottom))}.product-modal .modal-content>p{font-size:13px;line-height:1.4}.product-modal .pairings{margin-block:5px 6px}.product-modal .pairing-grid article{min-height:54px;grid-template-columns:48px minmax(0,1fr) 34px;gap:8px}.product-modal .pairing-photo{width:48px;height:48px}.product-modal .pairing-add{width:34px;height:34px;min-width:34px}.product-modal .modal-buy{padding-top:7px}}@media (max-width: 620px){.app-shell .hero-weather .weather-svg,.app-shell .hero-weather .weather-svg-windy{width:100px;height:88px;margin:-9px -14px -8px -3px;transform:none}.product-modal .pairings{display:block;margin:9px 0 10px;padding-top:9px}.product-modal .pairing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.product-modal .pairing-grid article,.product-modal .pairing-grid article:nth-child(n+2),.product-modal .pairing-grid article:nth-child(n+3){min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) 25px;gap:5px}}@media (max-width: 620px){.product-modal .pairing-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.product-modal .pairing-grid article,.product-modal .pairing-grid article:nth-child(n+2),.product-modal .pairing-grid article:nth-child(n+3){display:grid;grid-template-columns:62px minmax(0,1fr) 34px;align-items:center;gap:10px;min-height:64px;padding:0}.product-modal .pairing-photo{width:62px;height:62px;margin:0;overflow:hidden}.product-modal .pairing-grid article>div{min-width:0;padding:0}.product-modal .pairing-grid b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.18}.product-modal .pairing-grid small{display:block;margin-top:3px}.product-modal .pairing-add{width:34px;height:34px;min-width:34px;margin:0;justify-self:end}}.app-shell .hero{min-height:206px;padding-block:28px}.app-shell .hero-copy .daily-quote{margin-block:15px 10px}.app-shell .hero-copy .daily-quote p{font-size:clamp(12px,1.15vw,15px);line-height:1.32}.app-shell .daily-quote .quote-label{margin-bottom:5px;font-size:7px}.app-shell .hero-weather .weather-silhouette{width:78px;height:72px;margin:-5px -2px -5px 0;position:relative;overflow:visible;background:transparent;border:0;box-shadow:none;filter:none}.app-shell .hero-weather .weather-silhouette .weather-sun{width:40px;height:40px;left:20px;top:5px;display:block;background:#f4cb65;border:0;box-shadow:0 0 0 8px #f4cb6521}.app-shell .hero-weather .weather-silhouette .weather-sun:before{top:-9px;right:-9px;bottom:-9px;left:-9px;background:linear-gradient(#f4cb65,#f4cb65) 50% 0 / 2px 7px no-repeat,linear-gradient(#f4cb65,#f4cb65) 50% 100% / 2px 7px no-repeat,linear-gradient(90deg,#f4cb65,#f4cb65) 0 50% / 7px 2px no-repeat,linear-gradient(90deg,#f4cb65,#f4cb65) 100% 50% / 7px 2px no-repeat;opacity:.64}.app-shell .hero-weather .weather-silhouette .weather-sun:after{display:none}.app-shell .hero-weather .weather-silhouette .weather-moon{width:39px;height:39px;left:21px;top:6px;display:block;background:#fff;box-shadow:none;opacity:.93}.app-shell .hero-weather .weather-silhouette .weather-moon:before{width:35px;height:35px;right:-6px;top:-3px;background:var(--surface-strong);filter:none}.app-shell .hero-weather .weather-silhouette .weather-moon:after,.app-shell .hero-weather .weather-silhouette .moon-crater{display:none}.app-shell .hero-weather .weather-silhouette .weather-cloud{width:50px;height:15px;left:21px;top:41px;display:block;background:#ffffffd4;box-shadow:none;filter:none}.app-shell .hero-weather .weather-silhouette .weather-cloud:before,.app-shell .hero-weather .weather-silhouette .weather-cloud:after{display:block;background:inherit}.app-shell .hero-weather .weather-silhouette .cloud-two{display:none!important}.app-shell .hero-weather .weather-silhouette .weather-wind{width:65px;height:14px;left:3px;display:block;border-top:2px solid rgba(255,255,255,.72);box-shadow:none;filter:none;animation:none}.app-shell .hero-weather .weather-silhouette .weather-wind:after{display:block}.app-shell .hero-weather .weather-silhouette .wind-one{top:42px}.app-shell .hero-weather .weather-silhouette .wind-two{top:57px;left:13px;width:52px}.app-shell .hero-weather .weather-silhouette .weather-rain{top:58px;height:8px;background:#d3eaf6d1}.smart-recommendation-list>button{grid-template-columns:65px minmax(0,1fr)}.smart-recommendation-photo{width:65px;height:58px}@media (max-width: 620px){.app-shell .hero{min-height:174px;padding:17px 16px 18px}.app-shell .hero-copy{margin-top:29px}.app-shell .hero-copy .daily-quote{margin-top:13px}.app-shell .hero-copy .daily-quote p{font-size:12px;line-height:1.25}.app-shell .daily-quote .quote-label{margin-bottom:4px;font-size:5.5px}.app-shell .hero-weather .weather-silhouette{width:68px;height:64px;margin:-4px -5px -4px 0}.app-shell .hero-weather .weather-silhouette .weather-sun{width:35px;height:35px;left:17px;top:5px}.app-shell .hero-weather .weather-silhouette .weather-moon{width:34px;height:34px;left:18px;top:6px}.app-shell .hero-weather .weather-silhouette .weather-moon:before{width:31px;height:31px}.app-shell .hero-weather .weather-silhouette .weather-cloud{width:44px;left:17px;top:38px}.app-shell .hero-weather .weather-silhouette .weather-wind{width:56px;left:2px}.app-shell .hero-weather .weather-silhouette .wind-one{top:38px}.app-shell .hero-weather .weather-silhouette .wind-two{top:51px;left:11px;width:45px}.app-shell .hero-weather .weather-silhouette .weather-rain{top:52px}.smart-recommendation-list>button{grid-template-columns:65px minmax(0,1fr)}.smart-recommendation-photo{width:65px;height:58px}}.app-shell .language-switch{position:absolute;z-index:12;top:auto;right:16px;bottom:16px;left:auto;transform:none}@media (max-width: 620px){.app-shell .language-switch{top:auto;right:14px;bottom:max(13px,env(safe-area-inset-bottom));left:auto;transform:none}}.app-shell .language-switch{top:12px;right:auto;bottom:auto;left:50%;transform:translate(-50%)}.app-shell .hero-side{top:14px;right:16px;width:126px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:126px;min-width:126px;max-width:126px}.app-shell .hero-weather-copy{display:grid;grid-template-columns:1fr;justify-items:end;gap:3px;text-align:right}.app-shell .hero-weather-copy>strong{font-size:clamp(28px,3.5vw,36px);line-height:.92}.app-shell .hero-weather-copy>div{display:grid;justify-items:end;gap:2px}.app-shell .hero-weather-copy span{font-size:10px;line-height:1.1;font-weight:720}.app-shell .hero-weather-copy small{width:auto;font-size:7px;line-height:1.2;white-space:nowrap}.smart-recommendation-list>button{grid-template-columns:1fr;grid-template-rows:118px auto;justify-items:center;gap:8px;padding:10px;text-align:center}.smart-recommendation-photo{width:min(154px,52vw);height:118px;border-radius:15px}.smart-recommendation-copy{width:100%;align-items:center}.smart-recommendation-copy b,.smart-recommendation-copy small{text-align:center}@media (max-width: 620px){.app-shell .language-switch{top:11px;right:auto;bottom:auto;left:50%;transform:translate(-50%)}.app-shell .hero-side{top:13px;right:14px;width:118px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:118px;min-width:118px;max-width:118px}.app-shell .hero-weather-copy>strong{font-size:30px}.app-shell .hero-weather-copy span{font-size:9px}.app-shell .hero-weather-copy small{font-size:6.5px}.smart-recommendation-list>button{grid-template-rows:128px auto;padding:10px}.smart-recommendation-photo{width:min(166px,55vw);height:128px}}.app-shell .hero-side{top:12px;right:14px;width:78px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:78px;min-width:78px;max-width:78px;display:block}.app-shell .hero-weather .weather-visual,.app-shell .hero-weather .weather-silhouette,.app-shell .hero-weather .weather-svg{display:none!important}.app-shell .hero-weather-copy{display:grid;grid-template-columns:1fr;justify-items:end;gap:4px;text-align:right}.app-shell .hero-weather-copy>strong{display:block;font-size:clamp(27px,7.5vw,34px);line-height:.9;letter-spacing:-.055em}.app-shell .hero-weather-copy>div{display:grid;justify-items:end;gap:3px}.app-shell .hero-weather-copy span{font-size:9px;line-height:1.12;white-space:normal}.app-shell .hero-weather-copy small{width:78px;font-size:6.5px;line-height:1.22;white-space:normal}@media (max-width: 620px){.app-shell .hero-side{top:12px;right:14px;width:78px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:78px;min-width:78px;max-width:78px}.app-shell .hero-weather-copy>strong{font-size:30px}}.app-shell .hero-copy .branch-name{position:absolute;right:16px;bottom:15px;margin:0;font-size:10px;line-height:1;letter-spacing:.1em;text-align:right;white-space:nowrap}.app-shell .hero-side{top:12px;right:14px;width:92px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:92px;min-width:92px;max-width:92px}.app-shell .hero-weather-copy,.app-shell .hero-weather.weather-sunny .hero-weather-copy{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:4px;text-align:center}.app-shell .hero-weather-copy>div{justify-items:center;width:100%}.app-shell .hero-weather-copy>strong,.app-shell .hero-weather-copy span,.app-shell .hero-weather-copy small{width:100%;text-align:center}@media (max-width: 620px){.app-shell .hero-copy .branch-name{right:14px;bottom:13px;font-size:9px}.app-shell .hero-side{top:12px;right:14px;width:92px}.app-shell .hero-weather,.app-shell .hero-weather.weather-sunny{width:92px;min-width:92px;max-width:92px}}.app-shell .hero-branch-name{position:absolute;z-index:3;right:16px;bottom:15px;margin:0;color:var(--lime);font-size:10px;font-weight:800;line-height:1;letter-spacing:.1em;text-align:right;text-transform:uppercase;white-space:nowrap}@media (max-width: 620px){.app-shell .hero-branch-name{right:14px;bottom:13px;font-size:9px}}.qr-premium-hero.hero{--hero-ink: #f9fbff;--hero-muted: rgba(242, 247, 255, .74);isolation:isolate;max-width:none;min-height:258px;margin:0;padding:28px clamp(20px,5vw,58px) 24px;display:block;overflow:hidden;color:var(--hero-ink);border-radius:0 0 30px 30px;background:linear-gradient(145deg,#d9e8f4,#f7f5ec);box-shadow:0 16px 36px #0f1d2d21}.qr-premium-hero.hero:before,.qr-premium-hero.hero:after{display:none}.theme-night .qr-premium-hero.hero{--hero-ink: #faf7ee;--hero-muted: rgba(234, 239, 248, .72);background:radial-gradient(circle at 86% 12%,rgba(100,142,185,.2),transparent 26%),linear-gradient(145deg,#071321,#142941 58%,#1d3550)}.weather-theme-rainy.qr-premium-hero,.weather-theme-rainy .qr-premium-hero.hero{--hero-ink: #f6f8fb;--hero-muted: rgba(230, 237, 245, .75);background:radial-gradient(circle at 83% 7%,rgba(194,207,218,.25),transparent 24%),linear-gradient(145deg,#1c2a36,#3f5364)}.weather-theme-cloudy.qr-premium-hero,.weather-theme-cloudy .qr-premium-hero.hero{--hero-ink: #f8f9f6;--hero-muted: rgba(235, 239, 239, .74);background:linear-gradient(145deg,#344554,#75838c)}.theme-day.weather-theme-sunny .qr-premium-hero.hero{--hero-ink: #0b2039;--hero-muted: rgba(11, 32, 57, .68);background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.78) 0 5%,transparent 17%),linear-gradient(145deg,#bcd9f0,#e7eef2 54%,#f8efe1)}.theme-day.weather-theme-windy .qr-premium-hero.hero{--hero-ink: #17324b;--hero-muted: rgba(23, 50, 75, .68);background:linear-gradient(145deg,#c7d8df,#eef1e8)}.theme-day.weather-theme-cool .qr-premium-hero.hero{--hero-ink: #1b3041;--hero-muted: rgba(27, 48, 65, .68);background:linear-gradient(145deg,#d5e1e3,#ecebe5)}.hero-sky{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;pointer-events:none}.qr-premium-hero .weather-visual{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.9;transform:none}.qr-premium-hero .weather-moon{right:clamp(38px,10vw,130px);top:18px;width:110px;height:110px}.qr-premium-hero .weather-sun{right:clamp(44px,11vw,140px);top:28px;width:78px;height:78px}.qr-premium-hero .weather-cloud{opacity:.48}.hero-topline{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px}.qr-premium-hero .brand-mark{position:static;margin:0;color:var(--hero-ink);font-size:11px;font-weight:600;letter-spacing:.34em}.qr-premium-hero .brand-mark span{margin:0 .05em;color:currentColor;font-weight:300}.qr-premium-hero .language-switch{position:static;margin-left:auto;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-day .qr-premium-hero .language-switch{background:#ffffff70;border-color:#142d421f}.qr-premium-hero .language-switch button{color:var(--hero-muted)}.qr-premium-hero .language-switch button.active{color:var(--hero-ink);background:#ffffff2b}.theme-day .qr-premium-hero .language-switch button.active{background:#0a223717}.qr-premium-hero .hero-copy{position:relative;max-width:calc(100% - 82px);margin-top:52px}.qr-premium-hero .hero-kicker{display:block;margin-bottom:8px;color:var(--hero-muted);font-size:10px;font-weight:700;letter-spacing:.26em}.qr-premium-hero .hero-branch-name{position:static;max-width:100%;margin:0;color:var(--hero-ink);font-size:clamp(28px,5vw,46px);font-weight:400;line-height:1.04;letter-spacing:-.045em;text-shadow:none}.qr-premium-hero .hero-context{margin:10px 0 0;color:var(--hero-muted);font-size:14px}.hero-loyalty{position:absolute;right:clamp(20px,5vw,58px);top:120px;width:48px;height:48px;padding:0;color:var(--hero-ink);font-size:30px;font-weight:300;line-height:44px;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:50%;box-shadow:0 8px 18px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-day .hero-loyalty{background:#ffffff70;border-color:#142d422b}.qr-premium-hero .hero-weather{position:absolute;right:auto;bottom:20px;left:clamp(20px,5vw,58px);display:block;min-width:0;padding:0;color:var(--hero-ink);background:transparent;border:0;box-shadow:none}.qr-premium-hero .hero-weather:before{content:"";position:absolute;top:-12px;right:0;left:0;border-top:1px solid rgba(255,255,255,.24)}.theme-day .qr-premium-hero .hero-weather:before{border-color:#0d273c29}.qr-premium-hero .hero-weather-copy{display:flex;align-items:baseline;gap:12px}.qr-premium-hero .hero-weather-copy strong{font-size:22px;font-weight:420;letter-spacing:-.04em}.qr-premium-hero .hero-weather-copy span{color:var(--hero-muted);font-size:13px}@media (max-width: 640px){.qr-premium-hero.hero{min-height:236px;padding:23px 20px 22px;border-radius:0 0 26px 26px}.qr-premium-hero .hero-copy{margin-top:42px}.qr-premium-hero .hero-branch-name{font-size:31px}.qr-premium-hero .brand-mark{font-size:10px;letter-spacing:.26em}.hero-loyalty{right:20px;top:112px;width:45px;height:45px;font-size:27px;line-height:41px}.qr-premium-hero .hero-weather{bottom:18px;left:20px}.qr-premium-hero .weather-moon{right:30px;top:14px;width:88px;height:88px}.qr-premium-hero .weather-sun{right:34px;top:19px;width:60px;height:60px}}.qr-premium-hero.hero{min-height:270px!important}.qr-premium-hero .hero-copy{position:absolute!important;z-index:2!important;top:92px!important;left:clamp(20px,5vw,58px)!important;right:94px!important;max-width:none!important;margin:0!important}.qr-premium-hero .hero-branch-name{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;font-size:clamp(28px,4.1vw,42px)!important;line-height:1.06!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}.qr-premium-hero .hero-context{position:static!important;display:block!important;margin:10px 0 0!important;max-width:100%!important;line-height:1.25!important;white-space:normal!important}.qr-premium-hero .hero-loyalty{z-index:3!important;top:121px!important;right:clamp(20px,5vw,58px)!important;left:auto!important}.qr-premium-hero .hero-weather{z-index:3!important;top:auto!important;right:auto!important;bottom:21px!important;left:clamp(20px,5vw,58px)!important;width:calc(100% - clamp(40px,10vw,116px))!important;min-height:33px!important}.qr-premium-hero .hero-weather-copy{min-height:30px!important}.qr-premium-hero .weather-sun,.qr-premium-hero .weather-moon{left:auto!important;bottom:auto!important;z-index:0!important}.qr-premium-hero .weather-sun{right:clamp(34px,9vw,116px)!important;top:23px!important}.qr-premium-hero .weather-moon{right:clamp(28px,8vw,104px)!important;top:15px!important}.qr-premium-hero .weather-cloud{z-index:0!important}@media (max-width: 980px){.qr-premium-hero.hero{min-height:246px!important;padding:23px 20px 20px!important}.qr-premium-hero .hero-copy{top:82px!important;left:20px!important;right:82px!important}.qr-premium-hero .hero-kicker{margin-bottom:7px!important;font-size:10px!important}.qr-premium-hero .hero-branch-name{font-size:32px!important}.qr-premium-hero .hero-context{font-size:14px!important}.qr-premium-hero .hero-loyalty{top:108px!important;right:20px!important}.qr-premium-hero .hero-weather{right:20px!important;bottom:17px!important;left:20px!important;width:auto!important}.qr-premium-hero .weather-sun{top:19px!important;right:32px!important}.qr-premium-hero .weather-moon{top:12px!important;right:26px!important}}.qr-premium-hero .hero-sky{z-index:-1!important;background:#0b1726 center / cover no-repeat}.qr-premium-hero .hero-sky .weather-visual{display:none!important}.theme-night .qr-premium-hero .hero-sky{background-image:linear-gradient(90deg,#040e1b33,#040e1b0a),url(data:image/jpeg;base64,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);background-position:center top}.theme-day.weather-theme-sunny .qr-premium-hero .hero-sky{background-image:linear-gradient(90deg,#f6f8f514,#f6f8f50a),url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAAAAAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wAARCAFYAs8DASIAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAAECAwQG/8QAJBAAAgIDAQEAAgIDAQAAAAAAAAECERIhMUFRYZEDcROBobH/xAAaAQEBAQEBAQEAAAAAAAAAAAABAAIEBQMG/8QAGREBAQEBAQEAAAAAAAAAAAAAAAERAhIx/9oADAMBAAIRAxEAPwD3a6aRaSM1Wyon6d4AlTY1VCaGtIEVWNLQujSAk1Y4qh0CXRRY2Ki0rBx6BQo/CseBGJdEk0FIpIMSRUTjdlL00jHRJnFUVRdVehJMEK0UlYJUikugkpD1QIGRKrKQR2VWiWJYvLGFaJRJcfoY2EVRJSXomtaKsFsCmKRaVicaGmyRpUCBDSsCPBYjGCS0NdGtjS8REugtDUQSBGyaKrQJEgkhjQyKeoP9DqkOiRVQJDBJskaDwEg9BBKrGloRSREJDVDapAkCPxjihLbKiiQpUGPpVBQGIope2NIqiIXBpAlsqIIfRcsqhUUJIGqsaQ2iCUhYmiiGNlChR6VHSLitEtbBRUWkDVsSjopLQJNUtE4mtCxJM6Eo9NMfxsMekSivg6Gl8GkSJRGNDolGdUNFNEpUSPwVD4FCiJb2VxMgoB9JaKQCGLj0MdGtCx0SeUXpaFi+FJfDrcsFDrQ60wS2RJIOF4ioCKsKGkH0kIodAvSlsklLVDSKoK6CLGx4lxQVTAssKLiqLUbQUITXo0h49Go0gJDrqKUdBRJGIYl0EVtkijGhtGiWhVoEzxsEjXFNE1tkiqrCiqCi1JoEiqY0qsjBVixKQ6+AUUFFNdBIEEgrRSRWJKM0i0qsFEdaMkq/QkqKrQ0hSa0JotJejxIoQ0rKxGkCSCXS60FEUpdGloajY1HZIUGIxpEsRgOKKoaVAioVFpDxIoitlxVgkUkCw0goYJASSKrRSQU9kolKyq0FDoCTFFWUolKNeEiUR4joKJRI1Y6BLoElbCi66NR6SiKGlorErFooUVoK0XiCiCxnXSlGy8BxVEWSjQYmtbBxIMku/B/0aYCwJYhLoqNMRYkkUFFYhRJnQsDQKodDLEVaNa2xNFKMZ0FFVrgvBWPKlr/pKLR2OVPo0tjopIFBQqLQqsigEtl42PEkii4A0OKqwUNIFELCyR0OwTtDj6BEf+DocVRSWiSVEqqKrQvoaiSqwodFLYFNaEo1ZaQYjqJf+FJaCgWwSaCiqCiRJDXAQ0WpND8HQUBKhMpLoUSSkNDSqxqPSRpDQJFICEhVosEgKa6LEug6SQlS/JSQVbLS0CQx/R4jSqyRJCZaVBj0iS0Hg1EdESS6NLQ6GSTVirpaXQoEUUUlsajRUUGlLQ1EqvwOKJYWI4xKXqGkSLHQY6KoEzJkTiNRKoqK6iKVHo+ItLQq6SwkhNelVSHiBR4GJajZSiWrEpUNIdUNIlCUdjx0UkUkGnGeNCSezbAWPSScf2TRpXgqApxGo6LQYkEKIV2yqYCkOIq0XTCiTJxphRdDoQzxFiaUKiUZ0JxNMQx0SYtUTRq0Kh0PJJFJaGo7KSO1yYSiWkNR0FVZklQ4qwSGloiMQoFfB9sgWNixNEui/wDASFHoVouhURiUulxXQSKSokpIqIktACU0hJW2NACKhpAldjWiQoaQdGkRSBQkqJCtCRfgsQJV8GkgitDJF/QktlCokdWCiEUUCLHQ60NJDotaJRKUasSLS0CTVjSoqKHQJONoSjVlJFKJJnjsaVGlAokUpdBItKkS/hIf+DSJXpSJYrHRNbLBLYHE0KjSlQqLUlRLSGkFESoaQJbKoDBVlJCVFAk1saWyqGlZKEl0VbLqrHjYGFFFqIRXhcUBSo/BUapBQFjiNI1SsWPQ0podaHjQ0i1IKSGo9LjHRLE14WkNR6MkVCopACZtUFFNAkKEVVjCgS0CTRKRpQ1Gx1M6FTNVG7FRBmkFGlCotSErYYlY0NIkzx0DRpQYkmGAYaOhRpMmh0PHYjUVstIEjscifASLURKPpIKOhVsuhUxSEP6PEqtBqIEOiorVEk10WJpQAWaRoogkXFFqxKVBVlOP5GloEiv2OJVdBRIlpAh0NIFCiga/I0OrIxJSWgoKoEVFLgJWPzRFP0VdLS6CV2SxPAWx0KKJQ0q9GDXwa4CIa4CQyJpF+Er0pEgikJIqgRV6PhXgEYSdjS6CRaWiSKDFMpIqMVQJniNI0xFiWlKiPEpIqgWM0hqJVbKSoihRDEuhpEkKOh46ZdDSM60zUaseJeI4xuwRRiOi0qQURxFFIqkwUQRJWUtFKOhqIEV0KLS0NIizSKSKoaQJOKEomlDS6GlCj0aVF8DEklICkh4lqxCQmqKroKOhSEgo0URqOg1YhLQl6jRRoRakUUh7CukCpImiqCqHUgVUjRLROPwklLZUVQ4xKSokmgxqy1oC1IxFia0GK2Wh4zEWJYUdzjSlfQSKSKrQJnXQLxoEhSMaGkVQqAhIpIKoaRIYiooEg1CI6CvhW6ZEkIpKhJWwUCXR0UloX0tOElYqL8FQKFXwEiq+DoiT9skugrRJKH9BIpIkX+h1SGFAYjoUkVQ2hER0VFJFKIJKRUY2VGJUYgSSGkNIaXRRUVV2FACFa6C4MqKsjBFFJWgSoa+gQkUlVhFDX9ghQq2MqiKaBrpa4MExopFOAKLJFQ0tDSWyltEYgqAKJcUZMKujUSqHREqHWhoaApSspRKopIDEqJSQFJAioEiqGBKMS8dAkkUgKFHbKopIEtsNWM8aGkaY3smhSUrKUdDiiq0CQojUUXWqQqLUjEcUWo2FEmdCxNa0Ki1YzUaFia19JLUjEHEtAOhlWwRaW2FbLViaCiqGiSUhpWVQ0WpFaY9JFVYqJPGJaCgS8LitHoa4U0yq6OgRnSmhV+DRIKFMhxRVAkCgxKUdAv6KSIox2OujKBJroL0pKx14BQNLoNDSpCAgrQL0qk0BTQ0h0OK6SJIeqKSCgSODovEVEWdDoqiqJM0UNRGoXYFNAkaYiUbsUnEaVl4glZIkh0PgrBHQJBHZdEU0NRsaRSj0EhRopIpIaWmCL6UloSRcV+SJJUFF0CQFKXSkq8LSCtBpiKGh0NLpI1ETiWhU/SLOhpUUo7KUQSYlIVDAw0h0EUWo/Q04lLpSh6NItLRaUpFJDSGvTOmJSGolKJWNAsQkOtM0SHjYaUJaKirspIaQFNDSKS/BSiSTWiHE1UQx3wtWM0qBI1xGo6LVjNIePTVRoMelqZJdCjSgotTOtCxovEVEmYqNK/QnEkitDUSktjrRLEKIsTTEVFoZ4hFGlWNRHUzoC8RYkkpFJaGkWlog8Ml9LSBR0VWqPQcRUCRVAkBSLpTRKVEMNKxpfoqI6sNKaHRSiNRoNWIxFRoo9BxLShIdDAkMdBjS6VFh0kzSopDoaRKJoaHVjSAhcKQkiopstQqyTShKJFml0pF4hjsEmv0NKinFgkSKgSKoKJFViUWXQ6BIcCcWmbE1ZakpFpBGPS1EimigYUwQRUVVgo6GiISKSCJaWgMiUujw9GkUiRVQdKFQEq6FFVQVaAklotISiWtBqTiFF9sMSKFG0PHRUV0pICUY6KSGkNIClKikqspK2XGJnTIhIpRstRr+yoxDTiFHQ8NmlWNR0BxnGJSRWI4xBJxKUR4lJNEUKNl40iooutBqxjQKOjWh4aLTjKhqPTVRGolqZUKtmuIq0WrGTQkmbYiotTKvAx0bY2GJaGKj0WJriTixWM8f+BiaY6EWpOImi1waiQZKI0maVomnbHQnElx0a8FRaWaXhSHiLEg8WOhoaVcPQcJJa0FFL0O/2BSloMS6HQJniNKixYkcC4NDSHQJK9HWtglstLZGIxCjRpf2Tj0NWJSpCrZdCSFFQJUViNIklDSKSHQIqSsaVWNIaVEToVUiqY61sEmgSKxBEk0FUWFEUpDopR0GJJCRWJTjQJEsRQYmlAlYakJbGisQURRVY1HRdUAElwIoaiUogoIxKSEtFJA0EisQS6UkShKI8aLjVDSDSyxGkXiNRBJx/YsTVKx4gYzSKSKjGhpFpiFEajouMSlECzoqES8C8aQaYlRNIx/YJFmDE0VWgSKS6BSkWoiS/BpFBpicRxjRpiCjpgcZ4jxNFDQY2y0yIjEvEcYM0UA04zUelY64axhQ8UZ04xS8oaiaOI1EtWMsRYG2IYlqxhiJQOjEWKH0sYqKBxs1cScWy0Yxaq9Co3xqyXDQ6MZUS43s1x2GP/R0YxxpDrRo4ixKVYyoMTSgxHQyroJGuAsaTLUhKhF1ZNd0Ix4hAOh1R6DhJItRoUVRouAYmtC4X4TVMtWDFDS6NIpLYGFQ6/RSQ1EEmhpJFpCojCxslxqzSvBNBEzoaiUo7HWmIQkCRVUFEglSLrQkNekUrox0UkCTFGiWgUSkgSKpjrRVdBIjCURqOx/QSIihJFdKrQKM6sEikgoliXEEithRREkNIaWmNcJSFQ1EEqKQEktCovwKIkldlxElRSWgRjS8Ei4rpHCSqyorQ8Qj0NKktCrdFpDxBIiqZVeja/Y0rAwkisSkgqg0pS+lKgSGkBhpFUNFUZ0xFeFJFY2NLoEKI1EtIrH0DIjGhxRoo2NQDWsSikh4lwToDIlLQKJqo0UoUZ04zxHGLLSsuMdGdMiVDWwUTRKysQ1qRlhY8DVRGo9LVjJfxh/jNqEl0tWMMCXA6MRYWWjHPi2iXGjdx2JwFYw8DG7NlDYsesRjBpBjZthojGh0YzxFjVmlbDEZRjGkGJo4k0IwsekSRqvRPhQMKA1cSKRoPE4oKH9GvT0XAmqGlV2VXQSDSmhpFKOh4UBTWhrYwSBKiiktCSGiWENR2x0CVAhXRJFpXYURRQIuhVRJDiFaKoEi1YSXSq0OJVAkpaBItDrRLAuBQFJX6RJej+gkXWiSa0CQ68BICVDqhpAtMkVULpbEldgUpFJaKxBIklKgatFUCRJFFVoroUST+BodaKjECEhlJDoClFx9FRSAw0NIFsrgGEi0TRSDVhqJVBWhoDIFzQ1GwRpHhFCgUo6KSKozpkQlopK0OKKigOJjHTKxKS6OKAlFGlDiq8KirMtQo6LSBRKSTM2mQlHpUYlRRaXwNakKu0ilG0WoFqJnWpGMYGkY6ZooDUTOtSIUC4xKUTSMGZ04zULHgbKA3ANMjncBY90dGBLhodGOfEMfptgxY1ZasY4dFh+DWtNCqkOjGWBDjVnQS49NaMc9UQ49N3EzcRjOMsaE+GlULGzQxlWia+GrRIhnQmrLauwURDNoho2a6Q0ajLxCjQ0vwVjsaVHoa4E4jUelpLYUgKFEfbK8ESTiCRaWgpESKEkUkCCQJDW9FJAgo0DXR1QVoklIeNFKJVWSZY3f0FE1xoTWtEUV8KSGlaCKpkgojoqtC5f0NKauyoxoaRSRLCxGikhIFCoK6WkBFFDrZVbCrJJSsHH4VjTBAiiFFJBVkkpDSKUdlVpkYzoaRSiNIknFeDUaLx6CjYaSii6Eo0UvgFKVcCu7LoEgRRRX0EqGkRhJOioKrBVZaMmBbQ0ugkUkDRpFJEo0XAUCKSsBxQNQ0h1Q0h10ElK7LjGhpFKN3QaZBFXouMQiqNEjGtyFQ4xLUbLjAzphRiaKNDjE1jEza3IlRLX8ZUYmiizGtSM1ApR+I2jAqMemdaxlGBoolqBSgZ04zUejxNVC0VgWrGGPdCxRvhpiwLVjnxJcNHQ4CwHRjmwJcDpcdEOIyhy40Jo6MCHE1oc9CcTVrYqNSs453HZDjR0uKMnHRqVnGLSIo1aJcTQZVVitltCoYMTVkNbNBUaZeJH0SGj0HAdktDqh1ZFCV/2VQcZSXSBJB9+DQV8AlQLRVCoka6aL0mKopARQJFRQqIHWgSoKGl9IihdsYJEiopRorHQ1ENKUuhRVBRIoo0S0THpaQFNUFFPg1EDiEg8LFiWolwNWOhNWSA4rQ0gS6iRYjSKUR41ZFNAkUCQIktlJf8Go6KBEkNRGkNEU0OMRqJdUmSRQ0qZSCgKf9DSKUR0BxOOykikrQRXTJKi4rQ8bGlvugIUbspDSGkCgUSkqCO+lA1IEUtCiikjJh0NLwcUWomdagiqNIqyYo1hEy1FQilZolQoo1irRi1uQoJ0zSEbHGGjaMasxa1ImMDSMSlHRpGNGNakTCJagXGJrGJm1qRjhRajo1j/He2aL+OjOmMFAf+OzdQotQ0GnHL/jqyceo68CXH8DKscmAsKs6n/H6ZuAyjHK49IcTqf8dGbh01KMcziZuJ0uJEo9NSsuVohxo6HGrM3E1KzjAlxNXEh/DUoxg4k0atUS0bjDKiXE0cUS0ajLPgjSiGujA8PRSXRrdjo9F55UFFqOh0RRQUVQEkUVWmNIdUSiUhUWl34PHQJMdaKQqLSIyCgSsaVlRWgKUh1fhSQ0iSMehFF0KvQ1GgChpERQ6GkUkGpKiPhVCIwUD0NLQ6DUzRSQVsa0SSCVl1f9BWxKcSlH8gtlJAAkNodDqwKKCiqDEkEUgUQqmBgoBrdjokcUU0C9H0NKUtMaVDqkNESih0NDMmEkUkKK6aRVoCEgS3Y6HWgIQ0gits0igRJeDSHRUYg1BFFKIJFxWjNMCjotLQJWXFGGomMTaK0KMdGkUZtbioR0bxWiIx1/ZrBGLW5FRRtGOiIo3jGkz52tQRjo1jCxRibQjoxa1IIQNFGv7HGJpCBjW5CUSsTWMC1AzpkZRiVgbL+MtQDU5cNMnE6/8fSHDoynHK40Q4HU4eGbjVjKMckoGMkdkomMo6ZuVlytESRu0ZtdNys2OeS/Rm0btEOPTUrLmlEza6dLiZOOjcZYSRm/TeumUl01KxYiiGjVomum4yxaJpmrFXRDwyjVj2UC3o9F54i/CgSH6RJoSiUhpWSJLQselpBTYJCRaWhpDSJRGFlVRSXQSIklQ6H9KStAkpFJDroURIVFVoaQakJWhqkVVjSJEkVEaiFARQqGrAlE2V4JIqqIwqBD/AIkSCtDQ68KAkikFUCRGGikgSHQJI0kCKSAhKg+jS9Gl0kSQ1FFpBoChItIVFIDCCKGh0BwqGkWkCQaSUSkgSHQGHQLY6GlRIJGiQkhmSpIuMSYmi1YaYFEpKhLpRmtSGi4qiUjWG0YrcOC8NYR6KMemkVsxrcXBaNYRIgjWCoxWo0jE2itERVGseGLW4uMVRrBcJgrNoo+bUVCJtGIkjWETGtRUIGiihpaNIxBaSiNQ1wtRSH4anLGssCXA3Jx6F5UrmcOmMo9OuS6YyVBG5dcjiYzidc1SZhJd0blDllHpm40mdMo7MpLpqVnHM1ozkjoaM2um4zXO1pmT0dEkZSXTcZc7XSJKzVolo3Gaxpia0aUS1a/BuMM2iGqRokTIYHh0ugolqI6PS158TQ0h0GgSaKSHFDqiSaHQ6oEukQlYUUkOqApQ0rQUNIgFEaWykgqgJUOhpDS0SKtWKi67QkrApSRVDiqZWkQHgYgNEYlxoVWW0Ki1JSGUKiJAkNDXoAhxXQoaREeDSBIqKJBIFwa0OgKShUWo2SSkOJSiOtmTCWg6Og4WkUHo+7GlaAkkUl8BRKUQQSGhpDAklRSQ0gSJGkOujS0OugSiOrBdLoDCii16CRSWjLcVEtL9ERNoIyYnE1hHQlH9GsVRhuHFGkVRK0aR6zFajSCs2iiP40aRMVuLijaCM4o1gjFajSB0QXDGCN4HzrcbRXptBGcUbwRgritGi4StF+DyxQFAh+n0gLgUNioUhqrMZG8uGMuHxv1vlzzRhJVZ1SMJLowueSsza0btLZlLpuMsJKrMpG0uGTVm4yxkrsxkjeSMmbjLBrpDXTWRD4bjLMlrqKBmozUOOiMemrIbo0w8QrCi+jSPRcDL6CRpjsSjREkP/RSQUQJLoJFJelJAUL8gVXQokQ1EaKXCRJaCiq2OrJJSGylGh0GrEFJDSHWmBTiFFDRJOI0i1EWiKSe2WFaJJWx0CVMaQJPEH0poSiSCQ0hqI0iJJFcGogl0tQWyktCii/oFMVtl8EkNEgKiqCgKKHRaRUYoChRKUSq+LZSj0ChLo0i1EqgSKBIvGgSJEkUgURxQE0A6AFAioiS2aJBWoSLS0JLRUeGWopLZolRCNFwzTFR2aIzRojFbiomkTOPprEy3GsNGsTKOzSPTFajaJrEyi+mkD51uN4G0PTH+Nm0X0xTHTB6N4PRy/xuzogYabplxMky4yoeaxYsAsD6QFYAJurLUmTMmy2zKR8m+YzfplJ9LlLplL0YWbdmMjRmUmbjLN8ZlJGkmZSNxlm0ZSWmav0h7Nxlj9Ia0ayVEM3GWTVE11GjXSGMZKtMzas0fGRRuMvFoaQL0pbPQcBIrEKKrX5JIqkBdKhKP0FhJDqhj8JIodDQ0iSUtDRWkLoIUXFdElZSRGDgkNiSsosPQIaBIicV0KGl0YIhVoYUWpNDodDrRHCroq6UOiSKGo9KURpEirQ0kOgSoNUUkS0UkFdIklQ9MEOKAwUNDoSBCtAh8GkWnBFF1YkiorTMoLtFpCoaIwwBBVgRY6El0pekoIhRX0OBqAJdEWiMEUWlRHC0ZMC5+CoiXNlRQNRUVtmkRRVFLRkw0t2XHZBUPTFbjSKNI8IXCkzLTWPDWJjA1j6YrbVM0jwziaR0YrUbwZtFnPE1hIwXR/HKjojPRyRZpCRmtx1xkaJnNGRrGXTCxtGVDyMlId1oZWcW5E5EuROWi0yG5GMpDlIylLpSNJbIb6NvplKRqRkpMxk+lyl0yk/DcZRIhurKbIZuMofpJTIbNQJZm9FNkM3GUshlv0i7NRkqJHfRCy8ZQ0qLxHiei4CSChpUOugkxsdDoZFNCotIeIJnQ1wvEMSSKHWi60CiWoorXR8GlQNAQlYKIIqiSaHWhpDSJEh10EiqDTEKI8SsSktEkJBRdCaJYlIddGloEi1SEkMdCAmgoSKLVAuDroINMkRSVgNKg0lQItCS2BA0h4lJASQ1rQJdKS0SNIa4EVQ6BJGvR0FATS6JDQ60SFAFdBIiaWhpAlSLitWBCQ0tAUkBhRRcRJdGkZMUulolFcQE1+CooSKjwzWo0WkNExZaMNxcUax9MkaRZmtRtEuJnF66WjDUbRejSMjCL/RcWZwx0xkaRl05ov8AJsmZsajeL/Jop0c8XotSM41K6FMeejnUistGcTRzolzM2/yS5dGRapy1shvQsrM22hkGqcjJv30GyLNSDSZm2U2Zs3IyX0n6DZDdGoyT9MpF2Q+M1BalEvrHeiTTJNaI9LshmoCJZdCoWHkRIqtAkd7iJIpLQDWiRNaJSovxhQakpFf9AKHUEOgQ0BC2OtA1sK0ChCXo6KiiSVEdUVQESirGolIaRIsdBFdK6CQIq0NcGgXQIomjTwEiLNJjotx2GOiSGhVRaQqJJSKSHRUY9BJoEvpeIJEsSkFUaJUGJFKRSSCgQJVBVDSACVFJDSscUSgoRTQkROgSH4NAiQ61Q6CiUJLexpaGkNdAlRdaBIdASWyvAih0BCGtAh1QGBF1olItcoKYcdFrhCVFJmWopGkTJemkTNai0y4uiCou7/BlqNos0i7ME+mkXRktUy4vRimUmZajeLNFIwjo0i0ZwxvGRakYKRSnozhbRa+jyv3RiphmWFbfdk2Q570LJli1eXSXLTIsWQyA7IchORLYyDTbIbHZDNRkmyBslvpqAr1RDGyGzUZJkvVj+k6NBILg+iGAJ9IbKJYh5VKrApxFWzucWBIKKQUGrCSCtF0TXSJVoKKSCtsESWh0NIaQ6sKrGkNACTV/0NIpLQUWkqBRKS6OiSUi0tAkNINUSkOikhotSUgr6VwHwClcLoURtEoVWFaoutE10oUpUxGmIlEtCUiqGlodAQl8BKio+g/SUIaSBLQIkX0aQ0h0RCWgxspLbBIyQo6HwaCiQXAoaRVEozS6NaHQ6BBDS2JFIjANLoLhQaSWtjoCor6CgS6CRSQJWBFUVQqoZGBIpIXjHHbMkwTAVUDUXGi1oiPCjLUax2NaJhwvSAxSZaM4vpS4ZMaraGiIstGcalaJ0UmZxY0+mcLVSGpGVjTLC2TDIzy6LIMTTLRORNissSmxX0m9EjEqyb0KxDGTv6Tl0H6Tw1AG7JCxN6GDSZDVpjbA0EV0npbJfpAkIokYCXoh/RVdmoHmaFQAdjkUkqBIAIECQASOgSsAInWgqgAEEgr8gBKKSodAAKhIdaACJpaGkAEj8YJUAEjoQACNKilG0AEYYJAAIUJIAFHQJIAIqS0AACCQ60AEhQJAAGKQwAEfg6ACQGgAjFY6FQACNRHQABNIdABGGkUlQACOxoAI4EulJAAEDQACVQUAA1DRSWwACtaK/IAZJ2VFgAGLRaYAZaUmCYACCY16AETsL/IAZMDZOXQAYjsQAQKxXoAGBPRMAFJEwA0yQq02ADEloSACgBLsAGAqFfQA0H//2Q==);background-position:center top}.theme-day.weather-theme-cloudy .qr-premium-hero .hero-sky,.theme-day.weather-theme-cool .qr-premium-hero .hero-sky,.theme-day.weather-theme-windy .qr-premium-hero .hero-sky{background-image:linear-gradient(90deg,#14212c26,#14212c05),url(data:image/jpeg;base64,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);background-position:center top}.weather-theme-rainy .qr-premium-hero .hero-sky{background-image:linear-gradient(90deg,#08121e33,#08121e05),url(data:image/jpeg;base64,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);background-position:center top}.theme-day.weather-theme-clear .qr-premium-hero .hero-sky{background-image:linear-gradient(90deg,#f6f8f514,#f6f8f50a),url(data:image/jpeg;base64,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);background-position:center top}.qr-premium-hero .hero-topline{display:block!important}.qr-premium-hero .language-switch{position:absolute!important;top:18px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;margin:0!important;z-index:5!important}.qr-premium-hero .hero-copy{top:104px!important;right:auto!important;bottom:auto!important;max-width:calc(100% - 40px)!important}.qr-premium-hero .hero-kicker{margin:0!important;color:var(--hero-ink)!important;font-size:13px!important;font-weight:650!important;letter-spacing:.32em!important}.qr-premium-hero .hero-weather{bottom:20px!important;left:clamp(20px,5vw,58px)!important;width:auto!important;min-height:0!important;padding:9px 13px!important;border:1px solid rgba(255,255,255,.26)!important;border-radius:14px!important;background:#07122129!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.qr-premium-hero .hero-weather:before{display:none!important}.qr-premium-hero .hero-weather-copy{gap:9px!important;min-height:0!important}.qr-premium-hero .hero-weather-copy strong{color:var(--hero-ink)!important;font-size:18px!important;font-weight:520!important;letter-spacing:-.03em!important}.qr-premium-hero .hero-weather-copy span{color:var(--hero-ink)!important;font-size:12px!important;font-weight:520!important;letter-spacing:.01em!important}.theme-day .qr-premium-hero .hero-weather{border-color:#0d273c24!important;background:#ffffff57!important}@media (max-width: 980px){.qr-premium-hero .language-switch{top:17px!important}.qr-premium-hero .hero-copy{top:105px!important;left:20px!important}.qr-premium-hero .hero-weather{bottom:17px!important;left:20px!important;padding:8px 11px!important}}.app-shell{background:var(--menu-bg, #f5f5ef);color:var(--ink);transition:background .5s ease,color .5s ease}.app-shell.theme-day.weather-theme-clear,.app-shell.theme-day.weather-theme-sunny{--menu-bg: #f7efe0;--paper: #f7efe0;--card: #fffdf8;--ink: #122b40;--muted: #6e777b;--line: #dfe4e3;--green: #183649}.app-shell.theme-day.weather-theme-cloudy,.app-shell.theme-day.weather-theme-cool,.app-shell.theme-day.weather-theme-windy{--menu-bg: #e2e8e7;--paper: #e2e8e7;--card: #f7f9f6;--ink: #1f3544;--muted: #687881;--line: #cfdbdc;--green: #274655}.app-shell.weather-theme-rainy{--menu-bg: #273846;--paper: #273846;--card: #f0f4f3;--ink: #eff5f5;--muted: #b8c5c9;--line: #49606b;--green: #c6d2d3}.app-shell.theme-night{--menu-bg: #091724;--paper: #091724;--card: #142434;--ink: #f3f6f5;--muted: #b9c6ce;--line: #2a4454;--green: #d5ded8}.app-shell.weather-theme-rainy .main-nav,.app-shell.weather-theme-rainy .categories,.app-shell.theme-night .main-nav,.app-shell.theme-night .categories{background:#ffffff1a;border-color:#ffffff29;box-shadow:0 16px 32px #0000002e}.app-shell.weather-theme-rainy .main-nav button,.app-shell.weather-theme-rainy .categories button,.app-shell.theme-night .main-nav button,.app-shell.theme-night .categories button{color:#dce5e5}.app-shell.weather-theme-rainy .main-nav button.active,.app-shell.weather-theme-rainy .categories button.active,.app-shell.theme-night .main-nav button.active,.app-shell.theme-night .categories button.active{color:#0d202b;background:#edf2ee}.app-shell.weather-theme-rainy .product-card,.app-shell.theme-night .product-card{background:#142434;border-color:#ffffff1a;box-shadow:0 14px 28px #00000030}.app-shell.weather-theme-rainy .product-card h3,.app-shell.theme-night .product-card h3,.app-shell.weather-theme-rainy .product-card strong,.app-shell.theme-night .product-card strong{color:#f1f5f4}.app-shell.weather-theme-rainy .product-card p,.app-shell.theme-night .product-card p{color:#b8c6cb}.qr-premium-hero .hero-weather{display:grid!important;gap:5px!important;padding:11px 14px 10px!important;border-radius:16px!important;background:#08192938!important}.qr-premium-hero .hero-weather-primary{display:flex;align-items:baseline;gap:9px}.qr-premium-hero .hero-weather-primary strong{color:var(--hero-ink);font-size:22px;font-weight:540;letter-spacing:-.04em}.qr-premium-hero .hero-weather-primary span{color:var(--hero-ink);font-size:13px;font-weight:650;letter-spacing:.015em}.qr-premium-hero .hero-weather-details{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--hero-muted);font-size:10px;font-weight:520;letter-spacing:.02em}.qr-premium-hero .hero-weather-details i{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.7}.theme-day .qr-premium-hero .hero-weather{background:#ffffff6b!important;box-shadow:0 10px 24px #2a445b17}.qr-premium-hero .hero-weather,.qr-premium-hero .hero-weather *{position:static!important;inset:auto!important;transform:none!important;float:none!important;min-width:0!important;min-height:0!important;text-shadow:none!important}.qr-premium-hero .hero-weather{position:absolute!important;z-index:4!important;left:22px!important;right:auto!important;bottom:18px!important;width:min(246px,calc(100vw - 44px))!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;padding:12px 14px!important;overflow:hidden!important}.qr-premium-hero .hero-weather-primary{display:flex!important;align-items:baseline!important;gap:8px!important;width:100%!important;white-space:nowrap!important}.qr-premium-hero .hero-weather-primary strong{display:inline-block!important;flex:0 0 auto!important;margin:0!important;font-size:24px!important;line-height:1!important;font-weight:600!important}.qr-premium-hero .hero-weather-primary span{display:inline-block!important;overflow:hidden!important;color:var(--hero-ink)!important;font-size:13px!important;line-height:1.1!important;font-weight:650!important;text-overflow:ellipsis!important}.qr-premium-hero .hero-weather-details{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important;width:100%!important;color:var(--hero-muted)!important;font-size:10px!important;line-height:1.2!important;font-weight:600!important}.qr-premium-hero .hero-weather-details span{display:inline-block!important;white-space:nowrap!important}.qr-premium-hero .hero-weather-details i{display:inline-block!important;flex:0 0 3px!important;width:3px!important;height:3px!important;margin:0 2px!important}.app-shell,.app-shell.theme-day,.app-shell.theme-night,.app-shell.weather-theme-rainy{--menu-bg: #f5f0e7;--paper: #f7f2e9;--card: #fcf8f1;--ink: #102033;--muted: #7d776e;--line: #e5ddd2;--green: #0c1d2d;background:#f5f0e7!important}.qr-premium-hero.hero{position:relative!important;isolation:isolate!important;min-height:585px!important;padding:0!important;overflow:hidden!important;color:#f7f3ed!important;background:#081523!important;border:0!important;border-radius:0 0 32px 32px!important}.qr-premium-hero .hero-sky{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-1!important;display:block!important;background-position:center top!important;background-size:cover!important}.qr-premium-hero .hero-sky:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,#030c1747,#030c1708 72%)!important}.qr-premium-hero .hero-topline{display:none!important}.qr-premium-hero .hero-reference-copy{position:absolute!important;z-index:3!important;left:clamp(34px,6vw,92px)!important;bottom:152px!important;display:grid!important;gap:18px!important}.qr-premium-hero .hero-reference-kicker{color:#f0ccad!important;font-size:17px!important;font-weight:520!important;letter-spacing:.34em!important}.qr-premium-hero .hero-reference-kicker span{letter-spacing:.04em!important}.qr-premium-hero .hero-reference-title{color:#f7f6f3!important;font-size:clamp(64px,7.2vw,108px)!important;font-weight:300!important;letter-spacing:.025em!important;line-height:.94!important}.qr-premium-hero .hero-reference-context{color:#efc7a7!important;font-size:24px!important;font-weight:350!important;letter-spacing:.01em!important}.qr-premium-hero .hero-reference-loyalty{position:absolute!important;z-index:4!important;right:clamp(36px,7vw,105px)!important;bottom:168px!important;width:94px!important;height:94px!important;padding:0!important;display:grid!important;place-items:center!important;color:#f0caaa!important;font-size:58px!important;font-weight:250!important;line-height:1!important;border:1px solid rgba(235,238,242,.35)!important;border-radius:50%!important;background:#1823316b!important;box-shadow:inset 0 1px #ffffff1f!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.qr-premium-hero .hero-reference-weather{position:absolute!important;z-index:3!important;left:clamp(34px,6vw,92px)!important;right:clamp(34px,6vw,92px)!important;bottom:36px!important;height:70px!important;display:flex!important;align-items:center!important;gap:22px!important;padding-top:22px!important;color:#f4f1edcc!important;border-top:1px solid rgba(231,235,238,.24)!important}.qr-premium-hero .hero-reference-cloud{font-size:37px!important;line-height:1!important}.qr-premium-hero .hero-reference-weather strong{color:#fff!important;font-size:30px!important;font-weight:380!important}.qr-premium-hero .hero-reference-weather i{width:1px!important;height:40px!important;background:#e8ebed52!important}.qr-premium-hero .hero-reference-weather span:last-child{font-size:23px!important;font-weight:360!important}.qr-premium-hero .hero-weather{display:none!important}.app-shell .main-nav{position:relative!important;z-index:5!important;width:min(940px,calc(100% - 40px))!important;margin:-23px auto 0!important;padding:7px!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:999px!important;background:#fbf8f2f7!important;box-shadow:0 20px 44px #121c281f!important}.app-shell .main-nav button{color:#6f746f!important;font-weight:650!important}.app-shell .main-nav button.active{color:#fff!important;background:#0a1a27!important;box-shadow:none!important}.app-shell .content{background:transparent!important}.app-shell .categories{background:#fffbf4d1!important;border-color:#efe4d6e6!important;box-shadow:0 12px 35px #1c20260f!important}.app-shell .categories button{color:#897c70!important}.app-shell .categories button.active{color:#122134!important;background:#fffdf8!important;box-shadow:0 8px 18px #27231e14!important}.app-shell .product-card{background:#fcf8f1!important;border-color:#e8dfd4!important;box-shadow:0 15px 35px #241f1a12!important}.app-shell .product-card h3,.app-shell .product-card strong{color:#102033!important}.app-shell .product-card p{color:#81796f!important}@media (max-width: 680px){.qr-premium-hero.hero{min-height:520px!important;border-radius:0 0 26px 26px!important}.qr-premium-hero .hero-reference-copy{left:28px!important;bottom:142px!important;gap:14px!important}.qr-premium-hero .hero-reference-kicker{font-size:12px!important;letter-spacing:.31em!important}.qr-premium-hero .hero-reference-title{font-size:59px!important}.qr-premium-hero .hero-reference-context{font-size:17px!important}.qr-premium-hero .hero-reference-loyalty{right:28px!important;bottom:171px!important;width:67px!important;height:67px!important;font-size:43px!important}.qr-premium-hero .hero-reference-weather{left:28px!important;right:28px!important;bottom:30px!important;height:58px!important;gap:15px!important;padding-top:17px!important}.qr-premium-hero .hero-reference-cloud{font-size:30px!important}.qr-premium-hero .hero-reference-weather strong{font-size:26px!important}.qr-premium-hero .hero-reference-weather i{height:32px!important}.qr-premium-hero .hero-reference-weather span:last-child{font-size:17px!important}.app-shell .main-nav{width:calc(100% - 28px)!important;margin-top:-18px!important}}.qr-premium-hero .hero-topline{position:absolute!important;z-index:6!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;pointer-events:none!important}.qr-premium-hero .brand-mark{position:absolute!important;top:34px!important;left:clamp(34px,6vw,92px)!important;display:block!important;color:#f0ccad!important;font-size:16px!important;font-weight:520!important;letter-spacing:.31em!important;pointer-events:auto!important}.qr-premium-hero .brand-mark span{letter-spacing:.04em!important}.qr-premium-hero .language-switch{position:absolute!important;top:24px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;display:flex!important;pointer-events:auto!important}.qr-premium-hero .hero-reference-kicker{color:#efc7a7!important}.qr-premium-hero .hero-reference-title{max-width:min(670px,74vw)!important;font-size:clamp(34px,4.25vw,62px)!important;line-height:1.08!important;font-weight:330!important;letter-spacing:.005em!important}.qr-premium-hero .hero-reference-loyalty{display:none!important}.theme-day .qr-premium-hero .hero-sky:before{content:""!important;position:absolute!important;z-index:1!important;top:clamp(28px,7vw,76px)!important;right:clamp(42px,9vw,142px)!important;width:clamp(70px,11vw,150px)!important;height:clamp(70px,11vw,150px)!important;border-radius:50%!important;background:radial-gradient(circle at 35% 32%,#fffff4fa 0,#fffff4fa 6%,#fff2beed 27%,#ffd36bb3 55%,#ffcc5c00 72%)!important;filter:blur(.2px)!important;box-shadow:0 0 42px 17px #ffd27147!important}.theme-day .qr-premium-hero .hero-sky .weather-visual{display:none!important}.app-shell .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important}.app-shell .product-card{min-width:0!important}.app-shell .product-card .food-photo{aspect-ratio:1.16 / .78!important;height:auto!important;border-radius:22px 22px 0 0!important}.app-shell .product-card .food-photo img{object-fit:cover!important}@media (max-width: 680px){.qr-premium-hero .brand-mark{top:26px!important;left:28px!important;font-size:11px!important}.qr-premium-hero .language-switch{top:18px!important}.qr-premium-hero .hero-reference-title{max-width:calc(100vw - 56px)!important;font-size:34px!important}.theme-day .qr-premium-hero .hero-sky:before{top:48px!important;right:30px!important;width:86px!important;height:86px!important}.app-shell .product-grid{grid-template-columns:1fr!important;gap:18px!important}.app-shell .product-card .food-photo{aspect-ratio:1.35 / .92!important}}.theme-day .qr-premium-hero .hero-sky:before{top:-18%!important;right:-6%!important;width:43%!important;height:68%!important;border-radius:0!important;background:radial-gradient(ellipse at 47% 42%,#fffce4b8 0,#fffce4b8 3%,#ffefb461 10%,#ffe09129 23%,#ffda9600 49%),radial-gradient(ellipse at 48% 43%,rgba(255,244,200,.13) 0 30%,transparent 62%)!important;filter:blur(2px)!important;box-shadow:none!important;opacity:.96!important}@media (max-width: 680px){.theme-day .qr-premium-hero .hero-sky:before{top:-13%!important;right:-28%!important;width:78%!important;height:52%!important}}@media (max-width: 680px){.qr-premium-hero.hero{min-height:380px!important}.qr-premium-hero .hero-reference-copy{bottom:100px!important;gap:9px!important}.qr-premium-hero .hero-reference-kicker{font-size:10px!important}.qr-premium-hero .hero-reference-title{max-width:calc(100vw - 56px)!important;font-size:31px!important;line-height:1.05!important}.qr-premium-hero .hero-reference-context{font-size:15px!important}.qr-premium-hero .hero-reference-weather{bottom:17px!important;height:48px!important;padding-top:12px!important}.qr-premium-hero .hero-reference-cloud{font-size:24px!important}.qr-premium-hero .hero-reference-weather strong{font-size:22px!important}.qr-premium-hero .hero-reference-weather i{height:27px!important}.qr-premium-hero .hero-reference-weather span:last-child{font-size:15px!important}.app-shell .main-nav{margin-top:-14px!important}}.qr-premium-hero .brand-mark{display:none!important}.qr-premium-hero.hero{min-height:420px!important}.qr-premium-hero .hero-reference-copy{bottom:112px!important;gap:11px!important}.qr-premium-hero .hero-reference-kicker{font-size:12px!important}.qr-premium-hero .hero-reference-title{font-size:clamp(31px,3.45vw,52px)!important;line-height:1.04!important}.qr-premium-hero .hero-reference-context{font-size:18px!important}.qr-premium-hero .hero-reference-weather{bottom:21px!important;height:55px!important;padding-top:15px!important}.qr-premium-hero .hero-reference-weather strong{font-size:25px!important}.qr-premium-hero .hero-reference-weather span:last-child{font-size:18px!important}@media (max-width: 680px){.qr-premium-hero.hero{min-height:330px!important}.qr-premium-hero .hero-reference-copy{bottom:86px!important}.qr-premium-hero .hero-reference-title{font-size:28px!important}.qr-premium-hero .hero-reference-context{font-size:14px!important}.qr-premium-hero .hero-reference-weather{bottom:14px!important}}.theme-day .qr-premium-hero.hero{background:linear-gradient(135deg,#438fd7,#72b6e5 52%,#dcecf1)!important;box-shadow:inset 0 1px #ffffff85,0 18px 40px #2a608929!important}.theme-day .qr-premium-hero .hero-sky{background-image:radial-gradient(ellipse 68% 82% at 84% 92%,#ffdf73ad,#ffe59647 28%,#ffe8ba00 67%),radial-gradient(ellipse 65% 70% at 16% 22%,#ffffff36,#fff0 72%),linear-gradient(135deg,#438fd7,#75b9e6 56%,#dcecf1)!important;background-position:center!important}.theme-day .qr-premium-hero .hero-sky:before{display:block!important;bottom:0!important;left:0!important;width:auto!important;height:auto!important;top:auto!important;right:auto!important;border-radius:0!important;opacity:1!important;filter:none!important;box-shadow:none!important;background:linear-gradient(110deg,rgba(18,67,110,.24),transparent 48%,rgba(255,255,255,.1))!important}.theme-day .qr-premium-hero .hero-sky:after{background:linear-gradient(90deg,#0a2a4a33,#0a2a4a05 72%)!important}.theme-night .qr-premium-hero.hero{background:linear-gradient(145deg,#071322,#18304a)!important}.app-shell.theme-evening .qr-premium-hero.hero{background:linear-gradient(135deg,#527fae,#8aaec7 52%,#ead8c2)!important;box-shadow:inset 0 1px #ffffff7a,0 18px 40px #3a566e29!important}.app-shell.theme-evening .qr-premium-hero .hero-sky{background-image:radial-gradient(ellipse 70% 86% at 84% 92%,#ffc477a6,#ffd39745 30%,#ffdeb400 68%),radial-gradient(ellipse 66% 75% at 16% 20%,#ffffff2e,#fff0 72%),linear-gradient(135deg,#527fae,#8fb1ca 54%,#ead8c2)!important;background-position:center!important}.app-shell.theme-evening .qr-premium-hero .hero-sky:before{display:block!important;bottom:0!important;left:0!important;width:auto!important;height:auto!important;top:auto!important;right:auto!important;border-radius:0!important;opacity:1!important;filter:none!important;box-shadow:none!important;background:linear-gradient(110deg,rgba(20,50,78,.22),transparent 48%,rgba(255,224,186,.14))!important}.app-shell.theme-evening .qr-premium-hero .hero-sky:after{background:linear-gradient(90deg,#0d263e33,#0d263e05 72%)!important}@media (max-width: 680px){.qr-premium-hero .hero-reference-copy{top:88px!important;bottom:auto!important}}.app-shell.theme-morning .qr-premium-hero.hero{background:linear-gradient(135deg,#619fd2,#a4d0e7 55%,#eef3ed);box-shadow:inset 0 1px #ffffff8f,0 18px 40px #38688b26}.app-shell.theme-morning .qr-premium-hero .hero-sky{background-image:radial-gradient(ellipse 72% 85% at 83% 92%,#ffe8ab94,#fff1cd38 31%,#fff0 69%),radial-gradient(ellipse 65% 70% at 16% 20%,#ffffff42,#fff0 72%),linear-gradient(135deg,#619fd2,#a4d0e7 55%,#eef3ed)}.app-shell.theme-morning .qr-premium-hero .hero-sky:before{display:block;top:0;right:0;bottom:0;left:0;width:auto;height:auto;border-radius:0;opacity:1;filter:none;box-shadow:none;background:linear-gradient(110deg,rgba(18,67,110,.16),transparent 48%,rgba(255,255,255,.13))}.app-shell.theme-morning .qr-premium-hero .hero-sky:after{background:linear-gradient(90deg,#0a2a4a26,#0a2a4a03 72%)}.qr-premium-hero.hero{min-height:355px!important}.qr-premium-hero .hero-reference-copy{bottom:84px!important}.qr-premium-hero .hero-reference-weather{bottom:12px!important;height:49px!important;padding-top:12px!important}@media (max-width: 680px){.qr-premium-hero.hero{min-height:292px!important}.qr-premium-hero .hero-reference-copy{top:72px!important;bottom:auto!important;gap:7px!important}.qr-premium-hero .hero-reference-title{font-size:clamp(25px,7.2vw,31px)!important;line-height:1.06!important}.qr-premium-hero .hero-reference-weather{bottom:9px!important;height:43px!important;padding-top:10px!important}.qr-premium-hero .hero-reference-weather strong{font-size:24px!important}.qr-premium-hero .hero-reference-weather span:last-child{font-size:16px!important}}.app-shell.theme-evening{background:linear-gradient(145deg,#527fae,#799ab1 42%,#d9bea2)!important}.app-shell.theme-evening .main-nav{background:#294256d1!important;border-color:#ffedd56b!important;box-shadow:0 18px 42px #14273847!important}.app-shell.theme-evening .main-nav button{color:#fff4e5c7!important}.app-shell.theme-evening .main-nav button.active{color:#162b3c!important;background:#f2d4b4!important}.app-shell.theme-evening .categories{background:#f7e7d3c2!important;border-color:#fff2e070!important}.app-shell.theme-evening .categories button{color:#5b534c!important}.app-shell.theme-evening .categories button.active{color:#172b3d!important;background:#fff8eeeb!important}.app-shell.theme-evening .product-card{background:#faefe0e0!important;border-color:#fff6e88a!important;box-shadow:0 16px 34px #26333b2e!important}.app-shell.theme-evening footer{color:#fff6eab8!important}.app-shell.theme-night{background:radial-gradient(ellipse 90% 46% at 76% 0%,#254761,#25476100 72%),linear-gradient(145deg,#061220,#0a1b2b 48%,#112c3f)!important}.app-shell.theme-night .main-nav{background:#071726db!important;border-color:#c9deea40!important;box-shadow:0 18px 42px #00000061!important}.app-shell.theme-night .main-nav button{color:#e0e8edb3!important}.app-shell.theme-night .main-nav button.active{color:#081827!important;background:#e8c8a7!important}.app-shell.theme-night .categories{background:#0d2233d1!important;border-color:#c5dae629!important;box-shadow:0 13px 30px #00000038!important}.app-shell.theme-night .categories button{color:#e6ecefab!important}.app-shell.theme-night .categories button.active{color:#081827!important;background:#ecd0af!important;box-shadow:0 8px 18px #00000038!important}.app-shell.theme-night .product-card{background:#0a1d2de0!important;border-color:#bed7e729!important;box-shadow:0 16px 34px #00000047!important}.app-shell.theme-night .product-card h3,.app-shell.theme-night .product-card strong{color:#f3f1eb!important}.app-shell.theme-night .product-card p,.app-shell.theme-night .product-card small{color:#b7c7d2!important}.app-shell.theme-night footer{color:#dee7edb3!important}.app-shell.theme-night .product-card .add,.app-shell.theme-night .product-card .stepper,.app-shell.theme-night .modal-buy button,.app-shell.theme-night .primary-button,.app-shell.theme-night .outline-button{background:#e8c8a7!important;color:#091a29!important;border-color:#fff3e294!important}.app-shell.theme-night .product-card .add b,.app-shell.theme-night .product-card .add span,.app-shell.theme-night .product-card .stepper b,.app-shell.theme-night .product-card .stepper button,.app-shell.theme-night .modal-buy button,.app-shell.theme-night .primary-button,.app-shell.theme-night .outline-button{color:#091a29!important}.app-shell.theme-night .product-card .add:hover,.app-shell.theme-night .product-card .add:focus-visible,.app-shell.theme-night .modal-buy button:hover,.app-shell.theme-night .primary-button:hover{background:#f4d9bc!important}.app-shell.theme-night .product-modal{background:#020c16c2!important}.app-shell.theme-night .product-modal-card{background:#0b2234!important;border-color:#dae9f140!important;color:#f3f1eb!important}.app-shell.theme-night .modal-heading,.app-shell.theme-night .modal-content,.app-shell.theme-night .modal-buy{background:#0b2234!important;border-color:#bfd6e42e!important}.app-shell.theme-night .modal-heading h2,.app-shell.theme-night .modal-content h2,.app-shell.theme-night .modal-content b,.app-shell.theme-night .modal-content strong,.app-shell.theme-night .modal-buy strong{color:#f7f2e9!important}.app-shell.theme-night .modal-heading .eyebrow{color:#e7c49e!important}.app-shell.theme-night .modal-content p,.app-shell.theme-night .modal-content small{color:#bdd0da!important}.app-shell.theme-night .modal-close{background:#eacdaaf0!important;border-color:#fffaf08f!important}.app-shell.theme-night .pairing-grid article,.app-shell.theme-night .pairings{background:#1e3846d6!important}.app-shell.theme-night .pairing-grid article b{color:#f2f0e9!important}.app-shell.theme-night .pairing-grid article small{color:#c0d1da!important}.app-shell.theme-night .pairing-add{background:#e8c8a7!important;color:#091a29!important;border-color:transparent!important}.app-shell.theme-night .narrow h2,.app-shell.theme-night .section-heading h2,.app-shell.theme-night .info-grid b,.app-shell.theme-night .info-grid p,.app-shell.theme-night .info-grid a{color:#edf2f3!important}.app-shell.theme-night .info-grid article{background:#0f2737db!important;border-color:#c2d8e533!important;box-shadow:0 14px 30px #00000038!important}.app-shell.theme-night .info-grid article>span,.app-shell.theme-night .info-grid article small{color:#d9e3e7!important}.app-shell.theme-night .wifi-network{color:#e8c8a7!important}.app-shell.theme-night .wifi-password-button{background:#455a5bad!important;border-color:#d2e5eb45!important;color:#f2f5f3!important}.app-shell.theme-night .wifi-password-button span,.app-shell.theme-night .wifi-password-button small{color:#f2f5f3!important}.app-shell.theme-night .product-card .add{min-height:38px!important;padding:7px 10px 7px 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#f7f2ea!important;background:linear-gradient(145deg,#1d4059,#102a40)!important;border:1px solid rgba(174,207,225,.34)!important;border-radius:12px!important;box-shadow:0 8px 18px #00000047,inset 0 1px #ffffff1a!important}.app-shell.theme-night .product-card .add b{color:inherit!important;font-size:11px!important;letter-spacing:.02em!important}.app-shell.theme-night .product-card .add span{width:auto!important;height:auto!important;display:block!important;color:#f7f2ea!important;background:transparent!important;border-radius:0!important;font-size:22px!important;font-weight:300!important;line-height:.75!important}.app-shell.theme-night .product-card .add:hover:not(:disabled),.app-shell.theme-night .product-card .add:focus-visible{color:#fffaf2!important;background:linear-gradient(145deg,#28536f,#153750)!important}.app-shell.theme-night .product-card .add:disabled{color:#dee8ed73!important;background:#203745a8!important;border-color:#b3ccd829!important}.app-shell.theme-night .product-card .add:disabled span{color:inherit!important;background:transparent!important}.qr-admin{--qr-ink: #0f172a;--qr-muted: #64748b;--qr-line: #e2e8f0;--qr-soft: #f8fafc;--qr-blue: #2563eb;--qr-blue-soft: #eff6ff;--qr-green: #059669;--qr-green-soft: #ecfdf5;--qr-amber: #d97706;--qr-red: #dc2626;color:var(--qr-ink)}.qr-admin .topbar{align-items:flex-start;margin-bottom:18px}.qr-admin .topbar h2{margin-bottom:5px;letter-spacing:-.035em}.qr-admin .topbar p{max-width:760px;margin:0;color:var(--qr-muted)}.qr-admin-tabs{display:flex;gap:7px;margin-bottom:20px;padding:5px;overflow-x:auto;border:1px solid var(--qr-line);border-radius:15px;background:#fff;scrollbar-width:thin}.qr-admin .qr-admin-tabs button{flex:0 0 auto;min-height:38px;padding:8px 13px;border:0;border-radius:10px;background:transparent;color:var(--qr-muted);font-size:12px;font-weight:800;white-space:nowrap}.qr-admin .qr-admin-tabs button.active{background:var(--qr-ink);color:#fff;box-shadow:0 7px 18px #0f172a29}.qr-admin .card{border-color:var(--qr-line)}.qr-admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.qr-admin-card-head.compact{margin-bottom:16px}.qr-admin-card-head h3,.qr-editor-header h3{margin:4px 0 6px;color:var(--qr-ink);font-size:clamp(19px,2vw,24px);letter-spacing:-.035em}.qr-admin-card-head p,.qr-translation-preview>p{max-width:820px;margin:0;color:var(--qr-muted);font-size:12px;line-height:1.55}.qr-admin-eyebrow,.qr-section-label{display:inline-flex;align-items:center;gap:6px;color:var(--qr-blue);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.qr-language-badge{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 13px;border:1px solid #bfdbfe;border-radius:12px;background:var(--qr-blue-soft);color:#1d4ed8;font-size:11px}.qr-language-badge span{color:#93c5fd}.qr-branch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.qr-branch-card{min-width:0;padding:14px;overflow:hidden;border:1px solid var(--qr-line);border-radius:17px;background:linear-gradient(180deg,#fff,#fbfdff);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.qr-branch-card:hover,.qr-branch-card.selected{border-color:#93c5fd;box-shadow:0 12px 28px #2563eb1a;transform:translateY(-1px)}.qr-branch-card.selected{background:linear-gradient(180deg,#fff,#f5f9ff)}.qr-branch-card-top,.qr-branch-card-main,.qr-branch-actions,.qr-product-heading,.qr-product-meta,.qr-form-actions,.qr-editor-footer,.qr-image-editor-row,.qr-toggle-row{display:flex;align-items:center}.qr-branch-card-top,.qr-product-heading,.qr-editor-footer{justify-content:space-between}.qr-branch-code,.qr-status-chip{display:inline-flex;align-items:center;gap:6px}.qr-branch-code{color:var(--qr-ink);font-size:13px}.qr-status-chip{padding:4px 7px;border-radius:999px;background:var(--qr-green-soft);color:var(--qr-green);font-size:9px;font-weight:900;text-transform:uppercase}.qr-status-chip.source{background:#fffbeb;color:#b45309}.qr-branch-card-main{align-items:flex-start;gap:11px;margin:14px 0}.qr-branch-card-main img{width:66px;height:66px;flex:0 0 66px;border:1px solid var(--qr-line);border-radius:12px;background:#fff}.qr-branch-card-main h4{margin:1px 0 5px;color:var(--qr-ink);font-size:13px;line-height:1.25}.qr-branch-card-main p,.qr-branch-card-main small{display:block;margin:0;color:var(--qr-muted);font-size:10px}.qr-branch-card-main small{margin-top:4px;color:var(--qr-blue);font-weight:850}.qr-branch-actions{gap:7px}.qr-branch-actions button,.qr-branch-actions a,.qr-icon-button,.qr-product-actions button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--qr-line);background:#fff;color:var(--qr-muted);cursor:pointer}.qr-branch-actions button,.qr-branch-actions a{width:34px;height:34px;flex:0 0 34px;border-radius:10px}.qr-branch-actions .qr-branch-manage{width:auto;flex:1 1 auto;padding:0 10px;border-color:var(--qr-ink);background:var(--qr-ink);color:#fff;font-size:10px;font-weight:850}.qr-menu-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.qr-menu-summary article{display:grid;gap:5px;padding:12px 14px;border:1px solid var(--qr-line);border-radius:13px;background:var(--qr-soft)}.qr-menu-summary span{color:var(--qr-muted);font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.qr-menu-summary b{color:var(--qr-ink);font-size:20px}.qr-menu-summary .good b{color:var(--qr-green)}.qr-menu-summary .warn b{color:var(--qr-amber)}.qr-catalogue-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(170px,.34fr) auto;gap:9px;margin-bottom:14px}.qr-search-box{position:relative;display:flex;align-items:center}.qr-search-box svg{position:absolute;left:12px;color:#94a3b8;pointer-events:none}.qr-admin .qr-catalogue-toolbar input,.qr-admin .qr-catalogue-toolbar select,.qr-admin .qr-editor-fields input:not([type=checkbox]),.qr-admin .qr-editor-fields textarea{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:var(--qr-ink);font:inherit;font-size:12px;outline:none}.qr-admin .qr-catalogue-toolbar input{padding-left:38px}.qr-admin .qr-catalogue-toolbar select,.qr-admin .qr-editor-fields input:not([type=checkbox]),.qr-admin .qr-editor-fields textarea{padding:10px 12px}.qr-admin .qr-catalogue-toolbar input:focus,.qr-admin .qr-catalogue-toolbar select:focus,.qr-admin .qr-editor-fields input:not([type=checkbox]):focus,.qr-admin .qr-editor-fields textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61a}.qr-language-switch{display:inline-flex;align-items:center;align-self:stretch;gap:3px;padding:4px;border:1px solid var(--qr-line);border-radius:11px;background:var(--qr-soft)}.qr-language-switch button{min-width:38px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--qr-muted);font-size:10px;font-weight:900;cursor:pointer}.qr-language-switch button.active{background:var(--qr-ink);color:#fff}.qr-product-list{overflow:hidden;border:1px solid var(--qr-line);border-radius:15px;background:#fff}.qr-product-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:88px;padding:9px 12px;border-bottom:1px solid #edf2f7}.qr-product-row:last-child{border-bottom:0}.qr-product-row:hover{background:#fbfdff}.qr-product-row.is-stopped{background:#fffaf5}.qr-product-row.is-hidden{opacity:.64}.qr-product-photo,.qr-editor-thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--qr-line);border-radius:12px;background:#f1f5f9;color:#94a3b8}.qr-product-photo{width:72px;height:62px}.qr-product-photo img,.qr-editor-thumb img{width:100%;height:100%;object-fit:cover}.qr-product-copy{min-width:0}.qr-product-heading{align-items:baseline;gap:12px}.qr-product-heading h4{min-width:0;margin:0;overflow:hidden;color:var(--qr-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.qr-product-heading b{flex:0 0 auto;color:var(--qr-ink);font-size:12px}.qr-product-copy>p{display:-webkit-box;margin:5px 0 7px;overflow:hidden;color:var(--qr-muted);font-size:10px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.qr-product-meta{flex-wrap:wrap;gap:5px}.qr-product-meta span{padding:3px 7px;border-radius:999px;background:#f1f5f9;color:var(--qr-muted);font-size:8.5px;font-weight:850}.qr-product-meta .stop{background:#fff7ed;color:var(--qr-amber)}.qr-product-meta .hidden{background:#fef2f2;color:var(--qr-red)}.qr-product-actions{display:inline-flex;gap:6px}.qr-product-actions button,.qr-icon-button{width:36px;height:36px;border-radius:10px}.qr-product-actions button:hover,.qr-icon-button:hover,.qr-branch-actions button:hover,.qr-branch-actions a:hover{border-color:#93c5fd;color:var(--qr-blue)}.qr-product-actions button.active-stop{border-color:#fdba74;background:#fff7ed;color:var(--qr-amber)}.qr-product-actions button.danger:hover{border-color:#fecaca;background:#fef2f2;color:var(--qr-red)}.qr-empty-list{padding:34px;color:var(--qr-muted);text-align:center;font-size:12px}.qr-add-product{display:inline-flex!important;align-items:center;gap:7px;flex:0 0 auto}.qr-picker-card{border-color:#bfdbfe!important;background:linear-gradient(180deg,#fff,#f8fbff)}.qr-picker-search{max-width:620px;margin-bottom:12px}.qr-admin .qr-picker-search input{width:100%;min-height:42px;padding:10px 12px 10px 38px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:var(--qr-ink);font:inherit;font-size:12px;outline:none}.qr-picker-list{display:grid;max-height:430px;overflow-y:auto;border:1px solid var(--qr-line);border-radius:15px;background:#fff}.qr-picker-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 12px;border-bottom:1px solid #edf2f7}.qr-picker-row:last-child{border-bottom:0}.qr-picker-row .qr-product-photo{width:58px;height:52px}.qr-picker-copy{min-width:0}.qr-picker-copy h4{margin:0 0 5px;overflow:hidden;color:var(--qr-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.qr-picker-copy p{margin:0;color:var(--qr-muted);font-size:10px}.qr-picker-row button{display:inline-flex;align-items:center;gap:6px}.qr-picker-row button:disabled{opacity:.48;cursor:not-allowed}.qr-setup-warning{margin-bottom:12px;padding:10px 12px;border:1px solid #fde68a;border-radius:11px;background:#fffbeb;color:#92400e;font-size:11px;font-weight:750}.qr-editor-backdrop{position:fixed;z-index:10020;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;padding:16px;background:#0f172a8a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.qr-editor-panel{display:flex;width:min(920px,calc(100vw - 32px));height:calc(100vh - 32px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:#fff;box-shadow:0 30px 80px #0f172a4d}.qr-editor-header,.qr-editor-footer{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid var(--qr-line)}.qr-editor-header{justify-content:space-between}.qr-editor-header h3{margin-bottom:0;font-size:20px}.qr-editor-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);gap:18px;min-height:0;padding:18px 20px;overflow-y:auto}.qr-create-card .qr-editor-grid{padding:0;overflow:visible}.qr-editor-fields,.qr-translation-preview{display:grid;align-content:start;gap:12px}.qr-editor-fields label{display:grid;gap:6px}.qr-editor-fields label>span{color:var(--qr-muted);font-size:9.5px;font-weight:850}.qr-two-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.35fr);gap:10px}.qr-translation-preview{padding:15px;border:1px solid #bfdbfe;border-radius:16px;background:#f8fbff}.qr-translation-preview article{padding:13px;border:1px solid #dbeafe;border-radius:12px;background:#fff}.qr-translation-preview article>b{display:inline-flex;padding:3px 6px;border-radius:6px;background:var(--qr-blue-soft);color:var(--qr-blue);font-size:9px}.qr-translation-preview h4{margin:9px 0 5px;color:var(--qr-ink);font-size:13px}.qr-translation-preview article p{margin:0;color:var(--qr-muted);font-size:10px;line-height:1.5}.qr-upload-button{display:inline-flex!important;width:fit-content;min-height:38px;grid-auto-flow:column;align-items:center;gap:7px!important;padding:8px 12px;border:1px dashed #93c5fd;border-radius:10px;background:var(--qr-blue-soft);color:var(--qr-blue);cursor:pointer}.qr-upload-button input{display:none}.qr-image-editor-row{align-items:center;gap:10px}.qr-editor-thumb{width:72px;height:58px}.qr-toggle-row{flex-wrap:wrap;gap:9px}.qr-toggle-row label{display:inline-flex;min-height:34px;grid-auto-flow:column;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--qr-line);border-radius:10px;background:var(--qr-soft)}.qr-toggle-row input{width:15px;height:15px;accent-color:var(--qr-blue)}.qr-form-actions,.qr-editor-footer{justify-content:flex-end;gap:8px}.qr-form-actions{margin-top:16px}.qr-editor-footer{margin-top:auto;border-top:1px solid var(--qr-line);border-bottom:0}@media (max-width: 1250px){.qr-branch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-catalogue-toolbar{grid-template-columns:minmax(240px,1fr) minmax(150px,.45fr) minmax(140px,.4fr)}.qr-language-switch{width:fit-content}}@media (max-width: 760px){.qr-admin-card-head{display:grid;gap:12px}.qr-language-badge,.qr-add-product{width:fit-content}.qr-branch-grid,.qr-menu-summary,.qr-editor-grid,.qr-two-fields,.qr-catalogue-toolbar{grid-template-columns:1fr}.qr-menu-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-product-row{grid-template-columns:58px minmax(0,1fr);gap:10px}.qr-product-photo{width:58px;height:54px}.qr-product-actions{grid-column:1 / -1;justify-content:flex-end;padding-top:2px}.qr-picker-row{grid-template-columns:52px minmax(0,1fr);gap:10px}.qr-picker-row .qr-product-photo{width:52px;height:48px}.qr-picker-row button{grid-column:1 / -1;justify-content:center}.qr-editor-backdrop{padding:0}.qr-editor-panel{width:100vw;height:100vh;border-radius:0}.qr-editor-grid,.qr-editor-header,.qr-editor-footer{padding:14px}}.qr-product-modal-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0f172a8a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.qr-product-modal{display:flex;width:min(820px,100%);max-height:min(780px,calc(100dvh - 48px));flex-direction:column;overflow:hidden;border:1px solid rgba(148,163,184,.5);border-radius:20px;background:#fff;box-shadow:0 26px 80px #0f172a52}.qr-product-modal-header,.qr-product-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;background:#fff}.qr-product-modal-header{border-bottom:1px solid var(--qr-line)}.qr-product-modal-header h3{margin:3px 0 4px;color:var(--qr-ink);font-size:19px;letter-spacing:-.03em}.qr-product-modal-header p{margin:0;color:var(--qr-muted);font-size:12px}.qr-product-modal-body{display:grid;gap:14px;overflow-y:auto;padding:18px 20px}.qr-product-modal-basics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qr-product-modal label,.qr-product-modal-options{display:grid;gap:5px;min-width:0}.qr-product-modal label>span,.qr-product-modal-options>span{color:var(--qr-muted);font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.qr-product-modal input,.qr-product-modal textarea{width:100%;min-width:0}.qr-product-modal textarea{min-height:62px;resize:vertical}.qr-product-modal-translations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.qr-product-modal-language{display:grid;gap:10px;min-width:0;padding:12px;border:1px solid var(--qr-line);border-radius:13px;background:var(--qr-soft)}.qr-product-modal-language>b{color:var(--qr-blue);font-size:11px;letter-spacing:.08em}.qr-product-modal-footer{border-top:1px solid var(--qr-line);justify-content:flex-end}@media (max-width: 760px){.qr-product-modal-backdrop{align-items:end;padding:0}.qr-product-modal{width:100%;max-height:min(88dvh,780px);border-right:0;border-bottom:0;border-left:0;border-radius:20px 20px 0 0}.qr-product-modal-header,.qr-product-modal-footer,.qr-product-modal-body{padding-right:16px;padding-left:16px}.qr-product-modal-basics,.qr-product-modal-translations{grid-template-columns:1fr}}*{box-sizing:border-box}.loyalty-page{--loy-bg:#f8f9fc;--loy-surface:#ffffff;--loy-surface-2:#f4f6fb;--loy-text:#111827;--loy-muted:#6b7280;--loy-border:#e7eaf1;--loy-dark:#0b1020;--loy-purple:#6d3df2;--loy-purple-2:#8b5cf6;--loy-gold:#d4a54a;--loy-green:#16a34a;--loy-red:#ef4444;--loy-shadow:0 18px 46px rgba(15,23,42,.08);min-height:100vh;padding:24px;color:var(--loy-text);background:var(--loy-bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.loyalty-hero{display:flex;justify-content:space-between;align-items:stretch;gap:22px;margin-bottom:22px;padding:32px;color:#fff;border-radius:32px;background:radial-gradient(circle at 12% 15%,rgba(109,61,242,.26),transparent 28%),linear-gradient(135deg,#090d19,#111827 58%,#151a2c);box-shadow:0 24px 70px #0f172a3d}.loyalty-eyebrow{display:inline-flex;padding:8px 12px;margin-bottom:14px;border-radius:999px;background:#ffffff14;color:#ffffffc7;font-weight:900;font-size:13px}.loyalty-hero h1{margin:0;font-size:42px;line-height:1;letter-spacing:-.055em}.loyalty-hero p{max-width:720px;margin:14px 0 0;color:#ffffffb3;font-size:16px;line-height:1.5}.loyalty-hero-card{min-width:260px;display:flex;flex-direction:column;justify-content:center;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#ffffff12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.loyalty-hero-card span{color:#ffffffb3;font-weight:800}.loyalty-hero-card b{margin:8px 0;font-size:32px;letter-spacing:-.04em}.loyalty-hero-card small{color:#ffffffa6}.loyalty-message{margin-bottom:18px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--loy-border);box-shadow:var(--loy-shadow);font-weight:800}.loyalty-kpis{display:grid;grid-template-columns:repeat(6,minmax(160px,1fr));gap:16px;margin-bottom:22px}.loyalty-kpi{padding:20px;border-radius:24px;background:#fff;border:1px solid var(--loy-border);box-shadow:var(--loy-shadow)}.loyalty-kpi span{display:block;color:var(--loy-muted);font-size:13px;font-weight:900}.loyalty-kpi b{display:block;margin:8px 0 4px;font-size:27px;line-height:1;letter-spacing:-.045em}.loyalty-kpi small{color:var(--loy-muted)}.loyalty-grid{display:grid;grid-template-columns:1.25fr .85fr 1fr;gap:20px;align-items:start}.loyalty-grid.bottom{grid-template-columns:.8fr 1.2fr 1fr;margin-top:20px}.loyalty-card{background:#fff;border:1px solid var(--loy-border);border-radius:28px;padding:22px;box-shadow:var(--loy-shadow)}.loyalty-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.loyalty-card-head h2{margin:0 0 6px;font-size:24px;letter-spacing:-.04em}.loyalty-card-head p{margin:0;color:var(--loy-muted);line-height:1.4}.loyalty-card-head button,.loyalty-primary{border:0;border-radius:16px;padding:13px 16px;color:#fff;background:#111827;font-weight:950;cursor:pointer;transition:.18s ease}.loyalty-card-head button:hover,.loyalty-primary:hover{transform:translateY(-1px);background:var(--loy-purple)}.loyalty-search,.loyalty-form input,.loyalty-form select,.loyalty-form textarea{width:100%;border:1px solid var(--loy-border);border-radius:16px;background:#f8f9fc;padding:14px 15px;color:var(--loy-text);font:inherit;font-weight:700;outline:none}.loyalty-search:focus,.loyalty-form input:focus,.loyalty-form select:focus,.loyalty-form textarea:focus{border-color:#6d3df273;box-shadow:0 0 0 4px #6d3df214}.loyalty-client-list{display:grid;gap:10px;max-height:560px;overflow:auto;padding-right:4px;margin-top:14px}.loyalty-client-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid var(--loy-border);border-radius:18px;padding:15px;background:#fff;text-align:left;cursor:pointer;transition:.18s ease}.loyalty-client-row:hover{border-color:#6d3df240;transform:translateY(-1px)}.loyalty-client-row.active{color:#fff;background:#111827;border-color:#111827}.loyalty-client-row b,.loyalty-client-row span,.loyalty-client-row em,.loyalty-client-row strong{display:block}.loyalty-client-row b{font-size:16px}.loyalty-client-row span{margin-top:4px;color:var(--loy-muted);font-size:13px}.loyalty-client-row.active span{color:#ffffffa6}.loyalty-client-row em{margin-bottom:4px;color:var(--loy-purple);font-style:normal;font-weight:950;text-align:right}.loyalty-client-row.active em{color:#c4b5fd}.loyalty-client-row strong{white-space:nowrap;text-align:right}.loyalty-form{display:grid;gap:14px}.loyalty-form label{display:grid;gap:7px;color:var(--loy-muted);font-size:13px;font-weight:900}.loyalty-form textarea{min-height:90px;resize:vertical}.loyalty-primary{width:100%;margin-top:4px}.loyalty-profile{margin-bottom:18px;padding:22px;border-radius:24px;color:#fff;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.16),transparent 24%),linear-gradient(135deg,#111827,#25194b)}.loyalty-profile.gold,.loyalty-profile.vip{background:radial-gradient(circle at 85% 20%,rgba(212,165,74,.22),transparent 24%),linear-gradient(135deg,#111827,#3b2a10)}.loyalty-profile.silver{background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.18),transparent 24%),linear-gradient(135deg,#111827,#334155)}.loyalty-profile span{color:#ffffffa6;font-weight:900}.loyalty-profile h3{margin:6px 0 4px;font-size:36px;line-height:1;letter-spacing:-.05em}.loyalty-profile p{margin:0;color:#ffffffb8}.loyalty-progress{height:10px;margin:18px 0;border-radius:999px;overflow:hidden;background:#ffffff24}.loyalty-progress div{height:100%;border-radius:999px;background:var(--loy-gold)}.loyalty-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.loyalty-profile-stats div{padding:14px;border-radius:16px;background:#ffffff14}.loyalty-profile-stats small{display:block;color:#ffffff9e;font-weight:800}.loyalty-profile-stats b{display:block;margin-top:5px;font-size:18px}.loyalty-empty{padding:18px;border-radius:18px;background:#f8f9fc;border:1px dashed #d8dce8;color:var(--loy-muted);font-weight:800}.loyalty-levels{display:grid;gap:10px}.loyalty-level{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border-radius:18px;background:#f8f9fc;border:1px solid var(--loy-border)}.loyalty-level b,.loyalty-level span,.loyalty-level strong{display:block}.loyalty-level b{font-size:17px}.loyalty-level span{margin-top:4px;color:var(--loy-muted);font-size:13px}.loyalty-level strong{font-size:24px}.loyalty-level.gold strong,.loyalty-level.vip strong{color:#a16207}.loyalty-level.silver strong{color:#64748b}.loyalty-level.new strong{color:var(--loy-purple)}.loyalty-table{display:grid;gap:8px}.loyalty-table-head,.loyalty-table-row{display:grid;grid-template-columns:1.4fr .7fr .8fr .8fr;gap:10px;align-items:center}.loyalty-table-head{padding:0 12px 8px;color:var(--loy-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.loyalty-table-row{padding:13px 12px;border-radius:16px;background:#f8f9fc;border:1px solid var(--loy-border);font-weight:800}.loyalty-table-row small{display:block;margin-top:4px;color:var(--loy-muted);font-weight:700}.loyalty-ops{display:grid;gap:10px}.loyalty-op{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border-radius:17px;background:#f8f9fc;border:1px solid var(--loy-border)}.loyalty-op b,.loyalty-op span{display:block}.loyalty-op span{margin-top:4px;color:var(--loy-muted);font-size:13px}.loyalty-op strong{white-space:nowrap}.loyalty-op strong.plus{color:var(--loy-green)}.loyalty-op strong.minus{color:var(--loy-red)}@media (max-width:1400px){.loyalty-kpis{grid-template-columns:repeat(3,1fr)}.loyalty-grid,.loyalty-grid.bottom{grid-template-columns:1fr 1fr}.loyalty-profile-card{grid-column:span 2}}@media (max-width:900px){.loyalty-page{padding:14px}.loyalty-hero{flex-direction:column;padding:24px;border-radius:26px}.loyalty-hero h1{font-size:34px}.loyalty-kpis{grid-template-columns:1fr 1fr}.loyalty-grid,.loyalty-grid.bottom{grid-template-columns:1fr}.loyalty-profile-card{grid-column:auto}.loyalty-table-head{display:none}.loyalty-table-row{grid-template-columns:1fr}}@media (max-width:560px){.loyalty-kpis,.loyalty-profile-stats{grid-template-columns:1fr}}.loyalty-rules-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.loyalty-rule-card{padding:20px;border-radius:24px;background:#fff;border:1px solid var(--loy-border);box-shadow:var(--loy-shadow)}.loyalty-rule-card span{display:block;color:var(--loy-muted);font-size:13px;font-weight:950}.loyalty-rule-card b{display:block;margin:8px 0 4px;font-size:30px;letter-spacing:-.05em}.loyalty-rule-card small{color:var(--loy-muted);font-weight:700}.loyalty-rule-preview{padding:15px;border-radius:18px;background:#f8f9fc;border:1px solid var(--loy-border)}.loyalty-rule-preview b,.loyalty-rule-preview span{display:block}.loyalty-rule-preview b{font-size:18px}.loyalty-rule-preview span{margin-top:5px;color:var(--loy-muted);font-weight:800}@media (max-width:900px){.loyalty-rules-row{grid-template-columns:1fr}}.vip-level-card small{display:inline-flex;margin-top:7px;padding:5px 9px;border-radius:999px;background:#ef232a29;border:1px solid rgba(239,35,42,.32);color:#fff;font-size:12px;font-weight:950;letter-spacing:.03em}.vip-level-card.vip-silver small{background:#e2e8f024;border-color:#e2e8f057}.vip-level-card.vip-gold small{background:#facc1524;border-color:#facc1561;color:#fef3c7}.vip-level-card.vip-black small{background:#ef232a33;border-color:#ef232a7a}.scanner-client-score small{display:block;margin-top:5px;color:#ffffff85;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.scanner-success-flash .scanner-vip-note{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:4px auto 0;padding:8px 12px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:950;font-size:13px}.drink-card-wallet-wrap{width:100%;max-width:520px;margin:0 auto;display:grid;gap:14px}.drink-card-wallet-wrap .ios-wallet-topbar{display:none!important}.drink-wallet-card.progress-card{position:relative!important;overflow:hidden!important;width:100%!important;border-radius:30px!important;padding:22px 26px 24px!important;color:#fff!important;background:radial-gradient(circle at 50% 2%,rgba(239,35,42,.18),transparent 18%),radial-gradient(circle at 100% 0%,rgba(239,35,42,.1),transparent 28%),radial-gradient(circle at 0% 0%,rgba(255,255,255,.05),transparent 32%),linear-gradient(180deg,#050505,#080808 48%,#020202)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 28px 64px #0000006b,inset 0 1px #ffffff1a!important}.drink-wallet-card.progress-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 7% 5%,rgba(239,35,42,.75) 0 2px,transparent 3px) 0 0/18px 18px,radial-gradient(circle at 93% 5%,rgba(239,35,42,.55) 0 2px,transparent 3px) 0 0/18px 18px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 27%);mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 27%);opacity:.28}.drink-wallet-card.progress-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.035),transparent)!important;pointer-events:none}.drink-wallet-card.progress-card>*{position:relative;z-index:2}.drink-wallet-head.bc-card-head-centered{min-height:142px!important;padding-top:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.drink-wallet-head.bc-card-head-centered .guest-card-label{position:absolute!important;right:4px!important;top:24px!important;color:#fff!important;text-align:right!important;font-weight:950!important;font-size:20px!important;line-height:1.08!important;letter-spacing:.045em!important;text-shadow:0 2px 10px rgba(0,0,0,.65)!important}.drink-wallet-head.bc-card-head-centered .guest-card-label:after{content:"";display:block;width:54px;height:3px;margin-top:12px;margin-left:auto;border-radius:999px;background:#ef232a;box-shadow:0 0 18px #ef232a6b}.bc-round-logo{width:140px!important;height:140px!important;margin-top:-2px!important;border-radius:999px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#fff!important;background:radial-gradient(circle at 50% 40%,#1a1a1a,#060606 72%)!important;border:1px solid rgba(255,255,255,.23)!important;box-shadow:0 0 0 2px #ef232a1a,0 22px 48px #0000007a!important}.bc-round-logo:before{content:"";position:absolute;top:14px!important;right:14px!important;bottom:14px!important;left:14px!important;border-radius:999px;border:2px dotted #ef232a!important;opacity:.95}.bc-script-logo{position:relative!important;z-index:1!important;display:grid!important;gap:0!important;color:#fff!important;font-family:Trebuchet MS,Inter,system-ui,sans-serif!important;font-weight:950!important;font-style:italic!important;font-size:28px!important;line-height:.72!important;letter-spacing:-.08em!important;transform:rotate(-5deg)!important;text-shadow:0 2px 0 rgba(0,0,0,.65)!important}.bc-script-logo span{font-size:14px!important;line-height:1!important;margin:2px 0!important;letter-spacing:0!important}.bc-round-logo small{position:absolute!important;z-index:1!important;bottom:20px!important;color:#ef232a!important;font-size:7px!important;font-weight:950!important;letter-spacing:.13em!important}.vip-level-card{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:1fr auto!important;gap:16px!important;align-items:center!important;margin:0 0 14px!important;padding:14px 16px!important;border-radius:20px!important;background:linear-gradient(180deg,#ffffff13,#ffffff06)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px #ffffff14!important}.vip-level-card>div{min-width:0!important}.vip-level-card div:last-child{text-align:right!important}.vip-level-card span{display:block!important;color:#ffffff85!important;font-size:11px!important;font-weight:950!important;letter-spacing:.11em!important;text-transform:uppercase!important;line-height:1.1!important}.vip-level-card b{display:block!important;margin-top:5px!important;color:#fff!important;font-size:22px!important;line-height:1!important;letter-spacing:-.04em!important;white-space:nowrap!important}.vip-level-card small{display:inline-flex!important;width:max-content!important;max-width:100%!important;margin-top:8px!important;padding:6px 10px!important;border-radius:999px!important;background:#ef232a33!important;border:1px solid rgba(239,35,42,.38)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;letter-spacing:.03em!important;line-height:1!important}.vip-level-card.vip-silver{border-color:#e2e8f05c!important;background:linear-gradient(180deg,#e2e8f01f,#ffffff06)!important}.vip-level-card.vip-gold{border-color:#facc1566!important;background:linear-gradient(180deg,#facc1521,#ffffff06)!important}.vip-level-card.vip-black{border-color:#ef232a80!important;background:linear-gradient(180deg,#ef232a29,#ffffff06)!important}.drink-progress-hero{display:grid!important;grid-template-columns:126px 1fr!important;gap:22px!important;align-items:center!important;padding:20px 22px!important;border-radius:24px!important;margin:0 0 16px!important;background:linear-gradient(180deg,#ffffff0f,#ffffff05)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:inset 0 1px #ffffff0f!important}.drink-progress-ring{width:112px!important;height:112px!important;min-width:112px!important;background:conic-gradient(#ef232a 0deg,#ef232a var(--drink-progress),#262626 var(--drink-progress),#262626 360deg)!important}.drink-progress-ring-inner{width:78px!important;height:78px!important;background:#040404!important;border-color:#ffffff17!important}.drink-progress-ring-inner strong{font-size:28px!important;line-height:1!important;color:#fff!important}.drink-progress-ring-inner span{font-size:13px!important;color:#ffffffb8!important}.drink-progress-summary b{display:block!important;color:#fff!important;font-size:24px!important;line-height:1.12!important;letter-spacing:-.035em!important}.drink-progress-summary span{display:block!important;margin-top:8px!important;color:#ffffffa8!important;font-size:13px!important;line-height:1.35!important;font-weight:850!important}.vip-progress-line{display:grid!important;gap:8px!important;margin:0 0 16px!important;padding:0 2px!important}.vip-progress-line div{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:center!important}.vip-progress-line span,.vip-progress-line b{display:block!important;color:#ffffff9e!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important}.vip-progress-line b{color:#ffffffd1!important;text-align:right!important}.vip-progress-line i{display:block!important;height:6px!important;border-radius:999px!important;background:#1d1d1d!important;overflow:hidden!important}.vip-progress-line em{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#ef232a,#f59e0b)!important}.stamp-grid.progress-stamps{display:grid!important;grid-template-columns:repeat(var(--stamp-columns,10),minmax(0,1fr))!important;gap:7px!important;margin:16px 0 20px!important;align-items:center!important}.stamp-grid.progress-stamps .stamp-cup{width:100%!important;aspect-ratio:1/1!important;height:auto!important;border-width:2px!important;border-radius:999px!important;border-color:#ffffff38!important;background:#ffffff06!important;opacity:1!important}.stamp-grid.progress-stamps .stamp-cup svg{width:58%!important;height:58%!important;stroke:#ffffff47!important}.stamp-grid.progress-stamps .stamp-cup .bean{fill:#ffffff42!important}.stamp-grid.progress-stamps .stamp-cup.filled{border-color:#ef232a!important;background:#ef232a14!important;box-shadow:0 0 0 1px #ef232a33,0 12px 26px #ef232a1f!important}.stamp-grid.progress-stamps .stamp-cup.filled svg{stroke:#fff!important}.stamp-grid.progress-stamps .stamp-cup.filled .bean{fill:#fff!important}.drink-card-client-row{display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important;gap:22px!important;margin:0 0 14px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.16)!important}.drink-card-client-row small{display:block!important;color:#ef232a!important;font-size:13px!important;font-weight:950!important;letter-spacing:.09em!important}.drink-card-client-row strong{display:block!important;margin-top:5px!important;color:#fff!important;font-size:32px!important;line-height:1.05!important;font-weight:850!important;text-shadow:0 2px 10px rgba(0,0,0,.65)!important}.drink-card-client-row div:last-child{text-align:right!important}.drink-card-progress.enhanced{display:grid!important;gap:9px!important;margin-bottom:16px!important}.drink-card-progress.enhanced span{display:block!important;color:#ffffffa8!important;font-size:13px!important;font-weight:900!important;line-height:1.35!important}.drink-card-progress.enhanced i{display:block!important;height:8px!important;border-radius:999px!important;background:#1e1e1e!important;overflow:hidden!important}.drink-card-progress.enhanced em{display:block!important;height:100%!important;background:#ef232a!important;border-radius:999px!important}.drink-card-progress.enhanced small{display:block!important;color:#ffffffb8!important;font-size:13px!important;font-weight:850!important;line-height:1.35!important}.drink-qr-box{display:grid!important;place-items:center!important;gap:8px!important;border-radius:20px!important;padding:16px 16px 13px!important;background:#fff!important;color:#111827!important;box-shadow:0 18px 36px #0000003d!important}.drink-qr-box img{display:block!important;width:176px!important;height:176px!important;max-width:100%!important;border-radius:16px!important;background:#fff!important}.drink-qr-box b{display:block!important;text-align:center!important;font-size:15px!important;line-height:1.15!important;letter-spacing:.05em!important;font-weight:950!important;color:#111827!important}.drink-qr-box small{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:850!important;text-align:center!important}.wallet-actions.qr-only-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.wallet-actions.qr-only-actions button{border:0!important;border-radius:14px!important;background:#111827!important;color:#fff!important;padding:12px!important;font-weight:950!important;cursor:pointer!important}.wallet-actions.qr-only-actions button:first-child{background:#e11d2f!important}.drink-card-wallet-wrap>p{margin:0!important;color:#6b7280!important;font-size:12px!important;line-height:1.45!important;text-align:center!important}@media (max-width:560px){.drink-wallet-card.progress-card{border-radius:24px!important;padding:18px 16px!important}.drink-wallet-head.bc-card-head-centered{min-height:112px!important}.bc-round-logo{width:106px!important;height:106px!important}.bc-script-logo{font-size:22px!important}.bc-script-logo span{font-size:11px!important}.bc-round-logo small{display:none!important}.drink-wallet-head.bc-card-head-centered .guest-card-label{top:18px!important;font-size:15px!important}.vip-level-card{grid-template-columns:1fr!important;gap:10px!important;padding:13px 14px!important}.vip-level-card div:last-child{text-align:left!important}.vip-level-card b{font-size:20px!important}.drink-progress-hero{grid-template-columns:82px 1fr!important;gap:12px!important;padding:14px!important;border-radius:20px!important}.drink-progress-ring{width:76px!important;height:76px!important;min-width:76px!important}.drink-progress-ring-inner{width:54px!important;height:54px!important}.drink-progress-ring-inner strong{font-size:19px!important}.drink-progress-ring-inner span{font-size:10px!important}.drink-progress-summary b{font-size:18px!important}.drink-progress-summary span{font-size:11px!important}.vip-progress-line div{display:block!important}.vip-progress-line b{text-align:left!important;margin-top:4px!important}.stamp-grid.progress-stamps{gap:5px!important;margin:14px 0 18px!important}.drink-card-client-row strong{font-size:26px!important}.drink-qr-box img{width:148px!important;height:148px!important}.wallet-actions.qr-only-actions{grid-template-columns:1fr!important}}.drink-card-wallet-wrap{max-width:520px;margin:0 auto}.bc-premium-card-v212{border-radius:34px!important;padding:28px 28px 24px!important;background:radial-gradient(circle at 50% 0%,rgba(239,35,58,.14),transparent 20%),radial-gradient(circle at 18% 9%,rgba(239,35,58,.22) 0 1px,transparent 2px) 0 0/17px 17px,radial-gradient(circle at 82% 9%,rgba(239,35,58,.18) 0 1px,transparent 2px) 0 0/17px 17px,linear-gradient(180deg,#070707,#050505 54%,#020202)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 30px 70px #00000070,inset 0 1px #ffffff14!important}.bc-premium-card-v212:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.07),transparent 28%)}.bc-premium-logo-row{position:relative;z-index:2;display:flex;justify-content:center;margin:0 0 16px}.bc-premium-logo-row .bc-round-logo{width:148px!important;height:148px!important;margin:0!important;background:radial-gradient(circle at 50% 42%,#181818,#050505 72%)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 0 0 2px #ef233a14,0 22px 48px #00000075!important}.bc-premium-logo-row .bc-round-logo:before{top:14px!important;right:14px!important;bottom:14px!important;left:14px!important;border-color:#ef233a!important}.bc-premium-logo-row .bc-script-logo{font-size:30px!important;line-height:.72!important}.bc-premium-logo-row .bc-script-logo span{font-size:15px!important}.bc-premium-logo-row .bc-round-logo small{bottom:20px!important;color:#ef233a!important;font-size:7.5px!important}.guest-card-label{display:none!important}.bc-card-owner{position:relative;z-index:2;text-align:center;margin:0 0 18px}.bc-card-owner strong{display:block;color:#fff;font-size:42px;line-height:1;font-weight:950;letter-spacing:-.06em;text-shadow:0 3px 18px rgba(0,0,0,.68)}.bc-card-owner span{display:block;margin-top:8px;color:#ff4a64;font-size:16px;font-weight:950;letter-spacing:.1em}.bc-vip-summary{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;margin:0 0 16px!important;padding:22px 24px!important;border-radius:25px!important;background:linear-gradient(180deg,#ffffff0e,#ffffff05)!important;border:1px solid rgba(255,255,255,.15)!important}.bc-vip-summary:after{content:"";position:absolute;top:25px;bottom:25px;left:50%;width:1px;background:#ef233a;opacity:.7}.bc-vip-summary div:first-child{text-align:left}.bc-vip-summary div:last-child{text-align:right}.bc-vip-summary span{display:block;color:#ffffff8c!important;font-size:13px!important;font-weight:950!important;letter-spacing:.1em!important;text-transform:uppercase}.bc-vip-summary b{display:block;margin:8px 0!important;color:#fff!important;font-size:31px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}.bc-vip-summary div:last-child b{font-size:48px!important}.bc-vip-summary small{display:inline-flex!important;align-items:center;justify-content:center;min-height:36px;padding:8px 18px;border-radius:999px;border:1px solid #ef233a;background:#ef233a1a;color:#fff!important;font-size:18px!important;font-weight:950!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important}.bc-vip-summary div:last-child small{display:block!important;border:0;background:transparent;padding:0;min-height:0;color:#ffffffd1!important;text-transform:uppercase!important;font-size:18px!important;letter-spacing:.04em!important}.bc-reward-panel{position:relative;z-index:2;margin:0 0 14px;padding:22px 22px 20px;border-radius:25px;background:linear-gradient(180deg,#ffffff0b,#ffffff04);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px #ffffff0a}.bc-panel-title{text-align:center;color:#ffffffa8;font-size:15px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.bc-cups-row{display:grid!important;grid-template-columns:repeat(var(--stamp-columns,10),minmax(0,1fr))!important;gap:8px!important;margin:0 0 18px!important}.bc-cups-row .stamp-cup{width:100%!important;aspect-ratio:1/1!important;height:auto!important;border-radius:999px!important;background:transparent!important;border:0!important;opacity:1!important;display:grid!important;place-items:center!important}.bc-cups-row .stamp-cup svg{width:82%!important;height:82%!important;stroke:#ffffff54!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.32))}.bc-cups-row .stamp-cup .bean{fill:#ffffff40!important}.bc-cups-row .stamp-cup.filled{box-shadow:none!important;background:transparent!important}.bc-cups-row .stamp-cup.filled svg{stroke:#ff4a64!important}.bc-cups-row .stamp-cup.filled .bean{fill:#ff4a64!important}.bc-main-count{text-align:center;border-top:1px dashed rgba(255,255,255,.22);padding-top:16px;margin-bottom:16px}.bc-main-count strong{color:#ff4a64;font-size:44px;line-height:1;font-weight:1000;letter-spacing:-.06em}.bc-main-count span{margin-left:9px;color:#fff;font-size:34px;font-weight:950;letter-spacing:-.045em}.bc-main-count small{display:block;margin-top:6px;color:#ffffffa8;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.bc-progress-details{display:grid;grid-template-columns:112px 1fr 1.25fr;gap:18px;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.bc-percent-side .drink-progress-ring{width:100px!important;height:100px!important;min-width:100px!important;background:conic-gradient(#ff4a64 0deg,#ff4a64 var(--drink-progress),#272727 var(--drink-progress),#272727 360deg)!important;box-shadow:none!important}.bc-percent-side .drink-progress-ring-inner{width:75px!important;height:75px!important;background:#070707!important}.bc-percent-side .drink-progress-ring-inner strong{font-size:27px!important}.bc-percent-side .drink-progress-ring-inner span{display:none!important}.bc-left-side{border-right:1px solid rgba(255,255,255,.18);padding-right:14px}.bc-left-side span,.bc-right-side span{display:block;color:#ffffff9e;font-size:15px;font-weight:850}.bc-left-side b,.bc-right-side b{display:block;margin:4px 0;color:#ff4a64;font-size:34px;line-height:1;font-weight:1000;letter-spacing:-.05em}.bc-left-side small{display:block;color:#ffffffb8;font-size:15px;line-height:1.25;font-weight:850}.bc-right-side{text-align:right}.bc-right-side i{display:block;width:100%;height:8px;margin-top:13px;border-radius:999px;background:#272727;overflow:hidden}.bc-right-side em{display:block;height:100%;border-radius:999px;background:#ff4a64}.bc-next-level-strip{position:relative;z-index:2;margin:0 0 14px;padding:14px 16px;border-radius:22px;background:linear-gradient(180deg,#ffffff0b,#ffffff04);border:1px solid rgba(255,255,255,.13);text-align:center}.bc-next-level-strip span{color:#ffffffd1;font-size:17px;font-weight:900}.bc-next-level-strip span:first-letter{color:#ff4a64}.bc-premium-qr{position:relative;z-index:2;padding:22px 16px 18px!important;border-radius:24px!important;background:linear-gradient(180deg,#ffffff0a,#ffffff03)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.bc-premium-qr img{width:190px!important;height:190px!important;border-radius:18px!important;box-shadow:0 18px 34px #00000059}.bc-premium-qr b{margin-top:4px;color:#fff!important;font-size:15px!important}.bc-premium-qr small{margin-top:6px;color:#ffffffa8!important;font-size:14px!important}.bc-card-footer-note{position:relative;z-index:2;margin-top:16px;color:#ff4a64;text-align:center;font-weight:900;font-size:15px}.bc-card-footer-note.ready{color:#22c55e}@media (max-width:560px){.bc-premium-card-v212{border-radius:28px!important;padding:22px 18px 20px!important}.bc-premium-logo-row .bc-round-logo{width:124px!important;height:124px!important}.bc-premium-logo-row .bc-script-logo{font-size:24px!important}.bc-premium-logo-row .bc-script-logo span{font-size:12px!important}.bc-premium-logo-row .bc-round-logo small{font-size:6px!important;bottom:18px!important}.bc-card-owner strong{font-size:36px}.bc-card-owner span{font-size:14px}.bc-vip-summary{padding:18px 17px!important;border-radius:22px!important}.bc-vip-summary b{font-size:25px!important}.bc-vip-summary div:last-child b{font-size:39px!important}.bc-vip-summary small{font-size:15px!important;padding:7px 14px}.bc-reward-panel{padding:18px 14px 16px;border-radius:22px}.bc-panel-title{font-size:13px;margin-bottom:14px}.bc-cups-row{gap:4px!important}.bc-main-count strong{font-size:36px}.bc-main-count span{font-size:28px}.bc-main-count small{font-size:13px}.bc-progress-details{grid-template-columns:82px 1fr;gap:12px}.bc-percent-side .drink-progress-ring{width:76px!important;height:76px!important;min-width:76px!important}.bc-percent-side .drink-progress-ring-inner{width:58px!important;height:58px!important}.bc-percent-side .drink-progress-ring-inner strong{font-size:20px!important}.bc-left-side{border-right:0;padding-right:0}.bc-left-side b,.bc-right-side b{font-size:28px}.bc-right-side{grid-column:1 / -1;text-align:left;border-top:1px solid rgba(255,255,255,.1);padding-top:12px}.bc-next-level-strip span{font-size:15px}.bc-premium-qr img{width:166px!important;height:166px!important}}.drink-wallet-card.progress-card.bc-premium-card-v212{padding:20px 20px 22px!important}.bc-premium-logo-row{min-height:auto!important;margin:0 0 12px!important}.bc-premium-card-v212 .bc-round-logo{width:88px!important;height:88px!important;margin:0 auto!important}.bc-premium-card-v212 .bc-round-logo:before{top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;border-width:1.5px!important}.bc-premium-card-v212 .bc-script-logo{font-size:18px!important;line-height:.75!important}.bc-premium-card-v212 .bc-script-logo span{font-size:10px!important;margin:1px 0!important}.bc-premium-card-v212 .bc-round-logo small{font-size:5.5px!important;bottom:12px!important;letter-spacing:.1em!important}.bc-card-owner{margin:0 0 14px!important;text-align:center!important}.bc-card-owner strong{display:block!important;font-size:36px!important;line-height:1!important;letter-spacing:-.055em!important;color:#fff!important}.bc-vip-summary{margin:0 0 14px!important;padding:18px 22px!important;border-radius:24px!important;grid-template-columns:1fr 1px 1fr!important}.bc-vip-summary:before{content:"";width:1px;height:100%;min-height:78px;background:#ef2330;grid-column:2;grid-row:1;opacity:.9}.bc-vip-summary>div:first-child{grid-column:1;grid-row:1}.bc-vip-summary>div:last-child{grid-column:3;grid-row:1;text-align:center!important}.bc-vip-summary span{font-size:16px!important;letter-spacing:0!important;text-transform:none!important;color:#ffffffa6!important}.bc-vip-summary b{font-size:32px!important;margin-top:6px!important;line-height:1!important}.bc-vip-summary small{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;margin-top:12px!important;padding:7px 18px!important;border-radius:999px!important;border:1px solid #ef2330!important;color:#fff!important;font-size:19px!important;font-weight:950!important;background:#ef232a1a!important}.bc-vip-summary>div:last-child b{font-size:54px!important}.bc-vip-summary>div:last-child small{display:block!important;min-height:0!important;margin:6px 0 0!important;padding:0!important;border:0!important;background:transparent!important;font-size:19px!important;color:#ffffffb3!important;font-weight:700!important}.bc-reward-panel{padding:20px 22px!important;margin:0 0 12px!important;border-radius:24px!important}.bc-panel-title{margin:0 0 14px!important;font-size:18px!important;color:#ffffffad!important}.bc-cups-row{gap:8px!important;margin:0 0 18px!important}.bc-cups-row .stamp-cup{width:36px!important;height:36px!important}.bc-cups-row .stamp-cup svg{width:24px!important;height:24px!important}.bc-main-count{padding-top:10px!important}.bc-main-count strong{font-size:46px!important}.bc-main-count span{font-size:34px!important}.bc-main-count small{font-size:17px!important}.bc-next-level-strip{margin:0 0 12px!important;padding:13px 16px!important;border-radius:18px!important;text-align:center!important}.bc-next-level-strip span{font-size:19px!important;font-weight:850!important}.bc-premium-qr{padding:18px 16px 16px!important;border-radius:24px!important}.bc-premium-qr img{width:220px!important;height:220px!important;border-radius:14px!important}.bc-premium-qr small{margin-top:10px!important;font-size:16px!important;line-height:1.25!important}.bc-card-footer-note{margin-top:14px!important;font-size:16px!important;text-align:center!important}@media (max-width:560px){.drink-wallet-card.progress-card.bc-premium-card-v212{padding:16px 14px!important;border-radius:24px!important}.bc-premium-card-v212 .bc-round-logo{width:70px!important;height:70px!important}.bc-premium-card-v212 .bc-script-logo{font-size:14px!important}.bc-premium-card-v212 .bc-script-logo span{font-size:8px!important}.bc-premium-card-v212 .bc-round-logo small{display:none!important}.bc-card-owner{margin-bottom:10px!important}.bc-card-owner strong{font-size:30px!important}.bc-vip-summary{padding:14px 16px!important;margin-bottom:10px!important;border-radius:20px!important}.bc-vip-summary:before{min-height:64px}.bc-vip-summary span{font-size:14px!important}.bc-vip-summary b{font-size:26px!important}.bc-vip-summary small{min-height:32px!important;padding:5px 14px!important;font-size:16px!important;margin-top:8px!important}.bc-vip-summary>div:last-child b{font-size:42px!important}.bc-vip-summary>div:last-child small{font-size:16px!important}.bc-reward-panel{padding:16px 14px!important;margin-bottom:10px!important;border-radius:20px!important}.bc-panel-title{font-size:16px!important;margin-bottom:12px!important}.bc-cups-row{gap:5px!important;margin-bottom:14px!important}.bc-cups-row .stamp-cup{width:28px!important;height:28px!important}.bc-cups-row .stamp-cup svg{width:19px!important;height:19px!important}.bc-main-count strong{font-size:38px!important}.bc-main-count span{font-size:27px!important}.bc-main-count small{font-size:15px!important}.bc-next-level-strip{padding:11px 12px!important;margin-bottom:10px!important}.bc-next-level-strip span{font-size:16px!important}.bc-premium-qr{padding:14px 12px 13px!important;border-radius:20px!important}.bc-premium-qr img{width:184px!important;height:184px!important}.bc-premium-qr small{font-size:14px!important}.bc-card-footer-note{font-size:14px!important;margin-top:10px!important}}.drink-wallet-card.progress-card.bc-premium-card-v212{width:100%!important;max-width:430px!important;margin:0 auto!important;overflow:hidden!important;padding:16px 16px 18px!important}.bc-premium-card-v212 *{box-sizing:border-box}.bc-premium-logo-row{height:74px!important;min-height:74px!important;margin:0 0 8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.bc-premium-card-v212 .bc-round-logo{width:70px!important;height:70px!important;min-width:70px!important;margin:0 auto!important}.bc-premium-card-v212 .bc-script-logo{font-size:14px!important;line-height:.78!important}.bc-premium-card-v212 .bc-script-logo span{font-size:8px!important;margin:0!important}.bc-card-owner{margin:0 0 10px!important}.bc-card-owner strong{font-size:30px!important;line-height:1!important}.bc-card-owner span{display:none!important}.bc-vip-summary{display:grid!important;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;width:100%!important;margin:0 0 12px!important;padding:16px 18px!important;border-radius:22px!important}.bc-vip-summary:before{grid-column:2!important;grid-row:1!important;width:1px!important;min-height:78px!important;align-self:stretch!important}.bc-vip-summary>div{min-width:0!important}.bc-vip-summary>div:last-child{grid-column:3!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-width:0!important}.bc-vip-summary span{display:block!important;font-size:15px!important;line-height:1.1!important;margin:0!important;white-space:nowrap!important;color:#ffffffa8!important}.bc-vip-summary b{display:block!important;margin:6px 0 0!important;font-size:30px!important;line-height:1!important;white-space:nowrap!important}.bc-vip-summary small{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:94px!important;min-height:34px!important;margin:10px 0 0!important;padding:5px 14px!important;font-size:16px!important;line-height:1!important;white-space:nowrap!important}.bc-vip-summary>div:last-child b{font-size:48px!important;line-height:.9!important;margin:6px 0 0!important}.bc-vip-summary>div:last-child small{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;margin:8px 0 0!important;padding:0!important;border:0!important;background:transparent!important;color:#ffffffb8!important;font-size:17px!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important;letter-spacing:0!important}.bc-reward-panel{margin:0 0 10px!important;padding:17px 14px 16px!important;border-radius:22px!important}.bc-panel-title{margin:0 0 12px!important;font-size:17px!important;line-height:1.1!important;white-space:nowrap!important}.bc-cups-row{display:grid!important;grid-template-columns:repeat(var(--reward-threshold,10),minmax(0,1fr))!important;gap:5px!important;width:100%!important;margin:0 0 13px!important}.bc-cups-row .stamp-cup{width:100%!important;max-width:28px!important;height:auto!important;aspect-ratio:1/1!important;justify-self:center!important;border-radius:999px!important}.bc-cups-row .stamp-cup svg{width:18px!important;height:18px!important}.bc-main-count{padding-top:8px!important}.bc-main-count strong{font-size:42px!important;line-height:1!important}.bc-main-count span{font-size:30px!important;line-height:1!important}.bc-main-count small{font-size:15px!important;line-height:1.1!important;margin-top:6px!important}.bc-progress-details{display:none!important}.bc-next-level-strip{margin:0 0 10px!important;padding:10px 12px!important;border-radius:18px!important}.bc-next-level-strip span{display:block!important;font-size:16px!important;line-height:1.15!important;white-space:nowrap!important}.bc-premium-qr{display:grid!important;place-items:center!important;gap:10px!important;margin:0!important;padding:16px 14px 17px!important;border-radius:22px!important;min-height:auto!important;overflow:visible!important}.bc-premium-qr img{display:block!important;width:205px!important;height:205px!important;max-width:75vw!important;max-height:75vw!important;margin:0 auto!important;border-radius:14px!important}.bc-premium-qr b{display:none!important}.bc-premium-qr small{display:block!important;max-width:260px!important;margin:0 auto!important;color:#ffffffa8!important;font-size:15px!important;line-height:1.25!important;text-align:center!important;overflow:visible!important;text-decoration:none!important}.bc-card-footer-note{margin:12px 0 0!important;padding-bottom:0!important;font-size:15px!important;line-height:1.2!important}@media (max-width:560px){.drink-wallet-card.progress-card.bc-premium-card-v212{max-width:390px!important;padding:14px 13px 15px!important;border-radius:24px!important}.bc-premium-logo-row{height:62px!important;min-height:62px!important;margin-bottom:7px!important}.bc-premium-card-v212 .bc-round-logo{width:62px!important;height:62px!important;min-width:62px!important}.bc-premium-card-v212 .bc-script-logo{font-size:12px!important}.bc-card-owner strong{font-size:28px!important}.bc-vip-summary{gap:10px!important;padding:14px 16px!important;margin-bottom:10px!important;border-radius:20px!important}.bc-vip-summary:before{min-height:70px!important}.bc-vip-summary span{font-size:14px!important}.bc-vip-summary b{font-size:27px!important}.bc-vip-summary small{min-width:84px!important;min-height:30px!important;font-size:14px!important;padding:4px 12px!important}.bc-vip-summary>div:last-child b{font-size:42px!important}.bc-vip-summary>div:last-child small{font-size:15px!important}.bc-reward-panel{padding:15px 12px 14px!important}.bc-panel-title{font-size:15px!important;margin-bottom:11px!important}.bc-cups-row{gap:4px!important}.bc-cups-row .stamp-cup{max-width:25px!important}.bc-cups-row .stamp-cup svg{width:16px!important;height:16px!important}.bc-main-count strong{font-size:38px!important}.bc-main-count span{font-size:27px!important}.bc-main-count small{font-size:14px!important}.bc-next-level-strip span{font-size:15px!important}.bc-premium-qr{padding:15px 12px 16px!important}.bc-premium-qr img{width:190px!important;height:190px!important;max-width:72vw!important;max-height:72vw!important}.bc-premium-qr small,.bc-card-footer-note{font-size:14px!important}}@media (max-width:380px){.drink-wallet-card.progress-card.bc-premium-card-v212{padding:12px 11px 14px!important}.bc-vip-summary{padding:13px 14px!important}.bc-vip-summary>div:last-child b{font-size:38px!important}.bc-vip-summary>div:last-child small{font-size:14px!important}.bc-cups-row .stamp-cup{max-width:23px!important}.bc-premium-qr img{width:176px!important;height:176px!important}}.loyalty-client-card .compact-client-head{align-items:center!important;margin-bottom:14px!important}.loyalty-client-card .compact-client-head h2{margin:0!important;font-size:26px!important;letter-spacing:-.045em!important}.loyalty-refresh-icon{width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;border-radius:16px!important;display:grid!important;place-items:center!important;font-size:24px!important;line-height:1!important;background:#111827!important;color:#fff!important}.loyalty-client-card .loyalty-search{height:52px!important;border-radius:18px!important;font-size:15px!important}.compact-client-list{gap:10px!important;max-height:620px!important}.compact-client-row{min-height:118px!important;padding:14px!important;border-radius:20px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important}.compact-client-row:hover{transform:translateY(-1px)!important}.compact-client-row.active{background:#111827!important;border-color:#111827!important;color:#fff!important}.compact-client-main{min-width:0;display:grid;gap:6px}.compact-client-titleline{display:flex;align-items:center;gap:8px;min-width:0}.compact-client-titleline b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px!important;line-height:1.15!important}.compact-client-phone{color:#64748b!important;font-size:13px!important;font-weight:850!important;margin:0!important}.compact-client-row .vip-mini-badge{margin:0!important;padding:5px 8px!important;font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;flex-shrink:0}.compact-client-row .coffee-stamp-row.mini{margin:2px 0 0!important;gap:4px!important;max-width:none!important}.compact-client-row .coffee-stamp-row.mini span{width:15px!important;height:15px!important;font-size:9px!important}.compact-client-score{text-align:right;display:grid;gap:5px;justify-items:end}.compact-client-score strong{display:block!important;color:#111827!important;font-size:18px!important;line-height:1!important;white-space:nowrap!important}.compact-client-score small{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:850!important;white-space:nowrap!important}.compact-client-row em,.compact-client-row>div:last-child em{display:none!important}@media (max-width:900px){.compact-client-row{min-height:108px!important}.compact-client-titleline{align-items:flex-start;flex-direction:column;gap:5px}.compact-client-score strong{font-size:16px!important}}.loyalty-client-card .loyalty-client-list.compact-client-list{gap:8px!important;max-height:620px!important;overflow:auto!important;padding-right:4px!important}.loyalty-client-card .loyalty-client-row.compact-client-row{min-height:94px!important;height:auto!important;padding:13px 14px!important;border-radius:18px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;overflow:hidden!important}.compact-client-main{min-width:0!important;display:grid!important;gap:5px!important}.compact-client-titleline{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}.compact-client-titleline b{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:17px!important;line-height:1.1!important}.compact-client-phone{display:block!important;margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.15!important;font-weight:850!important}.compact-client-row.active .compact-client-phone{color:#ffffffad!important}.compact-client-row .vip-mini-badge{display:inline-flex!important;width:auto!important;margin:0!important;padding:4px 8px!important;border-radius:999px!important;font-size:10px!important;line-height:1!important;letter-spacing:.05em!important;text-transform:uppercase!important;flex-shrink:0!important}.compact-client-progressbar{width:100%!important;max-width:170px!important;display:block!important;margin-top:2px!important}.compact-client-progressbar i{display:block!important;height:6px!important;border-radius:999px!important;overflow:hidden!important;background:#e5e7eb!important}.compact-client-progressbar em{display:block!important;height:100%!important;border-radius:999px!important;background:#ef2330!important}.compact-client-row.active .compact-client-progressbar i{background:#ffffff29!important}.compact-client-score{min-width:72px!important;text-align:right!important;display:grid!important;gap:4px!important;justify-items:end!important}.compact-client-score strong{display:block!important;color:#111827!important;font-size:18px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important}.compact-client-row.active .compact-client-score strong{color:#fff!important}.compact-client-score small{display:block!important;color:#64748b!important;font-size:11px!important;line-height:1.15!important;font-weight:850!important;white-space:nowrap!important}.compact-client-row.active .compact-client-score small{color:#ffffff9e!important}.compact-client-row .coffee-stamp-row,.compact-client-row .coffee-stamp-row.mini,.compact-client-row em{display:none!important}.loyalty-client-card .loyalty-empty{border-radius:18px!important}@media (max-width:900px){.loyalty-client-card .loyalty-client-row.compact-client-row{min-height:88px!important;padding:12px!important}.compact-client-titleline{gap:6px!important}.compact-client-titleline b{font-size:16px!important}.compact-client-progressbar{max-width:150px!important}.compact-client-score strong{font-size:16px!important}}.drink-card-wallet-wrap{max-width:410px!important;margin:0 auto!important;gap:10px!important}.drink-card-wallet-wrap .wallet-actions.qr-only-actions,.drink-card-wallet-wrap>p{display:none!important}.drink-wallet-card.progress-card.bc-premium-card-v212{max-width:410px!important;padding:14px 14px 15px!important;border-radius:24px!important;background:radial-gradient(circle at 50% 0,rgba(239,35,48,.14),transparent 22%),linear-gradient(180deg,#070707,#020202)!important}.bc-premium-logo-row{height:58px!important;min-height:58px!important;margin:0 0 6px!important}.bc-premium-card-v212 .bc-round-logo{width:58px!important;height:58px!important;min-width:58px!important}.bc-premium-card-v212 .bc-round-logo:before{top:7px!important;right:7px!important;bottom:7px!important;left:7px!important;border-width:1px!important}.bc-premium-card-v212 .bc-script-logo{font-size:11px!important;line-height:.78!important}.bc-premium-card-v212 .bc-script-logo span{font-size:7px!important;margin:0!important}.bc-premium-card-v212 .bc-round-logo small{display:none!important}.bc-card-owner{margin:0 0 8px!important;text-align:center!important}.bc-card-owner strong{font-size:25px!important;line-height:1!important;letter-spacing:-.04em!important}.bc-card-owner span,.guest-card-label{display:none!important}.bc-vip-summary{display:grid!important;grid-template-columns:1fr 1px 1fr!important;gap:10px!important;align-items:center!important;padding:12px 14px!important;margin:0 0 9px!important;border-radius:18px!important;background:#ffffff0b!important}.bc-vip-summary:before{content:""!important;grid-column:2!important;grid-row:1!important;width:1px!important;min-height:50px!important;align-self:stretch!important;background:#ef2330!important;opacity:.75!important}.bc-vip-summary>div:first-child{grid-column:1!important;grid-row:1!important;text-align:left!important}.bc-vip-summary>div:last-child{grid-column:3!important;grid-row:1!important;text-align:right!important;display:block!important}.bc-vip-summary span{font-size:12px!important;line-height:1!important;letter-spacing:.02em!important;text-transform:none!important;color:#ffffff94!important;white-space:nowrap!important}.bc-vip-summary b{font-size:20px!important;line-height:1!important;margin:5px 0 0!important;white-space:nowrap!important}.bc-vip-summary small{display:inline-flex!important;min-width:0!important;min-height:26px!important;margin:7px 0 0!important;padding:4px 10px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;border:1px solid #ef2330!important;background:#ef23301a!important;color:#fff!important;white-space:nowrap!important}.bc-vip-summary>div:last-child b{font-size:28px!important;line-height:1!important;margin:5px 0 0!important}.bc-vip-summary>div:last-child small{display:block!important;margin:3px 0 0!important;padding:0!important;border:0!important;background:transparent!important;color:#ffffff9e!important;font-size:12px!important;font-weight:800!important;text-align:right!important}.bc-reward-panel{padding:13px 12px!important;margin:0 0 8px!important;border-radius:18px!important;background:#ffffff09!important}.bc-panel-title{font-size:13px!important;margin:0 0 9px!important;line-height:1!important;color:#ffffff9e!important;text-align:center!important}.bc-cups-row{display:grid!important;grid-template-columns:repeat(var(--stamp-columns,10),minmax(0,1fr))!important;gap:3px!important;margin:0 0 9px!important;width:100%!important}.bc-cups-row .stamp-cup{width:100%!important;max-width:22px!important;height:auto!important;aspect-ratio:1/1!important;justify-self:center!important;background:transparent!important;border:0!important;box-shadow:none!important}.bc-cups-row .stamp-cup svg{width:16px!important;height:16px!important;stroke:#ffffff42!important}.bc-cups-row .stamp-cup .bean{fill:#fff3!important}.bc-cups-row .stamp-cup.filled svg{stroke:#ef2330!important}.bc-cups-row .stamp-cup.filled .bean{fill:#ef2330!important}.bc-main-count{padding-top:8px!important;margin:0!important;border-top:1px dashed rgba(255,255,255,.16)!important;text-align:center!important}.bc-main-count strong{font-size:30px!important;line-height:1!important;color:#ef2330!important}.bc-main-count span{font-size:22px!important;color:#fff!important}.bc-main-count small,.bc-progress-details,.bc-card-footer-note{display:none!important}.bc-next-level-strip{margin:0 0 8px!important;padding:8px 10px!important;border-radius:15px!important;text-align:center!important;background:#ffffff09!important;border:1px solid rgba(255,255,255,.1)!important}.bc-next-level-strip span{display:block!important;font-size:13px!important;line-height:1.15!important;font-weight:850!important;color:#ffffffbd!important;white-space:normal!important}.bc-premium-qr{padding:12px 10px!important;border-radius:18px!important;background:#fff!important;border:0!important;box-shadow:0 12px 28px #0000003d!important}.bc-premium-qr img{width:178px!important;height:178px!important;max-width:64vw!important;max-height:64vw!important;border-radius:10px!important;box-shadow:none!important}.bc-premium-qr b,.bc-premium-qr small{display:none!important}.loyalty-client-card .compact-client-head h2{font-size:24px!important}.loyalty-client-card .compact-client-head p{display:none!important}.loyalty-refresh-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;font-size:20px!important}.loyalty-client-card .loyalty-search{height:46px!important;border-radius:15px!important;font-size:14px!important}.loyalty-client-card .loyalty-client-row.compact-client-row{min-height:76px!important;padding:11px 12px!important;border-radius:16px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}.compact-client-titleline b{font-size:15px!important}.compact-client-phone{font-size:11px!important}.compact-client-row .vip-mini-badge{font-size:9px!important;padding:3px 7px!important}.compact-client-score{min-width:56px!important}.compact-client-score strong{font-size:15px!important}.compact-client-score small{font-size:10px!important}.compact-client-progressbar{max-width:130px!important}.compact-client-progressbar i{height:5px!important}.loyalty-public-join-page{min-height:100vh;padding:16px;background:radial-gradient(circle at 50% 0,rgba(239,35,48,.18),transparent 28%),linear-gradient(180deg,#060608,#020203);color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.loyalty-public-join-shell{max-width:430px;margin:0 auto;display:grid;gap:14px}.public-join-brand{text-align:center;padding:10px 6px 0}.public-join-brand b{display:block;margin-top:10px;font-size:28px;line-height:1;letter-spacing:-.05em}.public-join-brand p{max-width:330px;margin:8px auto 0;color:#ffffffa8;font-size:13px;line-height:1.35;font-weight:750}.public-join-logo{width:88px;height:88px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,#171717,#050505 72%);border:1px solid rgba(255,255,255,.2);box-shadow:0 0 0 2px #ef23301a,0 18px 42px #00000061;position:relative}.public-join-logo:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:999px;border:1.5px dotted #ef2330}.public-join-logo>span{position:relative;z-index:1;display:grid;color:#fff;font-size:18px;font-weight:950;font-style:italic;line-height:.72;letter-spacing:-.08em;transform:rotate(-5deg);text-shadow:0 2px 0 rgba(0,0,0,.65)}.public-join-logo>span span{font-size:10px;line-height:1;margin:1px 0}.public-join-logo small{position:absolute;z-index:1;bottom:12px;color:#ef2330;font-size:5px;font-weight:950;letter-spacing:.12em}.public-join-form{display:grid;gap:12px;padding:18px;border-radius:24px;background:#ffffff0e;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 56px #0000004d,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-join-form label{display:grid;gap:7px;color:#ffffffb3;font-size:13px;font-weight:950}.public-join-form input{width:100%;height:52px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff14;color:#fff;padding:0 14px;font:inherit;font-size:16px;font-weight:850;outline:none}.public-join-form input::placeholder{color:#ffffff5c}.public-join-form button{height:56px;border:0;border-radius:18px;background:#ef2330;color:#fff;font:inherit;font-size:17px;font-weight:1000;cursor:pointer;box-shadow:0 18px 34px #ef233040}.public-join-note{display:block;color:#ffffff85;font-size:12px;line-height:1.35;font-weight:800;text-align:center}.public-join-alert{padding:12px 14px;border-radius:16px;background:#10b9811f;border:1px solid rgba(16,185,129,.26);color:#bbf7d0;font-weight:900;text-align:center}.public-join-alert.error{background:#ef23301f;border-color:#ef23304d;color:#fecaca}.public-join-result .wallet-actions,.public-join-result .drink-card-wallet-wrap>p{display:none!important}@media (max-width:420px){.drink-wallet-card.progress-card.bc-premium-card-v212{max-width:360px!important;padding:12px!important}.bc-premium-qr img{width:160px!important;height:160px!important}.bc-card-owner strong{font-size:23px!important}.bc-vip-summary>div:last-child b{font-size:25px!important}.bc-main-count strong{font-size:28px!important}.bc-main-count span{font-size:20px!important}}.drink-actions-grid,.wallet-qr-card,.compact-wallet-qr,.wallet-qr-panel,.wallet-actions:not(.qr-only-actions){display:none!important}.loyalty-cards-tab .drink-grid-main{grid-template-columns:minmax(300px,.85fr) minmax(260px,.62fr) minmax(360px,1.15fr)!important}.loyalty-card.wallet-preview-card .loyalty-card-head p{display:none!important}.wallet-preview-card .inline-client-history{margin-top:14px!important}.loyalty-client-card .compact-client-head h2:after{content:""}.public-join-admin-card .loyalty-card-head p{max-width:520px}@media (max-width:1150px){.loyalty-cards-tab .drink-grid-main{grid-template-columns:1fr!important}}
