@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-color:#004d2c;--primary-light:#006b3d;--secondary-color:#28a745;--bg-color:#f8f9fa;--surface-color:#fff;--text-primary:#333;--text-secondary:#666;--text-muted:#999;--accent-color:#007bff;--error-color:#dc3545;--success-color:#28a745;--card-gradient:linear-gradient(135deg, #004d2c 0%, #006b3d 100%);--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out forwards fadeIn}.slide-in{animation:.5s ease-out forwards slideInUp}.splash-screen{z-index:9999;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.splash-logo{width:100px;height:100px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.splash-text{color:#fff;letter-spacing:4px;text-transform:uppercase;opacity:.6;margin-top:24px;font-size:14px;font-weight:800}.splash-exit{opacity:0;pointer-events:none}button{cursor:pointer;border-radius:var(--radius-sm);border:none;transition:transform .2s,opacity .2s,box-shadow .2s}button:active{transform:scale(.98)}button:hover{opacity:.9}.layout-container{background:#f8fafc;flex-direction:column;min-height:100vh;padding-bottom:80px;display:flex}.main-content{flex:1;width:100%;max-width:500px;margin:0 auto;padding:20px 16px}.bottom-nav{-webkit-backdrop-filter:blur(15px);z-index:1000;height:75px;padding-bottom:env(safe-area-inset-bottom);background:#ffffffd9;border-top:1px solid #f1f5f980;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0000000a}.nav-item{color:#94a3b8;flex-direction:column;flex:1;align-items:center;gap:6px;font-size:11px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-item.active{color:var(--secondary-color)}.nav-item.active .nav-icon{transform:translateY(-4px)scale(1.1)}.nav-item.active:after{content:"";background:var(--secondary-color);border-radius:50%;width:5px;height:5px;position:absolute;bottom:-10px;box-shadow:0 0 10px #28a74566}.nav-label{letter-spacing:.3px;transition:transform .3s}.nav-item.active .nav-label{font-weight:800;transform:translateY(-2px)}@media (width>=768px){.bottom-nav{display:none}.layout-container{padding-bottom:0}}.dashboard-wrapper{background:#f8fafc;flex-direction:column;gap:20px;padding:10px 0 40px;display:flex}.premium-nav{justify-content:space-between;align-items:center;margin-bottom:4px;padding:4px 10px;display:flex}.nav-profile{align-items:center;gap:12px;display:flex}.premium-avatar{color:#fff;background:linear-gradient(135deg,#004d2c 0%,#002d1a 100%);border:1.5px solid #fff;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex;box-shadow:0 4px 8px #004d2c1a}.greeting{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:-2px;font-size:9px;font-weight:800}.username{color:#1e293b;letter-spacing:-.5px;font-size:15px;font-weight:900}.nav-actions{flex-direction:row;align-items:center;gap:14px;display:flex}.main-card-glass{color:#fff;background-color:#022c22;background-image:radial-gradient(at 0 0,#05966966 0,#0000 50%),radial-gradient(at 100% 0,#10b9811a 0,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #ffffff0d;border-radius:28px;padding:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.main-card-glass:before{content:"";opacity:.03;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:200%;height:200%;position:absolute;top:-50%;left:-50%}.card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.chip-icon{background:linear-gradient(135deg,#fcd34d 0%,#b45309 100%);border-radius:5px;width:36px;height:24px;position:relative;box-shadow:0 0 10px #fbbf2433}.chip-icon:after{content:"";border:1px solid #0000001a;border-radius:2px;position:absolute;inset:4px 6px}.card-type-icon{color:#10b981;background:#ffffff1a;border-radius:50%;padding:5px}.balance-content{text-align:center;margin-bottom:20px}.balance-content .label{color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.amount-row{justify-content:center;align-items:center;gap:6px;margin-bottom:6px;display:flex}.currency{color:#4ade80;font-size:16px;font-weight:700}.amount{letter-spacing:-1.5px;font-size:36px;font-weight:900;color:#fff!important}.growth-indicator{color:#4ade80;background:#10b9811f;border:1px solid #10b98133;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex}.quick-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.q-btn{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:900;transition:all .2s;display:flex}.q-btn.deposit{color:#022c22;background:#fff;box-shadow:0 10px 20px #0003}.q-btn.withdraw{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a}.stats-row{gap:12px;display:flex}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:18px;flex:1;align-items:center;gap:12px;padding:16px;display:flex}.stat-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.stat-icon.inflow-icon{color:var(--secondary-color);background:#f0fdf4}.stat-icon.invest-icon{color:#f59e0b;background:#fef3c7}.stat-label{color:#94a3b8;text-transform:uppercase;margin-bottom:2px;font-size:9px;font-weight:800}.stat-value{color:#1e293b;font-size:14px;font-weight:900}.stat-value.plus{color:var(--secondary-color)}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.section-header-row h3{color:#1e293b;font-size:16px;font-weight:800}.text-btn{color:var(--secondary-color);background:0 0;font-size:13px;font-weight:800}.active-invest-card-premium{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:16px;padding:18px;transition:transform .2s;box-shadow:0 4px 15px #00000005}.invest-card-top{align-items:center;gap:12px;margin-bottom:16px;display:flex}.invest-icon-box-chic{width:40px;height:40px;color:var(--secondary-color);background:#f0fdf4;border-radius:12px;justify-content:center;align-items:center;display:flex}.invest-info-core{flex:1}.p-name{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.p-target{color:#94a3b8;font-size:11px;font-weight:700}.profit-badge-pill{background:#f0fdf4;border:1px solid #10b9811a;border-radius:10px;flex-direction:column;align-items:flex-end;padding:6px 12px;display:flex}.p-label{color:#059669;text-transform:uppercase;letter-spacing:.5px;font-size:8px;font-weight:800}.p-value{color:var(--secondary-color);font-size:12px;font-weight:900}.invest-card-body{padding-top:4px}.progress-intel{justify-content:space-between;margin-bottom:10px;display:flex}.intel-item{color:#64748b;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.intel-item.percent{color:var(--secondary-color)}.premium-p-bar-bg{background:#f1f5f9;border-radius:100px;width:100%;height:8px;overflow:hidden}.premium-p-bar-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:100px;height:100%;transition:width .8s ease-out;box-shadow:0 0 10px #10b98133}.affiliate-banner-premium{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:20px;align-items:center;gap:16px;padding:16px 20px;display:flex}.banner-icon{color:#facc15}.banner-content h4{color:#fff;margin-bottom:2px;font-size:14px;font-weight:800}.banner-content p{opacity:.7;font-size:12px}.highlight{color:#4ade80;font-weight:800}.invite-btn-minimal{color:#fff;background:#ffffff1a;border:none;border-radius:12px;margin-left:auto;padding:10px}.glass-activity-item{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:12px;margin-bottom:10px;padding:12px 16px;display:flex}.activity-icon-cir{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.activity-icon-cir.deposit{color:var(--secondary-color);background:#f0fdf4}.activity-icon-cir.investment{color:#f59e0b;background:#fff7ed}.activity-icon-cir.withdrawal{color:#ef4444;background:#fef2f2}.act-title{font-size:13px;font-weight:800}.act-meta{color:#94a3b8;font-size:10px}.act-amount{font-size:13px;font-weight:900}.act-amount.in{color:var(--secondary-color)}.act-amount.out{color:#ef4444}.status-pill{text-transform:uppercase;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:8px;font-weight:800;display:inline-block}.status-pill.completed{color:var(--secondary-color);background:#f0fdf4}.status-pill.processing{color:#d97706;background:#fffbeb}.share-snap-mini-btn{color:var(--secondary-color);cursor:pointer;background:#f0fdf4;border:1px solid #10b98133;border-radius:10px;justify-content:center;align-items:center;margin-left:8px;padding:6px 14px;font-size:11px;font-weight:800;transition:all .2s;display:flex}.share-snap-mini-btn:hover{background:var(--secondary-color);color:#fff}.share-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#022c22d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.share-modal-card{background:#fff;border-radius:28px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:#1e293b;font-size:18px;font-weight:800}.close-x{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:20px}.modal-body{padding:24px}.modal-body p{color:#64748b;margin-bottom:20px;font-size:13px;line-height:1.5}.image-preview-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;width:100%;padding:10px}.image-preview-box img{border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 10px 25px #0000001a}.modal-footer{padding:0 24px 24px}.snapshot-templates-container{position:absolute;top:-9999px;left:-9999px}.premium-snapshot-card{background:#fff;border-radius:0;flex-direction:column;width:360px;padding:30px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.snap-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.snap-logo{align-items:center;gap:10px;display:flex}.snap-logo span{color:#022c22;letter-spacing:-.5px;font-size:20px;font-weight:900}.snap-tag{color:#059669;letter-spacing:1px;background:#ecfdf5;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:800}.snap-body{flex:1;margin-bottom:40px}.snap-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:800}.snap-amount{color:#10b981;letter-spacing:-1px;margin-bottom:12px;font-size:42px;font-weight:900}.snap-project{color:#1e293b;margin-bottom:24px;font-size:16px;font-weight:700}.snap-growth-row{color:#64748b;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.snap-p-bar-bg{background:#f1f5f9;border-radius:10px;flex:1;height:6px;overflow:hidden}.snap-p-bar-fill{background:#10b981;height:100%}.snap-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:flex-end;padding-top:24px;display:flex}.snap-qr-meta p{color:#64748b;margin:0;font-size:13px;font-weight:600}.snap-qr-meta .ref-high{color:#022c22;margin-top:4px;font-size:20px;font-weight:900}.snap-legal{color:#94a3b8;background:#f8fafc;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:800}.market-container{flex-direction:column;gap:32px;padding-bottom:40px;display:flex}.market-premium-banner{color:#fff;background:linear-gradient(135deg,#022c22 0%,#064e3b 100%);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:32px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px -10px #022c2266}.market-premium-banner:before{content:"";opacity:.04;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.banner-content{z-index:1;max-width:70%;position:relative}.banner-content h2{letter-spacing:-.5px;color:#fff;margin-bottom:8px;font-size:24px;font-weight:900}.banner-content p{color:#a7f3d0;font-size:13px;font-weight:500;line-height:1.4}.banner-decoration{opacity:.15;position:absolute;bottom:-10px;right:-10px;transform:rotate(-15deg)}.decor-icon{color:#34d399}.market-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.market-card{background:#fff;border:1px solid #00000008;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.market-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.card-image-container{height:140px;position:relative;overflow:hidden}.card-image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s}.market-card:hover .card-image{transform:scale(1.1)}.image-overlay{background:linear-gradient(#0000 60%,#0006);align-items:flex-end;padding:12px;display:flex;position:absolute;inset:0}.location-badge{color:#1e293b;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:flex}.card-content{padding:16px}.card-content h3{color:#1e293b;letter-spacing:-.3px;margin-bottom:12px;font-size:17px;font-weight:800}.metrics-grid{background:#f8fafc;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:12px 10px;margin-bottom:16px;padding:12px;display:grid}.metric-item{flex-direction:column;gap:2px;display:flex}.metric-label{color:#94a3b8;letter-spacing:.5px;font-size:8px;font-weight:800}.metric-value{color:#1e293b;align-items:center;gap:3px;font-size:12px;font-weight:800;display:flex}.metric-value.success{color:var(--secondary-color)}.invest-action-btn{color:#fff;background:#0f172a;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:14px;font-weight:800;transition:all .2s;display:flex}.invest-action-btn:hover{background:#1e293b;gap:12px}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000b3;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:32px 32px 0 0;width:100%;max-width:500px;padding:40px 24px;position:relative;box-shadow:0 -20px 60px #0000004d}.modal-close{color:#64748b;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:24px;right:24px}.modal-body h3{text-align:center;color:#1e293b;margin-bottom:12px;font-size:26px;font-weight:900}.modal-body p{text-align:center;color:#64748b;margin-bottom:32px;line-height:1.6}.confirmation-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:16px;margin-bottom:32px;padding:24px;display:flex}.confirm-row{color:#64748b;justify-content:space-between;font-size:15px;font-weight:700;display:flex}.confirm-row .bold{color:#1e293b;font-weight:900}.confirm-row .green{color:var(--secondary-color)}.modal-actions{flex-direction:column;gap:12px;display:flex}.confirm-btn{background:var(--primary-color);color:#fff;border-radius:16px;width:100%;padding:18px;font-size:17px;font-weight:900;box-shadow:0 10px 25px #004d2c40}.cancel-btn{color:#94a3b8;background:0 0;width:100%;padding:12px;font-weight:800}.modal-status-view{text-align:center;flex-direction:column;align-items:center;padding:30px 0;display:flex}.loader-container,.success-icon-container{margin-bottom:32px}.animate-spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}@media (width>=641px){.modal-overlay{align-items:center;padding:20px}.modal-content{border-radius:32px}}@media (width<=640px){.market-grid{grid-template-columns:1fr}}.support-container{flex-direction:column;gap:32px;padding-bottom:40px;display:flex}.support-header{text-align:center;margin-top:10px}.support-badge{color:#64748b;letter-spacing:1px;background:#f1f5f9;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-flex}.support-header h2{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:900}.support-header p{color:#64748b;font-size:16px;font-weight:500}.support-channels-grid{flex-direction:column;gap:14px;display:flex}.channel-card{cursor:pointer;align-items:center;gap:16px;padding:18px 20px;transition:all .2s;display:flex}.channel-card:hover{background:#f8fafc;transform:translate(5px);box-shadow:0 4px 15px #00000008}.channel-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.channel-info{flex:1}.channel-info h4{color:#1e293b;font-size:16px;font-weight:800}.channel-info p{color:#94a3b8;margin-top:2px;font-size:13px;font-weight:600}.channel-arrow{color:#cbd5e1}.faq-section{margin-top:20px}.section-title{color:#1e293b;align-items:center;gap:10px;margin-bottom:20px;display:flex}.section-title h3{font-size:18px;font-weight:800}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:18px 20px;transition:all .2s}.faq-question{color:#334155;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;display:flex}.faq-arrow{color:#94a3b8;transition:transform .3s}.faq-item.open{border-color:var(--secondary-color);box-shadow:0 4px 12px #28a7450d}.faq-item.open .faq-arrow{color:var(--secondary-color);transform:rotate(180deg)}.faq-answer{color:#64748b;border-top:1px solid #f1f5f9;margin-top:14px;padding-top:14px;font-size:14px;line-height:1.6}.chat-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.chat-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:450px;height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.chat-modal-header{background:var(--primary-color);color:#fff;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-header-info h3{font-size:18px;font-weight:800}.close-chat{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-modal-messages{background:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:24px;display:flex;overflow-y:auto}.chat-empty{color:#94a3b8;text-align:center;justify-content:center;align-items:center;height:100%;font-size:14px;font-weight:600;display:flex}.msg-bubble-wrapper{width:100%;display:flex}.msg-bubble-wrapper.admin{justify-content:flex-start}.msg-bubble-wrapper.user{justify-content:flex-end}.msg-bubble-user{border-radius:18px;max-width:80%;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.5}.msg-bubble-wrapper.admin .msg-bubble-user{color:#1e293b;background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 5px #0000000d}.msg-bubble-wrapper.user .msg-bubble-user{background:var(--secondary-color);color:#fff;border-bottom-right-radius:4px}.chat-modal-input{background:#fff;border-top:1px solid #f1f5f9;gap:12px;padding:16px 24px;display:flex}.chat-modal-input input{border:1px solid #e2e8f0;border-radius:14px;outline:none;flex:1;padding:12px 16px;font-size:14px}.chat-modal-input button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.account-container{background:#f8fafc;flex-direction:column;gap:24px;padding:10px 0 40px;display:flex}.account-header{justify-content:space-between;align-items:center;margin-bottom:-10px;padding:0 4px;display:flex}.icon-btn{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:background .2s}.icon-btn:hover{background:#f1f5f9}.premium-hero{color:#fff;background-color:#022c22;background-image:radial-gradient(at 0 0,#05966966 0,#0000 50%),radial-gradient(at 100% 100%,#10b98133 0,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #ffffff0d;border-radius:28px;align-items:center;gap:20px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -12px #0006}.premium-hero:before{content:"";opacity:.03;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:200%;height:200%;position:absolute;top:-50%;left:-50%}.avatar-large{color:#fff;z-index:1;background:linear-gradient(135deg,#fcd34d 0%,#b45309 100%);border:2px solid #fff3;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:28px;font-weight:900;display:flex;box-shadow:0 8px 16px #fbbf244d}.hero-info{z-index:1;flex-direction:column;align-items:flex-start;display:flex}.user-name{text-transform:capitalize;letter-spacing:-.5px;margin-bottom:2px;font-size:22px;font-weight:900}.user-email{color:#cbd5e1;margin-bottom:12px;font-size:13px;font-weight:500}.joined-tag{color:#4ade80;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:flex}.referral-status-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:20px;box-shadow:0 4px 20px #00000005}.ref-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ref-title{color:#1e293b;align-items:center;gap:8px;display:flex}.ref-icon{color:var(--secondary-color)}.ref-title h3{font-size:15px;font-weight:800}.ref-badge{color:#b45309;background:#fef3c7;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:800;display:flex}.ref-progress-container{margin-bottom:16px}.ref-progress-text{color:#64748b;justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.ref-percent{color:var(--secondary-color);font-weight:800}.ref-progress-bar-bg{background:#f1f5f9;border-radius:10px;width:100%;height:8px;overflow:hidden}.ref-progress-bar-fill{background:linear-gradient(to right, #4ade80, var(--primary-color));border-radius:10px;height:100%;transition:width 1s ease-out}.ref-actions{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;padding:12px;display:flex}.ref-desc{color:#64748b;max-width:60%;font-size:11px;font-weight:600}.copy-link-btn{background:var(--surface-color);color:#1e293b;cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.copy-link-btn:active{transform:scale(.95)}.badges-grid-premium{grid-template-columns:1fr 1fr;gap:12px;display:grid}.badge-pill{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.badge-pill.locked{opacity:.6;filter:grayscale();background:#f8fafc}.badge-pill.earned{background:#fffdf5;border-color:#fcd34d;box-shadow:0 4px 12px #fbbf2414}.badge-icon-wrap{color:#94a3b8;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.earned .badge-icon-wrap{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.badge-details{flex-direction:column;display:flex}.b-name{color:#1e293b;font-size:13px;font-weight:800}.b-status{color:#94a3b8;font-size:10px;font-weight:700}.earned .b-status{color:#059669}.section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;padding-left:8px;font-size:11px;font-weight:800}.glass-list{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:8px;box-shadow:0 4px 20px #00000005}.glass-list-item{cursor:pointer;border-radius:16px;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.glass-list-item:hover{background:#f8fafc}.item-icon-box{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;margin-right:14px;display:flex}.item-icon-box.personal{color:#0d9488;background-color:#f0fdfa}.item-icon-box.wallet{color:#16a34a;background-color:#f0fdf4}.item-icon-box.notifs{color:#d97706;background-color:#fffbeb}.item-icon-box.security{color:#475569;background-color:#f8fafc}.item-icon-box.support{color:#0284c7;background-color:#f0f9ff}.item-label{color:#1e293b;flex:1;font-size:14px;font-weight:700}.item-arrow{color:#cbd5e1}.actions-section{flex-direction:column;align-items:center;gap:16px;margin-top:10px;display:flex}.logout-btn-premium{color:#e11d48;cursor:pointer;background:#fff1f2;border:1px solid #ffe4e6;border-radius:20px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:15px;font-weight:800;transition:transform .2s;display:flex}.logout-btn-premium:active{transform:scale(.98)}.version-txt{color:#94a3b8;font-size:11px;font-weight:700}.deposit-premium-wrapper{background:#f8fafc;flex-direction:column;min-height:100vh;padding:16px;display:flex}.progress-dots{justify-content:center;align-items:center;gap:6px;margin-bottom:16px;display:flex}.progress-dots .dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px;transition:all .3s}.progress-dots .dot.active{background:var(--secondary-color);transform:scale(1.2);box-shadow:0 0 10px #10b98166}.progress-dots .line{background:#e2e8f0;border-radius:2px;width:24px;height:2px;transition:all .4s}.progress-dots .line.active{background:var(--secondary-color)}.secure-shield{color:#10b981;background:#ecfdf5;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:16px;padding:6px;font-size:11px;font-weight:500;display:flex}.receipt-header{text-align:center;margin-bottom:16px}.receipt-header p{color:#64748b;letter-spacing:1px;font-size:11px;font-weight:700}.receipt-header h2{color:#0f172a;font-size:24px;font-weight:800}.receipt-ticket{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:16px;position:relative}.ticket-cutout{background:#fff;border:1px dashed #cbd5e1;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%)}.ticket-cutout.left{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;left:-10px}.ticket-cutout.right{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;right:-10px}.ticket-row{flex-direction:column;gap:4px;display:flex}.ticket-divider{background:dashed #e2e8f0;height:1px;margin:12px 0}.t-label{text-transform:uppercase;color:#94a3b8;letter-spacing:.5px;font-size:10px;font-weight:700}.t-value-copy{justify-content:space-between;align-items:center;display:flex}.t-value{color:#1e293b;font-size:14px;font-weight:600}.t-value-copy button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px}.highlight-row{background:#ecfdf5;border-radius:10px;margin:-8px;padding:12px}.highlight-row .t-value.highlight{color:#10b981;letter-spacing:1px;font-size:18px;font-weight:800}.highlight-row .gold-copy{color:#fff;background:#10b981;border:none}.instruction-micro{color:#64748b;text-align:center;margin-top:16px;font-size:12px;line-height:1.4}.upload-header{text-align:center;margin-bottom:20px}.cloud-icon{color:var(--secondary-color);margin-bottom:8px}.upload-header h3{color:#0f172a;font-size:18px;font-weight:800}.upload-header p{color:#64748b;font-size:13px}.premium-dropzone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;height:160px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.premium-dropzone:hover{border-color:var(--secondary-color);background:#f0fdf4}.premium-dropzone.has-file{border:2px solid var(--secondary-color);background:#ecfdf5}.dropzone-empty{flex-direction:column;align-items:center;gap:8px;display:flex}.dashed-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #0000000d}.dropzone-empty p{color:#334155;margin:0;font-size:13px;font-weight:600}.dropzone-empty span{color:#94a3b8;font-size:11px}.file-success{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex}.success-circle{background:var(--secondary-color);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.pulse-ring{animation:2s cubic-bezier(.66,0,0,1) infinite pulsering;box-shadow:0 0 #10b981b3}@keyframes pulsering{to{box-shadow:0 0 0 15px #10b98100}}.file-name{color:#0f172a;font-size:13px;font-weight:700}.change-file{color:#10b981;font-size:11px;text-decoration:underline}.submit-btn{background:var(--secondary-color)}@keyframes pulseOrb{0%{box-shadow:0 0 10px #10b98166}to{box-shadow:0 0 25px #10b981b3}}.return-home-btn{color:#0f172a;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:14px;font-weight:700;transition:all .2s}.return-home-btn:hover{background:#f8fafc;border-color:#cbd5e1}.withdraw-premium-wrapper{background:#f8fafc;flex-direction:column;min-height:100vh;padding:16px;display:flex}.premium-compact-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.back-btn-chic{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 10px #00000008}.header-title-pack{text-align:center}.header-title-pack h2{color:#0f172a;letter-spacing:-.5px;font-size:16px;font-weight:700}.header-title-pack p{color:#10b981;margin-top:2px;font-size:11px;font-weight:600}.premium-main-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 40px #0000000a}.input-hero{border-bottom:2px solid #f1f5f9;justify-content:center;align-items:baseline;gap:6px;margin-top:8px;padding-bottom:8px;display:flex;position:relative}.currency-watermark{color:#cbd5e1;font-size:18px;font-weight:800}.input-hero input{color:#0f172a;text-align:left;background:0 0;border:none;outline:none;width:60%;padding:0;font-size:40px;font-weight:800}.input-hero input::placeholder{color:#e2e8f0}.min-label{text-align:center;color:#94a3b8;margin-top:6px;font-size:11px}.balance-selector-tabs{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.balance-tab{text-align:left;cursor:pointer;background:#f8fafc;border:2px solid #f1f5f9;border-radius:12px;padding:12px;transition:all .2s}.balance-tab.active{border-color:var(--secondary-color);background:#f0fdf4}.tab-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:700}.tab-val{color:#0f172a;font-size:14px;font-weight:800}.balance-tab.active .tab-val{color:var(--secondary-color)}.quick-chips-grid{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:16px;display:grid}.money-chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:8px 0;font-size:13px;font-weight:700;transition:all .2s}.money-chip:hover,.money-chip:active{color:#fff;background:#0f172a;border-color:#0f172a}.network-selection{margin-top:20px}.section-title{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700}.network-cards{flex-direction:column;gap:8px;display:flex}.net-card{cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:12px;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.net-card.selected{border-color:var(--secondary-color);background:#f0fdf4}.net-logo{object-fit:cover;border-radius:6px;width:28px;height:28px;margin-right:12px}.net-name{color:#1e293b;font-size:14px;font-weight:600}.check-icon{color:var(--secondary-color);margin-left:auto}.identity-fields{flex-direction:column;gap:12px;animation:.3s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.floating-input-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;padding:0 16px;transition:all .2s;display:flex}.floating-input-group:focus-within{border-color:var(--secondary-color);box-shadow:0 0 0 3px #10b9811a}.input-icon{color:#94a3b8;margin-right:12px}.floating-input-group input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;padding:16px 0;font-size:14px;font-weight:600}.floating-input-group input::placeholder{color:#94a3b8;font-weight:500}.secure-shield{color:#10b981;background:#ecfdf5;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px;font-size:11px;font-weight:500;display:flex}.premium-action-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;width:100%;margin-top:24px;padding:14px;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #0f172a1a}.premium-action-btn:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1;transform:none}.premium-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 15px #0f172a26}.premium-success-step{text-align:center;padding:10px 0}.success-orb{background:linear-gradient(135deg,#10b981 0%,#047857 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;display:flex;box-shadow:0 10px 25px #10b98166}.success-orb.glow{animation:2s infinite alternate pulseOrb}.premium-success-step h2{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:800}.premium-success-step p{color:#64748b;margin-bottom:24px;font-size:13px;line-height:1.5}.timeline-mock{text-align:left;background:#f8fafc;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:24px;padding:16px;display:flex}.t-item{color:#94a3b8;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.t-item.active{color:#10b981}.t-item.loading{color:#0f172a}.spinner{border:2px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;width:14px;height:14px;animation:1s linear infinite spin}.auth-container{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background:#fff;border-radius:30px;width:100%;max-width:420px;padding:20px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{background:#f0fdf4;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.auth-header h2{color:#1e293b;margin-bottom:8px;font-size:28px;font-weight:900}.auth-header p{color:#64748b;font-size:14px;font-weight:500}.auth-form{flex-direction:column;gap:20px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.label-row{justify-content:space-between;align-items:center;display:flex}.input-group label{color:#475569;font-size:13px;font-weight:800}.forgot-link{color:var(--secondary-color);font-size:12px;font-weight:700}.input-field{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;transition:all .2s;display:flex}.input-field:focus-within{border-color:var(--secondary-color);background:#fff;box-shadow:0 0 0 4px #28a7450d}.input-field svg{color:#94a3b8}.input-field input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:15px;font-weight:600}.auth-btn{background:var(--primary-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:10px;padding:16px;font-size:16px;font-weight:900;display:flex;box-shadow:0 10px 20px #004d2c1a}.auth-footer{text-align:center;margin-top:24px}.auth-footer p{color:#64748b;font-size:14px;font-weight:600}.auth-footer a{color:var(--secondary-color);font-weight:800}.auth-trust{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;justify-content:center;align-items:center;gap:8px;margin-top:32px;font-size:11px;font-weight:700;display:flex}:root{--chic-bg:#f8fafc;--chic-card:#fff;--chic-accent:#0f172a;--chic-blue:#3b82f6;--chic-text:#0f172a;--chic-muted:#64748b;--chic-border:#0f172a0f;--chic-shadow:0 4px 12px #0f172a08}.admin-container{background:var(--chic-bg);max-width:1200px;min-height:100vh;margin:0 auto;padding:0 20px 100px;font-family:Outfit,sans-serif}.admin-header-chic{flex-direction:column;gap:24px;padding:40px 0 24px;display:flex}.admin-header-top-row{justify-content:space-between;align-items:center;display:flex}.admin-header-left{align-items:center;gap:16px;display:flex}.chic-back-btn{border:1.5px solid var(--chic-border);color:var(--chic-text);cursor:pointer;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chic-page-title{color:var(--chic-text);letter-spacing:-1.5px;margin:0;font-size:32px;font-weight:950;line-height:1}.chic-system-badge{color:var(--chic-blue);text-transform:uppercase;letter-spacing:.5px;background:#eff6ff;border-radius:100px;align-items:center;gap:6px;margin-top:8px;padding:4px 10px;font-size:9px;font-weight:900;display:inline-flex}.admin-header-bottom-row{align-items:center;gap:12px;display:flex}.chic-quick-nav{box-shadow:var(--chic-shadow);border:1px solid var(--chic-border);background:#fff;border-radius:18px;flex:1;gap:4px;padding:4px;display:flex}.chic-nav-item{height:44px;color:var(--chic-muted);cursor:pointer;background:0 0;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.chic-nav-item.active{background:var(--chic-accent);color:#fff;box-shadow:0 10px 15px -3px #0f172a33}.chic-view-site-btn{background:var(--chic-accent);color:#fff;cursor:pointer;border:none;border-radius:16px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:800;display:flex;box-shadow:0 10px 15px -3px #0f172a26}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:48px;display:grid}.admin-stat-card{border:1.5px solid var(--chic-border);background:#fff;border-radius:36px;flex-direction:column;gap:24px;padding:32px;transition:all .3s;display:flex}.admin-stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 40px -10px #0000000d}.admin-stat-value{color:var(--chic-text);letter-spacing:-1.5px;font-size:38px;font-weight:950}.admin-search-box{border:1.5px solid var(--chic-border);background:#fff;border-radius:22px;align-items:center;gap:16px;margin-bottom:32px;padding:18px 28px;display:flex}.admin-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:16px;font-weight:600}.admin-toolbar{background:#f1f5f9;border-radius:16px;gap:4px;width:fit-content;margin-bottom:24px;padding:4px;display:flex}.toolbar-chip{color:var(--chic-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .2s}.toolbar-chip.active{color:var(--chic-text);background:#fff;box-shadow:0 4px 6px #0000000a}.admin-card{border:1.5px solid var(--chic-border);background:#fff;border-radius:32px;flex-direction:column;gap:24px;margin-bottom:16px;padding:28px;display:flex}.user-info-main{align-items:center;gap:20px;display:flex}.user-avatar{color:#475569;background:#f1f5f9;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:950;display:flex}.user-stats{gap:12px;display:flex}.stat-pill{border:1px solid var(--chic-border);background:#f8fafc;border-radius:18px;flex-direction:column;flex:1;gap:4px;padding:12px 20px;display:flex}.stat-pill .label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:900}.stat-pill .val{color:var(--chic-text);font-size:16px;font-weight:800}.stat-pill .val.green{color:#10b981}.admin-badge{letter-spacing:.5px;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:900}.mobile-only{display:none}@media (width<=768px){.admin-container{padding:0 16px 120px}.mobile-only{display:flex}.desktop-only{display:none}.admin-header-chic{padding:32px 0 20px}.chic-page-title{font-size:26px}.admin-header-bottom-row{width:100%}.admin-grid{grid-template-columns:1fr}.admin-stat-card{border-radius:28px;padding:24px}.admin-stat-value{font-size:32px}.admin-card{border-radius:24px;padding:20px}.user-stats{flex-direction:column}.admin-search-box{border-radius:18px;padding:14px 20px}}@media (width<=480px){.chic-page-title{font-size:22px}}.referrals-page-wrapper{background:#f8fafc;flex-direction:column;gap:20px;min-height:100vh;padding:16px 16px 80px;display:flex}.stats-grid-referral{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.stat-ref-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;gap:4px;padding:16px 12px;display:flex;position:relative}.stat-ref-card.highlight{background:#f0fdf4;border-color:#10b981}.stat-ref-card .label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:8px;font-weight:800}.stat-ref-card h3{color:#1e293b;font-size:16px;font-weight:900}.stat-ref-card.highlight h3{color:#059669}.trend-icon{opacity:.2;color:#64748b;position:absolute;top:12px;right:12px}.highlight .trend-icon{opacity:.4;color:#10b981}.referral-link-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:24px;justify-content:space-between;align-items:center;padding:20px;display:flex;box-shadow:0 10px 25px #0f172a1a}.banner-txt h4{margin-bottom:2px;font-size:15px;font-weight:800}.banner-txt p{opacity:.7;font-size:11px}.copy-action-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:700;display:flex}.referral-list-section{flex-direction:column;gap:12px;display:flex}.section-header-refs{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.section-header-refs h3{color:#1e293b;font-size:15px;font-weight:800}.pending-tag{color:#c2410c;background:#fff7ed;border:1px solid #ffedd5;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:800}.refs-stack{flex-direction:column;gap:12px;display:flex}.ref-item-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:14px;padding:14px;display:flex}.ref-avatar{color:#64748b;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.ref-info{flex:1}.ref-info h4{color:#1e293b;margin-bottom:2px;font-size:14px;font-weight:800}.ref-info p{color:#94a3b8;font-size:10px;font-weight:600}.ref-profit-tag{color:#10b981;margin-top:4px;font-size:9px;font-weight:800}.ref-status-pill{border-radius:10px;align-items:center;gap:4px;padding:6px 10px;font-size:10px;font-weight:700;display:flex}.ref-status-pill.active{color:#10b981;background:#f0fdf4}.ref-status-pill.pending{color:#64748b;background:#f8fafc}.empty-refs{text-align:center;color:#cbd5e1;padding:60px 20px}.empty-refs p{margin-top:12px;font-size:13px;font-weight:600}.earnings-structure-section{background:#fff;border:1px solid #f1f5f9;border-radius:28px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 4px 15px #00000005}.info-badge{color:#3b82f6;text-transform:uppercase;background:#eff6ff;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:800}.earnings-grid{grid-template-columns:1.2fr 1fr 1fr;gap:10px;display:grid}.earning-card{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;display:flex;position:relative;overflow:hidden}.earning-card.l1{background:#fdf4ff;border:1px solid #fae8ff}.earning-card.l2{background:#f0f9ff;border:1px solid #e0f2fe}.earning-card.l3{background:#f0fdf4;border:1px solid #dcfce7}.tier-tag{color:#94a3b8;margin-bottom:2px;font-size:8px;font-weight:800}.amount-highlight{color:#0f172a;font-size:24px;font-weight:900}.earning-card.l1 .amount-highlight{color:#a21caf}.earning-card.l2 .amount-highlight{color:#0369a1}.earning-card.l3 .amount-highlight{color:#15803d}.earning-card p{color:#64748b;margin:0;font-size:9px;font-weight:700}.earning-icon-box{opacity:.3;margin-top:8px}.earning-card.l1 .earning-icon-box{color:#a21caf}.earning-card.l2 .earning-icon-box{color:#0369a1}.earning-card.l3 .earning-icon-box{color:#15803d}.structure-footer{color:#64748b;border-top:1px dashed #e2e8f0;justify-content:center;align-items:center;gap:8px;padding-top:12px;font-size:11px;display:flex}.structure-footer strong{color:#0f172a}
