@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__m8uJo{background:#fff;display:flex;flex-direction:column;min-height:100vh}.HomeScreen_header__ZybGL{align-items:center;border-bottom:1px solid #efefef;display:flex;flex-shrink:0;justify-content:center;padding:20px 0 16px}.HomeScreen_content__Frqxs{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:0 20px 108px}.HomeScreen_hero__vgIBY{display:flex;flex-direction:column;gap:8px;padding-top:20px}.HomeScreen_headline__aZ662{color:#111;font-family:var(--font-primary);font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin:0}.HomeScreen_subtitle__spqTR{color:#666;font-family:var(--font-primary);font-size:14px;line-height:1.55;margin:0}.HomeScreen_scanBtn__k7A4L{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__k7A4L:active{background:#e31e240a;transform:scale(.98)}.HomeScreen_scanHint__q0GXf{color:#999;font-family:var(--font-primary);font-size:12px;margin:0;text-align:center}.HomeScreen_featuresRow__jcpsN{align-items:flex-start;display:flex;justify-content:space-between;padding:0 4px}.HomeScreen_featureItem__kbYTw{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.HomeScreen_featureCircle__IRo5Y{align-items:center;background:#e31e2414;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.HomeScreen_featureLabel__nyN73{color:#333;font-family:var(--font-primary);font-size:12px;font-weight:500;line-height:1.45;margin:0;text-align:center}.HomeScreen_cashbackCard__Xpq5m{background:#111;border-radius:16px;display:flex;flex-direction:column;gap:6px;padding:18px 18px 16px}.HomeScreen_cashbackTitle__Vso3g{color:#fff;font-family:var(--font-primary);font-size:18px;font-weight:700;line-height:1.25;margin:0}.HomeScreen_cashbackSubtitle__fVzFe{color:#ffffffb3;font-family:var(--font-primary);font-size:12px;line-height:1.5;margin:0}.HomeScreen_registerBtn__VEInJ{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__VEInJ:active{background:#ffffff14;transform:scale(.97)}.HomeScreen_recentSection__LSGhD{padding-bottom:4px}.HomeScreen_recentTitle__NCb8c{color:#111;font-family:var(--font-primary);font-size:16px;font-weight:700;margin:0 0 14px}.HomeScreen_recentEmpty__D2TwM{color:#aaa;font-family:var(--font-primary);font-size:13px;padding:18px 0;text-align:center}.HomeScreen_scanItem__v0SMK{align-items:center;border-bottom:1px solid #f2f2f2;display:flex;justify-content:space-between;padding:13px 0}.HomeScreen_scanItem__v0SMK:last-child{border-bottom:none}.HomeScreen_scanProduct__6Y2fX{color:#111;font-family:var(--font-primary);font-size:13px;font-weight:600;margin:0 0 3px}.HomeScreen_scanDate__tBEVT{color:#999;font-family:var(--font-primary);font-size:12px;margin:0}.HomeScreen_scanStatus__z697m{color:#22c55e;font-family:var(--font-primary);font-size:12px;font-weight:600}.HomeScreen_bottomNav__LoxPM{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__5BmTb{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.HomeScreen_navItem__5BmTb:active{opacity:.7}.HomeScreen_navLabel__ZOhli{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.HomeScreen_navCenter__wgwKY{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__wgwKY:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.BigQrScanScreen_screen__gMDhL{background:#000;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.BigQrScanScreen_topBar__7oeyr{align-items:center;display:flex;justify-content:space-between;padding:52px 20px 8px}.BigQrScanScreen_iconBtn__hJJiC{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__hJJiC:active{background:#ffffff1a}.BigQrScanScreen_hint__EwfOR{color:#fff;font-size:14px;font-weight:400;margin:0;padding:18px 24px 22px;text-align:center}.BigQrScanScreen_scannerWrapper__dFBhG{aspect-ratio:1;background:#1c1c1c;border-radius:22px;margin:0 16px;overflow:hidden;position:relative}.BigQrScanScreen_loadingBox__4y5Hu{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__4PGJJ{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__4PGJJ p{color:#ffffffd9;flex:1 1;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin:0}.BigQrScanScreen_errorBanner__4PGJJ 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__EjmdZ{color:#ffffffd9;font-size:14px;margin:0;padding:22px 24px;text-align:center}.ScanScreen_screen__OVtfo{background:#000;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.ScanScreen_topBar__Xmit7{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;padding:52px 20px 8px}.ScanScreen_iconBtn__0j8zs{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__0j8zs:active{background:#ffffff38}.ScanScreen_center__2wR4F{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:24px;justify-content:center;padding:0 16px}.ScanScreen_scannerWrapper__5hv5H{aspect-ratio:1;background:#1c1c1c;border-radius:22px;overflow:hidden;position:relative;width:100%}.ScanScreen_loadingBox__z0\+h5{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__cvpPp{color:#fff;font-family:var(--font-primary);font-size:13.5px;font-weight:400;margin:0;text-align:center}.ScanScreen_errorBanner__nKPqo{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__nKPqo p{color:#ffffffd9;flex:1 1;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin:0}.ScanScreen_errorBanner__nKPqo 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__qTVJQ{background:#fff;display:flex;flex-direction:column;font-family:var(--font-primary);min-height:100vh}.ProductDetailsScreen_scrollContent__yxXd6{flex:1 1;overflow-y:auto;padding-bottom:120px}.ProductDetailsScreen_topRow__Ha29M{padding:52px 20px 8px}.ProductDetailsScreen_backBtn__l83TF{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__l83TF:active{background:#f5f5f5}.ProductDetailsScreen_pageTitle__Z4Zg7{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__6A7dE{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__WoRt-{margin-bottom:20px;padding:0 20px}.ProductDetailsScreen_sectionTitle__Txi-n{color:#111;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0 0 8px}.ProductDetailsScreen_sectionBody__cqa5l{color:#555;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.ProductDetailsScreen_featureList__Bf8F5{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.ProductDetailsScreen_featureItem__sbAEk{color:#555;font-family:var(--font-primary);font-size:13px;line-height:1.55;padding-left:14px;position:relative}.ProductDetailsScreen_featureItem__sbAEk:before{color:#555;content:"•";left:0;position:absolute}.ProductDetailsScreen_ctaArea__JMxww{padding:24px 20px 0}.ProductDetailsScreen_validateBtn__zTL0q{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__zTL0q:active{background:#2a2a2a;transform:scale(.98)}.ProductDetailsScreen_secureHint__pTny8{color:#aaa;font-family:var(--font-primary);font-size:12px;margin:10px 0 0;text-align:center}.ProductDetailsScreen_alreadyText__mAaGh{color:#888;font-family:var(--font-primary);font-size:13px;margin:0 0 14px;text-align:center}.ProductDetailsScreen_bottomNav__DeqfY{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__Ca\+kZ{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ProductDetailsScreen_navItem__Ca\+kZ:active{opacity:.7}.ProductDetailsScreen_navLabel__P7nDt{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ProductDetailsScreen_navCenter__pjqxj{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__pjqxj:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.PermissionsScreen_screen__Kdwjw{background:#fff;display:flex;flex-direction:column;min-height:100vh}.PermissionsScreen_topBar__W\+6lI{align-items:center;display:flex;padding:18px 20px 0}.PermissionsScreen_backBtn__psDQh{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__psDQh:active{background:#e31e240f}.PermissionsScreen_content__ZXIyI{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.PermissionsScreen_iconWrapper__H4g38{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__KSHhO{align-items:center;background:#e31e24;border-radius:11px;display:flex;height:42px;justify-content:center;width:42px}.PermissionsScreen_title__\+faQh{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__LpQhZ{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 28px;text-align:center}.PermissionsScreen_cards__yE2IQ{display:flex;flex-direction:column;gap:16px;margin-bottom:36px;width:100%}.PermissionsScreen_card__PorGQ{align-items:center;background:#fff;border:1px solid #e31e2447;border-radius:14px;display:flex;gap:16px;padding:16px 18px;width:100%}.PermissionsScreen_cardIcon__SxrdQ{align-items:center;background:#e31e24;border-radius:10px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.PermissionsScreen_cardTexts__da7SC{display:flex;flex-direction:column;gap:3px}.PermissionsScreen_cardTitle__SkNj0{color:#111;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.PermissionsScreen_cardDesc__dfzpa{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.PermissionsScreen_buttons__FKSpH{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;width:100%}.PermissionsScreen_allowBtn__caIoj{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__caIoj:active{opacity:.88;transform:scale(.98)}.PermissionsScreen_allowBtn__caIoj:disabled{cursor:not-allowed;opacity:.6;transform:none}.PermissionsScreen_denyBtn__bIhhI{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__bIhhI:active{background:#f9fafb}.PermissionsScreen_privacyNote__ROzwy{align-items:center;display:flex;gap:6px;justify-content:center}.PermissionsScreen_privacyText__xCu9e{color:#999;font-family:var(--font-primary);font-size:11.5px;line-height:1.5}.PermissionsScreen_errorMsg__\+j0\+e{color:#e31e24;font-family:var(--font-primary);font-size:12.5px;margin-bottom:4px;text-align:center;width:100%}.PermissionsScreen_bottomNav__3zkdS{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__2wmRZ{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.PermissionsScreen_navItem__2wmRZ:active{opacity:.7}.PermissionsScreen_navLabel__0Vfpu{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.PermissionsScreen_navCenter__bhqSC{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__bhqSC:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.LoginScreen_screen__DIMl8{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.LoginScreen_topBar__JCEii{align-items:center;display:flex;justify-content:space-between;padding:16px}.LoginScreen_backBtn__uzAI2{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__0HpUn{animation:LoginScreen_slideUp__hAK9P .3s ease;display:flex;flex:1 1;flex-direction:column;gap:20px;padding:16px 24px 40px}.LoginScreen_logoSection__RDnnN{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.LoginScreen_logo__s7a-E{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__MJrge{color:var(--primary);font-size:18px;font-weight:700}.LoginScreen_titleSection__jbGKO{text-align:center}.LoginScreen_title__bH37z{color:var(--gray-900);font-size:26px;font-weight:800;margin-bottom:6px}.LoginScreen_subtitle__EhRnr{color:var(--gray-500);font-size:14px;line-height:1.6}.LoginScreen_errorMsg__EwniP{color:var(--danger);font-size:13px;font-weight:500;margin-top:4px}.LoginScreen_terms__Z6RuZ{color:var(--gray-400);font-size:12px;line-height:1.6;text-align:center}.LoginScreen_terms__Z6RuZ span{color:var(--accent);cursor:pointer;font-weight:600}.LoginScreen_resendRow__n4L7B{align-items:center;color:var(--gray-500);display:flex;font-size:14px;gap:6px;justify-content:center}.LoginScreen_resendBtn__UHk6z{background:none;border:none;color:var(--accent);cursor:pointer;font-family:var(--font-primary);font-size:14px;font-weight:700;padding:0}.LoginScreen_resendBtn__UHk6z:disabled{color:var(--gray-400);cursor:default}.ProfileSetupScreen_screen__UT7bC{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.ProfileSetupScreen_header__YQb8e{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:40px 24px 28px}.ProfileSetupScreen_headerContent__STwyl{margin-bottom:20px}.ProfileSetupScreen_headerTitle__w1ylk{color:#fff;font-size:26px;font-weight:800;margin-bottom:6px}.ProfileSetupScreen_headerSub__SKbB2{color:#ffffff8c;font-size:14px}.ProfileSetupScreen_stepIndicator__x9vUt{display:flex;gap:6px}.ProfileSetupScreen_stepDot__qC3CV{border-radius:2px;height:4px;transition:background .3s;width:24px}.ProfileSetupScreen_form__Ko0ZR{animation:ProfileSetupScreen_slideUp__6ReMU .4s ease;display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto;padding:24px 20px 40px}.ProfileSetupScreen_errorBanner__ooBk6{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__Ruph4{color:var(--danger);font-size:12px;font-weight:500;margin-top:4px}.ProfileSetupScreen_genderRow__Kan-t{display:flex;gap:10px}.ProfileSetupScreen_genderBtn__mBoXh{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__mBoXh span{display:block;font-size:20px;line-height:1;margin-bottom:2px}.ProfileSetupScreen_genderBtn__mBoXh:active{transform:scale(.97)}.ProfileSetupScreen_genderSelected__hnCCY{background:#e945600f;border-color:var(--accent);color:var(--accent)}.ProfileSetupScreen_readOnlyField__3Wmz-{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__IQE6H{background:var(--success-bg);border-radius:var(--radius-full);color:var(--success);font-size:12px;font-weight:700;padding:4px 10px}.ProfileSetupScreen_btnGroup__VaJnu{display:flex;flex-direction:column;gap:10px;margin-top:12px}.ProfileScreen_screen__vwgt9{background:var(--gray-50);display:flex;flex-direction:column;min-height:100vh}.ProfileScreen_topBar__pnpht{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__Yx332{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__Idmcc{color:var(--gray-900);font-size:16px;font-weight:700}.ProfileScreen_editToggle__vV6nd{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__ubdbX{animation:ProfileScreen_slideUp__nYZWr .3s ease;display:flex;flex:1 1;flex-direction:column;gap:16px;padding:20px 16px 40px}.ProfileScreen_avatarSection__t79To{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:var(--radius-xl);display:flex;gap:16px;padding:20px}.ProfileScreen_avatarLarge__80Pwq{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__jUVCu{flex:1 1}.ProfileScreen_avatarName__7j5Ig{color:#fff;font-size:18px;font-weight:700;margin-bottom:4px}.ProfileScreen_avatarMobile__YWQT2{align-items:center;color:#fff9;display:flex;font-size:14px;gap:4px}.ProfileScreen_verifiedDot__nhhQZ{color:var(--success);font-size:12px;font-weight:700;margin-left:4px}.ProfileScreen_savedBanner__yDH5O{animation:ProfileScreen_slideUp__nYZWr .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__jyjJl{background:var(--danger-bg);border:1px solid #ef444433;border-radius:var(--radius-md);color:var(--danger);font-size:13px;padding:12px 16px}.ProfileScreen_fieldError__-ebWx{color:var(--danger);font-size:12px;font-weight:500;margin-top:4px}.ProfileScreen_section__B8AIs{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.ProfileScreen_sectionTitle__6GyaM{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__kIKa9{align-items:flex-start;border-bottom:1px solid var(--gray-100);display:flex;gap:14px;padding:14px 16px}.ProfileScreen_infoRow__kIKa9:last-child{border-bottom:none}.ProfileScreen_infoIcon__fj4IW{font-size:20px;min-width:28px;padding-top:2px}.ProfileScreen_infoContent__s6kl-{flex:1 1}.ProfileScreen_infoLabel__Cv7nj{color:var(--gray-400);font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.ProfileScreen_infoValue__BnJYE{color:var(--gray-800);font-size:15px;font-weight:500}.ProfileScreen_inlineInput__H0RlY{font-size:14px!important;margin-top:4px;padding:10px 12px!important}.ProfileScreen_genderRow__guFnY{display:flex;gap:8px;margin-top:6px}.ProfileScreen_genderBtn__mqLCK{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__vQaAV{background:#e945600f;border-color:var(--accent);color:var(--accent)}.ProfileScreen_logoutSection__CPqIt{display:flex;justify-content:center;margin-top:8px}.ProfileScreen_logoutBtn__Y4o7B{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__Y4o7B:hover{background:#fee2e2}.ProfileScreen_versionNote__P2Q4b{color:var(--gray-300);font-size:11px;padding-bottom:8px;text-align:center}.FakeProductScreen_screen__UzlyS{background:#fff;display:flex;flex-direction:column;min-height:100vh}.FakeProductScreen_topBar__oA-Ez{align-items:center;display:flex;padding:18px 20px 0}.FakeProductScreen_backBtn__-62qi{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__-62qi:active{background:#e31e240f}.FakeProductScreen_content__33-CE{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.FakeProductScreen_iconWrapper__ruubu{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__nGs1D{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__UY1Ul{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.FakeProductScreen_alertCard__UMQMo{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__\+uz6-{background:#e31e24;border-radius:50%;flex-shrink:0;height:9px;width:9px}.FakeProductScreen_alertTexts__GD-0l{display:flex;flex-direction:column;gap:3px}.FakeProductScreen_alertCardTitle__6\+hU\+{color:#e31e24;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.FakeProductScreen_alertCardText__3a6i6{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.FakeProductScreen_infoSection__iPDnU{margin-bottom:30px;width:100%}.FakeProductScreen_infoTitle__HbLw6{color:#111;font-family:var(--font-primary);font-size:15px;font-weight:700;margin:0 0 7px}.FakeProductScreen_infoText__SJSln{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.FakeProductScreen_reportBtn__EEh6f{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__EEh6f:active{opacity:.88;transform:scale(.98)}.FakeProductScreen_bottomNav__5TZuT{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__lJZOU{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.FakeProductScreen_navItem__lJZOU:active{opacity:.7}.FakeProductScreen_navLabel__Q6pDS{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.FakeProductScreen_navCenter__GhhW\+{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__GhhW\+:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.AlreadySoldScreen_screen__jVLNp{background:#fff;display:flex;flex-direction:column;min-height:100vh}.AlreadySoldScreen_topBar__-5AWh{align-items:center;display:flex;padding:18px 20px 0}.AlreadySoldScreen_backBtn__LxYsh{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__LxYsh:active{background:#e31e240f}.AlreadySoldScreen_content__u8VYC{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.AlreadySoldScreen_iconWrapper__j8uIl{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__pAbNz{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__Dd9Jn{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.AlreadySoldScreen_alertCard__JC91T{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__qcgk8{background:#c2700a;border-radius:50%;flex-shrink:0;height:9px;width:9px}.AlreadySoldScreen_alertTexts__6I3kE{display:flex;flex-direction:column;gap:3px}.AlreadySoldScreen_alertCardTitle__dbeUS{color:#c2700a;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.AlreadySoldScreen_alertCardText__6TiVE{color:#666;font-family:var(--font-primary);font-size:12.5px;line-height:1.5;margin:0}.AlreadySoldScreen_infoSection__sIUef{margin-bottom:30px;width:100%}.AlreadySoldScreen_infoText__q3maq{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.AlreadySoldScreen_contactBtn__EBA1f{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__EBA1f:active{opacity:.88;transform:scale(.98)}.AlreadySoldScreen_bottomNav__W1mUi{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__0gvcX{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.AlreadySoldScreen_navItem__0gvcX:active{opacity:.7}.AlreadySoldScreen_navLabel__7Xf7O{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.AlreadySoldScreen_navCenter__RFgDs{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__RFgDs:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.IncorrectQrScreen_screen__t\+Lxz{background:#fff;display:flex;flex-direction:column;min-height:100vh}.IncorrectQrScreen_topBar__FzTt1{align-items:center;display:flex;flex-shrink:0;padding:18px 20px 0}.IncorrectQrScreen_backBtn__x\+V2p{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__x\+V2p:active{background:#e31e240f}.IncorrectQrScreen_content__HSg81{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 24px 108px}.IncorrectQrScreen_iconWrapper__v9gzd{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__y2PWb{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__AGzAg{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 24px;text-align:center}.IncorrectQrScreen_hintCard__KXQzw{background:#fff;border:1px solid #e31e2459;border-radius:14px;margin-bottom:22px;padding:8px;width:100%}.IncorrectQrScreen_hintInner__0a19m{background:#e31e240f;border-radius:9px;padding:14px 16px}.IncorrectQrScreen_hintText__iJYhn{color:#444;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0}.IncorrectQrScreen_divider__OsoeU{background:#e5e7eb;height:1px;margin-bottom:22px;width:100%}.IncorrectQrScreen_scanAgainBtn__T0bbA{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__T0bbA:active{opacity:.88;transform:scale(.98)}.IncorrectQrScreen_bottomNav__eoS26{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__Q9OO9{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.IncorrectQrScreen_navItem__Q9OO9:active{opacity:.7}.IncorrectQrScreen_navLabel__bwOFR{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.IncorrectQrScreen_navCenter__aw5HX{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__aw5HX:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.ProductVerifiedScreen_screen__KdlV-{background:#fff;display:flex;flex-direction:column;min-height:100vh}.ProductVerifiedScreen_topBar__0y3Xt{align-items:center;display:flex;padding:18px 20px 0}.ProductVerifiedScreen_backBtn__Z1TxM{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__Z1TxM:active{background:#e31e240f}.ProductVerifiedScreen_content__\+CVZW{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:36px 20px 108px}.ProductVerifiedScreen_iconWrapper__GOcs2{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__YCoJm{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__jwcUZ{color:#666;font-family:var(--font-primary);font-size:13px;line-height:1.65;margin:0 0 26px;text-align:center}.ProductVerifiedScreen_statusCard__5a1ic{background:#fff;border:1px solid #16a34a38;border-radius:14px;margin-bottom:22px;padding:8px;width:100%}.ProductVerifiedScreen_statusInner__gu3Uo{align-items:center;background:#16a34a14;border-radius:9px;display:flex;gap:12px;padding:14px 16px}.ProductVerifiedScreen_statusDot__zwkNe{background:#16a34a;border-radius:50%;flex-shrink:0;height:9px;width:9px}.ProductVerifiedScreen_statusTexts__NsqC3{display:flex;flex-direction:column;gap:3px}.ProductVerifiedScreen_statusTitle__0RZUg{color:#16a34a;font-family:var(--font-primary);font-size:14px;font-weight:700;margin:0}.ProductVerifiedScreen_statusDesc__H6nKO{color:#666;font-family:var(--font-primary);font-size:12.5px;margin:0}.ProductVerifiedScreen_divider__O9rLQ{background:#e5e7eb;height:1px;margin-bottom:22px;margin-top:6px;width:100%}.ProductVerifiedScreen_rewardsLabel__gpNxY{align-self:flex-start;color:#111;font-family:var(--font-primary);font-size:13px;font-weight:500;margin:0 0 14px}.ProductVerifiedScreen_rewardsCard__Fijju{align-items:center;background:#e31e24;border-radius:16px;display:flex;gap:16px;margin-bottom:16px;padding:18px;width:100%}.ProductVerifiedScreen_giftIconBox__GG\+ZL{align-items:center;background:#fff;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ProductVerifiedScreen_rewardsTexts__S4HAA{display:flex;flex:1 1;flex-direction:column;gap:5px}.ProductVerifiedScreen_rewardsTitle__AQg7F{color:#fff;font-family:var(--font-primary);font-size:15px;font-weight:700;line-height:1.35;margin:0}.ProductVerifiedScreen_rewardsDesc__XJ9Yn{color:#ffffffd9;font-family:var(--font-primary);font-size:12px;line-height:1.55;margin:0}.ProductVerifiedScreen_registerBtn__FsN57{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__FsN57:active{opacity:.88;transform:scale(.98)}.ProductVerifiedScreen_bottomNav__vxr9T{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__amhRO{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ProductVerifiedScreen_navItem__amhRO:active{opacity:.7}.ProductVerifiedScreen_navLabel__lSv\+S{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ProductVerifiedScreen_navCenter__zGPMb{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__zGPMb:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.PermissionDeniedScreen_screen__pTJfh{background:#fff;display:flex;flex-direction:column;min-height:100vh}.PermissionDeniedScreen_topBar__kpDSf{align-items:center;display:flex;flex-shrink:0;padding:18px 20px 0}.PermissionDeniedScreen_backBtn__c25ft{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__c25ft:active{background:#e31e240f}.PermissionDeniedScreen_content__0PwiP{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 24px 108px}.PermissionDeniedScreen_iconWrapper__oJCXR{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__RTAP8{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__sAR1f{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__mzmVb{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__mzmVb:active{opacity:.88;transform:scale(.98)}.PermissionDeniedScreen_helperText__Zbaf7{color:#999;font-family:var(--font-primary);font-size:11.5px;line-height:1.6;margin:0;text-align:center}.PermissionDeniedScreen_bottomNav__mSkji{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__0bcu7{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.PermissionDeniedScreen_navItem__0bcu7:active{opacity:.7}.PermissionDeniedScreen_navLabel__NzmP-{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.PermissionDeniedScreen_navCenter__\+YWZZ{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__\+YWZZ:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.ScratchCardScreen_screen__epsAU{background:var(--white);display:flex;flex-direction:column;min-height:100vh}.ScratchCardScreen_topBar__OrxfO{padding:20px}.ScratchCardScreen_backBtn__oj6Jw{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__LhFH4{align-items:center;animation:ScratchCardScreen_slideUp__0obBj .4s ease;display:flex;flex:1 1;flex-direction:column;padding:8px 24px 120px}.ScratchCardScreen_iconWrapper__i07w9{align-items:center;background:#e9456014;border-radius:var(--radius-full);display:flex;height:72px;justify-content:center;margin-bottom:18px;width:72px}.ScratchCardScreen_title__Xh7zk{color:var(--gray-900);font-size:28px;font-weight:800;margin-bottom:8px;text-align:center}.ScratchCardScreen_subtitle__AO\+Bh{color:var(--gray-500);font-size:14px;line-height:1.5;margin-bottom:32px;text-align:center}.ScratchCardScreen_cardWrapper__4nurs{border-radius:20px;box-shadow:0 10px 30px #00000014;height:200px;max-width:340px;overflow:hidden;position:relative;width:100%}.ScratchCardScreen_rewardContent__BKTc5{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__okaQm{font-size:38px;font-weight:800;margin-bottom:6px}.ScratchCardScreen_rewardText__PpX\+S{font-size:14px;opacity:.95}.ScratchCardScreen_claimBtn__kXZRP{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__kXZRP:active{transform:scale(.98)}.ScratchCardScreen_infoText__j-mDF{color:var(--gray-500);font-size:12px;margin-top:14px;text-align:center}.ScratchCardScreen_bottomNav__JCU33{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__4TqMS{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.ScratchCardScreen_navItem__4TqMS:active{opacity:.7}.ScratchCardScreen_navLabel__bmGId{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.ScratchCardScreen_navCenter__RipLX{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__RipLX:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}@keyframes ScratchCardScreen_slideUp__0obBj{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.CashbackPayoutScreen_screen__YH\+eR{background:#fff;display:flex;flex-direction:column;min-height:100vh}.CashbackPayoutScreen_topBar__HSXo8{align-items:center;display:flex;padding:18px 20px 0}.CashbackPayoutScreen_backBtn__kiJm7{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__kiJm7:active{background:#e31e240f}.CashbackPayoutScreen_content__wUmBY{display:flex;flex:1 1;flex-direction:column;padding:28px 20px 120px}.CashbackPayoutScreen_tabs__y0Rwf{display:flex;gap:12px;margin-bottom:22px}.CashbackPayoutScreen_tabBtn__5oe46{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__hKGqQ{background:#e31e240a;border-color:#e31e24;color:#111}.CashbackPayoutScreen_inputGroup__PSsdg{display:flex;flex-direction:column;margin-bottom:16px}.CashbackPayoutScreen_label__nWA9J{color:#444;font-family:var(--font-primary);font-size:11px;font-weight:600;margin-bottom:8px}.CashbackPayoutScreen_input__V\+IN9{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__V\+IN9:focus{border-color:#e31e24}.CashbackPayoutScreen_input__V\+IN9::placeholder{color:#b0b0b0}.CashbackPayoutScreen_infoBox__td9oT{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__McE5S{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__McE5S:active{transform:scale(.98)}.CashbackPayoutScreen_bottomNav__eI2V5{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__M2Djm{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:56px;padding:4px 12px}.CashbackPayoutScreen_navItem__M2Djm:active{opacity:.7}.CashbackPayoutScreen_navLabel__-KPbx{color:#fff;font-family:var(--font-primary);font-size:11px;font-weight:500}.CashbackPayoutScreen_navCenter__VwY77{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__VwY77:active{box-shadow:0 2px 10px #e31e2459;transform:translateY(-18px) scale(.94)}.CashbackPayoutScreen_errorBox__aCbFB{color:#dc2626;font-size:13px;font-weight:600;margin-bottom:12px;margin-top:12px}.InvoiceUploadScreen_screen__jfKy0{background:#fff;display:flex;flex-direction:column;min-height:100vh}.InvoiceUploadScreen_topBar__\+DPdI{padding:18px 20px 0}.InvoiceUploadScreen_backBtn__fPWC3{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;display:flex;height:38px;justify-content:center;width:38px}.InvoiceUploadScreen_content__jMEko{flex:1 1;padding:28px 20px 120px}.InvoiceUploadScreen_title__fS5-D{color:#111;font-family:var(--font-primary);font-size:32px;font-weight:800;margin:18px 0 8px}.InvoiceUploadScreen_subtitle__XEJ8k{color:#777;font-family:var(--font-primary);font-size:13px;line-height:1.5;margin-bottom:28px}.InvoiceUploadScreen_sectionLabel__j0oon{color:#333;font-family:var(--font-primary);font-size:11px;font-weight:600;margin-bottom:10px;text-transform:uppercase}.InvoiceUploadScreen_uploadBox__IuoBi{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__6cs4I{color:#e31e24;font-size:14px;font-weight:700;margin-top:10px}.InvoiceUploadScreen_uploadSub__Dol46{color:#999;font-size:11px;margin-top:4px}.InvoiceUploadScreen_fileName__lt4zN{color:#22c55e;font-size:12px;font-weight:600;margin-top:8px}.InvoiceUploadScreen_helpText__34wxQ{color:#666;font-size:11px;line-height:1.5;margin-bottom:28px;margin-top:12px}.InvoiceUploadScreen_input__tww9a{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;height:48px;margin-bottom:22px;padding:0 14px;width:100%}.InvoiceUploadScreen_submitBtn__PZIyb{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:52px;width:100%}.InvoiceUploadScreen_bottomNav__3RmWm{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__bxJB0{align-items:center;background:#0000;border:none;display:flex;flex-direction:column;gap:4px}.InvoiceUploadScreen_navLabel__iZ8zh{color:#fff;font-size:11px}.InvoiceUploadScreen_navCenter__6Bpii{align-items:center;background:#e31e24;border:none;border-radius:50%;display:flex;height:58px;justify-content:center;transform:translateY(-18px);width:58px}.InvoiceUploadScreen_submitBtn__PZIyb:disabled{cursor:not-allowed;opacity:.5}.InvoiceUploadScreen_errorBox__J42lj{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}.SuccessScreen_screen__qeoPd{background:#fff;display:flex;flex-direction:column;min-height:100vh}.SuccessScreen_topBar__buqJI{padding:18px 20px 0}.SuccessScreen_backBtn__YjQ0K{align-items:center;background:#0000;border:1.8px solid #e31e24;border-radius:50%;cursor:pointer;display:flex;height:38px;justify-content:center;width:38px}.SuccessScreen_content__3mwkX{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 24px 120px}.SuccessScreen_bottomNav__UTPmm{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%}.SuccessScreen_navItem__DvRNI{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px}.SuccessScreen_navLabel__6f7B2{color:#fff;font-size:11px}.SuccessScreen_navCenter__pG91m{align-items:center;background:#e31e24;border:none;border-radius:50%;cursor:pointer;display:flex;height:58px;justify-content:center;transform:translateY(-18px);width:58px}.SuccessScreen_iconWrapper__dcfTP{animation:SuccessScreen_floatIn__1kz7W .6s ease;margin-bottom:22px}.SuccessScreen_iconWrapper__dcfTP svg{overflow:visible}.SuccessScreen_title__HudmK{animation:SuccessScreen_fadeUp__CoWDX .7s ease;color:#16a34a;font-family:var(--font-primary);font-size:42px;font-weight:800;margin:0 0 12px;text-align:center}.SuccessScreen_subtitle__RrVl0{animation:SuccessScreen_fadeUp__CoWDX .9s ease;color:#666;font-family:var(--font-primary);font-size:14px;line-height:1.6;margin:0 0 24px;max-width:280px;text-align:center}.SuccessScreen_shopBtn__tIeRB{animation:SuccessScreen_fadeUp__CoWDX 1.1s ease;background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-primary);font-size:15px;font-weight:700;height:52px;width:100%}.SuccessScreen_shopBtn__tIeRB:active{transform:scale(.98)}.SuccessScreen_successOuterCircle__s-EPy{animation:SuccessScreen_pulseRing__3xiRG 2.2s infinite;transform-origin:center}.SuccessScreen_successInnerCircle__aVloZ{animation:SuccessScreen_popSuccess__xlxfF .55s ease;transform-origin:center}.SuccessScreen_successTick__4dfEq{stroke-dasharray:20;stroke-dashoffset:20;animation:SuccessScreen_drawTick__GMDZ6 .6s ease forwards;animation-delay:.35s}@keyframes SuccessScreen_pulseRing__3xiRG{0%{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes SuccessScreen_popSuccess__xlxfF{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes SuccessScreen_drawTick__GMDZ6{to{stroke-dashoffset:0}}@keyframes SuccessScreen_fadeUp__CoWDX{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes SuccessScreen_floatIn__1kz7W{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.e11580c2.css.map*/