@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap);:root{--primary:#1a1a2e;--primary-light:#16213e;--accent:#e94560;--accent-dark:#c73652;--gold:#f5a623;--success:#22c55e;--success-bg:#f0fdf4;--danger:#ef4444;--danger-bg:#fef2f2;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-primary:"Poppins",sans-serif;--font-secondary:"Inter",sans-serif;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000001f,0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a;--max-width:430px}*{-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:#f3f4f6;background:var(--gray-100);color:#111827;color:var(--gray-900);display:flex;font-family:Poppins,sans-serif;font-family:var(--font-primary);justify-content:center;min-height:100vh;overflow-x:hidden}#root{box-shadow:0 0 60px #00000026;max-width:430px;max-width:var(--max-width);overflow:hidden;width:100%}#root,.screen{background:#fff;background:var(--white);min-height:100vh;position:relative}.screen{display:flex;flex-direction:column}.btn{align-items:center;border:none;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-family:var(--font-primary);font-size:16px;font-weight:600;gap:8px;justify-content:center;outline:none;padding:16px 24px;text-decoration:none;transition:all .2s ease;width:100%}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,#e94560,#c73652);background:linear-gradient(135deg,var(--accent),var(--accent-dark));box-shadow:0 4px 15px #e9456066;color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 6px 20px #e9456080}.btn-dark{background:#1a1a2e;background:var(--primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-outline{background:#0000;border:2px solid #e94560;border:2px solid var(--accent);color:#e94560;color:var(--accent)}.btn-ghost{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.input-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.input-label{color:#4b5563;color:var(--gray-600);font-size:13px;font-weight:500}.input-field{background:#f9fafb;background:var(--gray-50);border:1.5px solid #e5e7eb;border:1.5px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-md);color:#111827;color:var(--gray-900);font-family:Poppins,sans-serif;font-family:var(--font-primary);font-size:15px;outline:none;padding:14px 16px;transition:border-color .2s;width:100%}.input-field:focus{background:#fff;background:var(--white);border-color:#e94560;border-color:var(--accent)}.input-field::placeholder{color:#9ca3af;color:var(--gray-400)}.phone-input-wrapper{align-items:center;background:#f9fafb;background:var(--gray-50);border:1.5px solid #e5e7eb;border:1.5px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-md);display:flex;overflow:hidden;transition:border-color .2s}.phone-input-wrapper:focus-within{background:#fff;background:var(--white);border-color:#e94560;border-color:var(--accent)}.phone-prefix{border-right:1.5px solid #e5e7eb;border-right:1.5px solid var(--gray-200);color:#374151;color:var(--gray-700);font-size:15px;font-weight:500;padding:14px 12px 14px 16px;-webkit-user-select:none;user-select:none;white-space:nowrap}.phone-prefix-flag{margin-right:4px}.phone-input{background:#0000;border:none;color:#111827;color:var(--gray-900);flex:1 1;font-family:Poppins,sans-serif;font-family:var(--font-primary);font-size:15px;outline:none;padding:14px 16px}.otp-container{display:flex;gap:10px;justify-content:center}.otp-input{background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-md);color:#111827;color:var(--gray-900);font-size:22px;font-weight:700;height:56px;outline:none;text-align:center;transition:all .2s;width:52px}.otp-input:focus{background:#fff;background:var(--white);box-shadow:0 0 0 3px #e9456026}.otp-input.filled,.otp-input:focus{border-color:#e94560;border-color:var(--accent)}.otp-input.filled{color:#e94560;color:var(--accent)}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}.spinner-dark{border:3px solid #e5e7eb;border-top-color:#e94560;border:3px solid var(--gray-200);border-top-color:var(--accent)}@keyframes spin{to{transform:rotate(1turn)}}.badge{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:4px 12px}.badge-success{background:#f0fdf4;background:var(--success-bg);color:#22c55e;color:var(--success)}.badge-danger{background:#fef2f2;background:var(--danger-bg);color:#ef4444;color:var(--danger)}.badge-warning{background:#fffbeb;color:#f59e0b;color:var(--warning)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slide-up{animation:slideUp .4s ease forwards}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-scale-in{animation:scaleIn .3s ease forwards}.toast{animation:slideDown .3s ease;background:#1f2937;background:var(--gray-800);border-radius:12px;border-radius:var(--radius-md);box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;font-size:14px;font-weight:500;left:50%;max-width:320px;padding:12px 20px;position:fixed;text-align:center;top:20px;transform:translateX(-50%);z-index:9999}.toast-success{background:#22c55e;background:var(--success)}.toast-error{background:#ef4444;background:var(--danger)}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.safe-bottom{padding-bottom:max(16px,env(safe-area-inset-bottom))}:root{--bg:#f1f5f9;--surface:#fff;--sidebar-bg:#0f172a;--sidebar-hover:#1e293b;--sidebar-w:260px;--accent:#e31e24;--accent-dark:#b91419;--accent-light:#fff1f1;--success:#10b981;--success-bg:#ecfdf5;--warning:#f59e0b;--warning-bg:#fffbeb;--info:#3b82f6;--info-bg:#eff6ff;--text:#0f172a;--text-sm:#334155;--muted:#64748b;--border:#e2e8f0;--shadow:0 1px 3px #00000012,0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 30px #0000001f;--radius:12px;--radius-sm:8px;--font:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;--topbar-h:64px}*{box-sizing:border-box;margin:0;padding:0}body.admin-active{background:#f1f5f9!important;display:block!important;font-size:14px;justify-content:normal!important;overflow-x:auto!important}#root.admin-root,body.admin-active #root{box-shadow:none!important;max-width:100%!important;overflow:visible!important;width:100%!important}.ad-layout{background:#f1f5f9;background:var(--bg);color:#0f172a;color:var(--text);display:flex;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);min-height:100vh}.ad-sidebar{background:#0f172a;background:var(--sidebar-bg);bottom:0;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:260px;width:var(--sidebar-w);z-index:200}.ad-logo{border-bottom:1px solid #ffffff12;gap:12px;padding:22px 20px 20px}.ad-logo,.ad-logo-badge{align-items:center;display:flex}.ad-logo-badge{background:linear-gradient(135deg,#e31e24,#ff5a60);background:linear-gradient(135deg,var(--accent),#ff5a60);border-radius:10px;box-shadow:0 4px 12px #e31e2466;color:#fff;flex-shrink:0;font-size:15px;font-weight:800;height:40px;justify-content:center;width:40px}.ad-logo-text{color:#fff;font-size:16px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.ad-logo-sub{color:#ffffff61;font-size:11px;margin-top:1px}.ad-nav{flex:1 1;overflow-y:auto;padding:16px 0}.ad-nav-section{color:#ffffff40;font-size:10px;font-weight:700;letter-spacing:.1em;padding:18px 20px 6px;text-transform:uppercase}.ad-nav-item{align-items:center;background:none;border:none;border-radius:0;color:#fff9;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:12px;padding:11px 20px;position:relative;text-align:left;text-decoration:none;transition:background .15s,color .15s;width:100%}.ad-nav-item:hover{background:#1e293b;background:var(--sidebar-hover);color:#ffffffe6}.ad-nav-item.active{background:#e31e2426;color:#ff6b70}.ad-nav-item.active:before{background:#e31e24;background:var(--accent);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.ad-nav-icon{align-items:center;display:flex;flex-shrink:0;font-size:16px;height:20px;justify-content:center;text-align:center;width:20px}.ad-db-status-panel{border-bottom:1px solid #ffffff12;border-top:1px solid #ffffff12;padding:12px 20px}.ad-db-status-title{color:#ffffff40;font-size:10px;font-weight:700;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.ad-db-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.ad-db-label{color:#ffffff80;font-size:11.5px}.ad-db-dot{border-radius:50%;flex-shrink:0;height:7px;width:7px}.ad-db-dot.connected{background:#10b981;background:var(--success);box-shadow:0 0 6px #10b98199}.ad-db-dot.disconnected{background:#ef4444}.ad-db-dot.connecting{animation:ad-blink 1s ease infinite;background:#f59e0b;background:var(--warning)}.ad-db-dot.not_configured{background:#fff3}@keyframes ad-blink{0%,to{opacity:1}50%{opacity:.3}}.ad-sidebar-footer{border-top:1px solid #ffffff12;padding:14px 20px}.ad-user-chip{gap:10px}.ad-user-avatar,.ad-user-chip{align-items:center;display:flex}.ad-user-avatar{background:linear-gradient(135deg,#e31e24,#ff5a60);background:linear-gradient(135deg,var(--accent),#ff5a60);border-radius:50%;color:#fff;flex-shrink:0;font-size:13px;font-weight:700;height:34px;justify-content:center;width:34px}.ad-user-name{color:#ffffffd9;font-size:13px;font-weight:500}.ad-user-role{color:#ffffff59;font-size:11px;text-transform:capitalize}.ad-logout-btn{background:none;border:none;border-radius:6px;color:#ffffff4d;cursor:pointer;font-size:16px;line-height:1;padding:5px;transition:color .15s,background .15s}.ad-logout-btn:hover{background:#ef44441a;color:#ef4444}.ad-main{display:flex;flex:1 1;flex-direction:column;margin-left:260px;margin-left:var(--sidebar-w);min-height:100vh;min-width:0}.ad-topbar{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;box-shadow:var(--shadow);display:flex;height:64px;height:var(--topbar-h);justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ad-topbar-left{display:flex;flex-direction:column;gap:1px}.ad-topbar-title{color:#0f172a;color:var(--text);font-size:19px;font-weight:700;letter-spacing:-.02em}.ad-topbar-sub{color:#64748b;color:var(--muted);font-size:12px}.ad-topbar-right{align-items:center;display:flex;gap:10px}.ad-page{flex:1 1;padding:28px 32px}.ad-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:28px}.ad-stat-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;box-shadow:var(--shadow);overflow:hidden;padding:22px 24px;position:relative;transition:box-shadow .2s}.ad-stat-card:hover{box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md)}.ad-stat-card:after{background:#e2e8f0;background:var(--border);border-radius:12px 12px 0 0;border-radius:var(--radius) var(--radius) 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.ad-stat-card.accent:after{background:linear-gradient(90deg,#e31e24,#ff5a60);background:linear-gradient(90deg,var(--accent),#ff5a60)}.ad-stat-card.green:after{background:linear-gradient(90deg,#10b981,#34d399);background:linear-gradient(90deg,var(--success),#34d399)}.ad-stat-card.warning:after{background:linear-gradient(90deg,#f59e0b,#fbbf24);background:linear-gradient(90deg,var(--warning),#fbbf24)}.ad-stat-card.info:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);background:linear-gradient(90deg,var(--info),#60a5fa)}.ad-stat-icon{align-items:center;background:#f1f5f9;background:var(--bg);border-radius:10px;display:flex;font-size:18px;height:40px;justify-content:center;margin-bottom:14px;width:40px}.ad-stat-card.accent .ad-stat-icon{background:#fff1f1;background:var(--accent-light)}.ad-stat-card.green .ad-stat-icon{background:#ecfdf5;background:var(--success-bg)}.ad-stat-card.warning .ad-stat-icon{background:#fffbeb;background:var(--warning-bg)}.ad-stat-card.info .ad-stat-icon{background:#eff6ff;background:var(--info-bg)}.ad-stat-label{color:#64748b;color:var(--muted);font-size:12px;font-weight:500;margin-bottom:6px}.ad-stat-value{color:#0f172a;color:var(--text);font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1}.ad-stat-card.accent .ad-stat-value{color:#e31e24;color:var(--accent)}.ad-stat-card.green .ad-stat-value{color:#10b981;color:var(--success)}.ad-stat-card.warning .ad-stat-value{color:#f59e0b;color:var(--warning)}.ad-stat-card.info .ad-stat-value{color:#3b82f6;color:var(--info)}.ad-stat-sub{color:#64748b;color:var(--muted);font-size:11px;margin-top:6px}.ad-db-cards{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin-bottom:28px}.ad-db-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;box-shadow:var(--shadow);gap:16px;padding:20px 24px}.ad-db-card,.ad-db-card-icon{align-items:center;display:flex}.ad-db-card-icon{border-radius:12px;flex-shrink:0;font-size:22px;height:48px;justify-content:center;width:48px}.ad-db-card-icon.connected{background:#ecfdf5;background:var(--success-bg)}.ad-db-card-icon.disconnected{background:#fef2f2}.ad-db-card-icon.not_configured{background:#f1f5f9;background:var(--bg)}.ad-db-card-icon.connecting{background:#fffbeb;background:var(--warning-bg)}.ad-db-card-body{flex:1 1;min-width:0}.ad-db-card-name{color:#0f172a;color:var(--text);font-size:14px;font-weight:600;margin-bottom:3px}.ad-db-card-host{color:#64748b;color:var(--muted);font-family:monospace;font-size:11.5px}.ad-db-card-pill{align-items:center;border-radius:20px;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:600;gap:5px;padding:3px 10px}.ad-db-card-pill.connected{background:#ecfdf5;background:var(--success-bg);color:#065f46}.ad-db-card-pill.disconnected{background:#fef2f2;color:#991b1b}.ad-db-card-pill.not_configured{background:#f1f5f9;background:var(--bg);color:#64748b;color:var(--muted)}.ad-db-card-pill.connecting{background:#fffbeb;background:var(--warning-bg);color:#92400e}.ad-card{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a;box-shadow:var(--shadow);overflow:hidden}.ad-card,.ad-card-header{background:#fff;background:var(--surface)}.ad-card-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:18px 24px}.ad-card-title{color:#0f172a;color:var(--text);font-size:14px;font-weight:700}.ad-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.ad-search{background:#f1f5f9;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13.5px;min-width:260px;outline:none;padding:9px 14px 9px 38px;position:relative;transition:border-color .15s,background .15s}.ad-search:focus{background:#fff;border-color:#e31e24;border-color:var(--accent);box-shadow:0 0 0 3px #e31e2414}.ad-search-wrap{align-items:center;display:inline-flex;position:relative}.ad-search-icon{color:#64748b;color:var(--muted);font-size:15px;left:12px;pointer-events:none;position:absolute}.ad-select{background:#f1f5f9;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);cursor:pointer;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13.5px;outline:none;padding:9px 12px;transition:border-color .15s}.ad-select:focus{border-color:#e31e24;border-color:var(--accent)}.ad-db-tabs{background:#f1f5f9;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:0;overflow:hidden}.ad-db-tab{align-items:center;background:none;border:none;color:#64748b;color:var(--muted);cursor:pointer;display:flex;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13px;font-weight:600;gap:7px;padding:8px 18px;transition:background .15s,color .15s}.ad-db-tab:hover{background:#0000000a;color:#0f172a;color:var(--text)}.ad-db-tab.active{background:#e31e24;background:var(--accent);color:#fff}.ad-db-tab .ad-dot{background:currentColor;border-radius:50%;height:6px;opacity:.7;width:6px}.ad-bulk-bar{align-items:center;background:linear-gradient(90deg,#1e293b,#0f172a);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);color:#fff;display:flex;flex-wrap:wrap;gap:12px;padding:12px 24px}.ad-bulk-info{color:#ffffffe6;flex:1 1;font-size:13px;font-weight:600}.ad-bulk-actions{align-items:center;display:flex;gap:8px}.ad-btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13.5px;font-weight:600;gap:7px;line-height:1;padding:9px 16px;text-decoration:none;transition:all .15s;white-space:nowrap}.ad-btn:disabled{cursor:not-allowed;opacity:.5}.ad-btn-primary{background:#e31e24;background:var(--accent);box-shadow:0 2px 8px #e31e244d;color:#fff}.ad-btn-primary:hover:not(:disabled){background:#b91419;background:var(--accent-dark);box-shadow:0 4px 12px #e31e2466;transform:translateY(-1px)}.ad-btn-ghost{background:#fff;background:var(--surface);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);color:#334155;color:var(--text-sm)}.ad-btn-ghost:hover:not(:disabled){background:#f1f5f9;background:var(--bg);border-color:#cbd5e1}.ad-btn-success{background:#10b981;background:var(--success);box-shadow:0 2px 8px #10b9814d;color:#fff}.ad-btn-success:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.ad-btn-warning{background:#f59e0b;background:var(--warning);color:#fff}.ad-btn-warning:hover:not(:disabled){background:#d97706}.ad-btn-danger{background:#fff1f1;background:var(--accent-light);border:1.5px solid #fecdce;color:#e31e24;color:var(--accent)}.ad-btn-danger:hover:not(:disabled){background:#ffe0e0}.ad-btn-dark{background:#1e293b;color:#fff}.ad-btn-dark:hover:not(:disabled){background:#0f172a}.ad-btn-sm{font-size:12px;padding:5px 12px}.ad-btn-xs{font-size:11px;padding:3px 9px}.ad-btn-icon{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;color:var(--muted);cursor:pointer;display:inline-flex;font-size:15px;padding:6px;transition:background .15s,color .15s}.ad-btn-icon:hover{background:#f1f5f9;background:var(--bg);color:#0f172a;color:var(--text)}.ad-table-wrap{overflow-x:auto}.ad-table{border-collapse:collapse;font-size:13.5px;width:100%}.ad-table th{background:#f8fafc;border-bottom:1.5px solid #e2e8f0;border-bottom:1.5px solid var(--border);color:#64748b;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.07em;padding:11px 18px;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}.ad-table th:first-child{padding-left:24px}.ad-table th:last-child{padding-right:24px}.ad-table td{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);color:#334155;color:var(--text-sm);padding:13px 18px;vertical-align:middle}.ad-table td:first-child{padding-left:24px}.ad-table td:last-child{padding-right:24px}.ad-table tr:last-child td{border-bottom:none}.ad-table tbody tr{transition:background .1s}.ad-table tbody tr:hover td{background:#f8fafc}.ad-table tbody tr.selected td{background:#fef2f2}.ad-table .check-col{width:44px}input[type=checkbox].ad-check{accent-color:#e31e24;accent-color:var(--accent);border-radius:4px;cursor:pointer;height:16px;width:16px}.ad-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 10px;white-space:nowrap}.ad-badge-green{background:#ecfdf5;background:var(--success-bg);color:#065f46}.ad-badge-red{background:#fff1f1;background:var(--accent-light);color:#991b1b}.ad-badge-gray{background:#f1f5f9;color:#475569}.ad-badge-blue{background:#eff6ff;background:var(--info-bg);color:#1d4ed8}.ad-badge-orange{background:#fffbeb;background:var(--warning-bg);color:#92400e}.ad-pagination{align-items:center;background:#fafcff;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;font-size:13px;justify-content:space-between;padding:14px 24px}.ad-pagination-info{color:#64748b;color:var(--muted)}.ad-pagination-btns{display:flex;gap:5px}.ad-page-btn{background:#fff;background:var(--surface);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:7px;color:#334155;color:var(--text-sm);cursor:pointer;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:12.5px;font-weight:500;min-width:36px;padding:6px 12px;text-align:center;transition:all .15s}.ad-page-btn:hover:not(:disabled){background:#f1f5f9;background:var(--bg);border-color:#94a3b8}.ad-page-btn.active{background:#e31e24;background:var(--accent);border-color:#e31e24;border-color:var(--accent);box-shadow:0 2px 6px #e31e244d;color:#fff}.ad-page-btn:disabled{cursor:not-allowed;opacity:.35}.ad-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;padding:24px}.ad-form-group{display:flex;flex-direction:column;gap:6px}.ad-form-group.full{grid-column:1/-1}.ad-label{color:#334155;color:var(--text-sm);font-size:12px;font-weight:600}.ad-label span.req{color:#e31e24;color:var(--accent);margin-left:2px}.ad-input{background:#fff;border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13.5px;outline:none;padding:10px 13px;transition:border-color .15s,box-shadow .15s}.ad-input:focus{border-color:#e31e24;border-color:var(--accent);box-shadow:0 0 0 3px #e31e2414}.ad-input:read-only{background:#f1f5f9;background:var(--bg);color:#64748b;color:var(--muted);cursor:default}.ad-input.error{border-color:#e31e24;border-color:var(--accent)}.ad-textarea{border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:13.5px;min-height:90px;outline:none;padding:10px 13px;resize:vertical;transition:border-color .15s,box-shadow .15s}.ad-textarea:focus{border-color:#e31e24;border-color:var(--accent);box-shadow:0 0 0 3px #e31e2414}.ad-form-actions{background:#fafcff;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:18px 24px}.ad-form-hint{color:#64748b;color:var(--muted);font-size:11px;margin-top:2px}.ad-modal-overlay{align-items:center;animation:ad-fade-in .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}@keyframes ad-fade-in{0%{opacity:0}to{opacity:1}}.ad-modal{animation:ad-slide-up .2s ease;background:#fff;background:var(--surface);border-radius:16px;box-shadow:0 10px 30px #0000001f;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:calc(100vh - 48px);overflow:hidden;width:100%}@keyframes ad-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ad-modal-sm{max-width:480px}.ad-modal-md{max-width:620px}.ad-modal-lg{max-width:820px}.ad-modal-xl{max-width:1000px}.ad-modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:22px 24px 18px}.ad-modal-title{color:#0f172a;color:var(--text);font-size:17px;font-weight:700}.ad-modal-sub{font-size:12px;margin-top:2px}.ad-modal-close,.ad-modal-sub{color:#64748b;color:var(--muted)}.ad-modal-close{background:none;border:none;border-radius:6px;cursor:pointer;flex-shrink:0;font-size:20px;line-height:1;padding:2px 6px;transition:color .15s,background .15s}.ad-modal-close:hover{background:#fff1f1;background:var(--accent-light);color:#e31e24;color:var(--accent)}.ad-modal-body{flex:1 1;overflow-y:auto;padding:0}.ad-modal-footer{background:#fafcff;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;flex-shrink:0;gap:10px;justify-content:flex-end;padding:16px 24px}.ad-upload-zone{background:#f1f5f9;background:var(--bg);border:2px dashed #e2e8f0;border:2px dashed var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;margin:20px 24px 0;padding:40px 24px;text-align:center;transition:border-color .15s,background .15s}.ad-upload-zone.drag,.ad-upload-zone:hover{background:#fff1f1;background:var(--accent-light);border-color:#e31e24;border-color:var(--accent)}.ad-upload-icon{font-size:36px;margin-bottom:10px}.ad-upload-text{color:#0f172a;color:var(--text);font-size:14px;font-weight:600;margin-bottom:4px}.ad-upload-hint{color:#64748b;color:var(--muted);font-size:12px}.ad-upload-format{background:#f1f5f9;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin:16px 24px 0;padding:12px 16px}.ad-upload-format-title{color:#64748b;color:var(--muted);font-size:11px;font-weight:700;margin-bottom:6px;text-transform:uppercase}.ad-upload-cols{display:flex;flex-wrap:wrap;gap:6px}.ad-col-tag{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:4px;color:#e31e24;color:var(--accent);font-family:monospace;font-size:11px;font-weight:600;padding:2px 8px}.ad-col-tag.req{background:#fff1f1;background:var(--accent-light)}.ad-upload-preview{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin:0 24px;max-height:260px;overflow:hidden;overflow-y:auto}.ad-upload-preview-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:10px 16px}.ad-upload-preview-title{color:#0f172a;color:var(--text);font-size:12px;font-weight:700}.ad-upload-preview-count{color:#64748b;color:var(--muted);font-size:11px}.ad-upload-preview table{border-collapse:collapse;font-size:12px;width:100%}.ad-upload-preview th{background:#f8fafc;color:#64748b;color:var(--muted);font-size:10px;font-weight:700;padding:8px 12px;text-transform:uppercase;white-space:nowrap}.ad-upload-preview td,.ad-upload-preview th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}.ad-upload-preview td{color:#334155;color:var(--text-sm);padding:7px 12px}.ad-upload-preview tr:last-child td{border-bottom:none}.ad-upload-errors{background:#fff1f1;background:var(--accent-light);border:1px solid #fecdce;border-radius:8px;border-radius:var(--radius-sm);color:#991b1b;font-size:12px;margin:12px 24px 0;max-height:100px;overflow-y:auto;padding:10px 14px}.ad-upload-errors li{margin-bottom:2px;margin-left:14px}.ad-detail-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.ad-detail-row{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:3px;padding:12px 24px}.ad-detail-label{color:#64748b;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ad-detail-value{color:#0f172a;color:var(--text);font-size:13.5px;word-break:break-all}.ad-qr-box{align-items:center;background:#fff1f1;background:var(--accent-light);border:2px dashed #e2e8f0;border:2px dashed var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#e31e24;color:var(--accent);cursor:default;display:inline-flex;flex-direction:column;font-size:11px;font-weight:800;gap:2px;height:56px;justify-content:center;letter-spacing:.08em;width:56px}.ad-location{align-items:center;display:flex;font-size:12px;gap:5px}.ad-empty,.ad-location{color:#64748b;color:var(--muted)}.ad-empty{font-size:14px;padding:60px 20px;text-align:center}.ad-empty-icon{font-size:40px;margin-bottom:10px;opacity:.4}.ad-empty-title{color:#334155;color:var(--text-sm);font-size:14px;font-weight:600;margin-bottom:4px}.ad-empty-sub{color:#64748b;color:var(--muted);font-size:12.5px}.ad-spinner{animation:ad-spin .7s linear infinite;border:2.5px solid #e2e8f0;border-top-color:#e31e24;border:2.5px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:26px;margin:0 auto;width:26px}.ad-spinner-sm{border-width:2px;height:16px;width:16px}@keyframes ad-spin{to{transform:rotate(1turn)}}.ad-loading{padding:56px;text-align:center}.ad-error{background:#fff1f1;background:var(--accent-light);border:1px solid #fecdce;border-radius:8px;border-radius:var(--radius-sm);color:#991b1b}.ad-error,.ad-success-strip{align-items:center;display:flex;font-size:13px;gap:8px;margin-bottom:18px;padding:11px 16px}.ad-success-strip{background:#ecfdf5;background:var(--success-bg);border:1px solid #6ee7b7;border-radius:8px;border-radius:var(--radius-sm);color:#065f46}.ad-api-section{margin-bottom:32px}.ad-api-title{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border);font-size:16px;font-weight:700;margin-bottom:12px;padding-bottom:8px}.ad-endpoint{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;margin-bottom:12px;overflow:hidden}.ad-endpoint-header{align-items:center;cursor:pointer;display:flex;gap:10px;padding:12px 16px;-webkit-user-select:none;user-select:none}.ad-endpoint-body{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:0 16px 16px}.ad-method{border-radius:4px;display:inline-block;font-size:11px;font-weight:800;letter-spacing:.04em;min-width:54px;padding:2px 8px;text-align:center}.ad-method-get{background:#eff6ff;background:var(--info-bg);color:#1d4ed8}.ad-method-post{background:#ecfdf5;background:var(--success-bg);color:#065f46}.ad-method-put{background:#fffbeb;background:var(--warning-bg);color:#92400e}.ad-method-delete{background:#fff1f1;background:var(--accent-light);color:#991b1b}.ad-path{color:#0f172a;color:var(--text);font-family:Fira Code,Courier New,monospace;font-size:13px}.ad-endpoint-desc{color:#64748b;color:var(--muted);font-size:12px;margin-left:auto}.ad-code{background:#0f172a;border-radius:8px;border-radius:var(--radius-sm);color:#e2e8f0;font-family:Fira Code,Courier New,monospace;overflow-x:auto;padding:14px 16px;white-space:pre}.ad-code,.ad-param-table{font-size:12px;margin-top:10px}.ad-param-table{border-collapse:collapse;width:100%}.ad-param-table th{background:#f1f5f9;background:var(--bg);color:#64748b;color:var(--muted);font-size:11px;font-weight:700;padding:6px 10px;text-align:left}.ad-param-table td{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:6px 10px}.ad-param-name{font-family:monospace}.ad-param-name,.ad-required{color:#e31e24;color:var(--accent)}.ad-required{font-size:10px;font-weight:700}.ad-login-wrap{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);justify-content:center;min-height:100vh;padding:24px}.ad-login-card{background:#fff;background:var(--surface);border-radius:18px;box-shadow:0 10px 30px #0000001f;box-shadow:var(--shadow-lg);max-width:400px;padding:40px 36px;width:100%}.ad-login-logo{align-items:center;display:flex;gap:12px;margin-bottom:32px}.ad-login-title{font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.ad-login-sub{color:#64748b;color:var(--muted);font-size:13px;margin-bottom:28px}.ad-gap-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ad-tag{background:#f1f5f9;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;color:#64748b;color:var(--muted);font-size:11px;padding:2px 8px}.ad-mono{font-family:Fira Code,Courier New,monospace;font-size:12px}.ad-section-gap{margin-bottom:22px}.ad-text-muted{color:#64748b;color:var(--muted)}.ad-text-sm{font-size:12px}.ad-fw-bold{font-weight:700}.ad-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-hamburger,.ad-mobile-header{display:none}.ad-sidebar-overlay{animation:ad-fade-in .2s ease;background:#0000008c;display:none;inset:0;position:fixed;z-index:199}.ad-sidebar-overlay.open{display:block}@media (max-width:1023px){.ad-sidebar{transform:translateX(-100%);transition:transform .25s ease;z-index:300}.ad-sidebar.open{transform:translateX(0)}.ad-main{margin-left:0}.ad-mobile-header{align-items:center;background:#0f172a;background:var(--sidebar-bg);box-shadow:0 2px 8px #0003;display:flex;flex-shrink:0;gap:12px;height:56px;padding:0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:150}.ad-hamburger{align-items:center;background:none;border:none;border-radius:6px;color:#fffc;cursor:pointer;display:flex;font-size:22px;justify-content:center;line-height:1;padding:6px 8px;transition:background .15s,color .15s}.ad-hamburger:hover{background:#ffffff1a;color:#fff}.ad-mobile-header-logo{color:#fff;font-size:15px;font-weight:700;letter-spacing:-.01em}.ad-topbar{flex-wrap:wrap;gap:8px;height:auto;min-height:56px;padding:10px 16px}.ad-topbar-title{font-size:16px}.ad-topbar-sub{font-size:11px}.ad-form-grid,.ad-page{padding:14px 16px}.ad-form-grid{grid-template-columns:1fr}.ad-form-group.full{grid-column:1}.ad-modal-overlay{align-items:flex-end;padding:10px}.ad-modal{border-radius:16px 16px 0 0;max-height:90vh}.ad-modal-lg,.ad-modal-md,.ad-modal-sm,.ad-modal-xl{max-width:100%}.ad-stats-grid{gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.ad-db-cards{gap:12px;margin-bottom:16px}.ad-db-cards,.ad-detail-grid{grid-template-columns:1fr}.ad-topbar-right{flex-wrap:wrap;gap:6px}.ad-card-header{padding:14px 16px}.ad-toolbar{gap:8px}.ad-search{min-width:0;min-width:auto;width:100%}.ad-bulk-bar{padding:10px 16px}.ad-pagination{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px}.ad-table td,.ad-table th{padding:10px 12px}.ad-table td:first-child,.ad-table th:first-child{padding-left:14px}.ad-table td:last-child,.ad-table th:last-child{padding-right:14px}.ad-section-gap{margin-bottom:14px}.ad-login-card{padding:28px 20px}}@media (max-width:480px){.ad-stats-grid{grid-template-columns:1fr}.ad-topbar-right .ad-btn-text{display:none}.ad-stat-value{font-size:24px}.ad-page{padding:12px}}.HomeScreen_screen__IcgtT{background:#fff;display:flex;flex-direction:column;min-height:100vh}.HomeScreen_header__n5846{align-items:center;border-bottom:1px solid #efefef;display:flex;flex-shrink:0;justify-content:center;padding:20px 0 16px}.HomeScreen_content__BkD3d{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:0 20px 108px}.HomeScreen_hero__tcR6R{display:flex;flex-direction:column;gap:8px;padding-top:20px}.HomeScreen_headline__uMp1P{color:#111;font-family:var(--font-primary);font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin:0}.HomeScreen_subtitle__Wh9RG{color:#666;font-family:var(--font-primary);font-size:14px;line-height:1.55;margin:0}.HomeScreen_scanBtn__vA3e5{background:#fff;border:1.5px solid #e31e24;border-radius:10px;color:#e31e24;cursor:pointer;font-family:var(--font-primary);font-size:14px;font-weight:700;margin-top:4px;padding:12px 20px;text-align:center;transition:background .15s ease,transform .1s ease;width:100%}.HomeScreen_scanBtn__vA3e5:active{background:#e31e240a;transform:scale(.98)}.HomeScreen_scanHint__9uLcU{color:#999;font-family:var(--font-primary);font-size:12px;margin:0;text-align:center}.HomeScreen_featuresRow__kQaFT{align-items:flex-start;display:flex;justify-content:space-between;padding:0 4px}.HomeScreen_featureItem__TOdEs{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.HomeScreen_featureCircle__Hb\+ES{align-items:center;background:#e31e2414;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.HomeScreen_featureLabel__1vveF{color:#333;font-family:var(--font-primary);font-size:12px;font-weight:500;line-height:1.45;margin:0;text-align:center}.HomeScreen_cashbackCard__EpV7c{background:#111;border-radius:16px;display:flex;flex-direction:column;gap:6px;padding:18px 18px 16px}.HomeScreen_cashbackTitle__otEHp{color:#fff;font-family:var(--font-primary);font-size:18px;font-weight:700;line-height:1.25;margin:0}.HomeScreen_cashbackSubtitle__BMAvy{color:#ffffffb3;font-family:var(--font-primary);font-size:12px;line-height:1.5;margin:0}.HomeScreen_registerBtn__iO2ip{align-self:flex-start;background:#0000;border:1.5px solid #fff;border-radius:6px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:12px;font-weight:600;margin-top:6px;padding:7px 14px;transition:background .15s ease,transform .1s ease}.HomeScreen_registerBtn__iO2ip:active{background:#ffffff14;transform:scale(.97)}.HomeScreen_recentSection__UT54C{padding-bottom:4px}.HomeScreen_recentTitle__aThcr{color:#111;font-family:var(--font-primary);font-size:16px;font-weight:700;margin:0 0 14px}.HomeScreen_recentEmpty__FvWrA{color:#aaa;font-family:var(--font-primary);font-size:13px;padding:18px 0;text-align:center}.HomeScreen_scanItem__5bPGZ{align-items:center;border-bottom:1px solid #f2f2f2;display:flex;justify-content:space-between;padding:13px 0}.HomeScreen_scanItem__5bPGZ:last-child{border-bottom:none}.HomeScreen_scanProduct__5Z0Ro{color:#111;font-family:var(--font-primary);font-size:13px;font-weight:600;margin:0 0 3px}.HomeScreen_scanDate__pTMwS{color:#999;font-family:var(--font-primary);font-size:12px;margin:0}.HomeScreen_scanStatus__KpDuS{color:#22c55e;font-family:var(--font-primary);font-size:12px;font-weight:600}.HomeScreen_bottomNav__VhIzu{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px 12px;position:fixed;transform:translateX(-50%);width:100%;z-index:100}.HomeScreen_navItem__-0Rxg{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.HomeScreen_navItem__-0Rxg:active{opacity:.7}.HomeScreen_navLabel__wALCF{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.HomeScreen_navCenter__oV77m{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.HomeScreen_navCenter__oV77m:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.BigQrScanScreen_screen__f7TYy{background:#000;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.BigQrScanScreen_topBar__qudJI{align-items:center;display:flex;justify-content:space-between;padding:52px 20px 8px}.BigQrScanScreen_iconBtn__izBB-{align-items:center;background:#0000;border:1.5px solid #ffffff73;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background .15s ease;width:40px}.BigQrScanScreen_iconBtn__izBB-:active{background:#ffffff1a}.BigQrScanScreen_hint__k0VBU{color:#fff;font-size:14px;font-weight:400;margin:0;padding:18px 24px 22px;text-align:center}.BigQrScanScreen_scannerWrapper__V1pyh{aspect-ratio:1;background:#1c1c1c;border-radius:22px;margin:0 16px;overflow:hidden;position:relative}.BigQrScanScreen_loadingBox__ofnKQ{align-items:center;background:#1c1c1c;border-radius:22px;color:#fff;display:flex;flex-direction:column;font-size:14px;gap:14px;inset:0;justify-content:center;position:absolute}.BigQrScanScreen_errorBanner__y-pVJ{align-items:flex-start;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;display:flex;gap:8px;margin:14px 16px 0;padding:12px 14px}.BigQrScanScreen_errorBanner__y-pVJ p{color:#ffffffd9;flex:1 1;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin:0}.BigQrScanScreen_errorBanner__y-pVJ button{background:#e31e24;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:12px;font-weight:600;padding:5px 12px;white-space:nowrap}.BigQrScanScreen_bottomHint__D74HL{color:#ffffffd9;font-size:14px;margin:0;padding:22px 24px;text-align:center}.ScanScreen_screen__VjZ3x{background:#000;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.ScanScreen_topBar__c6qfX{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;padding:52px 20px 8px}.ScanScreen_iconBtn__CTvY4{align-items:center;background:#ffffff1f;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ScanScreen_iconBtn__CTvY4:active{background:#ffffff38}.ScanScreen_center__gAHfi{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:24px;justify-content:center;padding:0 16px}.ScanScreen_scannerWrapper__Slbui{aspect-ratio:1;background:#1c1c1c;border-radius:22px;overflow:hidden;position:relative;width:100%}.ScanScreen_loadingBox__\+th\+F{align-items:center;background:#1c1c1c;color:#fff;display:flex;flex-direction:column;font-size:14px;gap:14px;inset:0;justify-content:center;position:absolute}.ScanScreen_hint__I2zlv{color:#fff;font-family:var(--font-primary);font-size:13.5px;font-weight:400;margin:0;text-align:center}.ScanScreen_errorBanner__qAHBi{align-items:flex-start;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;bottom:16px;display:flex;gap:8px;left:16px;padding:12px 14px;position:absolute;right:16px}.ScanScreen_errorBanner__qAHBi p{color:#ffffffd9;flex:1 1;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin:0}.ScanScreen_errorBanner__qAHBi button{background:#e31e24;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:12px;font-weight:600;padding:5px 12px;white-space:nowrap}.ProductDetailsScreen_screen__EyKHj{background:#fff;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.ProductDetailsScreen_scrollContent__AmVWa{flex:1 1;overflow-y:auto;padding-bottom:120px}.ProductDetailsScreen_topRow__PWZB5{padding:52px 20px 8px}.ProductDetailsScreen_backBtn__70rC1{align-items:center;background:#fff;border:1.5px solid #e8e8e8;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .15s ease;width:38px}.ProductDetailsScreen_backBtn__70rC1:active{background:#f5f5f5}.ProductDetailsScreen_pageTitle__cfqXs{color:#111;font-family:var(--font-primary);font-size:24px;font-weight:800;letter-spacing:-.3px;margin:8px 0 4px;padding:0 20px}.ProductDetailsScreen_productName__YuYDE{color:#e31e24;font-family:var(--font-primary);font-size:16px;font-weight:700;line-height:1.4;margin:0 0 20px;padding:0 20px}.ProductDetailsScreen_section__ahrJc{margin-bottom:20px;padding:0 20px}.ProductDetailsScreen_sectionTitle__lwzIJ{color:#111;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0 0 8px}.ProductDetailsScreen_sectionBody__HR6We{color:#555;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.ProductDetailsScreen_featureList__-mjl3{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.ProductDetailsScreen_featureItem__834Wb{color:#555;font-family:var(--font-primary);font-size:13px;line-height:1.55;padding-left:14px;position:relative}.ProductDetailsScreen_featureItem__834Wb:before{color:#555;content:"•";left:0;position:absolute}.ProductDetailsScreen_ctaArea__-qIb5{padding:24px 20px 0}.ProductDetailsScreen_validateBtn__kbAmr{background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:16px;font-weight:700;letter-spacing:.1px;padding:15px 20px;transition:background .15s ease,transform .1s ease;width:100%}.ProductDetailsScreen_validateBtn__kbAmr:active{background:#2a2a2a;transform:scale(.98)}.ProductDetailsScreen_secureHint__8anD5{color:#aaa;font-family:var(--font-primary);font-size:12px;margin:10px 0 0;text-align:center}.ProductDetailsScreen_alreadyText__NmMSy{color:#888;font-family:var(--font-primary);font-size:13px;margin:0 0 14px;text-align:center}.ProductDetailsScreen_bottomNav__qlucb{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.ProductDetailsScreen_navItem__dkzfU{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ProductDetailsScreen_navItem__dkzfU:active{opacity:.7}.ProductDetailsScreen_navLabel__veM1n{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ProductDetailsScreen_navCenter__a\+b5E{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.ProductDetailsScreen_navCenter__a\+b5E:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.PermissionsScreen_screen__-S9TL{background:#fff;display:flex;flex-direction:column;min-height:100vh}.PermissionsScreen_topBar__QdeUF{align-items:center;display:flex;padding:18px 20px 0}.PermissionsScreen_backBtn__aMtIM{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.PermissionsScreen_backBtn__aMtIM:active{background:#e31e240f}.PermissionsScreen_content__q6oEl{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.PermissionsScreen_iconWrapper__\+M7Rx{align-items:center;background:#e31e240d;border:1.5px solid #e31e24;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.PermissionsScreen_iconSquare__jGpr9{align-items:center;background:#e31e24;border-radius:11px;display:flex;height:42px;justify-content:center;width:42px}.PermissionsScreen_title__T5UPJ{color:#111;font-family:var(--font-primary);font-size:26px;font-weight:800;letter-spacing:-.3px;margin:0 0 10px;text-align:center}.PermissionsScreen_subtitle__oB-5X{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 28px;text-align:center}.PermissionsScreen_cards__mDKRv{display:flex;flex-direction:column;gap:16px;margin-bottom:36px;width:100%}.PermissionsScreen_card__trzTR{align-items:center;background:#fff;border:1px solid #e31e2447;border-radius:14px;display:flex;gap:16px;padding:16px 18px;width:100%}.PermissionsScreen_cardIcon__hrsmQ{align-items:center;background:#e31e24;border-radius:10px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.PermissionsScreen_cardTexts__EvUPU{display:flex;flex-direction:column;gap:3px}.PermissionsScreen_cardTitle__dQ1oo{color:#111;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.PermissionsScreen_cardDesc__WW0Ey{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.PermissionsScreen_buttons__gtJS0{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;width:100%}.PermissionsScreen_allowBtn__7EXFV{align-items:center;background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;gap:8px;height:52px;justify-content:center;letter-spacing:.1px;width:100%}.PermissionsScreen_allowBtn__7EXFV:active{opacity:.88;transform:scale(.98)}.PermissionsScreen_allowBtn__7EXFV:disabled{cursor:not-allowed;opacity:.6;transform:none}.PermissionsScreen_denyBtn__vvSKw{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#111;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;justify-content:center;letter-spacing:.1px;width:100%}.PermissionsScreen_denyBtn__vvSKw:active{background:#f9fafb}.PermissionsScreen_privacyNote__-U-ln{align-items:center;display:flex;gap:6px;justify-content:center}.PermissionsScreen_privacyText__PY6mC{color:#999;font-family:var(--font-primary);font-size:11.5px;line-height:1.5}.PermissionsScreen_errorMsg__YP55a{color:#e31e24;font-family:var(--font-primary);font-size:12.5px;margin-bottom:4px;text-align:center;width:100%}.PermissionsScreen_bottomNav__8imxX{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.PermissionsScreen_navItem__8xRv2{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.PermissionsScreen_navItem__8xRv2:active{opacity:.7}.PermissionsScreen_navLabel__7ap53{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.PermissionsScreen_navCenter__2Jhfw{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.PermissionsScreen_navCenter__2Jhfw:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.LoginScreen_screen__H8L3m{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.LoginScreen_topBar__-KPVY{align-items:center;display:flex;justify-content:space-between;padding:16px}.LoginScreen_backBtn__7H1U5{align-items:center;background:var(--gray-100);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.LoginScreen_content__PP7Kh{animation:LoginScreen_slideUp__hHdNO .3s ease;display:flex;flex:1 1;flex-direction:column;gap:20px;padding:16px 24px 40px}.LoginScreen_logoSection__-cW3j{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.LoginScreen_logo__Vtqum{align-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:20px;box-shadow:0 8px 24px #e9456059;color:#fff;display:flex;font-size:26px;font-weight:800;height:72px;justify-content:center;width:72px}.LoginScreen_appName__cLfFL{color:var(--primary);font-size:18px;font-weight:700}.LoginScreen_titleSection__k2br7{text-align:center}.LoginScreen_title__a34Nw{color:var(--gray-900);font-size:26px;font-weight:800;margin-bottom:6px}.LoginScreen_subtitle__D5gvC{color:var(--gray-500);font-size:14px;line-height:1.6}.LoginScreen_errorMsg__faBAf{color:var(--danger);font-size:13px;font-weight:500;margin-top:4px}.LoginScreen_terms__qqnJH{color:var(--gray-400);font-size:12px;line-height:1.6;text-align:center}.LoginScreen_terms__qqnJH span{color:var(--accent);cursor:pointer;font-weight:600}.LoginScreen_resendRow__wOXs1{align-items:center;color:var(--gray-500);display:flex;font-size:14px;gap:6px;justify-content:center}.LoginScreen_resendBtn__8RzhO{background:none;border:none;color:var(--accent);cursor:pointer;font-family:var(--font-primary);font-size:14px;font-weight:700;padding:0}.LoginScreen_resendBtn__8RzhO:disabled{color:var(--gray-400);cursor:default}.ProfileSetupScreen_screen__qtjFT{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.ProfileSetupScreen_header__wOP7H{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:40px 24px 28px}.ProfileSetupScreen_headerContent__0K7cc{margin-bottom:20px}.ProfileSetupScreen_headerTitle__LPBAb{color:#fff;font-size:26px;font-weight:800;margin-bottom:6px}.ProfileSetupScreen_headerSub__iJ1vk{color:#ffffff8c;font-size:14px}.ProfileSetupScreen_stepIndicator__bEncu{display:flex;gap:6px}.ProfileSetupScreen_stepDot__jqhPY{border-radius:2px;height:4px;transition:background .3s;width:24px}.ProfileSetupScreen_form__MXQB7{animation:ProfileSetupScreen_slideUp__\+tbFh .4s ease;display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto;padding:24px 20px 40px}.ProfileSetupScreen_errorBanner__p-UJ5{background:var(--danger-bg);border:1px solid #ef444433;border-radius:var(--radius-md);color:var(--danger);font-size:13px;font-weight:500;margin-bottom:8px;padding:12px 16px}.ProfileSetupScreen_fieldError__JDLMy{color:var(--danger);font-size:12px;font-weight:500;margin-top:4px}.ProfileSetupScreen_genderRow__bE5FX{display:flex;gap:10px}.ProfileSetupScreen_genderBtn__nFFi8{align-items:center;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:var(--font-primary);font-size:12px;font-weight:600;gap:4px;padding:12px 8px;transition:all .2s}.ProfileSetupScreen_genderBtn__nFFi8 span{display:block;font-size:20px;line-height:1;margin-bottom:2px}.ProfileSetupScreen_genderBtn__nFFi8:active{transform:scale(.97)}.ProfileSetupScreen_genderSelected__S9fCx{background:#e945600f;border-color:var(--accent);color:var(--accent)}.ProfileSetupScreen_readOnlyField__0XCDi{align-items:center;background:var(--gray-100);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);display:flex;font-size:15px;font-weight:500;justify-content:space-between;padding:14px 16px}.ProfileSetupScreen_verifiedBadge__-v6hK{background:var(--success-bg);border-radius:var(--radius-full);color:var(--success);font-size:12px;font-weight:700;padding:4px 10px}.ProfileSetupScreen_btnGroup__O33m6{display:flex;flex-direction:column;gap:10px;margin-top:12px}.ProfileScreen_screen__Gioyj{background:var(--gray-50);display:flex;flex-direction:column;min-height:100vh}.ProfileScreen_topBar__9wzfw{align-items:center;background:var(--white);border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ProfileScreen_backBtn__6eMor{align-items:center;background:var(--gray-100);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.ProfileScreen_topTitle__gh8ye{color:var(--gray-900);font-size:16px;font-weight:700}.ProfileScreen_editToggle__dL7WB{background:#e9456014;border:none;border-radius:var(--radius-full);color:var(--accent);cursor:pointer;font-family:var(--font-primary);font-size:13px;font-weight:700;padding:8px 18px;transition:all .2s}.ProfileScreen_content__oaQhv{animation:ProfileScreen_slideUp__UGA7B .3s ease;display:flex;flex:1 1;flex-direction:column;gap:16px;padding:20px 16px 40px}.ProfileScreen_avatarSection__J51y-{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:var(--radius-xl);display:flex;gap:16px;padding:20px}.ProfileScreen_avatarLarge__aNogx{align-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:18px;box-shadow:0 4px 16px #e9456066;color:#fff;display:flex;flex-shrink:0;font-size:22px;font-weight:800;height:64px;justify-content:center;width:64px}.ProfileScreen_avatarInfo__kIllw{flex:1 1}.ProfileScreen_avatarName__APBDq{color:#fff;font-size:18px;font-weight:700;margin-bottom:4px}.ProfileScreen_avatarMobile__4rCcp{align-items:center;color:#fff9;display:flex;font-size:14px;gap:4px}.ProfileScreen_verifiedDot__e1fZo{color:var(--success);font-size:12px;font-weight:700;margin-left:4px}.ProfileScreen_savedBanner__7\+O5J{animation:ProfileScreen_slideUp__UGA7B .3s ease;background:var(--success-bg);border:1px solid #22c55e40;border-radius:var(--radius-md);color:#16a34a;font-size:14px;font-weight:600;padding:12px 16px;text-align:center}.ProfileScreen_errorBanner__W9QfI{background:var(--danger-bg);border:1px solid #ef444433;border-radius:var(--radius-md);color:var(--danger);font-size:13px;padding:12px 16px}.ProfileScreen_fieldError__Fnx8t{color:var(--danger);font-size:12px;font-weight:500;margin-top:4px}.ProfileScreen_section__qIUb7{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.ProfileScreen_sectionTitle__TZ1d\+{border-bottom:1px solid var(--gray-100);color:var(--gray-400);font-size:11px;font-weight:700;letter-spacing:.07em;padding:14px 16px 10px;text-transform:uppercase}.ProfileScreen_infoRow__R-MTs{align-items:flex-start;border-bottom:1px solid var(--gray-100);display:flex;gap:14px;padding:14px 16px}.ProfileScreen_infoRow__R-MTs:last-child{border-bottom:none}.ProfileScreen_infoIcon__BYNIx{font-size:20px;min-width:28px;padding-top:2px}.ProfileScreen_infoContent__F1uEL{flex:1 1}.ProfileScreen_infoLabel__paLYb{color:var(--gray-400);font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.ProfileScreen_infoValue__S5OJR{color:var(--gray-800);font-size:15px;font-weight:500}.ProfileScreen_inlineInput__9hwO\+{font-size:14px!important;margin-top:4px;padding:10px 12px!important}.ProfileScreen_genderRow__vK7\+t{display:flex;gap:8px;margin-top:6px}.ProfileScreen_genderBtn__r8uPl{align-items:center;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);cursor:pointer;display:flex;flex:1 1;font-family:var(--font-primary);font-size:12px;font-weight:600;gap:4px;justify-content:center;padding:8px 6px;transition:all .2s}.ProfileScreen_genderSelected__MB7Yy{background:#e945600f;border-color:var(--accent);color:var(--accent)}.ProfileScreen_logoutSection__SGM3X{display:flex;justify-content:center;margin-top:8px}.ProfileScreen_logoutBtn__Zot3M{align-items:center;background:var(--danger-bg);border:1.5px solid #ef444433;border-radius:var(--radius-full);color:var(--danger);cursor:pointer;display:flex;font-family:var(--font-primary);font-size:14px;font-weight:700;gap:8px;padding:12px 32px;transition:all .2s}.ProfileScreen_logoutBtn__Zot3M:hover{background:#fee2e2}.ProfileScreen_versionNote__qQZNB{color:var(--gray-300);font-size:11px;padding-bottom:8px;text-align:center}.FakeProductScreen_screen__dLgj5{background:#fff;display:flex;flex-direction:column;min-height:100vh}.FakeProductScreen_topBar__x8j89{align-items:center;display:flex;padding:18px 20px 0}.FakeProductScreen_backBtn__IeHeW{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.FakeProductScreen_backBtn__IeHeW:active{background:#e31e240f}.FakeProductScreen_content__mC33B{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.FakeProductScreen_iconWrapper__4hc0g{align-items:center;background:#e31e240d;border:1.5px solid #e31e24;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.FakeProductScreen_title__Cp7w4{color:#e31e24;font-family:var(--font-primary);font-size:26px;font-weight:800;letter-spacing:-.3px;margin:0 0 10px;text-align:center}.FakeProductScreen_subtitle__ssGmg{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.FakeProductScreen_alertCard__Z1vHL{align-items:center;background:#e31e240f;border:1px solid #e31e2433;border-radius:14px;display:flex;gap:13px;margin-bottom:26px;padding:16px 18px;width:100%}.FakeProductScreen_alertDot__J4-Ta{background:#e31e24;border-radius:50%;flex-shrink:0;height:9px;width:9px}.FakeProductScreen_alertTexts__5RjmU{display:flex;flex-direction:column;gap:3px}.FakeProductScreen_alertCardTitle__UlXgE{color:#e31e24;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.FakeProductScreen_alertCardText__gp2gN{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.FakeProductScreen_infoSection__jwVnF{margin-bottom:30px;width:100%}.FakeProductScreen_infoTitle__IGQiJ{color:#111;font-family:var(--font-primary);font-size:15px;font-weight:700;margin:0 0 7px}.FakeProductScreen_infoText__JpDWm{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.FakeProductScreen_reportBtn__pFhw4{align-items:center;background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;justify-content:center;letter-spacing:.1px;width:100%}.FakeProductScreen_reportBtn__pFhw4:active{opacity:.88;transform:scale(.98)}.FakeProductScreen_bottomNav__v8KMT{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.FakeProductScreen_navItem__tv8OM{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.FakeProductScreen_navItem__tv8OM:active{opacity:.7}.FakeProductScreen_navLabel__qQ3Qj{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.FakeProductScreen_navCenter__QNqqG{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.FakeProductScreen_navCenter__QNqqG:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.AlreadySoldScreen_screen__m1wc1{background:#fff;display:flex;flex-direction:column;min-height:100vh}.AlreadySoldScreen_topBar__dzqSq{align-items:center;display:flex;padding:18px 20px 0}.AlreadySoldScreen_backBtn__mlrU9{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.AlreadySoldScreen_backBtn__mlrU9:active{background:#e31e240f}.AlreadySoldScreen_content__Fs78I{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.AlreadySoldScreen_iconWrapper__wi7Pb{align-items:center;background:#c2700a14;border:1.5px solid #c2700a73;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.AlreadySoldScreen_title__fcVSb{color:#c2700a;font-family:var(--font-primary);font-size:26px;font-weight:800;letter-spacing:-.3px;margin:0 0 10px;text-align:center}.AlreadySoldScreen_subtitle__heRWH{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.AlreadySoldScreen_alertCard__TUeSh{align-items:center;background:#c2700a12;border:1px solid #c2700a33;border-radius:14px;display:flex;gap:13px;margin-bottom:26px;padding:16px 18px;width:100%}.AlreadySoldScreen_alertDot__MBgqc{background:#c2700a;border-radius:50%;flex-shrink:0;height:9px;width:9px}.AlreadySoldScreen_alertTexts__Cwu8Q{display:flex;flex-direction:column;gap:3px}.AlreadySoldScreen_alertCardTitle__KXvLU{color:#c2700a;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.AlreadySoldScreen_alertCardText__8G6ls{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.AlreadySoldScreen_infoSection__fxKUV{margin-bottom:30px;width:100%}.AlreadySoldScreen_infoText__nZOcb{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.AlreadySoldScreen_contactBtn__Tk4TS{align-items:center;background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;justify-content:center;letter-spacing:.1px;width:100%}.AlreadySoldScreen_contactBtn__Tk4TS:active{opacity:.88;transform:scale(.98)}.AlreadySoldScreen_bottomNav__3Kozx{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.AlreadySoldScreen_navItem__1h2R2{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.AlreadySoldScreen_navItem__1h2R2:active{opacity:.7}.AlreadySoldScreen_navLabel__704T4{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.AlreadySoldScreen_navCenter__g3z2k{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.AlreadySoldScreen_navCenter__g3z2k:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.IncorrectQrScreen_screen__NgkIE{background:#fff;display:flex;flex-direction:column;min-height:100vh}.IncorrectQrScreen_topBar__3VFVG{align-items:center;display:flex;flex-shrink:0;padding:18px 20px 0}.IncorrectQrScreen_backBtn__hkJPd{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.IncorrectQrScreen_backBtn__hkJPd:active{background:#e31e240f}.IncorrectQrScreen_content__Cv6HC{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 24px 108px}.IncorrectQrScreen_iconWrapper__gdXxF{align-items:center;background:#e31e2412;border:1.5px solid #e31e2459;border-radius:50%;display:flex;height:76px;justify-content:center;margin-bottom:22px;width:76px}.IncorrectQrScreen_title__5then{color:#e31e24;font-family:var(--font-primary);font-size:26px;font-weight:800;letter-spacing:-.3px;margin:0 0 12px;text-align:center}.IncorrectQrScreen_subtitle__22tRc{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 24px;text-align:center}.IncorrectQrScreen_hintCard__FFzCD{background:#fff;border:1px solid #e31e2459;border-radius:14px;margin-bottom:22px;padding:8px;width:100%}.IncorrectQrScreen_hintInner__\+rEte{background:#e31e240f;border-radius:9px;padding:14px 16px}.IncorrectQrScreen_hintText__G4pDZ{color:#444;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.IncorrectQrScreen_divider__XEZUV{background:#e5e7eb;height:1px;margin-bottom:22px;width:100%}.IncorrectQrScreen_scanAgainBtn__mVus8{align-items:center;background:#111;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:54px;justify-content:center;letter-spacing:.1px;width:100%}.IncorrectQrScreen_scanAgainBtn__mVus8:active{opacity:.88;transform:scale(.98)}.IncorrectQrScreen_bottomNav__9LgXE{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.IncorrectQrScreen_navItem__sASPu{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.IncorrectQrScreen_navItem__sASPu:active{opacity:.7}.IncorrectQrScreen_navLabel__AxQLa{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.IncorrectQrScreen_navCenter__AUhLA{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.IncorrectQrScreen_navCenter__AUhLA:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.ProductVerifiedScreen_screen__dkRLX{background:#fff;display:flex;flex-direction:column;min-height:100vh}.ProductVerifiedScreen_topBar__7yv1b{align-items:center;display:flex;padding:18px 20px 0}.ProductVerifiedScreen_backBtn__nSC8s{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.ProductVerifiedScreen_backBtn__nSC8s:active{background:#e31e240f}.ProductVerifiedScreen_content__XQW7A{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.ProductVerifiedScreen_iconWrapper__2cW74{align-items:center;background:#16a34a12;border:1.5px solid #16a34a80;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.ProductVerifiedScreen_title__8Fmbz{color:#16a34a;font-family:var(--font-primary);font-size:28px;font-weight:800;letter-spacing:-.3px;margin:0 0 10px;text-align:center}.ProductVerifiedScreen_subtitle__qCavn{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.ProductVerifiedScreen_statusCard__bAXOR{background:#fff;border:1px solid #16a34a38;border-radius:14px;margin-bottom:22px;padding:8px;width:100%}.ProductVerifiedScreen_statusInner__wYkso{align-items:center;background:#16a34a14;border-radius:9px;display:flex;gap:12px;padding:14px 16px}.ProductVerifiedScreen_statusDot__oW4m5{background:#16a34a;border-radius:50%;flex-shrink:0;height:9px;width:9px}.ProductVerifiedScreen_statusTexts__0TZ5X{display:flex;flex-direction:column;gap:3px}.ProductVerifiedScreen_statusTitle__mz\+yW{color:#16a34a;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.ProductVerifiedScreen_statusDesc__UewQk{color:#666;font-family:var(--font-primary);font-size:12.5px;margin:0}.ProductVerifiedScreen_divider__xxmex{background:#e5e7eb;height:1px;margin-bottom:22px;margin-top:6px;width:100%}.ProductVerifiedScreen_rewardsLabel__v1sCW{align-self:flex-start;color:#111;font-family:var(--font-primary);font-size:13px;font-weight:500;margin:0 0 14px}.ProductVerifiedScreen_rewardsCard__p6op9{align-items:center;background:#e31e24;border-radius:16px;display:flex;gap:16px;margin-bottom:16px;padding:18px;width:100%}.ProductVerifiedScreen_giftIconBox__cnt\+r{align-items:center;background:#fff;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ProductVerifiedScreen_rewardsTexts__NdjAq{display:flex;flex:1 1;flex-direction:column;gap:5px}.ProductVerifiedScreen_rewardsTitle__C55tY{color:#fff;font-family:var(--font-primary);font-size:15px;font-weight:700;line-height:1.35;margin:0}.ProductVerifiedScreen_rewardsDesc__RYWAX{color:#ffffffd9;font-family:var(--font-primary);font-size:12px;line-height:1.55;margin:0}.ProductVerifiedScreen_registerBtn__KxpfE{align-items:center;background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;justify-content:center;letter-spacing:.1px;width:100%}.ProductVerifiedScreen_registerBtn__KxpfE:active{opacity:.88;transform:scale(.98)}.ProductVerifiedScreen_bottomNav__75IHC{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.ProductVerifiedScreen_navItem__j9bRT{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ProductVerifiedScreen_navItem__j9bRT:active{opacity:.7}.ProductVerifiedScreen_navLabel__MpMq0{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ProductVerifiedScreen_navCenter__MPOSh{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.ProductVerifiedScreen_navCenter__MPOSh:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.PermissionDeniedScreen_screen__iosY8{background:#fff;display:flex;flex-direction:column;min-height:100vh}.PermissionDeniedScreen_topBar__FNvmL{align-items:center;display:flex;flex-shrink:0;padding:18px 20px 0}.PermissionDeniedScreen_backBtn__hfz\+5{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.PermissionDeniedScreen_backBtn__hfz\+5:active{background:#e31e240f}.PermissionDeniedScreen_content__gLFtm{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 24px 108px}.PermissionDeniedScreen_iconWrapper__tNBQI{align-items:center;background:#e31e2412;border:1.5px solid #e31e2459;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:26px;width:80px}.PermissionDeniedScreen_title__ywoEB{color:#111;font-family:var(--font-primary);font-size:26px;font-weight:800;letter-spacing:-.3px;margin:0 0 14px;text-align:center}.PermissionDeniedScreen_subtitle__zeq4X{color:#777;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 28px;max-width:260px;text-align:center}.PermissionDeniedScreen_tryAgainBtn__SuCsX{align-items:center;background:#111;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:15px;font-weight:700;height:54px;justify-content:center;letter-spacing:.1px;margin-bottom:18px;width:100%}.PermissionDeniedScreen_tryAgainBtn__SuCsX:active{opacity:.88;transform:scale(.98)}.PermissionDeniedScreen_helperText__8KNJr{color:#999;font-family:var(--font-primary);font-size:11.5px;line-height:1.6;margin:0;text-align:center}.PermissionDeniedScreen_bottomNav__9vdaq{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.PermissionDeniedScreen_navItem__FGeVB{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.PermissionDeniedScreen_navItem__FGeVB:active{opacity:.7}.PermissionDeniedScreen_navLabel__mVl7t{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.PermissionDeniedScreen_navCenter__umvGS{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.PermissionDeniedScreen_navCenter__umvGS:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.InvoiceUploadScreen_screen__GII4W{background:#fff;display:flex;flex-direction:column;min-height:100vh}.InvoiceUploadScreen_topBar__qYKF-{padding:18px 20px 0}.InvoiceUploadScreen_backBtn__tJjS1{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;display:flex;height:38px;justify-content:center;width:38px}.InvoiceUploadScreen_content__ufK3v{flex:1 1;padding:28px 20px 120px}.InvoiceUploadScreen_title__uDDCs{color:#111;font-family:var(--font-primary);font-size:32px;font-weight:800;margin:18px 0 8px}.InvoiceUploadScreen_subtitle__p-8E4{color:#777;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin-bottom:28px}.InvoiceUploadScreen_sectionLabel__fg6FV{color:#333;font-family:var(--font-primary);font-size:11px;font-weight:600;margin-bottom:10px;text-transform:uppercase}.InvoiceUploadScreen_uploadBox__flux7{align-items:center;border:1.5px solid #d8d8d8;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:130px;justify-content:center}.InvoiceUploadScreen_uploadTitle__ahzeH{color:#e31e24;font-size:14px;font-weight:700;margin-top:10px}.InvoiceUploadScreen_uploadSub__vnIKf{color:#999;font-size:11px;margin-top:4px}.InvoiceUploadScreen_fileName__3Mfyi{color:#22c55e;font-size:12px;font-weight:600;margin-top:8px}.InvoiceUploadScreen_helpText__GtUYv{color:#666;font-size:11px;line-height:1.5;margin-bottom:28px;margin-top:12px}.InvoiceUploadScreen_input__rWUWg{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;height:48px;margin-bottom:22px;padding:0 14px;width:100%}.InvoiceUploadScreen_submitBtn__11os5{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:52px;width:100%}.InvoiceUploadScreen_bottomNav__UkYVJ{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%}.InvoiceUploadScreen_navItem__-YHTF{align-items:center;background:#0000;border:none;display:flex;flex-direction:column;gap:4px}.InvoiceUploadScreen_navLabel__23HBP{color:#fff;font-size:11px}.InvoiceUploadScreen_navCenter__XnZhi{align-items:center;background:#e31e24;border:none;border-radius:50%;display:flex;height:58px;justify-content:center;transform:translateY(-18px);width:58px}.InvoiceUploadScreen_submitBtn__11os5:disabled{cursor:not-allowed;opacity:.5}.InvoiceUploadScreen_errorBox__jck-0{background:#ef444414;border:1px solid #ef444433;border-radius:8px;color:#dc2626;font-size:13px;font-weight:500;margin-bottom:12px;margin-top:10px;padding:10px 12px}.ScratchCardScreen_screen__OI\+HT{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.ScratchCardScreen_topBar__JvSIN{padding:20px}.ScratchCardScreen_backBtn__On\+Cj{align-items:center;background:var(--white);border:1.5px solid var(--accent);border-radius:var(--radius-full);cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.ScratchCardScreen_content__L\+NBg{align-items:center;animation:ScratchCardScreen_slideUp__-3ibW .4s ease;display:flex;flex:1 1;flex-direction:column;padding:8px 24px 120px}.ScratchCardScreen_iconWrapper__Al3qG{align-items:center;background:#e9456014;border-radius:var(--radius-full);display:flex;height:72px;justify-content:center;margin-bottom:18px;width:72px}.ScratchCardScreen_title__e9Hvv{color:var(--gray-900);font-size:28px;font-weight:800;margin-bottom:8px;text-align:center}.ScratchCardScreen_subtitle__Jpnr5{color:var(--gray-500);font-size:14px;line-height:1.5;margin-bottom:32px;text-align:center}.ScratchCardScreen_cardWrapper__9doaX{border-radius:20px;box-shadow:0 10px 30px #00000014;height:200px;max-width:340px;overflow:hidden;position:relative;width:100%}.ScratchCardScreen_rewardContent__l3JpB{align-items:center;background:linear-gradient(135deg,var(--accent) 0,#ff6b81 100%);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute;text-align:center}.ScratchCardScreen_rewardAmount__-zKTZ{font-size:38px;font-weight:800;margin-bottom:6px}.ScratchCardScreen_otherRewardValue__DemHA{font-size:22px;font-weight:800;margin-bottom:6px;padding:0 20px}.ScratchCardScreen_rewardText__1tdjo{font-size:14px;opacity:.95}.ScratchCardScreen_claimBtn__3IEk0{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;margin-top:8px;width:100%}.ScratchCardScreen_claimBtn__3IEk0:active{transform:scale(.98)}.ScratchCardScreen_infoText__qsPcH{color:var(--gray-500);font-size:12px;margin-top:14px;text-align:center}.ScratchCardScreen_bottomNav__fAcGB{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.ScratchCardScreen_navItem__fdtLC{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ScratchCardScreen_navItem__fdtLC:active{opacity:.7}.ScratchCardScreen_navLabel__Wnuoh{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ScratchCardScreen_navCenter__OUl58{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.ScratchCardScreen_navCenter__OUl58:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}@keyframes ScratchCardScreen_slideUp__-3ibW{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.CashbackPayoutScreen_screen__fgJu6{background:#fff;display:flex;flex-direction:column;min-height:100vh}.CashbackPayoutScreen_topBar__1vkA4{align-items:center;display:flex;padding:18px 20px 0}.CashbackPayoutScreen_backBtn__wxV0Z{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;height:38px;justify-content:center;width:38px}.CashbackPayoutScreen_backBtn__wxV0Z:active{background:#e31e240f}.CashbackPayoutScreen_content__8NOri{display:flex;flex:1 1;flex-direction:column;padding:28px 20px 120px}.CashbackPayoutScreen_tabs__IrMQ5{display:flex;gap:12px;margin-bottom:22px}.CashbackPayoutScreen_tabBtn__eATzk{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#666;cursor:pointer;flex:1 1;font-family:var(--font-primary);font-size:13px;font-weight:600;height:46px;transition:all .15s ease}.CashbackPayoutScreen_activeTab__P3VIi{background:#e31e240a;border-color:#e31e24;color:#111}.CashbackPayoutScreen_inputGroup__B4-rx{display:flex;flex-direction:column;margin-bottom:16px}.CashbackPayoutScreen_label__GPKvd{color:#444;font-family:var(--font-primary);font-size:11px;font-weight:600;margin-bottom:8px}.CashbackPayoutScreen_input__WrNqL{border:1px solid #e5e7eb;border-radius:8px;font-family:var(--font-primary);font-size:14px;height:48px;outline:none;padding:0 14px;transition:border-color .15s ease;width:100%}.CashbackPayoutScreen_input__WrNqL:focus{border-color:#e31e24}.CashbackPayoutScreen_input__WrNqL::placeholder{color:#b0b0b0}.CashbackPayoutScreen_infoBox__pIOUc{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;color:#666;font-family:var(--font-primary);font-size:11px;line-height:1.5;margin-bottom:20px;padding:12px}.CashbackPayoutScreen_submitBtn__9urKl{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;margin-top:8px;width:100%}.CashbackPayoutScreen_submitBtn__9urKl:active{transform:scale(.98)}.CashbackPayoutScreen_bottomNav__39e94{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.CashbackPayoutScreen_navItem__gNG-0{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.CashbackPayoutScreen_navItem__gNG-0:active{opacity:.7}.CashbackPayoutScreen_navLabel__ZH25A{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.CashbackPayoutScreen_navCenter__P5lq7{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);width:58px}.CashbackPayoutScreen_navCenter__P5lq7:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.CashbackPayoutScreen_errorBox__NI-qZ{color:#dc2626;font-size:13px;font-weight:600;margin-bottom:12px;margin-top:12px}.SuccessScreen_screen__-jEG4{background:#fff;display:flex;flex-direction:column;min-height:100vh}.SuccessScreen_topBar__zliKb{align-items:center;display:flex;padding:18px 20px 0}.SuccessScreen_backBtn__\+g5FF{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.SuccessScreen_backBtn__\+g5FF:active{background:#e31e240f}.SuccessScreen_content__4tdA1{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.SuccessScreen_iconWrapper__CZJdY{align-items:center;background:#16a34a12;border:1.5px solid #16a34a80;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.SuccessScreen_title__mZV8D{color:#16a34a;font-family:var(--font-primary);font-size:28px;font-weight:800;letter-spacing:-.3px;margin:0 0 10px;text-align:center}.SuccessScreen_subtitle__vRr3J{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 22px;text-align:center}.SuccessScreen_rewardCard__nP6Mw{background:#e31e24;border-radius:16px;font-size:18px;margin-bottom:26px;padding:22px;text-align:center}.SuccessScreen_primaryBtn__DSlnH,.SuccessScreen_rewardCard__nP6Mw{color:#fff;font-family:var(--font-primary);font-weight:700;width:100%}.SuccessScreen_primaryBtn__DSlnH{background:#111;border:none;border-radius:12px;cursor:pointer;font-size:15px;height:52px;margin-bottom:12px}.SuccessScreen_primaryBtn__DSlnH:active{opacity:.88;transform:scale(.98)}.SuccessScreen_secondaryBtn__oYpph{background:#0000;border:1.5px solid #e5e7eb;border-radius:12px;color:#111;cursor:pointer;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;width:100%}.SuccessScreen_secondaryBtn__oYpph:active{background:#00000008}.SuccessScreen_bottomNav__koLsU{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.SuccessScreen_navItem__dGnRe{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.SuccessScreen_navItem__dGnRe:active{opacity:.7}.SuccessScreen_navLabel__KA8GW{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.SuccessScreen_navCenter__wPikY{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.SuccessScreen_navCenter__wPikY:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.RewardHistoryScreen_screen__QmGx8{background:var(--gray-50);display:flex;flex-direction:column;min-height:100vh}.RewardHistoryScreen_topBar__n5mFX{align-items:center;background:var(--white);border-bottom:1px solid var(--gray-100);display:flex;gap:12px;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.RewardHistoryScreen_backBtn__tuwgk{align-items:center;background:var(--white);border:1.5px solid var(--accent);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.RewardHistoryScreen_topTitle__ZCUM0{color:var(--gray-900);font-size:16px;font-weight:700}.RewardHistoryScreen_content__kUWAZ{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:20px 16px 120px}.RewardHistoryScreen_stateText__7sQc\+{color:var(--gray-500);font-size:14px;margin-top:40px;text-align:center}.RewardHistoryScreen_errorBanner__SXabJ{background:#e31e2414;border-radius:10px;color:#e31e24;font-size:13px;padding:10px 14px}.RewardHistoryScreen_rewardRow__-pOl\+{align-items:center;background:var(--white);border-radius:14px;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;padding:16px}.RewardHistoryScreen_rewardRowMain__pU\+7w{display:flex;flex-direction:column;gap:4px}.RewardHistoryScreen_rewardValue__BYYU8{color:var(--gray-900);font-size:16px;font-weight:700}.RewardHistoryScreen_rewardDate__qXs5R{color:var(--gray-500);font-size:12px}.RewardHistoryScreen_statusBadge__7fTbe{border-radius:999px;font-size:11px;font-weight:700;padding:4px 10px}.RewardHistoryScreen_statusScratched__ssPGn{background:#16a34a1a;color:#16a34a}.RewardHistoryScreen_statusPending__cNy1F{background:#f59e0b1a;color:#b45309}.RewardHistoryScreen_bottomNav__FHDok{align-items:center;background:#1a1a1a;border-radius:20px 20px 0 0;bottom:0;display:flex;justify-content:space-between;left:50%;max-width:430px;max-width:var(--max-width,430px);padding:14px 40px max(24px,env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:100%;z-index:100}.RewardHistoryScreen_navItem__60kMz{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.RewardHistoryScreen_navItem__60kMz:active{opacity:.7}.RewardHistoryScreen_navLabel__Bcl5W{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.RewardHistoryScreen_navCenter__IA4i8{align-items:center;background:#e31e24;border:none;border-radius:50%;box-shadow:0 4px 20px #e31e2473;cursor:pointer;display:flex;flex-shrink:0;height:58px;justify-content:center;transform:translateY(-18px);transition:transform .1s ease,box-shadow .1s ease;width:58px}.RewardHistoryScreen_navCenter__IA4i8:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}
/*# sourceMappingURL=main.bf8a0700.css.map*/