@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4efe6;color:#18230f;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:#18230f;line-height:1.55;font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top left,rgba(196,217,141,.52),transparent 30%),radial-gradient(circle at bottom right,rgba(24,35,15,.08),transparent 30%),linear-gradient(180deg,#fbf7ef,#ece2d1)}body,button,input,select{font:inherit}a{color:inherit}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(var(--text-xl),1.7vw,var(--text-2xl));line-height:1.12;letter-spacing:-.05em}h2{font-size:clamp(var(--text-lg),1.2vw,var(--text-xl));line-height:1.18;letter-spacing:-.04em}h3{font-size:var(--text-base);line-height:1.28}button{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.7}input,select{transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:focus,select:focus{outline:none;border-color:#18230f59;box-shadow:0 0 0 4px #6f84511f;background:#fff}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-panel,.panel{width:min(1080px,100%);background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(24,35,15,.08);border-radius:30px;box-shadow:0 24px 70px #18230f1f}.auth-panel{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;padding:2rem}.brand-block{padding:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:var(--text-xs);color:#6f8451;font-weight:700}.sidebar-eyebrow{color:#ffffffb8}.muted{color:#55624b;line-height:1.5;font-size:var(--text-sm)}.form-card,.content-card{background:#fffffff2;border-radius:24px;padding:1.5rem;border:1px solid rgba(24,35,15,.06);box-shadow:0 14px 34px #18230f0f}.content-card{position:relative;overflow:hidden}.content-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,#c4d98da6,#c4d98d00);pointer-events:none}.hero-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f6f1e6)}.hero-card:after{content:"";position:absolute;inset:auto -5% -40% auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(196,217,141,.22),transparent 65%);pointer-events:none}.form-card form{display:grid;gap:1rem}input{width:100%;padding:.9rem 1rem;border-radius:14px;border:1px solid #d8ddcf;background:#fcfbf8}.primary-button{border:none;border-radius:999px;padding:.64rem .8rem;background:linear-gradient(135deg,#18230f,#2d3d1f);color:#fff;box-shadow:0 10px 22px #18230f2e;white-space:nowrap;font-size:var(--text-sm)}.primary-button:hover:not(:disabled){box-shadow:0 16px 28px #18230f38}.sidebar-button{margin-top:auto}.error-text{color:#b42318;display:inline-block;margin-top:.35rem}.error-banner{margin:0;padding:.85rem 1rem;border-radius:14px;background:#fdecea;color:#b42318}.segmented-control{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.segmented-control label{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border:1px solid #d8ddcf;border-radius:14px;background:#fcfbf8}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar{position:sticky;top:0;min-height:100vh;padding:2rem 1.35rem;background:radial-gradient(circle at top right,rgba(196,217,141,.2),transparent 28%),linear-gradient(180deg,#18230f,#24341a 62%,#2f4321);color:#fff;display:grid;gap:1.5rem;border-right:1px solid rgba(255,255,255,.08);box-shadow:inset -1px 0 #ffffff0a}.sidebar-user{color:#fffc}.sidebar nav{display:grid;gap:.55rem}.sidebar-link{color:#f1f5eb;text-decoration:none;padding:.8rem .95rem;border-radius:16px;background:#ffffff08;border:1px solid transparent;font-weight:500}.sidebar-link:hover{background:#ffffff14;border-color:#ffffff14}.sidebar-link-active{background:linear-gradient(135deg,#c4d98d38,#ffffff14);border-color:#c4d98d3d;color:#fff;box-shadow:inset 0 1px #ffffff14}.dashboard-content{padding:2rem;display:grid;gap:1.5rem;align-content:start}.dashboard-content>*{width:min(1180px,100%)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.metric-card{padding:1.25rem;border-radius:22px;background:#fff;border:1px solid rgba(24,35,15,.06);box-shadow:0 12px 26px #18230f0d}.highlight-card{background:linear-gradient(180deg,#fff,#faf7f0)}.metric-value{font-size:var(--text-2xl);font-weight:800;letter-spacing:-.04em}.qr-preview{word-break:break-word;font-size:1rem}.list-stack{display:grid;gap:.85rem}.list-item{display:grid;gap:.25rem;padding:1rem;border-radius:18px;background:#fcfbf8;border:1px solid rgba(24,35,15,.06)}.transaction-item{grid-template-columns:1.2fr 1fr;align-items:center}.transaction-values{display:grid;gap:.2rem;justify-items:end}.state-card{display:grid;gap:.75rem;place-items:start}.state-icon,.state-pulse{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#eef2e6;color:#6f8451;font-weight:700}.state-pulse{animation:pulse 1.4s infinite ease-in-out}.smart-card-panel{display:grid;grid-template-columns:1.3fr .7fr;gap:1rem}.smart-card-surface{min-height:270px;padding:1.6rem;border-radius:32px;background:radial-gradient(circle at top right,rgba(196,217,141,.24),transparent 28%),linear-gradient(135deg,#18230f,#384d29 55%,#55624b);color:#fff;display:grid;gap:1rem;box-shadow:0 20px 42px #18230f38}.smart-card-tagline{margin:.65rem 0 0;max-width:28rem;color:#fffc}.smart-card-meta{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.smart-card-qr{margin-top:auto;padding:1rem;border-radius:20px;background:#ffffff17;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff0f}.smart-card-qr code{display:block;margin-top:.5rem;word-break:break-word;font-size:.92rem}.compact-card{height:100%}.card-detail-card{justify-content:center}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700}.status-active{background:#6bffa02e;color:#0f7a3a}.status-inactive{background:#ffdc6b33;color:#9a6300}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.offer-card{position:relative;padding:1.35rem;border-radius:24px;border:1px solid rgba(24,35,15,.08);background:linear-gradient(180deg,#fff,#faf7f0);display:grid;gap:.85rem;box-shadow:0 12px 26px #18230f0d;transition:transform .16s ease,box-shadow .16s ease}.offer-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#6f8451,#c4d98d)}.offer-card:hover{transform:translateY(-2px);box-shadow:0 18px 32px #18230f17}.offer-topline,.offer-footer{display:flex;justify-content:space-between;gap:1rem}.offer-value{font-size:var(--text-2xl);font-weight:800;letter-spacing:-.05em;color:#18230f}.offer-partner{font-weight:700}.offers-page{display:grid;gap:1.5rem}.offers-header{display:flex;justify-content:space-between;gap:1rem;align-items:end}@keyframes pulse{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}@media(max-width:860px){.auth-panel,.smart-card-panel,.dashboard-shell{grid-template-columns:1fr}.sidebar{position:static;min-height:auto}.transaction-item,.offers-header,.offer-topline,.offer-footer{grid-template-columns:1fr;display:grid}.transaction-values{justify-items:start}}.merchant-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:1rem}.stack-form{display:grid;gap:.85rem}select{width:100%;padding:.9rem 1rem;border-radius:14px;border:1px solid #d8ddcf;background:#fcfbf8}.inline-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.top-actions{margin-top:1rem}.link-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.alt-button{background:linear-gradient(135deg,#6f8451,#839a63)}.merchant-offer-item{grid-template-columns:1.2fr .9fr;align-items:center}.merchant-offer-actions{display:grid;gap:.75rem;justify-items:end}.merchant-offer-actions button{border:1px solid #d8ddcf;background:#fff;border-radius:999px;padding:.55rem .8rem}.result-card{display:grid;gap:1rem}@media(max-width:860px){.merchant-grid,.merchant-offer-item{grid-template-columns:1fr}.merchant-offer-actions{justify-items:start}}.admin-table-card{display:grid;gap:1rem}.admin-table-header{display:flex;justify-content:space-between;align-items:end;gap:1rem}.admin-table-count{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;border-radius:14px;background:#18230f;color:#fff;font-weight:700}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:.9rem .75rem;border-bottom:1px solid rgba(24,35,15,.08)}.admin-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6f8451}.onboarding-card{display:grid;gap:1rem}.onboarding-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.purchase-result{padding:1rem 1.1rem;border-radius:18px;background:#f6f1e6;border:1px solid rgba(24,35,15,.08)}.success-banner{margin:0;padding:.85rem 1rem;border-radius:14px;background:#e8f7eb;color:#0f7a3a}@media(max-width:860px){.onboarding-grid{grid-template-columns:1fr}}.toast-viewport{position:fixed;top:1.25rem;right:1.25rem;z-index:1000;display:grid;gap:.75rem;width:min(360px,calc(100vw - 2rem))}.toast{display:flex;align-items:start;justify-content:space-between;gap:1rem;padding:1rem 1rem .95rem;border-radius:18px;border:1px solid rgba(24,35,15,.08);box-shadow:0 18px 40px #18230f29;background:#fffffff5}.toast p{margin:.35rem 0 0;color:#55624b}.toast-success{border-left:6px solid #0f7a3a}.toast-error{border-left:6px solid #b42318}.toast-info{border-left:6px solid #6f8451}.toast-close{border:none;background:transparent;color:#55624b;padding:0;line-height:1}@media(max-width:860px){.toast-viewport{left:1rem;right:1rem;width:auto}}.transactions-page{display:grid;gap:1.5rem}.transactions-toolbar-card{display:flex;justify-content:space-between;gap:1rem;align-items:end}.filter-chips{display:flex;flex-wrap:wrap;gap:.75rem}.filter-chip{border:1px solid #d8ddcf;background:#fff;color:#18230f;padding:.7rem 1rem;border-radius:999px}.filter-chip-active{background:#18230f;color:#fff}.transaction-history-list,.transaction-history-item{gap:1rem}.transaction-main{display:flex;justify-content:space-between;gap:1rem;align-items:start}.transaction-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.transaction-meta-grid>div{display:grid;gap:.25rem;padding:.85rem .9rem;border-radius:14px;background:#fcfbf8}.meta-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6f8451}@media(max-width:860px){.transactions-toolbar-card,.transaction-main{display:grid}}.merchant-dashboard-page{display:grid;gap:1.5rem}.merchant-hero-card{display:flex;justify-content:space-between;align-items:end;gap:1rem}.merchant-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.merchant-insight-card{display:grid;gap:1rem}.merchant-offer-summary{display:flex;justify-content:space-between;align-items:start;gap:1rem}.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.secondary-link{color:#18230f;font-weight:600}.merchant-transaction-item{display:grid;grid-template-columns:1.2fr .9fr;gap:1rem;align-items:center}.merchant-transaction-values{display:grid;gap:.3rem;justify-items:end}.merchant-scan-grid{align-items:start}.scan-tip-card{margin:1rem 0;padding:1rem 1.1rem;border-radius:18px;background:#f6f1e6;border:1px solid rgba(24,35,15,.08)}.scan-tip-card p{margin-bottom:0}.scan-tip-card-compact{display:grid;gap:.55rem;align-content:start}.scan-placeholder-card{min-height:100%;align-content:start}.scan-success-card{align-content:start}@media(max-width:860px){.merchant-hero-card,.merchant-dashboard-grid,.merchant-transaction-item,.section-heading-row,.merchant-offer-summary{display:grid;grid-template-columns:1fr}.merchant-transaction-values{justify-items:start}}.card-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.card-plan-card{position:relative;text-align:left;border:1px solid rgba(24,35,15,.08);border-radius:24px;background:linear-gradient(180deg,#fff,#faf7f0);padding:1.25rem;display:grid;gap:.85rem;box-shadow:0 12px 24px #18230f0d}.card-plan-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,#6f8451,#c4d98d)}.card-plan-card:hover{transform:translateY(-2px);box-shadow:0 18px 32px #18230f17}.card-plan-card-active{border-color:#18230f;box-shadow:0 16px 32px #18230f24}.card-plan-topline{display:flex;justify-content:space-between;gap:1rem;align-items:center}.card-plan-highlights{margin:0;color:#18230f;font-weight:600;line-height:1.5}.admin-card-plan-grid{align-items:start}.admin-card-plan-item{display:grid;grid-template-columns:1.2fr .9fr;gap:1rem;align-items:center}.admin-card-plan-offers-card{display:grid;gap:1rem}.offer-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.selector-card{display:grid;gap:.35rem;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(24,35,15,.08);background:#fcfbf8}.selector-card input{width:auto}@media(max-width:860px){.admin-card-plan-item{grid-template-columns:1fr}}.wallet-page{display:grid;gap:1.5rem}.wallet-section,.wallet-empty-card{display:grid;gap:1rem}.wallet-empty-card .state-card{background:transparent;border:none;box-shadow:none;padding:0}.dashboard-wallet-summary{display:grid;gap:.75rem}.owned-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.owned-card-item{display:grid;gap:1rem;padding:1.25rem;border-radius:24px;background:linear-gradient(180deg,#fff,#faf7f0);border:1px solid rgba(24,35,15,.08);box-shadow:0 12px 24px #18230f0d}.owned-card-item-active{border-color:#6f845157;box-shadow:0 18px 36px #18230f17}.owned-card-item-topline{display:flex;justify-content:space-between;gap:1rem;align-items:center}.owned-card-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.owned-card-meta-grid>div{display:grid;gap:.2rem;padding:.85rem .9rem;border-radius:16px;background:#fcfbf8}.owned-card-qr-preview{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;background:#f6f1e6;border:1px solid rgba(24,35,15,.08)}.owned-card-qr-preview code{word-break:break-word}.card-plan-card-owned{border-color:#6f845138;box-shadow:0 16px 30px #18230f14}.card-plan-actions{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;margin-top:auto}.card-plan-actions .primary-button{width:100%}.mobile-header-card,.mobile-bottom-nav{display:none}@media(max-width:860px){html,body{overflow-x:hidden}.dashboard-shell-mobile{min-height:100vh;display:block}.dashboard-content-mobile{padding:.9rem .9rem calc(7.6rem + env(safe-area-inset-bottom));gap:.9rem}.dashboard-content-mobile>*{width:100%}.mobile-header-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.95rem 1rem .9rem;border-radius:22px;background:#fffffff2;border:1px solid rgba(24,35,15,.06);box-shadow:0 14px 30px #18230f14}.mobile-header-user{margin-bottom:0}.mobile-header-button{min-height:44px;padding-inline:.95rem;font-size:.88rem;white-space:nowrap}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.55rem;padding:.7rem .9rem calc(.75rem + env(safe-area-inset-bottom));background:#fffcf7f0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -10px 28px #18230f1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-bottom-link{min-height:50px;display:grid;justify-items:center;align-content:center;text-align:center;text-decoration:none;color:#18211a9e;border-radius:18px;background:#17362c08;border:1px solid rgba(23,54,44,.06);padding:.55rem .45rem;gap:.15rem}.mobile-bottom-link-active{color:#17362c;background:linear-gradient(180deg,#d7ccb159,#ffffffdb);border-color:#17362c1a}.mobile-bottom-link-label{font-size:.72rem;font-weight:700;letter-spacing:.02em}.cards-grid,.offer-grid,.card-plan-grid,.owned-card-grid,.merchant-dashboard-grid,.merchant-grid,.smart-card-panel,.onboarding-grid,.admin-card-plan-item,.merchant-offer-item{grid-template-columns:1fr}.cards-grid,.offer-grid,.card-plan-grid,.owned-card-grid,.merchant-dashboard-grid,.merchant-grid,.smart-card-panel,.wallet-page,.offers-page,.transactions-page,.merchant-dashboard-page{gap:.9rem}.content-card,.form-card,.metric-card,.card-plan-card,.offer-card,.owned-card-item{padding:1.1rem;border-radius:22px}.primary-button,.alt-button,.merchant-offer-actions button,.filter-chip,.sidebar-link,.mobile-bottom-link{min-height:40px}.inline-actions,.card-plan-actions{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.1rem}.inline-actions>*,.card-plan-actions>*{flex:0 0 auto}.smart-card-surface{min-height:auto;padding:1.2rem;border-radius:28px}.smart-card-meta,.transaction-main,.merchant-hero-card,.section-heading-row,.merchant-offer-summary,.admin-table-header,.transactions-toolbar-card,.offers-header,.card-plan-topline,.owned-card-item-topline,.offer-topline,.offer-footer{display:grid;grid-template-columns:1fr;align-items:start}.transaction-values,.merchant-transaction-values,.merchant-offer-actions{justify-items:start}.owned-card-meta-grid,.transaction-meta-grid,.offer-selector-grid{grid-template-columns:1fr}.admin-table-wrapper{margin-inline:-.15rem;padding-bottom:.25rem}}.qr-display{display:grid;gap:.75rem;justify-items:center}.qr-display-frame{width:fit-content;padding:.85rem;border-radius:24px;background:#fff;box-shadow:0 18px 40px #18230f24}.qr-display-value{width:100%;text-align:center;word-break:break-word;font-size:.82rem}.smart-card-surface-premium{position:relative}.smart-card-helper{color:#fffc;margin-bottom:0}.smart-card-qr-visual{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem}.smart-card-qr-display .qr-display-frame{padding:1rem;border-radius:28px}.smart-card-inline-qr{margin-top:.5rem}.smart-card-inline-qr .qr-display-frame{padding:.65rem;border-radius:20px}.owned-card-qr-preview-visual{align-items:center}.owned-card-qr-display .qr-display-frame{padding:.75rem}.scan-mode-toggle{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.scan-camera-card{display:grid;gap:1rem}.camera-scanner-shell{display:grid;gap:.75rem}.camera-scanner-view{overflow:hidden;border-radius:28px;border:1px solid rgba(24,35,15,.08);background:#10170c;min-height:320px}.camera-scanner-view video{width:100%!important;height:auto!important;object-fit:cover}.camera-scanner-view section{border:none!important}.camera-scanner-view [id$=__dashboard],.camera-scanner-view [id*=__dashboard_section]{display:none!important}.camera-scanner-view button{min-height:44px;border-radius:999px;border:none;padding:.75rem 1rem;background:linear-gradient(135deg,#18230f,#2d3d1f);color:#fff}.camera-scanner-view select{min-height:44px}.camera-scanner-status{margin-bottom:0}@media(max-width:860px){.smart-card-qr-visual{grid-template-columns:1fr}.camera-scanner-view{min-height:280px}}:root{--font-heading: var(--font-sans);--font-body: var(--font-sans);--color-bg: #f7f2ea;--color-surface: rgba(255, 252, 247, .92);--color-surface-strong: #fffdf8;--color-text: #18211a;--color-text-soft: #566254;--color-accent: #17362c;--color-accent-soft: #d7ccb1;--color-line: rgba(24, 33, 26, .08);--shadow-premium: 0 24px 60px rgba(24, 33, 26, .1)}:root{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text)}body,button,input,select,textarea{font-family:var(--font-body)}h1,h2,h3,.sidebar h2,.mobile-header-card h2{font-family:var(--font-heading)}body{background:radial-gradient(circle at top left,rgba(215,204,177,.48),transparent 28%),radial-gradient(circle at right center,rgba(23,54,44,.08),transparent 24%),linear-gradient(180deg,#fbf8f2,#f4ecdf)}.dashboard-content{padding:2.25rem 2rem 2.5rem;gap:1.75rem}.panel,.content-card,.form-card,.metric-card,.card-plan-card,.offer-card,.owned-card-item,.mobile-header-card{background:var(--color-surface);border-color:var(--color-line);box-shadow:var(--shadow-premium)}.premium-page-stack{display:grid;gap:1.5rem}.premium-hero-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.85fr);gap:1.25rem;padding:1.7rem;border-radius:34px;background:radial-gradient(circle at top right,rgba(215,204,177,.7),transparent 24%),linear-gradient(135deg,#fffaf4f5,#f8f1e5f5)}.premium-hero-card-user{border:1px solid rgba(23,54,44,.08)}.premium-hero-card-soft{grid-template-columns:1fr}.premium-hero-copy{display:grid;gap:1rem;align-content:start}.premium-hero-copy-wide{max-width:54rem}.premium-hero-lead{max-width:42rem;font-size:1.02rem;line-height:1.75}.premium-hero-actions{margin-top:.25rem}.premium-hero-aside{display:grid;gap:.85rem;align-content:stretch}.premium-spotlight-card{display:grid;gap:.55rem;padding:1.15rem 1.2rem;border-radius:24px;background:#ffffffb8;border:1px solid rgba(23,54,44,.08)}.premium-spotlight-card strong{font-family:var(--font-heading);font-size:1.15rem;letter-spacing:-.03em}.premium-spotlight-card-soft{background:linear-gradient(180deg,#17362cf5,#254338f5);color:#fff}.premium-spotlight-card-soft .muted,.premium-spotlight-card-soft .meta-label{color:#ffffffbd}.premium-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.premium-summary-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-stat-card{padding:1.3rem;border-radius:24px;display:grid;gap:.55rem;background:linear-gradient(180deg,#fffdf9f5,#f8f2e8f5)}.premium-stat-card-dark{background:linear-gradient(145deg,#17362c,#27473c);color:#fff}.premium-stat-card-dark .metric-value,.premium-stat-card-dark .muted,.premium-stat-card-dark .meta-label{color:#fff}.premium-dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.premium-support-card{border-radius:28px}.premium-support-card-accent{background:linear-gradient(160deg,#ffffffe6,#eee7d9f2)}.premium-section-heading-row{margin-bottom:.35rem}.premium-link-stack{display:grid;gap:.65rem}.premium-transaction-section{border-radius:30px}.smart-card-panel-premium{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.smart-card-surface-showcase{padding:1.75rem;border-radius:34px;background:radial-gradient(circle at top right,rgba(215,204,177,.22),transparent 26%),linear-gradient(145deg,#14251e,#24453a 56%,#355c4f)}.eyebrow-inverse,.meta-label-inverse{color:#ffffffb3}.smart-card-shell-top{display:flex;justify-content:space-between;align-items:start;gap:1rem}.smart-card-meta-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.smart-card-meta-premium>div{display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.smart-card-title{margin-bottom:.45rem;font-family:var(--font-heading);font-size:1.05rem;color:#fff}.smart-card-qr-visual-premium{margin-top:auto;align-items:end;padding:1.1rem;border-radius:24px;background:#ffffff14}.card-detail-card-premium{display:grid;gap:1rem;align-content:start}.premium-detail-list{display:grid;gap:.9rem}.premium-detail-list>div{display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:18px;background:#f8f2e9}.owned-card-qr-preview-inline{background:#f6efe4}.wallet-section .owned-card-item,.offers-page .offer-card{border-radius:26px}.owned-card-item{gap:1.1rem;background:linear-gradient(180deg,#fffdf9f7,#f8f2e8f7)}.owned-card-item-active{border-color:#17362c3d;box-shadow:0 24px 44px #17362c1f}.offer-card{padding:1.45rem;border-radius:26px}.offer-value{font-family:var(--font-heading)}.primary-button{min-height:48px;padding:.72rem .9rem;background:linear-gradient(135deg,#17362c,#24453a)}.alt-button{background:linear-gradient(135deg,#8ea46a,#a6b985);color:#16221b}.secondary-link{font-weight:700;text-decoration:none}.sidebar-link,.mobile-bottom-link{font-weight:600}@media(max-width:860px){.premium-hero-card,.premium-summary-grid,.premium-summary-grid-compact,.premium-dual-grid,.smart-card-panel-premium,.smart-card-meta-premium{grid-template-columns:1fr}.premium-hero-card{padding:1.25rem;border-radius:28px}.smart-card-surface-showcase{padding:1.3rem}.premium-hero-actions{display:flex;flex-wrap:wrap}.premium-hero-actions-compact{gap:.65rem}.premium-inline-button{width:auto;min-width:0;flex:0 0 auto;padding-inline:1rem}.smart-card-shell-top{display:grid;grid-template-columns:1fr}}.ui-page-shell{width:100%}.ui-shell-card{border:1px solid var(--color-line);box-shadow:var(--shadow-premium)}.ui-page-intro{display:grid;gap:.85rem;align-content:start}.ui-page-intro-compact{gap:.65rem}.ui-page-intro-copy{display:grid;gap:.65rem}.ui-page-intro-aside{display:grid;gap:.75rem;align-content:start}.ui-page-kicker{margin-bottom:0}.ui-page-title{margin-bottom:0;max-width:14ch}.ui-page-copy{max-width:34rem;margin-bottom:0;font-size:var(--text-sm);line-height:1.45}.ui-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:center}.ui-actions>*{flex:0 0 auto}.ui-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.55rem .9rem;border-radius:999px;background:#17362c14;color:var(--color-accent);border:1px solid rgba(23,54,44,.08);font-size:.85rem;font-weight:700}.ui-state-card{justify-items:start;align-content:start}.ui-state-copy{display:grid;gap:.35rem}.ui-auth-shell{padding:1.5rem}.ui-auth-panel{padding:1.35rem;gap:1.35rem}.ui-auth-brand-block{display:grid;align-content:stretch}.ui-page-intro-auth{height:100%;padding:1.25rem;border-radius:28px;background:radial-gradient(circle at top right,rgba(215,204,177,.38),transparent 26%),linear-gradient(145deg,#fffcf7f5,#f4ecdff5);border:1px solid rgba(23,54,44,.08);box-shadow:var(--shadow-premium)}.ui-auth-badge-cluster{display:flex;flex-wrap:wrap;gap:.65rem}.ui-sidebar-shell{box-shadow:inset -1px 0 #ffffff0a}.ui-sidebar-brand-block{display:grid;gap:.35rem}.ui-mobile-header-card{padding:1rem 1rem .95rem}.ui-screen-block{display:grid;gap:.85rem}.ui-screen-block-compact{gap:.65rem}.ui-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.ui-stat-pill{display:grid;gap:.2rem;padding:.72rem;border-radius:16px;background:#fffdf9f0;border:1px solid var(--color-line);box-shadow:0 14px 30px #18211a0f;justify-items:center;text-align:center}.ui-stat-pill strong{font-family:var(--font-heading);font-size:.92rem;line-height:1.1}.ui-quick-row{display:flex;gap:.65rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.15rem;justify-content:center}.ui-quick-row>*{flex:0 0 auto}.ui-quick-row::-webkit-scrollbar,.inline-actions::-webkit-scrollbar,.card-plan-actions::-webkit-scrollbar{display:none}.ui-quick-button{min-height:38px;padding:.56rem .72rem;border-radius:999px}.mobile-header-card-v2{align-items:center}.mobile-header-copy{display:grid;gap:.15rem}.mobile-header-card-v2 h2{margin-bottom:0;font-size:var(--text-base)}.mobile-header-button-v2{min-width:48px;width:48px;padding-inline:0;justify-content:center}.mobile-header-icon-button{width:40px;height:40px;padding:0;border:none;background:transparent;color:#17362c;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.mobile-header-icon-button:hover:not(:disabled){transform:none;color:#24453a}.mobile-header-button-icon{display:inline-flex;align-items:center;justify-content:center}.mobile-header-button-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom-nav-v2{border-top-color:#17362c14}.mobile-bottom-link-v2 .mobile-bottom-link-dot{width:5px;height:5px;border-radius:999px;background:transparent}.mobile-bottom-link-v2.mobile-bottom-link-active .mobile-bottom-link-dot{background:#17362c}@media(max-width:860px){.ui-auth-shell,.ui-auth-panel{padding:1rem}.ui-page-intro-auth{padding:1rem;border-radius:24px}.ui-page-title{max-width:none}.ui-actions{gap:.55rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.1rem;justify-content:center}.premium-hero-actions,.premium-hero-actions-compact,.ui-quick-row{flex-wrap:nowrap;overflow-x:auto}.premium-hero-actions>*,.premium-hero-actions-compact>*,.ui-quick-row>*{flex:0 0 auto}.premium-inline-button,.ui-quick-button{min-height:36px;padding:.5rem .62rem;font-size:.78rem}.ui-chip{min-height:34px;font-size:.8rem}.ui-stat-strip{grid-template-columns:repeat(3,minmax(96px,1fr));overflow-x:auto;gap:.45rem}}@media(max-width:420px){.premium-inline-button,.ui-quick-button{min-height:34px;padding:.44rem .54rem;font-size:.74rem}.ui-actions,.premium-hero-actions,.premium-hero-actions-compact,.ui-quick-row{gap:.42rem}.ui-stat-strip{grid-template-columns:repeat(3,minmax(84px,1fr));gap:.38rem}.ui-stat-pill{padding:.58rem .5rem;border-radius:14px}.ui-stat-pill strong{font-size:.82rem}}@media(max-width:360px){.premium-inline-button,.ui-quick-button{min-height:32px;padding:.4rem .5rem;font-size:.7rem}.ui-actions,.premium-hero-actions,.premium-hero-actions-compact,.ui-quick-row{gap:.35rem}.ui-stat-strip{grid-template-columns:repeat(3,minmax(76px,1fr));gap:.32rem}.ui-stat-pill{padding:.5rem .42rem;border-radius:12px}.ui-stat-pill strong{font-size:.76rem}.ui-stat-pill .meta-label{font-size:.68rem}}.merchant-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.merchant-hero-aside{display:grid;gap:.85rem}.merchant-scan-layout{align-items:start}.merchant-scan-main-card{display:grid;gap:1rem;align-content:start}.merchant-secondary-button{justify-self:start}.merchant-offers-layout{align-items:start}.premium-merchant-offer-item{border-radius:20px;background:linear-gradient(180deg,#fffdf9fa,#f8f2e8fa)}.premium-inline-actions-compact{gap:.5rem}.premium-inline-actions-compact button{min-height:40px}.premium-history-item{border-radius:22px}.premium-transaction-meta-grid>div{border-radius:16px}@media(max-width:860px){.merchant-summary-grid{grid-template-columns:1fr}.merchant-secondary-button{justify-self:stretch}}.admin-dashboard-page{display:grid;gap:1.5rem}.admin-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-table-header-polished{margin-bottom:.25rem}.admin-card-plan-grid-polished{align-items:start}.admin-card-plan-item-polished{border-radius:20px;background:linear-gradient(180deg,#fffdf9fa,#f8f2e8fa)}@media(max-width:1100px){.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.admin-summary-grid{grid-template-columns:1fr}}.wallet-page-focused{gap:1.25rem}.user-home-v2-page{gap:1rem}.user-home-v2-hero{padding-block:1.2rem}.user-home-v2-stats{margin-top:-.1rem}.user-home-v2-grid{align-items:stretch}.user-home-v2-card,.user-home-v2-section{border-radius:24px}.merchant-home-v2-page{gap:1rem}.merchant-home-v2-hero{padding-block:1.1rem}.merchant-home-v2-actions-shell{padding-block:1rem}.merchant-home-v2-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:stretch}.merchant-home-v2-action-button{min-height:50px;padding:.7rem .9rem;justify-content:center;text-align:center;font-size:var(--text-sm)}.merchant-home-v2-spotlight{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding-block:.95rem}.merchant-home-v2-spotlight-copy{display:grid;gap:.2rem}.merchant-home-v2-spotlight-copy h2,.merchant-home-v2-spotlight-copy .muted{margin-bottom:0}.merchant-home-v2-spotlight-copy h2{font-size:var(--text-base)}.merchant-home-v2-spotlight-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;width:100%}.merchant-home-v2-spotlight-stat{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.42rem .5rem;border-radius:999px;background:#17362c0f;border:1px solid rgba(23,54,44,.08);color:#17362c;font-size:.7rem;font-weight:700;text-align:center}.merchant-home-v2-spotlight-button{min-height:40px;padding:.54rem .8rem;font-size:var(--text-xs)}.merchant-stats-page{gap:1rem}.merchant-stats-hero{padding-block:1.05rem}.merchant-stats-strip{margin-top:-.1rem}.merchant-stats-strip .ui-stat-pill{min-width:0;padding:.68rem .54rem;border-radius:14px}.merchant-stats-strip .ui-stat-pill .meta-label,.merchant-stats-strip .ui-stat-pill .muted{margin-bottom:0}.merchant-stats-strip .ui-stat-pill .metric-value{font-size:clamp(.88rem,3vw,1.05rem);line-height:1.05;letter-spacing:-.03em;word-break:break-word;overflow-wrap:anywhere}.merchant-stats-filters,.merchant-stats-history{gap:.8rem}.merchant-stats-heading .muted{margin-bottom:0}.merchant-stats-list{gap:.75rem}.merchant-stats-item{display:grid;grid-template-columns:1fr auto;gap:.8rem;align-items:start;border-radius:18px}.merchant-stats-item-main,.merchant-stats-item-values{display:grid;gap:.18rem}.merchant-stats-item-main .muted,.merchant-stats-item-values .muted,.merchant-stats-item-values small{margin-bottom:0}.merchant-stats-item-values{justify-items:end;text-align:right}.wallet-hero-card{align-items:start}.wallet-hero-aside{display:grid;gap:.85rem}.wallet-active-card-panel{align-items:stretch}.wallet-active-card-surface{min-height:100%}.wallet-active-card-aside{justify-content:center}.user-card-v2-page{gap:1rem}.user-card-v2-page:last-child,.user-card-v2-page{padding-bottom:.35rem}.user-card-v2-aside{align-content:center}.user-card-panel-v2{grid-template-columns:1fr;justify-items:center}.user-card-surface-v2{min-height:auto}.user-card-surface-v2-compact{width:min(100%,348px);min-height:220px;padding:1rem 1rem .9rem;gap:.75rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 28%),linear-gradient(155deg,#153127,#234338 55%,#32584c)}.user-card-qr-wrap{justify-items:center;padding:.55rem;margin:auto 0}.user-card-qr-display{width:100%}.user-card-qr-display .qr-display-frame{width:min(100%,168px);padding:.7rem;border-radius:22px}.user-card-qr-display svg{width:100%;height:auto;max-width:144px}.user-card-shell-top-v2{align-items:start;display:flex;grid-template-columns:none;justify-content:space-between}.user-card-title-block{display:grid;gap:.18rem}.user-card-title-block h2{margin-bottom:0}.user-card-status-text{margin:0;font-size:var(--text-sm);color:#8bd7a8;font-weight:600}.user-card-brand{margin:0;font-size:var(--text-xs);color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em}.user-card-footer{display:flex;justify-content:flex-start;align-items:end}.user-card-number{margin:0;font-size:var(--text-xs);letter-spacing:.08em;color:#ffffffd1}.user-card-toggle-card{gap:.7rem}.user-card-toggle-row{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;justify-content:center;padding-bottom:.1rem}.user-card-toggle{min-height:34px;padding:.46rem .7rem;border-radius:999px;border:1px solid rgba(23,54,44,.08);background:#fffdf9f5;color:#17362c;font-size:var(--text-xs);font-weight:600;white-space:nowrap}.user-card-toggle-active{background:#17362c;color:#fff}.user-catalog-v2-page{gap:1rem}.user-catalog-v2-hero{padding-block:1.05rem}.user-catalog-v2-spotlight{background:#fffdf9e0}.user-catalog-v2-grid-shell{gap:.8rem}.user-catalog-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.user-catalog-v2-card{min-height:100%;padding:.9rem;gap:.5rem;border-radius:20px;cursor:pointer}.user-catalog-v2-card.card-plan-card-owned{padding:.78rem;border-color:#17362c29;box-shadow:0 10px 18px #18230f0f}.user-catalog-v2-card h3{margin-bottom:0;font-size:var(--text-sm);line-height:1.2}.user-catalog-v2-summary{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.user-catalog-v2-detail-toggle{min-height:26px;padding:.2rem .5rem;border:1px solid rgba(23,54,44,.1);border-radius:999px;background:#17362c0a;color:#17362c;font-size:.68rem;font-weight:600}.user-catalog-v2-detail{padding-top:.1rem}.user-catalog-v2-detail .muted{margin-bottom:0;font-size:var(--text-xs);line-height:1.35}.user-catalog-v2-card .status-pill{min-height:28px;padding:.24rem .5rem;font-size:.68rem}.user-catalog-v2-card .card-plan-topline strong{font-size:var(--text-sm)}.user-catalog-v2-card .card-plan-actions .primary-button{min-height:34px;padding:.44rem .58rem;font-size:.74rem}.user-offers-focus-shell{gap:.8rem}.user-offers-focus-heading .muted{margin-bottom:0}.user-offers-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.user-offers-focus-card{min-width:0;padding:.9rem;gap:.65rem;border-radius:18px}.user-offers-focus-top{display:flex;align-items:start;justify-content:space-between;gap:.45rem}.user-offers-focus-discount{margin-bottom:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem}.user-offers-focus-discount-label{font-size:var(--text-xs);font-weight:800;letter-spacing:.06em}.user-offers-focus-main{display:grid;gap:.16rem;min-width:0}.user-offers-focus-main h3{margin-bottom:0;font-size:var(--text-sm);line-height:1.22}.user-offers-focus-status{color:#0f7a3a;font-size:var(--text-xs);font-weight:700;line-height:1.2}.user-offers-focus-copy{margin-bottom:0;font-size:var(--text-xs);line-height:1.35}.user-offers-focus-footer{align-items:start;gap:.35rem}.user-offers-focus-footer small{font-size:var(--text-xs)}.user-offers-focus-card .offer-value{font-size:var(--text-xl)}.user-offers-focus-card .status-pill{min-height:24px;padding:.18rem .42rem;font-size:.62rem}.user-offers-focus-button{min-height:34px;width:fit-content;padding:.42rem .62rem;font-size:.72rem}.user-catalog-modal-backdrop,.user-offers-modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:end center;padding:1rem;background:#0f17146b}.user-catalog-modal,.user-offers-modal{width:min(100%,28rem);display:grid;gap:.7rem;padding:1rem;border-radius:24px;background:#fffdf8;box-shadow:0 20px 60px #0f17142e}.user-catalog-modal-head,.user-offers-modal-head{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.user-catalog-modal-head h3,.user-offers-modal-head h3,.user-offers-modal-head .offer-value,.user-catalog-modal-copy,.user-offers-modal-partner,.user-offers-modal-copy,.user-offers-modal-terms{margin-bottom:0}.user-catalog-modal-close,.user-offers-modal-close{border:0;background:transparent;color:var(--text-main);font-size:1.4rem;line-height:1;cursor:pointer}.user-offers-modal-partner{font-size:var(--text-sm);font-weight:700}.user-catalog-modal-copy,.user-offers-modal-copy,.user-offers-modal-terms{font-size:var(--text-xs);line-height:1.4}.wallet-grid-section{gap:1rem}.owned-card-grid-compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.owned-card-item-compact{gap:.85rem}.owned-card-meta-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:860px){.owned-card-grid-compact,.owned-card-meta-grid-compact{grid-template-columns:1fr}.user-card-v2-page{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.user-card-shell-top-v2{display:flex;grid-template-columns:none;justify-content:space-between;align-items:start}.user-card-surface-v2-compact{width:min(100%,320px);padding:.9rem;gap:.7rem}.merchant-stats-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.merchant-stats-item{grid-template-columns:1fr}.merchant-stats-item-values{justify-items:start;text-align:left}.user-card-qr-display .qr-display-frame{width:min(100%,150px);padding:.6rem}.user-card-qr-display svg{max-width:126px}}@media(max-width:420px){.user-catalog-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.user-card-surface-v2-compact{width:min(100%,286px);padding:.8rem}.user-card-qr-wrap{padding:.6rem}.user-card-qr-display .qr-display-frame{width:min(100%,132px);padding:.5rem}.user-card-qr-display svg{max-width:112px}.user-card-toggle{min-height:32px;padding:.4rem .58rem;font-size:.7rem}.merchant-home-v2-actions{gap:.6rem}.merchant-home-v2-action-button{min-height:44px;padding:.56rem .7rem;font-size:.74rem}.merchant-home-v2-spotlight{display:grid;gap:.7rem}.merchant-home-v2-spotlight-stats{gap:.38rem}.merchant-home-v2-spotlight-stat{min-height:30px;padding:.36rem .4rem;font-size:.64rem}.merchant-home-v2-spotlight-button{justify-self:start}.merchant-stats-strip .ui-stat-pill{padding:.58rem .42rem;border-radius:12px}.merchant-stats-strip .ui-stat-pill .meta-label{font-size:.64rem}.merchant-stats-strip .ui-stat-pill .metric-value{font-size:.82rem}.merchant-stats-strip .ui-stat-pill .muted{font-size:.66rem;line-height:1.2}.merchant-stats-item{padding:.9rem;border-radius:16px}.user-catalog-v2-card{padding:.72rem;border-radius:16px}.user-catalog-v2-card.card-plan-card-owned{padding:.64rem}.user-catalog-v2-card h3{font-size:.8rem}.user-catalog-v2-card .card-plan-actions .primary-button{min-height:32px;padding:.38rem .5rem;font-size:.7rem}.user-catalog-v2-card .status-pill{min-height:24px;font-size:.62rem}.user-offers-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.user-offers-focus-card{padding:.76rem;border-radius:16px}.user-offers-focus-card .offer-value{font-size:var(--text-lg)}.user-offers-focus-button{min-height:32px;padding:.38rem .54rem;font-size:.68rem}.user-offers-modal-backdrop{padding:.75rem}.user-offers-modal{width:100%;border-radius:20px}.user-catalog-v2-detail-toggle{min-height:24px;padding:.16rem .42rem;font-size:.62rem}.user-catalog-modal-backdrop,.user-offers-modal-backdrop{padding:.75rem}.user-catalog-modal,.user-offers-modal{width:100%;border-radius:20px}}@media(max-width:420px){.user-offers-focus-grid{gap:.48rem}.user-offers-focus-card{padding:.68rem;border-radius:14px}.user-offers-focus-discount{gap:.14rem}.user-offers-focus-discount-label,.user-offers-focus-status,.user-offers-focus-footer small,.user-offers-focus-copy{font-size:.68rem}.user-offers-focus-card .offer-value{font-size:.92rem}.user-offers-focus-main h3{font-size:.76rem}.user-offers-focus-button{min-height:30px;padding:.34rem .5rem;font-size:.64rem}}.merchant-offers-v2-page{gap:1rem}.merchant-offers-v2-hero,.merchant-offers-v2-toolbar,.merchant-offers-v2-catalog{padding-block:1rem}.merchant-offers-v2-toolbar{display:grid;gap:.75rem}.merchant-offers-v2-toolbar-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;justify-items:center}.merchant-offers-v2-toolbar-button{min-height:46px;min-width:min(100%,13rem);justify-content:center;text-align:center;font-size:var(--text-sm)}.merchant-offers-v2-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;align-items:stretch}.merchant-offers-v2-filters .filter-chip{min-height:38px;width:100%;padding:.55rem .45rem;justify-content:center;text-align:center;font-size:.74rem;white-space:nowrap}.merchant-offers-v2-heading{display:flex;align-items:end;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.merchant-offers-v2-heading h2,.merchant-offers-v2-heading .eyebrow,.merchant-offers-v2-empty .muted{margin-bottom:0}.merchant-offers-v2-count{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .75rem;border-radius:999px;background:#17362c14;color:#17362c;font-size:var(--text-sm);font-weight:700}.merchant-offers-v2-empty{display:grid;gap:.75rem;justify-items:start}.merchant-offers-v2-empty-button{min-height:40px;padding:.52rem .78rem;font-size:var(--text-xs)}.merchant-offers-v2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.merchant-offers-v2-card{min-width:0;display:grid;gap:.65rem;padding:.9rem;border-radius:18px;background:linear-gradient(180deg,#fffdf9fa,#f8f2e8fa);border:1px solid rgba(23,54,44,.08);box-shadow:0 12px 24px #18230f0d}.merchant-offers-v2-top{display:flex;justify-content:space-between;align-items:start;gap:.45rem}.merchant-offers-v2-discount{font-size:var(--text-sm);line-height:1.2;color:#17362c}.merchant-offers-v2-status{color:#0f7a3a;font-size:var(--text-xs);font-weight:700;text-align:right}.merchant-offers-v2-main{display:grid;gap:.16rem}.merchant-offers-v2-main h3,.merchant-offers-v2-main .muted,.merchant-offers-v2-meta small,.merchant-offers-modal-copy,.merchant-offers-modal-discount,.merchant-offers-modal-status,.merchant-offers-modal-terms{margin-bottom:0}.merchant-offers-v2-main h3{font-size:var(--text-sm);line-height:1.24}.merchant-offers-v2-meta small{font-size:var(--text-xs);color:#55624b;line-height:1.35}.merchant-offers-v2-actions,.merchant-offers-v2-form-actions,.merchant-offers-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.merchant-offers-v2-button{min-height:34px;padding:.42rem .58rem;font-size:.72rem;width:100%;justify-content:center;text-align:center}.merchant-offers-v2-form{gap:.8rem}.merchant-offers-v2-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.merchant-offers-modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:end center;padding:1rem;background:#0f17146b}.merchant-offers-modal{width:min(100%,30rem);display:grid;gap:.75rem;padding:1rem;border-radius:24px;background:#fffdf8;box-shadow:0 20px 60px #0f17142e}.merchant-offers-modal-head{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.merchant-offers-modal-head h3{margin-bottom:0}.merchant-offers-modal-close{border:0;background:transparent;color:var(--text-main);font-size:1.4rem;line-height:1;cursor:pointer}.merchant-offers-modal-discount{font-size:var(--text-lg);font-weight:800;color:#17362c}.merchant-offers-modal-status{color:#0f7a3a;font-size:var(--text-xs);font-weight:700}.merchant-offers-modal-copy,.merchant-offers-modal-terms{font-size:var(--text-xs);line-height:1.4}@media(max-width:860px){.merchant-offers-v2-grid,.merchant-offers-v2-form-row{grid-template-columns:1fr}.merchant-offers-v2-heading{align-items:start}}@media(max-width:420px){.merchant-offers-v2-toolbar-actions{gap:.6rem}.merchant-offers-v2-toolbar-button{min-height:42px;padding:.52rem .66rem;font-size:.74rem;min-width:min(100%,11rem)}.merchant-offers-v2-filters{gap:.38rem}.merchant-offers-v2-filters .filter-chip{min-height:34px;padding:.44rem .28rem;font-size:.66rem}.merchant-offers-v2-card{padding:.78rem;border-radius:16px}.merchant-offers-v2-discount,.merchant-offers-v2-main h3{font-size:.8rem}.merchant-offers-v2-button{min-height:32px;padding:.38rem .5rem;font-size:.68rem}.merchant-offers-v2-actions{gap:.45rem}.merchant-offers-modal-backdrop{padding:.75rem}.merchant-offers-modal{width:100%;border-radius:20px}}
