@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::selection{background:#00d0844d;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.top-navigation{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid #ffffff0f;height:64px;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:1000}.nav-container,.top-navigation{align-items:center;display:flex}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.nav-logo{align-items:center;color:#fff;display:flex;gap:10px;text-decoration:none}.logo-text{font-size:18px;font-weight:700;letter-spacing:-.5px}.nav-menu{align-items:center;display:flex;gap:32px}.nav-item,.nav-menu{list-style:none}.nav-link{color:#ffffff80;font-size:14px;font-weight:500;letter-spacing:-.2px;text-decoration:none;transition:color .2s}.nav-item.active .nav-link,.nav-link:hover{color:#fff}.stats-link{color:#ffffff80}@media (max-width:768px){.top-navigation{padding:0 20px}.nav-menu{gap:20px}.nav-link{font-size:13px}}.landing{background:#000;color:#fff;min-height:100vh;padding-top:64px}.hero{border-bottom:1px solid #ffffff0f;padding:120px 40px 80px}.hero-inner{max-width:800px}.hero-label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:2px;margin-bottom:24px;text-transform:uppercase}.hero h1{font-size:clamp(40px,7vw,72px);font-weight:800;letter-spacing:-2px;line-height:1.05;margin-bottom:32px}.hero-sub{color:#ffffff8c;font-size:18px;line-height:1.7;margin-bottom:16px;max-width:640px}.hero-tagline{color:#00d084;font-size:16px;font-weight:600;margin-bottom:48px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.btn-main{align-items:center;background:#fff;border-radius:8px;color:#000;display:inline-flex;font-size:14px;font-weight:600;letter-spacing:-.2px;padding:14px 32px;transition:opacity .2s,transform .2s}.btn-main:hover{opacity:.85;transform:translateY(-1px)}.btn-outline{align-items:center;background:#0000;border:1px solid #fff3;border-radius:8px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;letter-spacing:-.2px;padding:14px 32px;transition:border-color .2s,background .2s}.btn-outline:hover{background:#ffffff0a;border-color:#ffffff80}.stats-bar{border-bottom:1px solid #ffffff0f}.stats-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:0 auto;max-width:1000px;padding:48px 40px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-num{font-size:36px;font-weight:800;letter-spacing:-1px;line-height:1}.stat-desc{color:#fff6;font-size:13px;font-weight:500}.stat-divider{background:#ffffff14;height:40px;width:1px}.section{border-bottom:1px solid #ffffff0f}.section.dark{background:#0a0a0a}.section-inner{margin:0 auto;max-width:1000px;padding:100px 40px}.section-inner h2,.section-label{margin-bottom:24px}.section-inner h2{font-size:clamp(32px,5vw,48px);font-weight:800;letter-spacing:-1.5px;line-height:1.1}.section-text{color:#fff9;font-size:17px;line-height:1.7;margin-bottom:16px;max-width:600px}.section-text.dim{color:#fff6;font-size:15px}.steps-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-top:60px}.step-card{border:1px solid #ffffff14;border-radius:12px;padding:32px 24px;transition:border-color .3s}.step-card:hover{border-color:#fff3}.step-num{display:block;font-weight:600;margin-bottom:20px}.step-card h3{font-size:18px;font-weight:700;letter-spacing:-.3px;margin-bottom:12px}.step-card p{color:#ffffff73;font-size:14px;line-height:1.6}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin-top:60px}.feature-item h3{font-size:18px;font-weight:700;letter-spacing:-.3px;margin-bottom:12px}.feature-item p{color:#ffffff73;font-size:14px;line-height:1.7}.cta-section{text-align:center}.cta-section .section-text,.cta-section h2{margin-left:auto;margin-right:auto}.cta-section .section-text{margin-bottom:40px}.cta-section .hero-actions{justify-content:center}.site-footer{border-top:1px solid #ffffff0f;padding:40px}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1000px}.footer-brand{font-size:14px;font-weight:700;letter-spacing:-.3px}.footer-links{display:flex;gap:24px}.footer-links a{color:#fff6;font-size:13px;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{color:#ffffff40;font-size:12px}@media (max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hero{padding:80px 24px 60px}.section-inner{padding:80px 24px}.stats-inner{gap:24px;padding:32px 24px}.stat-divider{display:none}.stat-item{min-width:40%}.features-grid,.steps-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn-main,.btn-outline{justify-content:center;text-align:center}.footer-inner{flex-direction:column;text-align:center}}.demo{background:#000;color:#fff;min-height:100vh;padding-top:64px}.demo-hero{border-bottom:1px solid #ffffff0f;padding:80px 40px 60px}.demo-hero-inner{margin:0 auto;max-width:800px}.demo-hero .label{color:#ffffff4d;font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.demo-hero h1{font-size:clamp(36px,6vw,56px);font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:16px}.demo-hero .sub{color:#ffffff80;font-size:17px;line-height:1.6}.demo-body{margin:0 auto;max-width:960px;padding:0 40px 80px}.demo-panel{border-bottom:1px solid #ffffff0f;padding:48px 0}.panel-head{align-items:center;display:flex;gap:16px;margin-bottom:32px}.step-badge{font-feature-settings:"tnum";color:#00d084;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700}.panel-head h2{font-size:24px;font-weight:700;letter-spacing:-.5px}.field{margin-bottom:20px}.field label{color:#fff6;display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.field input,.search-form input{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:15px;outline:none;padding:14px 16px;transition:border-color .2s;width:100%}.field input:focus,.search-form input:focus{border-color:#ffffff4d}.field input.mono{font-family:SF Mono,Fira Code,Courier New,monospace;font-size:13px;letter-spacing:.3px}.field input::placeholder,.search-form input::placeholder{color:#fff3}.wallet-row{display:flex;gap:8px}.wallet-row input{flex:1 1}.btn-icon{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;color:#ffffff80;display:flex;font-size:20px;height:48px;justify-content:center;transition:border-color .2s,color .2s;width:48px}.btn-icon:hover{border-color:#ffffff4d;color:#fff}.btn-submit{background:#fff;border:none;border-radius:8px;color:#000;font-size:14px;font-weight:600;letter-spacing:-.2px;padding:14px 32px;transition:opacity .2s,transform .2s}.btn-submit:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.btn-submit:disabled{cursor:not-allowed;opacity:.4}.search-form input{flex:1 1}.msg-error{border:1px solid #ff3c3c33;margin-top:16px}.msg-success{background:#00d0840f;border:1px solid #00d08426;border-radius:8px;margin-top:16px;padding:16px}.msg-success p{color:#ffffffb3;font-size:14px;margin-bottom:4px}.msg-success strong{color:#fff6;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;min-width:100px;text-transform:uppercase}.muted{color:#ffffff40;font-size:15px}.results-section{padding:48px 0}.results-count{color:#ffffff59;font-size:13px;font-weight:500;margin-bottom:24px}.results-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.merchant-card{border:1px solid #ffffff14;border-radius:12px;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:border-color .25s,transform .25s}.merchant-card:hover{border-color:#fff3;transform:translateY(-2px)}.mc-image{align-items:center;background:#111;display:flex;height:140px;justify-content:center;overflow:hidden}.mc-image img{height:100%;object-fit:cover;width:100%}.mc-placeholder{color:#ffffff14;font-size:32px;font-weight:800}.mc-body{display:flex;flex-direction:column;gap:6px;padding:16px}.mc-body h3{font-size:15px;font-weight:600;letter-spacing:-.2px}.mc-domain{color:#ffffff4d;font-size:12px}.mc-cashback{color:#00d084;font-size:13px;font-weight:600}@media (max-width:600px){.demo-hero{padding:60px 24px 40px}.demo-body{padding:0 24px 60px}.search-form{flex-direction:column}.results-grid{grid-template-columns:1fr}}.agent-page{background:#000;color:#fff;min-height:100vh;padding-top:64px}.mode-selector-section{border-bottom:1px solid #ffffff0f;padding:40px 0}.mode-buttons{display:flex;gap:12px}.mode-btn{background:#ffffff0a;border:2px solid #ffffff14;border-radius:10px;color:#ffffff80;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:16px 20px;transition:all .2s}.mode-btn:hover{border-color:#fff3;color:#ffffffb3}.mode-btn.active{background:#fff;border-color:#fff;color:#000}.registration-section{border-bottom:1px solid #ffffff0f;padding:60px 0}.registration-section h2{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:32px}.reg-form{display:flex;flex-direction:column;gap:24px}.reg-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.reg-field{display:flex;flex-direction:column;gap:8px}.reg-field label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.reg-input,.reg-select{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-family:inherit;font-size:14px;outline:none;padding:14px 16px;transition:border-color .2s}.reg-select{background:#141414cc}.reg-select option{background:#1a1a1a;color:#fff}.reg-input:focus,.reg-select:focus{border-color:#ffffff4d}.reg-input.mono{font-family:SF Mono,Fira Code,monospace;font-size:13px;letter-spacing:.5px}.wallet-input-row{display:flex;gap:8px}.wallet-input-row .reg-input{flex:1 1}.gen-btn{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;color:#ffffff80;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;transition:all .2s;width:48px}.gen-btn:hover{border-color:#ffffff4d;color:#fff}.reg-submit{align-self:flex-start;background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:14px 28px;transition:opacity .2s}.reg-submit:hover:not(:disabled){opacity:.85}.reg-submit:disabled{cursor:not-allowed;opacity:.5}.msg-error{background:#ff3c3c14;border:1px solid #ff3c3c26;border-radius:8px;color:#ff6b6b;font-size:14px;padding:12px 16px}.dashboard-section{border-bottom:1px solid #ffffff0f;padding:60px 0}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.dash-card{border:1px solid #ffffff14;border-radius:12px;padding:28px}.agent-info-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;display:flex;gap:32px;padding:20px}.info-row{align-items:center;display:flex;gap:12px}.info-label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#fff;font-size:14px;font-weight:500}.info-value.mono{font-family:SF Mono,Fira Code,monospace;font-size:12px;letter-spacing:.3px}.card-label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.card-value{font-size:clamp(24px,5vw,32px);font-weight:800;letter-spacing:-1px;line-height:1;margin-bottom:8px}.card-desc{color:#ffffff59;font-size:13px}.settings-flex{display:flex;gap:12px;margin-bottom:8px}.setting-field{flex:1 1}.setting-field label{color:#ffffff40;display:block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.setting-select{background:#141414cc;border:1px solid #ffffff1a;border-radius:6px;color:#fff;font-size:12px;font-weight:600;padding:8px 12px;transition:border-color .2s;width:100%}.setting-select option{background:#1a1a1a;color:#fff}.setting-select:focus{border-color:#ffffff4d;outline:none}.how-section{border-bottom:1px solid #ffffff0f;padding:60px 0}.how-section h2,.products-section h2,.tips-section h2{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:40px}.steps-layout{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.how-step{display:flex;flex-direction:column;gap:12px}.step-num{font-feature-settings:"tnum";color:#00d084;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700}.how-step h3{font-size:18px;font-weight:700;letter-spacing:-.3px}.how-step p{color:#ffffff73;font-size:14px;line-height:1.6}.products-section{border-bottom:1px solid #ffffff0f;padding:60px 0}.search-form{display:flex;gap:12px;margin-bottom:32px}.search-input{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;color:#fff;flex:1 1;font-size:15px;outline:none;padding:16px 20px;transition:border-color .2s}.search-input:focus{border-color:#ffffff4d}.search-input::placeholder{color:#fff3}.search-btn{background:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:16px 28px;transition:opacity .2s;white-space:nowrap}.search-btn:hover:not(:disabled){opacity:.85}.search-btn:disabled{cursor:not-allowed;opacity:.5}.search-error{background:#ff3c3c14;border:1px solid #ff3c3c26;border-radius:8px;color:#ff6b6b;font-size:14px;margin-bottom:24px;padding:12px 16px}.empty-state{color:#ffffff40;font-size:15px;padding:60px 20px}.products-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-card{border:1px solid #ffffff14;border-radius:10px;color:inherit;display:block;text-decoration:none;transition:all .2s}.product-card:hover{border-color:#fff3;transform:translateY(-2px)}.pc-image{align-items:center;background:#111;display:flex;height:120px;justify-content:center;overflow:hidden;width:100%}.pc-image img{height:100%;object-fit:cover;width:100%}.pc-placeholder{color:#ffffff14;font-size:28px;font-weight:800}.pc-body{display:flex;flex-direction:column;gap:4px;padding:14px}.pc-body h4{font-size:14px;font-weight:600;letter-spacing:-.2px}.pc-shop{color:#ffffff4d;font-size:12px}.pc-earn{color:#00d084;font-size:13px;font-weight:600}.tips-section{padding:60px 0}.tips-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.tip-box{border:1px solid #ffffff14;border-radius:12px;padding:28px}.tip-box h3{font-size:16px;font-weight:700;letter-spacing:-.3px;margin-bottom:8px}.tip-box p{color:#ffffff73;font-size:14px;line-height:1.6}.page-footer{border-top:1px solid #ffffff0f;color:#ffffff4d;font-size:13px;padding:40px;text-align:center}@media (max-width:900px){.dashboard-grid,.steps-layout{grid-template-columns:repeat(2,1fr)}.agent-info-box{flex-direction:column;gap:16px}}@media (max-width:600px){.page-hero{padding:60px 24px 40px}.page-body{padding:0 24px 60px}.dashboard-grid,.steps-layout,.tips-grid{grid-template-columns:1fr}.agent-info-box{gap:12px}.agent-info-box,.search-form{flex-direction:column}.search-btn{width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}}.demo-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;overflow:hidden}.demo-header{background:linear-gradient(135deg,#09f,#06f);color:#fff;padding:1.5rem;text-align:center}.demo-header h3{font-size:1.3rem;margin-bottom:.3rem}.demo-header p{font-size:.9rem;opacity:.9}.conversation-box{background:#f9f9f9;display:flex;flex-direction:column;gap:1.5rem;max-height:600px;min-height:400px;overflow-y:auto;padding:2rem}.message{animation:slideIn .3s ease;display:flex;gap:1rem}.message.user{justify-content:flex-end}.message.user .message-content{background:linear-gradient(135deg,#00d4ff,#0af);border-radius:12px 12px 4px 12px;color:#fff}.message.agent{justify-content:flex-start}.message.agent .message-content{background:#fff;border:1px solid #e0e0e0;border-radius:12px 12px 12px 4px;color:#333}.message.system{justify-content:center}.message.system .message-content{background:linear-gradient(135deg,#00d4ff15,#0099ff15);border:1px solid #0099ff4d;border-radius:12px;color:#09f;text-align:center}.message-avatar{align-items:center;display:flex;flex-shrink:0;font-size:1.8rem;height:40px;justify-content:center;width:40px}.message-content{max-width:70%;padding:1rem}.message-text{word-wrap:break-word;line-height:1.5;margin:0;white-space:pre-wrap}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.products-recommendation{grid-gap:1.5rem;animation:slideIn .5s ease;background:#fff;border-top:2px solid #e0e0e0;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:1.5rem}.product-rec{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.product-rec:hover{box-shadow:0 8px 20px #0099ff26;transform:translateY(-4px)}.product-rec img{background:#f0f0f0;height:120px;object-fit:cover;width:100%}.product-rec h5{color:#333;font-size:1rem;margin:0;padding:1rem 1rem 0}.product-rec .price{color:#09f;font-size:1.2rem;font-weight:700;margin:0;padding:.5rem 1rem}.product-rec .shop-name{color:#09f;font-size:.85rem;font-weight:600;margin:0;padding:.3rem 1rem 0}.product-rec .cashback{color:#00d4ff;font-size:.9rem;font-weight:600;margin:0;padding:.5rem 1rem}.affiliate-note{color:#999;font-size:.75rem;font-style:italic;margin:0;padding:.5rem 1rem 0}.buy-link{background:linear-gradient(135deg,#09f,#06f);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin:1rem;padding:.8rem;transition:all .3s ease;width:calc(100% - 2rem)}.buy-link:hover{box-shadow:0 6px 20px #0099ff4d;transform:translateY(-2px)}.buy-link:active{transform:translateY(0)}.reward-display{background:linear-gradient(135deg,#00d4ff10,#0099ff10);border-top:2px solid #00d4ff;padding:1.5rem;text-align:center}.reward-display h4{color:#333;font-size:1.1rem;margin:0 0 1rem}.reward-amount{align-items:center;display:flex;gap:.8rem;justify-content:center;margin-bottom:.8rem}.coin-icon{animation:spin 2s linear infinite;font-size:2rem}.amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#09f,#06f);-webkit-background-clip:text;font-size:2rem;font-weight:700}.reward-note{color:#666;font-size:.9rem;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.message-content{max-width:100%}.products-recommendation{grid-template-columns:1fr}}.user-page{background:linear-gradient(135deg,#0f0f1e,#1a1a2e 50%,#16213e);display:flex;flex-direction:column;min-height:100vh}.user-header{background:#fffffff2;box-shadow:0 4px 20px #0000001a;padding:1.5rem 2rem}.user-header-top{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.back-btn{background:none;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.back-btn:hover{border-color:#00d4ff;color:#00d4ff}.user-header h1{color:#333;flex:1 1;font-size:1.8rem;text-align:center}.user-icon{font-size:1.5rem}.user-tagline{color:#666;font-size:.9rem;margin-top:.5rem;text-align:center}.user-main{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.user-hero{color:#fff;margin-bottom:2rem;text-align:center}.user-hero h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.user-hero p{color:#fffc;font-size:1.1rem}.user-products{margin-bottom:3rem}.user-search{background:#fff;border:2px solid #0000;border-radius:50px;box-shadow:0 8px 32px #00d4ff33;font-size:1rem;margin-bottom:2rem;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.user-search:focus{border-color:#00d4ff;box-shadow:0 8px 32px #00d4ff66;outline:none}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 12px 40px #00d4ff33;transform:translateY(-8px)}.product-image{background:#f5f5f5;height:200px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.brand{color:#888;font-size:.85rem;margin-bottom:.5rem}.price{color:#00d4ff;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.reward-info{align-items:center;background:#f0f9ff;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:.8rem;padding:.8rem}.reward-info .label{color:#00d4ff;font-size:.85rem;font-weight:600}.reward-info .amount{color:#00d4ff;font-weight:700}.shop{color:#999;font-size:.85rem;margin-bottom:1rem}.buy-btn{background:linear-gradient(135deg,#00d4ff,#0af);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .3s ease;width:100%}.buy-btn:hover{box-shadow:0 6px 20px #00d4ff4d;transform:translateY(-2px)}.empty-state{background:#ffffff1a;border-radius:12px;color:#fff;padding:3rem;text-align:center}.empty-state p{margin:.5rem 0}.user-info{margin-bottom:3rem}.user-info h2{color:#fff;font-size:2rem;margin-bottom:2rem}.info-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-card{background:#fffffff2;border-left:4px solid #00d4ff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem}.info-card h4{color:#333;font-size:1.1rem;margin-bottom:.8rem}.info-card p{color:#666;line-height:1.6}.why-agents{background:#fffffff2;border-radius:12px;margin-bottom:3rem;padding:2.5rem}.why-agents h2{color:#333;font-size:2rem;margin-bottom:1.5rem}.why-content p{color:#666;font-size:1rem;line-height:1.8;margin-bottom:1rem}.agent-flow{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;margin-top:2rem;padding-top:2rem}.flow-item{flex:1 1;min-width:120px;text-align:center}.flow-icon{align-items:center;background:linear-gradient(135deg,#00d4ff,#09f);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto .8rem;width:60px}.flow-item p{color:#666;font-weight:600}.arrow{color:#00d4ff;font-size:1.5rem;font-weight:700}.demo-section{margin-bottom:2rem}.demo-section h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.user-footer{border-top:1px solid #ffffff1a;color:#ffffff80;padding:1.5rem;text-align:center}@media (max-width:768px){.info-cards,.products-grid{grid-template-columns:1fr}.agent-flow{flex-direction:column}}.stats-page{background:#000;color:#fff;min-height:100vh;padding-top:64px}.page-hero{border-bottom:1px solid #ffffff0f;padding:80px 40px 60px}.hero-inner{margin:0 auto;max-width:900px}.page-hero .label{color:#ffffff4d;font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.page-hero h1{font-size:clamp(36px,6vw,56px);font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:16px}.page-hero .sub{color:#ffffff80;font-size:17px;line-height:1.6}.page-body{margin:0 auto;max-width:900px;padding:0 40px 80px}.section-label{color:#ffffff4d;font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.loading-state{font-size:16px}.lookup-section{border-bottom:1px solid #ffffff0f;border-top:1px solid #ffffff0f;padding:60px 0}.lookup-section h2{margin-bottom:32px}.lookup-form{flex-direction:column}.lookup-form,.lookup-input-group{display:flex;gap:12px}.lookup-input{background:#141414cc;border:1px solid #ffffff1a;border-radius:10px;color:#fff;flex:1 1;font-family:SF Mono,Fira Code,monospace;font-size:15px;outline:none;padding:16px 20px;transition:border-color .2s}.lookup-input:focus{border-color:#ffffff4d}.lookup-input::placeholder{color:#fff3}.lookup-btn{background:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:16px 28px;transition:opacity .2s;white-space:nowrap}.lookup-btn:hover:not(:disabled){opacity:.85}.lookup-btn:disabled{cursor:not-allowed;opacity:.5}.lookup-error{background:#ff3c3c14;border:1px solid #ff3c3c26;border-radius:8px;color:#ff6b6b;font-size:14px;padding:12px 16px}.your-stats-section{border-bottom:1px solid #ffffff0f;border-top:1px solid #ffffff0f;padding:60px 0}.your-stats-section h2{margin-bottom:32px}.leaderboard-section,.network-section{padding-top:60px}.leaderboard-section h2,.network-section h2,.your-stats-section h2{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-1px;line-height:1.2}.your-stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.stat-card{border:1px solid #ffffff14;border-radius:12px;padding:28px;transition:border-color .2s}.stat-card:hover{border-color:#ffffff26}.stat-label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.stat-value{font-size:40px;font-weight:800;letter-spacing:-1.5px;line-height:1}.network-section{border-bottom:1px solid #ffffff0f;padding:60px 0}.network-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.network-card{border:1px solid #ffffff14;border-radius:12px;padding:32px}.network-label{color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.network-value{color:#ffffff4d;font-size:36px;font-weight:800;letter-spacing:-1px;line-height:1}.leaderboard-section{padding:60px 0}.leaderboard{border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.lb-header{background:#ffffff08;border-bottom:1px solid #ffffff0f;color:#ffffff59;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.lb-header,.lb-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:60px 1fr 1fr 1fr;padding:16px 24px}.lb-row{align-items:center;border-bottom:1px solid #ffffff0a;font-size:14px}.lb-row:last-child{border-bottom:none}.lb-row:hover{background:#ffffff05}.col.rank{font-feature-settings:"tnum";color:#00d084;font-variant-numeric:tabular-nums;font-weight:700}.col.name{font-weight:600}.col.earnings,.col.purchases{font-feature-settings:"tnum";color:#fff9;font-variant-numeric:tabular-nums;text-align:right}.loading-state{color:#ffffff4d;padding:120px 40px;text-align:center}.error-state{padding:80px 40px;text-align:center}.error-state p{color:#ffffff80;font-size:15px;margin-bottom:20px}.retry-btn{background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:opacity .2s}.retry-btn:hover{opacity:.85}.stats-footer{border-top:1px solid #ffffff0f;color:#ffffff40;font-size:13px;padding:40px;text-align:center}@media (max-width:900px){.your-stats-grid{grid-template-columns:repeat(2,1fr)}.lb-header,.lb-row{grid-template-columns:50px 1fr 1fr}.lb-header>:nth-child(4),.lb-row .col.earnings{display:none}}@media (max-width:600px){.page-hero{padding:60px 24px 40px}.page-body{padding:0 24px 60px}.lookup-input-group{flex-direction:column}.lookup-btn{width:100%}.network-grid,.your-stats-grid{grid-template-columns:1fr}.lb-header,.lb-row{grid-template-columns:1fr 1fr}.lb-header>:nth-child(3),.lb-header>:nth-child(4),.lb-row>:nth-child(3),.lb-row>:nth-child(4){display:none}}
/*# sourceMappingURL=main.b1460528.css.map*/