@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation:fadeIn 1s ease-in;animation:fadeIn 1s ease-in}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation:fadeOut 1s ease-out;animation:fadeOut 1s ease-out}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0);transform:translate(0)}}.slide-in-left{-webkit-animation:slideInLeft .5s ease-out;animation:slideInLeft .5s ease-out}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0);transform:translate(0)}}.slide-in-right{-webkit-animation:slideInRight .5s ease-out;animation:slideInRight .5s ease-out}@-webkit-keyframes slideInTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slide-in-top{-webkit-animation:slideInTop .5s ease-out;animation:slideInTop .5s ease-out}@-webkit-keyframes slideInBottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInBottom{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slide-in-bottom{-webkit-animation:slideInBottom .5s ease-out;animation:slideInBottom .5s ease-out}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}.bounce{-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rotate{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}@-webkit-keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.pulse{-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite}@-webkit-keyframes shake{0%,to{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(-10px);transform:translate(-10px)}75%{-webkit-transform:translateX(10px);transform:translate(10px)}}@keyframes shake{0%,to{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(-10px);transform:translate(-10px)}75%{-webkit-transform:translateX(10px);transform:translate(10px)}}.shake{-webkit-animation:shake .5s infinite;animation:shake .5s infinite}@-webkit-keyframes flip{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes flip{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}.flip{-webkit-animation:flip 1s ease-in-out infinite;animation:flip 1s ease-in-out infinite}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.zoom-in{-webkit-animation:zoomIn .5s ease-out;animation:zoomIn .5s ease-out}@-webkit-keyframes zoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.zoom-out{-webkit-animation:zoomOut .5s ease-out;animation:zoomOut .5s ease-out}@-webkit-keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.blink{-webkit-animation:blink 1s infinite;animation:blink 1s infinite}@-webkit-keyframes swing{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@keyframes swing{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}.swing{-webkit-animation:swing 1s ease-in-out infinite;animation:swing 1s ease-in-out infinite}@-webkit-keyframes wobble{0%,to{-webkit-transform:translateX(0%);transform:translate(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translate(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translate(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translate(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translate(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translate(-5%) rotate(-1deg)}}@keyframes wobble{0%,to{-webkit-transform:translateX(0%);transform:translate(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translate(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translate(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translate(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translate(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translate(-5%) rotate(-1deg)}}.wobble{-webkit-animation:wobble 1s infinite;animation:wobble 1s infinite}@-webkit-keyframes fadeInScale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInScale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fade-in-scale{-webkit-animation:fadeInScale .5s ease-out;animation:fadeInScale .5s ease-out}@-webkit-keyframes fadeOutScale{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes fadeOutScale{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.fade-out-scale{-webkit-animation:fadeOutScale .5s ease-out;animation:fadeOutScale .5s ease-out}@-webkit-keyframes growShrink{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes growShrink{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.grow-shrink{-webkit-animation:growShrink 1s infinite;animation:growShrink 1s infinite}@-webkit-keyframes spinFade{0%{-webkit-transform:rotate(0deg);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:0}}@keyframes spinFade{0%{-webkit-transform:rotate(0deg);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:0}}.spin-fade{-webkit-animation:spinFade 2s linear infinite;animation:spinFade 2s linear infinite}@-webkit-keyframes popIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.pop-in{-webkit-animation:popIn .5s ease-out;animation:popIn .5s ease-out}:root{--bg-base: #f3f4f6;--bg-surface: #ffffff;--bg-card: #ffffff;--bg-card-hover: #f9fafb;--bg-glass: rgba(255, 255, 255, .92);--bg-input: #ffffff;--bg-dropdown: #ffffff;--bg-navbar: #ffffff;--accent: #3b82f6;--accent-light: #60a5fa;--accent-dark: #1d4ed8;--accent-gradient: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);--accent-glow: 0 0 20px rgba(59, 130, 246, .25);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--text-heading: #0f172a;--text-link: #3b82f6;--border-subtle: #f3f4f6;--border-card: #e5e7eb;--border-glow: rgba(59, 130, 246, .3);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-glow: 0 0 0 3px rgba(59, 130, 246, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 9999px;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-size-base: 14px;--font-size-sm: 13px;--font-size-xs: 12px;--font-size-lg: 16px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-base: 1.5}html,body{background:var(--bg-base)!important;color:var(--text-primary)!important;font-family:var(--font-family)!important;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-normal)!important;line-height:var(--line-height-base)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{color:var(--text-heading)!important;font-family:var(--font-family)!important;font-weight:var(--font-weight-bold)!important;line-height:1.2!important;letter-spacing:-.01em}p,span,div,li,td,th,label,a{font-family:var(--font-family)!important}p{color:var(--text-secondary);font-size:var(--font-size-base);line-height:1.6}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--accent-dark)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:var(--radius-pill)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.glass-card{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.glass-card:hover{background:var(--bg-card-hover);border-color:#d1d5db;box-shadow:var(--shadow-md);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.surface-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.surface-card:hover{background:var(--bg-card-hover);border-color:#d1d5db;box-shadow:var(--shadow-md)}.pill-badge{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:4px;padding:3px 10px;font-size:.6875rem;font-weight:600;border-radius:var(--radius-pill);letter-spacing:.02em;text-transform:uppercase}.pill-badge-accent{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.pill-badge-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.pill-badge-warning{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.pill-badge-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.pill-badge-info{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.gradient-btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:10px 24px;font-weight:600;font-size:.875rem;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-decoration:none;box-shadow:0 1px 3px #3b82f64d}.gradient-btn:hover{background:var(--accent-dark);-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659;color:#fff}.gradient-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.gradient-btn-sm{padding:6px 16px;font-size:.8125rem}.gradient-btn-lg{padding:14px 32px;font-size:1rem}.outline-btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:10px 24px;font-weight:600;font-size:.875rem;color:var(--text-primary);background:#fff;border:1px solid var(--border-card);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-decoration:none}.outline-btn:hover{border-color:var(--accent);color:var(--accent);background:#eff6ff}.section-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:24px}.section-heading-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background:#eff6ff;border-radius:var(--radius-md);color:var(--accent);font-size:1.1rem}.section-heading-text h2{font-size:1.375rem;font-weight:700;color:var(--text-heading);margin:0;line-height:1.2}.section-heading-text p{font-size:.875rem;color:var(--text-secondary);margin:2px 0 0;font-weight:400}.stat-card{background:#fff;border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:20px 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.stat-card:hover{border-color:#d1d5db;box-shadow:var(--shadow-md)}.stat-card-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-md);font-size:1.3rem;-ms-flex-negative:0;flex-shrink:0}.stat-card-icon.accent{background:#eff6ff;color:var(--accent)}.stat-card-icon.success{background:#f0fdf4;color:#16a34a}.stat-card-icon.warning{background:#fffbeb;color:#d97706}.stat-card-icon.danger{background:#fef2f2;color:#dc2626}.stat-card-icon.info{background:#eff6ff;color:#2563eb}.stat-card-value{font-size:1.5rem;font-weight:700;color:var(--text-heading);line-height:1.1}.stat-card-label{font-size:.8125rem;color:var(--text-secondary);margin-top:2px;font-weight:400}.table-dark-ghost{width:100%;border-collapse:separate;border-spacing:0}.table-dark-ghost thead th{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:10px 16px;border-bottom:1px solid var(--border-card);background:#f9fafb}.table-dark-ghost tbody td{padding:13px 16px;color:var(--text-primary);font-size:.875rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.table-dark-ghost tbody tr{transition:all var(--transition-fast)}.table-dark-ghost tbody tr:hover{background:#f9fafb}.table-dark-ghost tbody tr:last-child td{border-bottom:none}.input-glass{background:#fff;border:1px solid #d1d5db;border-radius:var(--radius-md);color:var(--text-primary);padding:10px 14px;font-size:.875rem;transition:all var(--transition-base);width:100%;font-family:var(--font-family)}.input-glass:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61f}.input-glass::-webkit-input-placeholder{color:#9ca3af}.input-glass::-moz-placeholder{color:#9ca3af}.input-glass:-ms-input-placeholder{color:#9ca3af}.input-glass::-ms-input-placeholder{color:#9ca3af}.input-glass::placeholder{color:#9ca3af}.pill-tabs{display:-ms-inline-flexbox;display:inline-flex;gap:4px;background:#f3f4f6;border-radius:var(--radius-lg);padding:4px;border:1px solid #e5e7eb}.pill-tab{padding:7px 18px;font-size:.8125rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;white-space:nowrap}.pill-tab:hover{color:var(--text-primary);background:#fff}.pill-tab.active{background:#fff;color:var(--text-heading);font-weight:600;box-shadow:0 1px 3px #00000014}.tag{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:3px 10px;font-size:.6875rem;font-weight:600;border-radius:var(--radius-pill);letter-spacing:.02em;text-transform:uppercase;background:#ffffff0d;color:var(--text-secondary);border:1px solid var(--border-subtle)}.tag #layout-menu,.tag .layout-menu,.tag .sidebar,.tag .app-sidebar,.tag .main-sidebar{display:none!important;visibility:hidden!important;width:0!important;min-width:0!important}.tag .layout-page,.tag .content-wrapper,.tag .main-content,.tag .page-content,.tag .app-content{margin-left:0!important;padding-left:1.5rem!important;width:100%!important}.tag .navbar,.tag .topbar,.tag .layout-navbar{z-index:60!important}@media (max-width: 991px){.tag #layout-menu,.tag .layout-menu,.tag .sidebar,.tag .app-sidebar,.tag .main-sidebar{display:none!important}.tag .layout-page,.tag .content-wrapper{margin-left:0!important;width:100%!important}}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-hover) 50%,var(--bg-card) 75%);background-size:200% 100%;-webkit-animation:shimmer 1.5s ease-in-out infinite;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-title{height:20px;width:60%;margin-bottom:12px}.skeleton-avatar{width:48px;height:48px;border-radius:50%}.skeleton-card{height:200px;border-radius:var(--radius-lg)}.avatar-circle{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--border-card);transition:border-color var(--transition-fast)}.avatar-circle:hover{border-color:var(--accent)}.avatar-circle-sm{width:32px;height:32px}.avatar-circle-lg{width:56px;height:56px}.avatar-circle-xl{width:80px;height:80px}.progress-accent{height:6px;background:#ffffff14;border-radius:var(--radius-pill);overflow:hidden}.progress-accent-fill{height:100%;background:var(--accent-gradient);border-radius:var(--radius-pill);transition:width .6s ease}.divider{height:1px;background:var(--border-subtle);margin:16px 0;border:none}.tooltip-accent{position:relative}.tooltip-accent:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);background:var(--bg-dropdown);color:var(--text-primary);font-size:.75rem;padding:6px 12px;border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--transition-fast);border:1px solid var(--border-card)}.tooltip-accent:hover:after{opacity:1}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@-webkit-keyframes pulseGlow{0%,to{box-shadow:0 0 5px #6c5ce733}50%{box-shadow:0 0 20px #6c5ce766}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #6c5ce733}50%{box-shadow:0 0 20px #6c5ce766}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(30px);transform:translate(30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-30px);transform:translate(-30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@-webkit-keyframes float{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes float{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes countUp{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes countUp{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fade-in-up{-webkit-animation:fadeInUp .5s ease forwards;animation:fadeInUp .5s ease forwards}.fade-in{-webkit-animation:fadeIn .4s ease forwards;animation:fadeIn .4s ease forwards}.slide-in-right{-webkit-animation:slideInRight .4s ease forwards;animation:slideInRight .4s ease forwards}.slide-in-left{-webkit-animation:slideInLeft .4s ease forwards;animation:slideInLeft .4s ease forwards}.scale-in{-webkit-animation:scaleIn .3s ease forwards;animation:scaleIn .3s ease forwards}.pulse-glow{-webkit-animation:pulseGlow 2s ease-in-out infinite;animation:pulseGlow 2s ease-in-out infinite}.stagger-children>*{opacity:0;-webkit-animation:fadeInUp .5s ease forwards;animation:fadeInUp .5s ease forwards}.stagger-children>*:nth-child(1){-webkit-animation-delay:.05s;animation-delay:.05s}.stagger-children>*:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.stagger-children>*:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s}.stagger-children>*:nth-child(4){-webkit-animation-delay:.2s;animation-delay:.2s}.stagger-children>*:nth-child(5){-webkit-animation-delay:.25s;animation-delay:.25s}.stagger-children>*:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.stagger-children>*:nth-child(7){-webkit-animation-delay:.35s;animation-delay:.35s}.stagger-children>*:nth-child(8){-webkit-animation-delay:.4s;animation-delay:.4s}.stagger-children>*:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s}.stagger-children>*:nth-child(10){-webkit-animation-delay:.5s;animation-delay:.5s}.marquee-container{overflow:hidden;position:relative;width:100%;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.marquee-track{display:-ms-flexbox;display:flex;gap:24px;-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite;width:-webkit-max-content;width:-moz-max-content;width:max-content}.marquee-track:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.marquee-item{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-md);transition:all var(--transition-base)}.marquee-item:hover{border-color:var(--accent);box-shadow:var(--accent-glow)}.marquee-item img{height:28px;width:auto;opacity:.7;transition:opacity var(--transition-base)}.marquee-item:hover img{opacity:1}.hero-section{position:relative;padding:72px 0 56px;text-align:center;overflow:hidden;background:linear-gradient(180deg,#eff6ff,#f3f4f6);border-radius:var(--radius-xl);margin-bottom:40px}.hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:clamp(1.875rem,4.5vw,3rem);font-weight:800;color:var(--text-heading);line-height:1.15;margin-bottom:16px;letter-spacing:-.025em}.hero-title span{color:var(--accent);-webkit-text-fill-color:var(--accent)}.hero-subtitle{font-size:1rem;color:var(--text-secondary);max-width:560px;margin:0 auto 32px;line-height:1.65;font-weight:400}.hero-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.stats-bar{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:32px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);margin-bottom:40px}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--text-heading);line-height:1.1}.stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:4px;text-transform:uppercase;letter-spacing:.08em}.live-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-pill);overflow:hidden;max-width:100%}.live-ticker-dot{width:8px;height:8px;background:var(--success);border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-webkit-animation:pulseGlow 2s ease-in-out infinite;animation:pulseGlow 2s ease-in-out infinite}.live-ticker-label{font-size:.6875rem;font-weight:700;color:var(--success);text-transform:uppercase;letter-spacing:.05em;-ms-flex-negative:0;flex-shrink:0}.live-ticker-content{overflow:hidden;white-space:nowrap;-ms-flex:1;flex:1}.live-ticker-item{display:inline-block;font-size:.8125rem;color:var(--text-secondary);-webkit-animation:slideInRight .5s ease forwards;animation:slideInRight .5s ease forwards}.live-ticker-item strong{color:var(--text-primary)}.live-ticker-item .amount{color:var(--accent-light);font-weight:700}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px}.step-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:all var(--transition-base);position:relative}.step-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.step-number{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;background:var(--accent-gradient);color:#fff;font-size:1.25rem;font-weight:800;border-radius:50%}.step-title{font-size:1.125rem;font-weight:700;color:var(--text-heading);margin-bottom:8px}.step-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:24px;transition:all var(--transition-base)}.testimonial-card:hover{border-color:#ffffff1f;box-shadow:var(--shadow-md)}.testimonial-stars{color:#fa0;font-size:.875rem;margin-bottom:12px}.testimonial-text{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.testimonial-author{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px}.testimonial-author-name{font-size:.875rem;font-weight:600;color:var(--text-primary)}.testimonial-author-role{font-size:.75rem;color:var(--text-muted)}.offer-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);cursor:pointer;position:relative;box-shadow:var(--shadow-sm)}.offer-card:hover{border-color:#d1d5db;box-shadow:0 8px 24px #00000014;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.offer-card-image{position:relative;width:100%;height:140px;overflow:hidden;background:var(--bg-surface)}.offer-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform var(--transition-slow);transition:transform var(--transition-slow);transition:transform var(--transition-slow),-webkit-transform var(--transition-slow)}.offer-card:hover .offer-card-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.offer-card-play{position:absolute;top:0;right:0;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#0000004d;opacity:0;transition:opacity var(--transition-base)}.offer-card:hover .offer-card-play{opacity:1}.offer-card-play-icon{width:48px;height:48px;background:var(--accent-gradient);border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;box-shadow:var(--accent-glow)}.offer-card-body{padding:16px}.offer-card-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.offer-card-meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.offer-card-reward{font-size:.875rem;font-weight:700;color:var(--accent-light)}.offer-card-provider{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:#ffffff0a;padding:3px 8px;border-radius:var(--radius-pill)}.offer-card-devices{position:absolute;top:10px;right:10px;display:-ms-flexbox;display:flex;gap:4px}.offer-card-device-icon{background:#0009;color:#fff;padding:4px;border-radius:var(--radius-sm);font-size:.75rem;line-height:1}.auth-modal-content{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:var(--radius-xl)!important;box-shadow:0 20px 60px #0000001f!important}.auth-modal-header{border-bottom:1px solid #f3f4f6!important;padding:20px 24px!important;background:#fff!important}.auth-modal-body{padding:24px!important;background:#fff!important}.auth-tab-pill{padding:8px 20px;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.auth-tab-pill.active{background:var(--accent);color:#fff;border-radius:var(--radius-md)}.dropdown-menu-glass{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:var(--radius-md)!important;box-shadow:0 10px 40px #0000001a!important;padding:6px!important}.dropdown-menu-glass .dropdown-item{color:var(--text-primary);border-radius:var(--radius-sm);padding:8px 14px;font-size:.875rem;font-weight:400;transition:all var(--transition-fast)}.dropdown-menu-glass .dropdown-item:hover{background:#eff6ff;color:var(--accent)}.dropdown-menu-glass .dropdown-divider{border-color:#f3f4f6;margin:6px 0}.modal-glass .modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-xl);box-shadow:0 20px 60px #0000001f}.modal-glass .modal-header{border-bottom:1px solid #f3f4f6;padding:20px 24px;background:#fff}.modal-glass .modal-body{padding:24px;background:#fff}.modal-glass .modal-footer{border-top:1px solid #f3f4f6;padding:16px 24px;background:#fff}.modal-glass .btn-close{-webkit-filter:none;filter:none}.accordion-glass .accordion-item{background:transparent;border:none;border-bottom:1px solid var(--border-subtle)}.accordion-glass .accordion-button{background:transparent;color:var(--text-primary);font-weight:600;font-size:1rem;padding:16px 0;box-shadow:none!important}.accordion-glass .accordion-button:not(.collapsed){color:var(--accent-light);background:transparent}.accordion-glass .accordion-button:after{-webkit-filter:invert(1) brightness(150%);filter:invert(1) brightness(150%)}.accordion-glass .accordion-body{padding:0 0 16px;color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.alert-glass{background:#f9fafb;border:1px solid #e5e7eb;border-radius:var(--radius-md);color:var(--text-primary);padding:14px 18px;font-size:.875rem}.alert-glass-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.alert-glass-danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.alert-glass-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.form-control-glass{background:#fff;border:1px solid #d1d5db;border-radius:var(--radius-md);color:var(--text-primary);padding:10px 14px;font-size:.875rem;transition:all var(--transition-base);font-family:var(--font-family)}.form-control-glass:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61f;color:var(--text-primary)}.form-control-glass::-webkit-input-placeholder{color:#9ca3af}.form-control-glass::-moz-placeholder{color:#9ca3af}.form-control-glass:-ms-input-placeholder{color:#9ca3af}.form-control-glass::-ms-input-placeholder{color:#9ca3af}.form-control-glass::placeholder{color:#9ca3af}.switch-accent .switch-input:checked+.switch-toggle-slider{background:var(--accent-gradient)!important;border-color:transparent!important}@media (max-width: 768px){.hero-section{padding:48px 16px 32px;border-radius:var(--radius-lg)}.stats-bar{gap:24px;padding:24px 0}.stat-number{font-size:1.5rem}.steps-grid{grid-template-columns:1fr;gap:16px}.section-heading{margin-bottom:16px}.section-heading-text h2{font-size:1.25rem}}#preloader{background:var(--bg-base)!important}#preloader .loader{border-color:var(--accent)!important;border-top-color:transparent!important}.lct-bar{width:100%;position:relative;z-index:1050}.navbar,nav.navbar,.layout-navbar,.topbar{background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 1px 3px #0000000f!important;color:var(--text-primary)!important}.navbar .navbar-brand,.navbar .nav-link,.navbar-brand,.topbar-brand{color:var(--text-primary)!important;font-weight:600;font-family:var(--font-family)!important}.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--accent)!important}.navbar .nav-link.active{font-weight:600;color:var(--accent)!important}.layout-wrapper,.layout-container,.layout-page,.content-wrapper,.main-content,.page-content,.app-content,.container-xxl,.container-fluid{background:var(--bg-base)!important}.card,.card-body,.bg-menu-theme,.bg-navbar-theme{background:#fff!important;border-color:#e5e7eb!important;color:var(--text-primary)!important}.card-title,.card-header,.card-footer{color:var(--text-heading)!important;border-color:#f3f4f6!important;background:transparent!important}.text-muted{color:var(--text-secondary)!important}.text-white{color:var(--text-heading)!important}.text-light{color:var(--text-secondary)!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.section-title,.page-title,.fw-bold{color:var(--text-heading)!important;font-family:var(--font-family)!important}.partner-card,.wall-card,.offer-wall-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm)!important}.form-control,.form-select{background:#fff!important;border:1px solid #d1d5db!important;color:var(--text-primary)!important;font-family:var(--font-family)!important;font-size:.875rem!important;border-radius:var(--radius-md)!important}.form-control:focus,.form-select:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px #3b82f61f!important;background:#fff!important;color:var(--text-primary)!important}.form-control::-webkit-input-placeholder{color:#9ca3af!important}.form-control::-moz-placeholder{color:#9ca3af!important}.form-control:-ms-input-placeholder{color:#9ca3af!important}.form-control::-ms-input-placeholder{color:#9ca3af!important}.form-control::placeholder{color:#9ca3af!important}.form-label{color:var(--text-primary)!important;font-weight:500!important;font-size:.875rem!important}.btn-primary{background:var(--accent)!important;border-color:var(--accent)!important;font-weight:600!important;font-family:var(--font-family)!important;border-radius:var(--radius-md)!important}.btn-primary:hover{background:var(--accent-dark)!important;border-color:var(--accent-dark)!important}.btn-secondary,.btn-light{background:#f3f4f6!important;border-color:#e5e7eb!important;color:var(--text-primary)!important;font-weight:500!important;border-radius:var(--radius-md)!important}.btn-outline-primary{color:var(--accent)!important;border-color:var(--accent)!important;border-radius:var(--radius-md)!important}.btn-outline-primary:hover{background:var(--accent)!important;color:#fff!important}.badge{font-family:var(--font-family)!important;font-weight:600!important;font-size:.6875rem!important}.badge.bg-primary,.badge.bg-info{background:#eff6ff!important;color:var(--accent)!important}.badge.bg-success{background:#f0fdf4!important;color:#16a34a!important}.badge.bg-warning{background:#fffbeb!important;color:#d97706!important}.badge.bg-danger{background:#fef2f2!important;color:#dc2626!important}.dropdown-menu{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:var(--radius-md)!important;box-shadow:0 10px 40px #0000001a!important}.dropdown-item{color:var(--text-primary)!important;font-size:.875rem!important;font-family:var(--font-family)!important;padding:8px 16px!important}.dropdown-item:hover,.dropdown-item:focus{background:#eff6ff!important;color:var(--accent)!important}.dropdown-divider{border-color:#f3f4f6!important}.modal-content{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:var(--radius-xl)!important;color:var(--text-primary)!important}.modal-header{border-bottom:1px solid #f3f4f6!important;background:#fff!important}.modal-body{background:#fff!important;color:var(--text-primary)!important}.modal-footer{border-top:1px solid #f3f4f6!important;background:#fff!important}.modal-title{color:var(--text-heading)!important;font-family:var(--font-family)!important;font-weight:700!important}.table{color:var(--text-primary)!important;font-family:var(--font-family)!important;font-size:.875rem!important}.table thead th{color:var(--text-muted)!important;font-size:.6875rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.06em!important;background:#f9fafb!important;border-bottom:1px solid #e5e7eb!important}.table tbody td{border-bottom:1px solid #f3f4f6!important;vertical-align:middle!important}.table-striped>tbody>tr:nth-of-type(odd)>td{background:#f9fafb!important}.table-hover tbody tr:hover td{background:#f3f4f6!important}.accordion-item{background:#fff!important;border:1px solid #e5e7eb!important}.accordion-button{background:#fff!important;color:var(--text-primary)!important;font-family:var(--font-family)!important;font-weight:600!important}.accordion-button:not(.collapsed){background:#eff6ff!important;color:var(--accent)!important;box-shadow:none!important}.accordion-body{background:#fff!important;color:var(--text-secondary)!important;font-size:.9rem!important}.list-group-item{background:#fff!important;border-color:#f3f4f6!important;color:var(--text-primary)!important}.list-group-item:hover{background:#f9fafb!important}.list-group-item.active{background:#eff6ff!important;border-color:#bfdbfe!important;color:var(--accent)!important}#preloader{background:#f3f4f6!important}body{min-height:100vh;background:#f5f7fb!important}.layout-wrapper,.layout-container,.layout-page,.content-wrapper,.container-p-y{background:transparent!important}.container-fluid.container-p-y{width:min(100%,1440px);margin-inline:auto;padding:44px 28px 48px!important}.card,.surface-card,.glass-card,.offer-card,.partner-card{background:#fff!important;border-color:#e7eaf0!important;color:#172033!important;box-shadow:0 1px 2px #1018280a!important}.card:hover,.surface-card:hover,.glass-card:hover{border-color:#d8dee9!important;box-shadow:0 10px 28px #10182814!important}.text-white,.text-light,.card-title,.card-text,.modal-title{color:#172033!important}.text-muted,.text-secondary{color:#687386!important}.modal-content,.dropdown-menu,.offcanvas,.accordion-item,.list-group-item{background:#fff!important;color:#172033!important;border-color:#e7eaf0!important}.modal-header,.modal-footer,.accordion-button{background:#fff!important;border-color:#e7eaf0!important;color:#172033!important}.form-control,.form-select,.input-group-text,.form-check-input{background-color:#fff!important;border-color:#dfe3ea!important;color:#172033!important}.form-control:focus,.form-select:focus{border-color:#4f7cff!important;box-shadow:0 0 0 3px #4f7cff1f!important}.table{--bs-table-bg: transparent;--bs-table-color: #354052;--bs-table-border-color: #edf0f4}.gg-offer-card{background:#fff!important;border-color:#e7eaf0!important;box-shadow:0 1px 2px #1018280a!important}.gg-offer-card:hover{border-color:#b9c9ff!important;box-shadow:0 12px 30px #20376e1f!important}.gg-offer-card-img{background:#eef1f6!important}.gg-offer-card-title,.gg-price-main,.gg-section-title{color:#172033!important}.gg-price-old,.gg-section-sub{color:#7c8799!important}.gg-swiper-btn{background:#fff!important;border-color:#dfe3ea!important;color:#4b5565!important;box-shadow:0 4px 16px #1018281a}.gg-swiper-btn:hover{background:#edf3ff!important;border-color:#b9c9ff!important;color:#3567ef!important}.section-heading,.gg-section-header{gap:20px}.btn-primary,.gradient-btn,.ggg-cta-btn-primary{background:#4f7cff!important;border-color:#4f7cff!important;color:#fff!important;box-shadow:0 4px 12px #4f7cff38!important}.btn-primary:hover,.gradient-btn:hover,.ggg-cta-btn-primary:hover{background:#3d68e8!important;border-color:#3d68e8!important}.pagination .page-link{background:#fff;border-color:#e2e6ed;color:#536075}.pagination .active .page-link{background:#4f7cff;border-color:#4f7cff;color:#fff}@media (max-width: 767.98px){.container-fluid.container-p-y{padding:20px 14px 96px!important}.gg-section-title{font-size:1.25rem!important}.gg-section-header{-ms-flex-align:center;align-items:center}.gg-offer-card{width:156px}.gg-swiper-prev{left:-7px}.gg-swiper-next{right:-7px}}@media (max-width: 1199.98px){body .mobile-navbar{left:10px!important;right:10px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;min-height:68px;padding:7px 8px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:3px!important;overflow:visible!important;background:#111827f5!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;box-shadow:0 14px 34px #0f172a47,inset 0 1px #ffffff0f!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}body .mobile-navbar .nv-item{position:relative;min-width:0;height:54px!important;padding:5px 2px!important;border-radius:13px;color:#aeb7c5!important;transition:color .18s ease,background .18s ease,-webkit-transform .18s ease;transition:color .18s ease,background .18s ease,transform .18s ease;transition:color .18s ease,background .18s ease,transform .18s ease,-webkit-transform .18s ease}body .mobile-navbar .nv-item>span{row-gap:4px!important}body .mobile-navbar .nv-item svg{width:22px!important;height:22px!important;transition:-webkit-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}body .mobile-navbar .nv-item>span>span{max-width:100%;overflow:hidden;font-size:10px!important;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}body .mobile-navbar .nv-item.active{background:#4f74f929!important;color:#8ba6ff!important}body .mobile-navbar .nv-item.active:before{content:"";position:absolute;top:-7px;left:50%;width:24px;height:3px;border-radius:0 0 999px 999px;background:#6f8fff;box-shadow:0 0 12px #6f8fffb3;-webkit-transform:translateX(-50%);transform:translate(-50%)}body .mobile-navbar .nv-item.active svg{-webkit-transform:translateY(-1px) scale(1.06);transform:translateY(-1px) scale(1.06);-webkit-filter:drop-shadow(0 3px 6px rgba(79,116,249,.28));filter:drop-shadow(0 3px 6px rgba(79,116,249,.28))}body .mobile-navbar .nv-item:active{background:#ffffff14!important;-webkit-transform:scale(.96);transform:scale(.96)}body .content-wrapper{padding-bottom:calc(90px + env(safe-area-inset-bottom))!important}}html body .profile-account-overview-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}html body .profile-account-overview .profile-account-overview-head{margin-bottom:0!important}html body .profile-account-overview-toggle{display:-ms-inline-flexbox;display:inline-flex;min-height:36px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:9px;padding:0 13px;border:1px solid #334968;border-radius:10px;color:#dce7f7;background:#192942;font-size:12px;font-weight:800;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}html body .profile-account-overview-toggle:hover{border-color:#4e6d98;background:#203451}html body .profile-account-overview-toggle i{font-size:11px;transition:-webkit-transform .22s ease;transition:transform .22s ease;transition:transform .22s ease,-webkit-transform .22s ease}html body .profile-account-overview-toggle i.is-open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}html body #profile-account-overview-content{padding-top:20px}html body #profile-account-overview-content .profile-personal-details{margin-top:0}@media (max-width: 767.98px){html body .profile-account-overview-actions{width:100%;-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}html body .profile-account-overview-toggle{width:100%}}body .guest-earn-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);-ms-flex-align:center;align-items:center;gap:36px;min-height:470px;margin:0 0 54px;padding:56px clamp(28px,5vw,72px);overflow:hidden;border:1px solid #222938;border-radius:26px;background:linear-gradient(90deg,#090c12fa,#0e121aed),radial-gradient(circle at 20% 20%,rgba(79,116,249,.2),transparent 36%);box-shadow:0 24px 60px #0f172a29}body .guest-earn-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px}body .guest-hero-glow{position:absolute;z-index:-1;border-radius:50%;-webkit-filter:blur(20px);filter:blur(20px);pointer-events:none}body .guest-hero-glow-one{width:280px;height:280px;top:-160px;left:18%;background:#4f74f933}body .guest-hero-glow-two{width:240px;height:240px;right:-80px;bottom:-130px;background:#ffbe5221}body .guest-hero-copy{position:relative;z-index:2}body .guest-hero-eyebrow{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#cbd5e1;font-size:13px;font-weight:600}body .guest-hero-eyebrow i{color:#ffc35c}body .guest-hero-copy h1{max-width:760px;margin:0;color:#fff!important;font-size:clamp(36px,4vw,58px)!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.045em}body .guest-hero-copy h1 strong{color:#ffc35c;font-weight:800}body .guest-hero-copy>p{margin:22px 0 0;color:#aeb8c7;font-size:20px;font-weight:600}body .guest-hero-copy>p strong{color:#22d3a6}body .guest-hero-copy>p b{color:#ffc35c}body .guest-hero-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:18px;margin-top:30px}body .guest-hero-primary{display:-ms-inline-flexbox;display:inline-flex;min-height:52px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:0 23px;border:0;border-radius:13px;background:linear-gradient(135deg,#ffc968,#ffb844);color:#18202d;font-size:16px;font-weight:750;box-shadow:0 10px 26px #ffb8443b;transition:box-shadow .18s ease,-webkit-transform .18s ease;transition:transform .18s ease,box-shadow .18s ease;transition:transform .18s ease,box-shadow .18s ease,-webkit-transform .18s ease}body .guest-hero-primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 14px 30px #ffb84452}body .guest-hero-actions>span{color:#8490a2;font-size:13px}body .guest-hero-actions>span i{margin-right:5px;color:#22d3a6}body .guest-hero-slider-wrap{min-width:0}body .guest-offer-swiper{width:100%;padding:34px 0 46px;overflow:hidden}body .guest-offer-swiper .swiper-slide{width:186px!important}body .guest-offer-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#252932;box-shadow:0 18px 40px #00000057}body .guest-offer-card>img{display:block;width:100%;height:168px;-o-object-fit:cover;object-fit:cover}body .guest-offer-card-body{padding:15px}body .guest-offer-card h3{margin:0;overflow:hidden;color:#fff!important;font-size:15px!important;white-space:nowrap;text-overflow:ellipsis}body .guest-offer-card-body>span{display:block;margin:5px 0 12px;color:#9ca6b5;font-size:12px}body .guest-offer-card-body>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;color:#ffc35c;font-size:14px;font-weight:700}body .guest-offer-card-body>div img{width:15px;height:15px}body .guest-offer-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#778195;opacity:.45}body .guest-offer-pagination .swiper-pagination-bullet-active{width:22px;border-radius:999px;background:#ffc35c;opacity:1}@media (max-width: 991.98px){body .guest-earn-hero{grid-template-columns:1fr;min-height:0;padding:42px 28px 30px;text-align:center}body .guest-hero-copy h1{margin-inline:auto;font-size:clamp(32px,7vw,46px)!important}body .guest-hero-actions{-ms-flex-pack:center;justify-content:center}body .guest-offer-swiper{max-width:620px;margin-inline:auto}}@media (max-width: 575.98px){body .guest-earn-hero{gap:16px;margin-inline:-14px;margin-bottom:40px;padding:34px 18px 20px;border-radius:0}body .guest-hero-eyebrow{font-size:11px}body .guest-hero-copy h1{font-size:30px!important}body .guest-hero-copy>p{margin-top:17px;font-size:15px}body .guest-hero-actions{-ms-flex-direction:column;flex-direction:column;gap:11px;margin-top:22px}body .guest-hero-primary{width:100%}body .guest-offer-swiper .swiper-slide{width:156px!important}body .guest-offer-card>img{height:142px}body .guest-offer-card-body{padding:11px;text-align:left}}body .guest-earn-hero{border:none!important;background:transparent!important;box-shadow:none!important}body .guest-earn-hero:before{display:none!important}body .guest-hero-glow{display:none!important}body .guest-hero-eyebrow{border-color:#dce4f1!important;background:#f3f6fb!important;color:#536075!important}body .guest-hero-eyebrow i{color:#4f74f9!important}body .guest-hero-copy h1{color:#101828!important}body .guest-hero-copy h1 strong{color:#4f74f9!important}body .guest-hero-copy>p{color:#667085!important}body .guest-hero-copy>p strong{color:#0da982!important}body .guest-hero-copy>p b{color:#315ed5!important}body .guest-hero-primary{background:linear-gradient(135deg,#5b7fff,#4168f2)!important;color:#fff!important;box-shadow:0 10px 24px #4168f23d!important}body .guest-hero-primary:hover{box-shadow:0 14px 30px #4168f252!important}body .guest-hero-actions>span{color:#7a8699!important}body .guest-hero-actions>span i{color:#0da982!important}body .guest-offer-card{border-color:#d6deeb!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px #1423412e,0 3px 8px #1423411a!important;overflow:hidden!important}body .guest-offer-swiper .swiper-slide-active .guest-offer-card{box-shadow:0 20px 42px #14234140,0 6px 14px #14234124!important}body .guest-offer-swiper .swiper-slide{overflow:hidden!important;border-radius:18px!important;opacity:0!important;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .28s ease,-webkit-transform .65s ease!important;transition:opacity .28s ease,transform .65s ease!important;transition:opacity .28s ease,transform .65s ease,-webkit-transform .65s ease!important;-webkit-mask-image:-webkit-radial-gradient(white,black)}body .guest-offer-swiper .swiper-slide-prev,body .guest-offer-swiper .swiper-slide-active,body .guest-offer-swiper .swiper-slide-next{opacity:1!important}body .guest-offer-card>img{border-radius:18px 18px 0 0!important}body .guest-offer-card h3{color:#172033!important}body .guest-offer-card-body>span{color:#7a8699!important}body .guest-offer-card-body>div{color:#e99a00!important}body .guest-offer-pagination .swiper-pagination-bullet{background:#aab4c5!important}body .guest-offer-pagination .swiper-pagination-bullet-active{background:#4f74f9!important}body .why-clipy-section{margin:0 -28px 52px;padding:34px 28px 42px;background:transparent!important}body .why-clipy-heading{max-width:660px;margin:0 auto 34px;text-align:center}body .why-clipy-heading h2{margin:0;color:#101828!important;font-size:clamp(30px,3vw,44px)!important;font-weight:700;letter-spacing:-.035em}body .why-clipy-heading p{margin:18px auto 0;color:#718096;font-size:17px;line-height:1.65}body .why-clipy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}body .why-clipy-card{min-height:252px;padding:32px 25px 28px;border:1px solid #edf0f5;border-radius:16px;background:#fff;text-align:center;box-shadow:0 10px 28px #1c2b460f;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}body .why-clipy-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 16px 34px #1c2b461c}body .why-clipy-icon{display:-ms-inline-flexbox;display:inline-flex;width:56px;height:56px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:28px;border-radius:12px;background:#f3f5fa;font-size:25px}body .why-clipy-icon-blue{color:#315ed5}body .why-clipy-icon-green{color:#20b76a}body .why-clipy-icon-purple{color:#b351dd}body .why-clipy-icon-orange{color:#ff943d}body .why-clipy-card h3{margin:0 0 14px;color:#101828!important;font-size:24px!important;font-weight:650}body .why-clipy-card p{max-width:250px;margin:0 auto;color:#718096;font-size:15px;line-height:1.6}@media (max-width: 991.98px){body .why-clipy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575.98px){body .why-clipy-section{margin:0 -14px 38px;padding:30px 14px 32px}body .why-clipy-heading{margin-bottom:24px}body .why-clipy-heading h2{font-size:28px!important}body .why-clipy-heading p{margin-top:12px;font-size:14px}body .why-clipy-grid{grid-template-columns:1fr;gap:14px}body .why-clipy-card{min-height:0;padding:24px 20px}body .why-clipy-icon{margin-bottom:18px}body .why-clipy-card h3{font-size:21px!important}}body .gain-earn-page .earn-top-offers{display:none!important}body .gain-earn-page .earn-featured-wrap .gg-offers-swiper{width:100%;overflow:hidden!important;-ms-touch-action:pan-y;touch-action:pan-y;cursor:-webkit-grab;cursor:grab}body .gain-earn-page .earn-featured-wrap .swiper-wrapper{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important}body .gain-earn-page .earn-featured-wrap .swiper-slide{width:auto!important}body .gain-earn-page .earn-featured-wrap .gg-offer-card{display:-ms-flexbox;display:flex;width:172px!important;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:9px 9px 0!important;border:0;border-radius:12px;background:#fff!important;cursor:pointer}body .gain-earn-page .earn-featured-wrap .gg-offer-card-img{position:relative;width:154px!important;height:154px!important;overflow:hidden;border-radius:9px;background:#eef1f6!important}body .gain-earn-page .earn-featured-wrap .gg-offer-card-img>img{display:block;width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}body .gain-earn-page .earn-featured-wrap .gg-offer-card-devices{position:absolute;top:6px;right:6px;display:-ms-flexbox;display:flex;gap:3px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-device{display:-ms-flexbox;display:flex;width:20px;height:20px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#000000a6;color:#fff;font-size:10px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-body{padding:12px 0 11px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-title{margin-bottom:6px;overflow:hidden;color:#111827!important;font-size:14px!important;font-weight:500;white-space:nowrap;text-overflow:ellipsis}body .gain-earn-page .earn-featured-wrap .gg-price-main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:3px;color:#f59e0b!important;font-size:14px;font-weight:700}body .gain-earn-page .earn-featured-wrap .gg-price-main img{width:13px;height:13px}html[data-ui-theme=dark] body .lct-bar{border-color:#2b3547!important;background:#111824!important}html[data-ui-theme=dark] body .lct-live-badge{border-color:#344056!important;background:#1a2331!important;box-shadow:none!important}html[data-ui-theme=dark] body .lct-live-label{color:#e7edf6!important}html[data-ui-theme=dark] body .custom-chat-container{border:1px solid #344056!important;background:#121925!important;box-shadow:0 18px 55px #0000007a!important}html[data-ui-theme=dark] body .custom-chat-box,html[data-ui-theme=dark] body .custom-card-header,html[data-ui-theme=dark] body .custom-card-body,html[data-ui-theme=dark] body .custom-card-footer{border-color:#2d384b!important;background:#161f2d!important;color:#e8edf5!important}html[data-ui-theme=dark] body .custom-card-header{border-bottom:1px solid #2d384b!important}html[data-ui-theme=dark] body .custom-card-footer{border-top:1px solid #2d384b!important}html[data-ui-theme=dark] body .custom-chat-container p,html[data-ui-theme=dark] body .custom-chat-container span,html[data-ui-theme=dark] body .custom-chat-container div,html[data-ui-theme=dark] body .custom-chat-container strong{color:#dce4ef!important}html[data-ui-theme=dark] body .custom-chat-container .admin-message{border-left-color:#6d8cff!important;background:#202d43!important;color:#e8edf5!important}html[data-ui-theme=dark] body .custom-chat-container .form-control{border-color:#3a465b!important;background:#0f1723!important;color:#f3f6fb!important}html[data-ui-theme=dark] body .custom-chat-container .form-control::-webkit-input-placeholder{color:#7f8ca2!important}html[data-ui-theme=dark] body .custom-chat-container .form-control::-moz-placeholder{color:#7f8ca2!important}html[data-ui-theme=dark] body .custom-chat-container .form-control:-ms-input-placeholder{color:#7f8ca2!important}html[data-ui-theme=dark] body .custom-chat-container .form-control::-ms-input-placeholder{color:#7f8ca2!important}html[data-ui-theme=dark] body .custom-chat-container .form-control::placeholder{color:#7f8ca2!important}html[data-ui-theme=dark] body .custom-chat-container .btn-outline-secondary,html[data-ui-theme=dark] body .custom-chat-container .custom-btn-primary{border-color:#3a465b!important;background:#202a3a!important;color:#e7edf6!important}html[data-ui-theme=dark] body .custom-chat-icon{background:#4f74f9!important;color:#fff!important;box-shadow:0 10px 28px #00000059!important}html[data-ui-theme=dark] body .gain-earn-page .earn-featured-wrap .gg-offer-card{border:1px solid #303b4e!important;background:#182130!important;box-shadow:0 8px 22px #00000040!important}html[data-ui-theme=dark] body .gain-earn-page .earn-featured-wrap .gg-offer-card:hover{border-color:#5276e8!important;background:#1c2738!important;box-shadow:0 14px 30px #00000057!important}html[data-ui-theme=dark] body .gain-earn-page .earn-featured-wrap .gg-offer-card-img{background:#222d3e!important}html[data-ui-theme=dark] body .gain-earn-page .earn-featured-wrap .gg-offer-card-title{color:#edf2f8!important}@media (max-width: 575.98px){body .gain-earn-page .earn-featured-wrap .gg-offer-card{width:120px!important;padding:6px 6px 0!important;border-radius:10px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-img{width:108px!important;height:108px!important;border-radius:8px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-body{padding:8px 1px 9px}body .gain-earn-page .earn-featured-wrap .gg-offer-card-title,body .gain-earn-page .earn-featured-wrap .gg-price-main{font-size:12px!important}}body .top-earners-page{max-width:800px;margin:0 auto;padding:22px 0 54px}body .home-top-earners{margin-top:4px;margin-bottom:48px}body .home-faq-section{max-width:800px;margin:0 auto 56px;padding-top:8px}body .home-faq-heading{margin-bottom:52px;text-align:center}body .home-faq-heading h2{margin:0;color:#101828!important;font-size:clamp(36px,4vw,48px)!important;font-weight:700;letter-spacing:-.04em}body .home-faq-heading p{margin:22px auto 0;color:#718096;font-size:17px;line-height:1.65}body .home-faq-list{display:grid;gap:12px}body .home-faq-item{overflow:hidden;border-radius:15px;background:#f2f3f8}body .home-faq-question{display:-ms-flexbox;display:flex;width:100%;min-height:74px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:18px 24px;border:0;background:transparent;color:#101828;font-size:18px;font-weight:500;text-align:left}body .home-faq-question i{-ms-flex:0 0 auto;flex:0 0 auto;color:#778195;font-size:15px}body .home-faq-answer{padding:0 24px 24px}body .home-faq-answer p{margin:0;color:#718096;font-size:15.5px;line-height:1.7}body .home-trust-section{margin:0 -28px;padding:52px 0 28px;overflow:hidden;background:#f2f3f8}body .home-logo-group h2{margin:0 20px 54px;color:#101828!important;font-size:clamp(36px,4vw,48px)!important;font-weight:700;letter-spacing:-.04em;text-align:center}body .home-withdraw-group{margin-top:82px}body .home-logo-rail{width:100%;overflow:hidden}body .home-logo-track{display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;gap:16px;-webkit-animation:homeLogoMarquee 100s linear infinite;animation:homeLogoMarquee 100s linear infinite}body .home-logo-rail-reverse .home-logo-track{animation-direction:reverse}body .home-logo-track:hover{-webkit-animation-play-state:paused;animation-play-state:paused}body .home-logo-card{display:-ms-flexbox;display:flex;width:220px;height:120px;-ms-flex:0 0 220px;flex:0 0 220px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:25px;border:1px solid #edf0f5;border-radius:16px;background:#fff}body .home-logo-card img{max-width:165px;max-height:58px;-o-object-fit:contain;object-fit:contain}@-webkit-keyframes homeLogoMarquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(calc(-50% - 8px));transform:translate(calc(-50% - 8px))}}@keyframes homeLogoMarquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(calc(-50% - 8px));transform:translate(calc(-50% - 8px))}}body .gain-site-footer{margin-top:0;padding:0 28px;border-top:1px solid #e5e8ef;background:#f2f3f8;color:#667085}body .gain-footer-main{display:grid;grid-template-columns:minmax(300px,1fr) auto;-ms-flex-align:start;align-items:start;gap:48px;padding:48px 0 56px}body .gain-footer-brand .app-logo{margin-bottom:24px}body .gain-footer-brand p{margin:18px 0 24px;color:#667085;font-size:16px;line-height:1.65}body .gain-footer-connect{justify-self:end;margin-top:8px}body .gain-footer-connect>span{color:#aeb9ca;font-size:13px;font-weight:750;letter-spacing:.035em;text-transform:uppercase}body .gain-footer-socials{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;margin-top:12px}body .gain-footer-socials a,body .gain-footer-socials .is-disabled{display:-ms-inline-flexbox;display:inline-flex;width:42px;height:42px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#c7d3e3;background:#172335;border:1px solid #30445f;border-radius:12px;font-size:18px;text-decoration:none;transition:border-color .18s ease,color .18s ease,background .18s ease,-webkit-transform .18s ease;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease,-webkit-transform .18s ease}body .gain-footer-socials a:hover{color:#fff;background:#285d9b;border-color:#4a86c9;-webkit-transform:translateY(-2px);transform:translateY(-2px)}body .gain-footer-socials .is-disabled{opacity:.45}body .gain-footer-language{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:9px;margin-top:27px;padding:9px 14px;border:1px solid #d9dee8;border-radius:999px;font-size:14px;display:none!important}body .gain-footer-language i{margin-left:4px;font-size:10px}body .gain-footer-column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:17px}body .gain-footer-column h3{margin:0 0 8px;color:#101828!important;font-size:17px!important;font-weight:500}body .gain-footer-column a{color:#68758c;font-size:15px;text-decoration:none;transition:color .18s ease}body .gain-footer-column a:hover{color:#315ed5}body .gain-footer-bottom{display:-ms-flexbox;display:flex;min-height:64px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:24px;border-top:1px solid #d9dee8;font-size:14px}body .gain-footer-bottom>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0}body .gain-footer-bottom>div a{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}body .gain-footer-bottom>div a+a:before{content:"";width:1px;height:22px;margin:0 30px;background:#d9dee8}body .gain-footer-bottom a{color:#667085;text-decoration:none}body .gain-theme-icons{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#667085;cursor:pointer}body .gain-theme-icons b{width:44px;height:23px;border-radius:999px;background:#d9deea;position:relative}body .gain-theme-icons b:after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#1671e8}html[data-ui-theme=dark]{color-scheme:dark}html[data-ui-theme=dark] body,html[data-ui-theme=dark] body .content-wrapper,html[data-ui-theme=dark] body .layout-page,html[data-ui-theme=dark] body .container-fluid.container-p-y{background:#0f1420!important;color:#d7deea!important}html[data-ui-theme=dark] body #layout-navbar,html[data-ui-theme=dark] body .layout-navbar,html[data-ui-theme=dark] body .navbar,html[data-ui-theme=dark] body .ggg-navbar{border-color:#2a3446!important;background:#151c29!important;color:#f5f7fb!important}html[data-ui-theme=dark] body .ggg-logo,html[data-ui-theme=dark] body .ggg-nav-link,html[data-ui-theme=dark] body .navbar-nav .nav-link{color:#edf2fa!important}html[data-ui-theme=dark] body .surface-card,html[data-ui-theme=dark] body .card,html[data-ui-theme=dark] body .partner-card,html[data-ui-theme=dark] body .why-clipy-card,html[data-ui-theme=dark] body .top-earner-card,html[data-ui-theme=dark] body .top-earner-row,html[data-ui-theme=dark] body .home-logo-card,html[data-ui-theme=dark] body .home-faq-item,html[data-ui-theme=dark] body .gg-offer-card{border-color:#2a3446!important;background:#182130!important;color:#e8edf5!important;box-shadow:0 10px 28px #00000038!important}html[data-ui-theme=dark] body .why-clipy-section,html[data-ui-theme=dark] body .top-earners-board,html[data-ui-theme=dark] body .home-trust-section,html[data-ui-theme=dark] body .gain-site-footer{border-color:#293345!important;background:#121925!important}html[data-ui-theme=dark] body .why-clipy-section,html[data-ui-theme=light] body .why-clipy-section,html.dark-style body .why-clipy-section,html.light-style body .why-clipy-section{background:transparent!important;border-color:transparent!important}html[data-ui-theme=dark] body h1,html[data-ui-theme=dark] body h2,html[data-ui-theme=dark] body h3,html[data-ui-theme=dark] body h4,html[data-ui-theme=dark] body h5,html[data-ui-theme=dark] body .gg-section-title,html[data-ui-theme=dark] body .section-heading-text h2,html[data-ui-theme=dark] body .gg-offer-card-title,html[data-ui-theme=dark] body .why-clipy-heading h2,html[data-ui-theme=dark] body .why-clipy-card h3,html[data-ui-theme=dark] body .top-earners-header h1,html[data-ui-theme=dark] body .top-earner-card h2,html[data-ui-theme=dark] body .home-faq-heading h2,html[data-ui-theme=dark] body .home-faq-question,html[data-ui-theme=dark] body .home-logo-group h2,html[data-ui-theme=dark] body .gain-footer-column h3{color:#f5f7fb!important}html[data-ui-theme=dark] body p,html[data-ui-theme=dark] body .gg-section-sub,html[data-ui-theme=dark] body .section-heading-text p,html[data-ui-theme=dark] body .home-faq-answer p,html[data-ui-theme=dark] body .why-clipy-card p,html[data-ui-theme=dark] body .gain-footer-brand p,html[data-ui-theme=dark] body .gain-footer-column a,html[data-ui-theme=dark] body .gain-footer-bottom,html[data-ui-theme=dark] body .gain-footer-bottom a{color:#9eabc0!important}html[data-ui-theme=dark] body .gg-offer-card-img,html[data-ui-theme=dark] body .guest-offer-card,html[data-ui-theme=dark] body .form-control,html[data-ui-theme=dark] body .form-select,html[data-ui-theme=dark] body .input-group-text{border-color:#344056!important;background-color:#202a3a!important;color:#eef2f8!important}html[data-ui-theme=dark] body .outline-btn,html[data-ui-theme=dark] body .gg-swiper-btn,html[data-ui-theme=dark] body .ggg-cta-btn-ghost{border-color:#3a465b!important;background:#1a2331!important;color:#e6ebf3!important}html[data-ui-theme=dark] body .gain-footer-bottom{border-color:#2a3446}html[data-ui-theme=dark] body .gain-theme-icons{color:#aab5c7}html[data-ui-theme=dark] body .gain-theme-icons b{background:#303b4e}html[data-ui-theme=dark] body .gain-theme-icons b:after{left:24px;background:#70a0ff}html[data-ui-theme=dark] body .mobile-navbar{border-color:#303a4d!important;background:#151c28!important;box-shadow:0 -8px 24px #00000047!important}html[data-ui-theme=dark] body .mobile-navbar .nv-item{color:#aab5c7!important}html[data-ui-theme=dark] body .mobile-navbar .nv-item.active{color:#7195ff!important}html[data-ui-theme=dark] body .modal-content,html[data-ui-theme=dark] body .auth-modal-shell{border-color:#344056!important;background:#161e2b!important;color:#e8edf5!important}html[data-ui-theme=dark] body .top-earners-page,html[data-ui-theme=dark] body .home-top-earners,html[data-ui-theme=dark] body .top-earners-header,html[data-ui-theme=dark] body .home-faq-section,html[data-ui-theme=dark] body .home-faq-heading{border-color:transparent!important;background:transparent!important;box-shadow:none!important}html[data-ui-theme=dark] body .top-earners-header p,html[data-ui-theme=dark] body .home-faq-heading p{color:#9eabc0!important}html[data-ui-theme=dark] body .top-earners-tabs{background:#202a3a!important}html[data-ui-theme=dark] body .top-earners-tabs button{color:#aeb9ca!important}html[data-ui-theme=dark] body .top-earners-tabs button.active{background:#315ed5!important;color:#fff!important}html[data-ui-theme=dark] body .home-faq-item.open{background:#1b2534!important}html[data-ui-theme=dark] body .home-faq-question i{color:#91a0b6!important}@media (max-width: 991.98px){body .gain-footer-main{grid-template-columns:1fr auto;gap:28px}body .gain-footer-bottom>div a+a:before{margin:0 16px}}@media (max-width: 767.98px){body .gain-site-footer{padding:0 20px 76px}body .gain-footer-main{grid-template-columns:1fr;padding:28px 0 32px}body .gain-footer-connect{justify-self:start;margin-top:0}body .gain-footer-socials{-ms-flex-wrap:wrap;flex-wrap:wrap}body .gain-footer-bottom{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding:24px 0}body .gain-footer-bottom>div{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:15px}body .gain-footer-bottom>div a+a:before{margin:0 12px}}@media (max-width: 575.98px){body .home-faq-section{margin-bottom:40px}body .home-faq-heading{margin-bottom:28px}body .home-faq-heading h2{font-size:29px!important}body .home-faq-heading p{margin-top:13px;font-size:14px}body .home-faq-question{min-height:64px;padding:15px 17px;font-size:15px}body .home-faq-answer{padding:0 17px 19px}body .home-faq-answer p{font-size:13px}body .home-trust-section{margin:0 -14px;padding:36px 0 24px}body .home-logo-group h2{margin-bottom:28px;font-size:29px!important}body .home-withdraw-group{margin-top:48px}body .home-logo-track{gap:10px;-webkit-animation-duration:100s;animation-duration:100s}body .home-logo-card{width:164px;height:92px;-ms-flex-preferred-size:164px;flex-basis:164px;padding:18px;border-radius:13px}body .home-logo-card img{max-width:128px;max-height:46px}}body .top-earners-header{text-align:center}body .top-earners-header h1{margin:0;color:#101828!important;font-size:clamp(38px,4vw,50px)!important;font-weight:700;letter-spacing:-.04em}body .top-earners-header p{margin:22px auto 0;color:#718096;font-size:18px;line-height:1.65}body .top-earners-tabs{display:-ms-inline-flexbox;display:inline-flex;gap:4px;margin-top:38px;padding:5px;border-radius:999px;background:#f0f1f7}body .top-earners-tabs button{min-width:98px;height:44px;border:0;border-radius:999px;background:transparent;color:#667085;font-size:16px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}body .top-earners-tabs button.active{background:#1d43bd;color:#fff;box-shadow:0 5px 14px #1d43bd38}body .top-earners-board{margin-top:32px;padding:16px;border-radius:16px;background:#f2f3f8}body .top-earners-featured{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}body .top-earner-card{min-width:0;padding:20px 12px 18px;border:0;border-radius:13px;background:#fff;text-align:center}body .top-earner-profile,body .top-earner-row-user{border:0;background:transparent}body .top-earner-profile{display:block;margin:0 auto 10px;padding:0}body .top-earner-profile img{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover}body .top-earner-rank{display:block;color:#1742c6;font-size:20px;line-height:1.2}body .top-earner-card h2{margin:8px 0 6px;overflow:hidden;color:#101010!important;font-size:18px!important;font-weight:500;white-space:nowrap;text-overflow:ellipsis}body .top-earner-points{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;color:#ee9800;font-size:18px}body .top-earner-points img{width:17px;height:17px}body .top-earners-list{display:grid;gap:12px;margin-top:16px}body .top-earner-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;min-height:72px;-ms-flex-align:center;align-items:center;padding:10px 20px;border-radius:13px;background:#fff}body .top-earner-row-rank{color:#1742c6;font-size:19px}body .top-earner-row-user{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-align:center;align-items:center;gap:12px;padding:0;text-align:left}body .top-earner-row-user img{width:40px;height:40px;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover}body .top-earner-row-user strong{overflow:hidden;color:#101010;font-size:17px;font-weight:500;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 767.98px){body .top-earners-page{padding-top:10px}body .top-earners-header h1{font-size:34px!important}body .top-earners-header p{margin-top:14px;font-size:15px}body .top-earners-tabs{margin-top:24px}body .top-earners-board{margin-top:24px;padding:10px}body .top-earners-featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body .top-earner-row{grid-template-columns:38px minmax(0,1fr) auto;padding:9px 12px}body .top-earner-row-user img{width:34px;height:34px}body .top-earner-row-user strong,body .top-earner-points{font-size:14px}}@media (max-width: 575.98px){body #layout-navbar{height:66px!important;min-height:66px!important;padding:0 10px!important}body .ggg-logo{width:142px;max-width:142px;margin-right:4px!important;gap:0!important;overflow:visible;white-space:nowrap}body .ggg-logo img{display:block!important;width:142px!important;max-width:142px!important;height:auto!important;max-height:36px!important;-ms-flex:0 0 142px;flex:0 0 142px;-o-object-fit:contain;object-fit:contain}body .ggg-menu-toggle{width:36px!important;height:36px!important;margin-left:auto!important;margin-right:5px!important;padding:0!important;border-radius:10px!important}body .ggg-right{gap:5px!important}body .ggg-cta-btn{min-height:36px!important;height:36px!important;padding:0 10px!important;gap:6px!important;border-radius:10px!important;font-size:.75rem!important;box-shadow:none!important}body .ggg-cta-btn i{font-size:.75rem!important}body .ggg-cta-btn-primary .signup-label{display:none}body .ggg-cta-btn-primary:after{content:"Join"}body .lct-bar{height:36px!important;min-height:36px!important}body .lct-pill{height:26px!important;gap:5px!important}body .lct-avatar{width:19px!important;height:19px!important}body .lct-username{max-width:70px!important;font-size:.6875rem!important}body .lct-amount{min-height:18px;padding:1px 5px!important;font-size:.6875rem!important}body .gain-home-page,body .gain-earn-page{padding-top:28px!important}body .container-fluid.container-p-y{padding:18px 10px 104px!important}body .gain-home-page .home-featured-section .gg-section-title{font-size:1.5rem!important}body .gg-offer-card{width:100%!important}}@media (max-width: 359.98px){body .ggg-logo{width:116px;max-width:116px}body .ggg-logo img{width:116px!important;max-width:116px!important;-ms-flex-preferred-size:116px;flex-basis:116px}body .ggg-cta-btn-ghost .signin-label{display:none}body .ggg-cta-btn-ghost{width:36px!important;padding:0!important}}html body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:15px!important;color:#101828!important}body .ggg-logo{font-size:2.375rem!important;font-weight:700!important;line-height:1!important;color:#171a21!important;letter-spacing:-.035em!important}body .ggg-nav-link{font-size:1.25rem!important;font-weight:400!important;line-height:1.5!important;color:#111827!important}body .ggg-nav-link.active{color:#245eea!important;font-weight:400!important}body .ggg-cta-btn,body .ggg-balance-amount,body .dropdown-item{font-size:1rem!important}body .lct-live-label{font-size:.8125rem!important}body .lct-username,body .lct-amount{font-size:.875rem!important}body .gg-section-title,body .section-heading h1,body .section-heading h2{font-size:2rem!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.035em!important;color:#101828!important}body .gain-home-page{padding-top:116px!important}body .gain-earn-page{padding-top:116px!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:44px}body .gain-earn-page>.surface-card{padding:0!important;margin-bottom:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}body .gain-earn-page>.surface-card:nth-of-type(2){-ms-flex-order:1;order:1}body .gain-earn-page>.surface-card:nth-of-type(1){-ms-flex-order:2;order:2}body .gain-earn-page>.surface-card:nth-of-type(3){-ms-flex-order:3;order:3}body .gain-earn-page>.surface-card:nth-of-type(4){-ms-flex-order:4;order:4}body .gain-earn-page>.surface-card:nth-of-type(3),body .gain-earn-page>.surface-card:nth-of-type(4){padding:12px 14px 16px!important}body .gain-earn-page>.surface-card>.d-flex:first-child{margin-bottom:24px!important}body .gain-earn-page .section-heading{gap:0!important}body .gain-earn-page .section-heading-icon{display:none!important}body .gain-earn-page .section-heading h2{margin:0!important;font-size:2.375rem!important;font-weight:700!important;letter-spacing:-.04em!important;color:#101828!important}body .gain-earn-page .section-heading p{margin:10px 0 0!important;font-size:1.0625rem!important;color:#667085!important}body .gain-earn-page .outline-btn{padding:9px 17px!important;border:1px solid #dfe3ea!important;border-radius:999px!important;background:#fff!important;color:#344054!important;font-size:.875rem!important;font-weight:600!important}body .gain-earn-page .outline-btn:hover{border-color:#b9c9ff!important;color:#3567ef!important}body .gain-earn-page .earn-featured-controls{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex:0 0 auto;flex:0 0 auto}body .gain-earn-page .earn-slider-btn{display:-ms-inline-flexbox;display:inline-flex;width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;border:1px solid #dfe3ea;border-radius:50%;background:#fff;color:#526078;box-shadow:0 5px 16px #10182817;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,-webkit-transform .18s ease;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease,-webkit-transform .18s ease}body .gain-earn-page .earn-slider-btn:hover:not(.swiper-button-disabled){border-color:#9fb5ff;background:#edf3ff;color:#3567ef;-webkit-transform:translateY(-1px);transform:translateY(-1px)}body .gain-earn-page .earn-slider-btn.swiper-button-disabled{opacity:.38;cursor:default;box-shadow:none}html[data-ui-theme=dark] body .gain-earn-page .earn-slider-btn,html.dark-style body .gain-earn-page .earn-slider-btn{border-color:#2d3b51;background:#151f2e;color:#b8c4d6;box-shadow:0 7px 18px #0000003d}html[data-ui-theme=dark] body .gain-earn-page .earn-slider-btn:hover:not(.swiper-button-disabled),html.dark-style body .gain-earn-page .earn-slider-btn:hover:not(.swiper-button-disabled){border-color:#4969ca;background:#1d2a40;color:#f3f7ff}@media (max-width: 575.98px){body .gain-earn-page .earn-featured-controls{gap:8px}body .gain-earn-page .earn-slider-btn{width:36px;height:36px}}body .gain-earn-page .card-container{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:0!important}body .gain-earn-page .partner-card{position:relative!important;width:100%!important;min-width:0!important;height:144px!important;min-height:144px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#f0f2f7!important;border:0!important;border-radius:15px!important;box-shadow:none!important;-webkit-transform:none!important;transform:none!important}body .gain-earn-page .partner-card:hover{background:#e9edf5!important;-webkit-transform:translateY(-2px)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px #10182814!important}body .gain-earn-page .partner-card .card-header{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3;padding:0!important;border:0!important;background:transparent!important}body .gain-earn-page .partner-card .badge{top:11px!important;right:auto!important;left:11px!important;padding:6px 12px!important;border-radius:999px!important;background:#dfe2e9!important;color:#536075!important;font-size:.75rem!important;font-weight:500!important;line-height:1!important}body .gain-earn-page .partner-card .card-body{width:100%!important;height:100%!important;min-height:0!important;padding:34px 28px 16px!important;background:transparent!important}body .gain-earn-page .partner-card .card-body img{width:auto!important;max-width:72%!important;height:auto!important;max-height:64px!important;margin:0!important;-o-object-fit:contain!important;object-fit:contain!important;-webkit-transform:none!important;transform:none!important}body .gain-earn-page .partner-card .card-body>i,body .gain-earn-page .partner-card .card-footer{display:none!important}@media (max-width: 1099.98px){body .gain-earn-page .card-container{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 767.98px){body .gain-earn-page .card-container{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body .gain-earn-page .partner-card{height:120px!important;min-height:120px!important}body .gain-earn-page .partner-card .card-body{padding:32px 16px 12px!important}}@media (max-width: 399.98px){body .gain-earn-page .card-container{grid-template-columns:1fr!important}}body .gain-earn-page .swiper.mt-4,body .gain-earn-page [wire\:loading] .mt-4,body .gain-earn-page>.surface-card>div.mt-4{margin-top:0!important}body .gain-earn-page .empty-state{min-height:150px!important;padding:30px 20px!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}body .gain-earn-page .empty-state>div:first-child{width:52px!important;height:52px!important;margin-bottom:12px!important;background:#f5f7fb!important}body .gain-earn-page .empty-state p{margin:0!important;font-size:.9375rem!important;color:#7a8699!important}body .gain-home-page .home-featured-section .featured-view-all{display:none!important}body .gain-home-page .home-featured-section .gg-section-header{margin-bottom:28px!important}body .gain-home-page .home-featured-section .gg-section-title{display:block!important;margin:0 0 18px!important;font-size:2.375rem!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.04em!important;color:#111827!important;opacity:1!important;visibility:visible!important}body .gain-home-page .home-featured-section .gg-section-sub{display:block!important;margin:0!important;font-size:1.0625rem!important;color:#69758a!important}body .gg-section-sub,body .section-heading p{font-size:1.0625rem!important;font-weight:400!important;line-height:1.55!important;color:#667085!important}body .gg-offer-card-title,body .offer-card-title{font-size:1rem!important;font-weight:500!important;line-height:1.35!important;color:#101828!important}body .gg-price-main,body .offer-card-reward{font-size:.9375rem!important;font-weight:600!important;color:#f59e0b!important}body .gg-price-old{font-size:.75rem!important;font-weight:400!important;color:#7d8798!important}body .card-title{font-size:1rem!important;font-weight:600!important}body .card-text,body .form-label,body .form-control,body .form-select{font-size:.875rem!important}@media (max-width: 767.98px){body .ggg-logo{font-size:1.25rem!important}body .gg-section-title,body .section-heading h1,body .section-heading h2{font-size:1.5rem!important}body .gg-section-sub,body .section-heading p{font-size:.875rem!important}body .gain-home-page{padding-top:64px!important}body .gain-earn-page{padding-top:64px!important;gap:32px}body .gain-earn-page .section-heading h2{font-size:1.75rem!important}body .gain-home-page .home-featured-section .gg-section-title{margin-bottom:10px!important;font-size:1.625rem!important}}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db}::-webkit-scrollbar-thumb:hover{background:#9ca3af}body #authModal .modal-content,body #authModal .modal-header,body #authModal .modal-body{background-color:#fcfcfd!important;color:#182230!important}body #authModal .modal-header{border-bottom-color:#eaecf0!important}body #authModal .form-control-glass,body #authModal input.form-control-glass,body #authModal input.form-control-glass:-webkit-autofill,body #authModal input.form-control-glass:-webkit-autofill:hover,body #authModal input.form-control-glass:-webkit-autofill:focus{background-color:#f8fafc!important;background-image:none!important;color:#182230!important;-webkit-text-fill-color:#182230!important;caret-color:#182230!important;border-color:#d8dee8!important;box-shadow:0 0 0 1000px #f8fafc inset!important;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}body #authModal .form-control-glass:focus,body #authModal input.form-control-glass:-webkit-autofill:focus{border-color:#6c8cff!important;box-shadow:0 0 0 1000px #fff inset,0 0 0 4px #4f7cff1f!important}body #authModal .form-control-glass::-webkit-input-placeholder{color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important}body #authModal .form-control-glass::-moz-placeholder{color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important}body #authModal .form-control-glass:-ms-input-placeholder{color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important}body #authModal .form-control-glass::-ms-input-placeholder{color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important}body #authModal .form-control-glass::placeholder{color:#98a2b3!important;-webkit-text-fill-color:#98a2b3!important}body #authModal form label,body #authModal .auth-brand,body #authModal strong{color:#182230!important}body #authModal .modal-body>div>p:first-child,body #authModal form>p{color:#667085!important}body #authModal .gradient-btn{background:#4f74f9!important;border-color:#4f74f9!important;color:#fff!important;box-shadow:0 6px 16px #4f74f938!important}body #authModal .gradient-btn:hover{background:#3f64e8!important;border-color:#3f64e8!important}html[data-ui-theme=dark] body #authModal .modal-content,html[data-ui-theme=dark] body #authModal .modal-header,html[data-ui-theme=dark] body #authModal .modal-body{border-color:#344056!important;background:#161e2b!important;color:#e8edf5!important}html[data-ui-theme=dark] body #authModal .modal-header{border-bottom-color:#303a4c!important}html[data-ui-theme=dark] body #authModal .auth-brand,html[data-ui-theme=dark] body #authModal .auth-form-title,html[data-ui-theme=dark] body #authModal form label,html[data-ui-theme=dark] body #authModal .auth-remember,html[data-ui-theme=dark] body #authModal strong{color:#f1f5fa!important}html[data-ui-theme=dark] body #authModal .auth-form-subtitle,html[data-ui-theme=dark] body #authModal .auth-switch-copy{color:#9eabc0!important}html[data-ui-theme=dark] body #authModal .pill-tabs{border-color:#344056!important;background:#202938!important}html[data-ui-theme=dark] body #authModal .pill-tab{color:#9eabc0!important}html[data-ui-theme=dark] body #authModal .pill-tab.active{background:#303b4e!important;color:#fff!important;box-shadow:0 2px 7px #00000040!important}html[data-ui-theme=dark] body #authModal .form-control-glass,html[data-ui-theme=dark] body #authModal input.form-control-glass,html[data-ui-theme=dark] body #authModal input.form-control-glass:-webkit-autofill,html[data-ui-theme=dark] body #authModal input.form-control-glass:-webkit-autofill:hover,html[data-ui-theme=dark] body #authModal input.form-control-glass:-webkit-autofill:focus{border-color:#3a465b!important;background-color:#0f1723!important;color:#f3f6fb!important;-webkit-text-fill-color:#f3f6fb!important;caret-color:#f3f6fb!important;box-shadow:0 0 0 1000px #0f1723 inset!important}html[data-ui-theme=dark] body #authModal .form-control-glass::-webkit-input-placeholder{color:#7f8ca2!important;-webkit-text-fill-color:#7f8ca2!important}html[data-ui-theme=dark] body #authModal .form-control-glass::-moz-placeholder{color:#7f8ca2!important;-webkit-text-fill-color:#7f8ca2!important}html[data-ui-theme=dark] body #authModal .form-control-glass:-ms-input-placeholder{color:#7f8ca2!important;-webkit-text-fill-color:#7f8ca2!important}html[data-ui-theme=dark] body #authModal .form-control-glass::-ms-input-placeholder{color:#7f8ca2!important;-webkit-text-fill-color:#7f8ca2!important}html[data-ui-theme=dark] body #authModal .form-control-glass::placeholder{color:#7f8ca2!important;-webkit-text-fill-color:#7f8ca2!important}html[data-ui-theme=dark] body #authModal .auth-remember input{border-color:#56627a;background:#111927}html[data-ui-theme=dark] body #authModal .btn-close{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-color:#435067!important;background-color:#263143!important;background-image:none!important;color:#fff!important;-webkit-filter:none!important;filter:none!important;font-size:0!important}@media (min-width: 576px){html body #authModal .modal-header .btn-close,html[data-ui-theme=dark] body #authModal .modal-header .btn-close{display:none!important}}@media (max-width: 575.98px){html body #authModal .modal-header .btn-close,html[data-ui-theme=dark] body #authModal .modal-header .btn-close{display:-ms-inline-flexbox!important;display:inline-flex!important}}html[data-ui-theme=dark] body #authModal .btn-close:before{content:"×";color:#f4f7fb;font-family:Arial,sans-serif;font-size:21px;font-weight:400;line-height:1}html[data-ui-theme=dark] body #authModal .h-captcha{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:0!important;overflow:hidden;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important}html[data-ui-theme=dark] body #authModal .h-captcha iframe{display:block;border-radius:0}body #authModal .pill-tabs,html[data-ui-theme=dark] body #authModal .pill-tabs{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(2,minmax(76px,1fr));gap:0;margin-right:25px;padding:4px!important;border:1px solid #344056!important;border-radius:13px!important;background:#111b2a!important;box-shadow:none!important}body #authModal .pill-tab,html[data-ui-theme=dark] body #authModal .pill-tab{position:relative;z-index:1;min-width:76px!important;padding:9px 12px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#7a8699!important;box-shadow:none!important;font-size:14px!important;font-weight:600}body #authModal .pill-tab:after{display:none!important}body #authModal .pill-tab.active,html[data-ui-theme=dark] body #authModal .pill-tab.active{background:transparent!important;color:#fff!important;box-shadow:none!important}html[data-ui-theme=dark] body #authModal .pill-tab{color:#8997ad!important}html[data-ui-theme=dark] body #authModal .pill-tab.active{color:#fff!important}body #authModal .auth-tab-indicator,html[data-ui-theme=dark] body #authModal .auth-tab-indicator{background:linear-gradient(135deg,#476ff5,#6d5cf4);box-shadow:0 5px 14px #4f74f942}body .modern-leaderboard-page{max-width:980px;margin:0 auto;padding:82px 0 56px}body .modern-lb-hero{background:transparent!important;text-align:center}body .modern-lb-kicker{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;padding:7px 13px;border:1px solid #dbe3f0;border-radius:999px;background:#f5f7fb;color:#4168e8;font-size:13px;font-weight:700}body .modern-lb-hero h1{margin:18px 0 10px;color:#101828!important;font-size:48px!important;font-weight:800;letter-spacing:-.045em}body .modern-lb-hero p{margin:0;color:#718096;font-size:16px}body .modern-lb-podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;-ms-flex-align:end;align-items:end;margin:54px auto 24px}body .modern-podium-card{position:relative;min-height:240px;padding:32px 18px 22px;border:1px solid #e2e7f0;border-radius:20px;background:#fff;text-align:center;box-shadow:0 12px 32px #20325517}body .modern-podium-card.rank-1{min-height:274px;padding-top:45px;border-color:#f5c85b;background:linear-gradient(180deg,#fffaf0,#fff);box-shadow:0 18px 42px #d7a02329}body .modern-podium-crown{position:absolute;top:-22px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);color:#f4b82d;font-size:38px;-webkit-filter:drop-shadow(0 5px 7px rgba(180,120,0,.2));filter:drop-shadow(0 5px 7px rgba(180,120,0,.2))}body .modern-podium-rank{position:absolute;top:14px;left:14px;color:#526078;font-weight:800}body .modern-podium-avatar{width:78px;height:78px;border:4px solid #e4eaf4;border-radius:50%;-o-object-fit:cover;object-fit:cover}body .rank-1 .modern-podium-avatar{width:92px;height:92px;border-color:#f4c34f}body .modern-podium-card h2{margin:13px 0 7px;overflow:hidden;color:#172033!important;font-size:17px!important;font-weight:700;white-space:nowrap;text-overflow:ellipsis}body .modern-podium-points{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;color:#e99a00;font-size:16px;font-weight:800}body .modern-podium-points img{width:17px;height:17px}body .modern-podium-prize{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:6px;margin-top:14px;padding:6px 11px;border-radius:999px;background:#f2f5fa;color:#68758a;font-size:12px}body .modern-lb-status{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12px;margin:28px 0}body .modern-lb-status>span{display:-ms-inline-flexbox;display:inline-flex;min-height:40px;-ms-flex-align:center;align-items:center;gap:7px;padding:8px 14px;border:1px solid #e0e6ef;border-radius:999px;background:#fff;color:#667085;font-size:13px}body .modern-lb-status i{color:#4f74f9}body .modern-lb-list{overflow:hidden;padding:10px;border:1px solid #e1e7f0;border-radius:20px;background:#f2f4f8}body .modern-lb-list-head,body .modern-lb-row{display:grid;grid-template-columns:minmax(0,1fr) 150px 130px;-ms-flex-align:center;align-items:center}body .modern-lb-list-head{padding:9px 16px 13px;color:#8290a5;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}body .modern-lb-row{min-height:68px;margin-bottom:8px;padding:9px 16px;border-radius:13px;background:#fff}body .modern-lb-row:last-child{margin-bottom:0}body .modern-lb-user{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-align:center;align-items:center;gap:12px}body .modern-lb-number{display:-ms-inline-flexbox;display:inline-flex;width:34px;height:34px;-ms-flex:0 0 34px;flex:0 0 34px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:10px;background:#e9edf4;color:#536075;font-weight:800}body .modern-lb-number.rank-1{background:#fff2c7;color:#b87800}body .modern-lb-number.rank-2{background:#e8edf4;color:#586579}body .modern-lb-number.rank-3{background:#f6e0d2;color:#a85b2c}body .modern-lb-user button{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-align:center;align-items:center;gap:10px;padding:0;border:0;background:transparent}body .modern-lb-user button img{width:40px;height:40px;-ms-flex:0 0 40px;flex:0 0 40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}body .modern-lb-user button strong{overflow:hidden;color:#172033;font-size:15px;white-space:nowrap;text-overflow:ellipsis}body .modern-lb-coins{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;color:#e99a00;font-weight:800}body .modern-lb-coins img{width:16px;height:16px}body .modern-lb-reward{color:#536075;font-weight:700}html[data-ui-theme=dark] body .modern-lb-hero h1,html.dark-style body .modern-lb-hero h1,html[data-ui-theme=dark] body .modern-podium-card h2,html.dark-style body .modern-podium-card h2,html[data-ui-theme=dark] body .modern-lb-user button strong,html.dark-style body .modern-lb-user button strong{color:#f2f6fb!important}html[data-ui-theme=dark] body .modern-lb-kicker,html.dark-style body .modern-lb-kicker,html[data-ui-theme=dark] body .modern-lb-status>span,html.dark-style body .modern-lb-status>span{border-color:#344056;background:#182130;color:#9eabc0}html[data-ui-theme=dark] body .modern-podium-card,html.dark-style body .modern-podium-card{border-color:#2e3a4e;background:#182130;box-shadow:0 14px 36px #00000040}html[data-ui-theme=dark] body .modern-podium-card.rank-1,html.dark-style body .modern-podium-card.rank-1{border-color:#806a32;background:linear-gradient(180deg,#24251f,#182130)}html[data-ui-theme=dark] body .modern-podium-prize,html.dark-style body .modern-podium-prize{background:#222d3e;color:#9eabc0}html[data-ui-theme=dark] body .modern-lb-list,html.dark-style body .modern-lb-list{border-color:#2b374a;background:#121a27}html[data-ui-theme=dark] body .modern-lb-row,html.dark-style body .modern-lb-row{background:#182130}html[data-ui-theme=dark] body .modern-lb-reward,html.dark-style body .modern-lb-reward{color:#aab5c7}@media (max-width: 700px){body .modern-leaderboard-page{padding:48px 0 96px}body .modern-lb-hero h1{font-size:36px!important}body .modern-lb-hero p{font-size:14px}body .modern-lb-podium{grid-template-columns:1fr;margin-top:38px}body .modern-podium-card,body .modern-podium-card.rank-1{min-height:0;padding:25px 16px 20px}body .modern-podium-card.rank-1{-ms-flex-order:-1;order:-1;margin-top:18px}body .modern-lb-status{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}body .modern-lb-status>span{-ms-flex-pack:center;justify-content:center}body .modern-lb-list-head{display:none}body .modern-lb-row{grid-template-columns:minmax(0,1fr) auto;padding:9px 10px}body .modern-lb-reward{display:none}}body .withdraw-page{padding-top:82px!important}body .withdraw-page>.surface-card{padding:14px 14px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body .withdraw-page>.surface-card>.section-heading{gap:0!important;margin-bottom:26px!important}body .withdraw-page>.surface-card>.section-heading .section-heading-icon{display:none!important}body .withdraw-page>.surface-card>.section-heading h2{margin:0!important;color:#101828!important;font-size:38px!important;font-weight:700!important;letter-spacing:-.04em}body .withdraw-page>.surface-card>.section-heading p{margin:10px 0 0!important;color:#667085!important;font-size:17px!important}html[data-ui-theme=dark] body .withdraw-page>.surface-card>.section-heading h2,html.dark-style body .withdraw-page>.surface-card>.section-heading h2{color:#f3f6fb!important}html[data-ui-theme=dark] body .withdraw-page>.surface-card>.section-heading p,html.dark-style body .withdraw-page>.surface-card>.section-heading p{color:#9eabc0!important}@media (max-width: 575.98px){body .withdraw-page{padding-top:48px!important}body .withdraw-page>.surface-card{padding:8px 8px 12px!important}body .withdraw-page>.surface-card>.section-heading h2{font-size:30px!important}body .withdraw-page>.surface-card>.section-heading p{font-size:14px!important}}body .offers-directory-page{padding-top:82px!important}body .offers-directory-page>.surface-card{padding:14px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body .offers-directory-page .section-heading{gap:0!important;margin-bottom:24px!important}body .offers-directory-page .section-heading-icon{display:none!important}body .offers-directory-page .section-heading h2{margin:0!important;color:#101828!important;font-size:38px!important;font-weight:700!important;letter-spacing:-.04em}body .offers-directory-page .section-heading p{margin:10px 0 0!important;color:#667085!important;font-size:17px!important}body .offers-directory-page .offer-card{overflow:hidden;border:1px solid #e3e8f0!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 14px #1e2d4b12!important}body .offers-directory-page .offer-card .card-body,body .offers-directory-page .offer-card .card-footer{background:#fff!important}body .offers-directory-page .offer-card .card-body .text-white,body .offers-directory-page .offer-card .card-footer .text-white{color:#172033!important}body .offers-directory-page .offer-card .text-secondary{color:#7a8699!important}body .offers-directory-page .offer-card:hover{border-color:#b9c9ff!important;box-shadow:0 12px 28px #1e376e24!important;-webkit-transform:translateY(-2px);transform:translateY(-2px)}html[data-ui-theme=dark] body .offers-directory-page .section-heading h2,html.dark-style body .offers-directory-page .section-heading h2{color:#f3f6fb!important}html[data-ui-theme=dark] body .offers-directory-page .section-heading p,html.dark-style body .offers-directory-page .section-heading p{color:#9eabc0!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card,html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-body,html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-footer,html.dark-style body .offers-directory-page .offer-card,html.dark-style body .offers-directory-page .offer-card .card-body,html.dark-style body .offers-directory-page .offer-card .card-footer{border-color:#2d394d!important;background:#182130!important;box-shadow:0 7px 20px #00000038!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-body .text-white,html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-footer .text-white,html.dark-style body .offers-directory-page .offer-card .card-body .text-white,html.dark-style body .offers-directory-page .offer-card .card-footer .text-white{color:#edf2f8!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card .text-secondary,html.dark-style body .offers-directory-page .offer-card .text-secondary{color:#8f9db2!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card:hover,html.dark-style body .offers-directory-page .offer-card:hover{border-color:#48618b!important;background:#202b3c!important;box-shadow:0 12px 28px #0000004d!important}body .offers-directory-page .offer-api-card{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important}body .offers-directory-page .offer-api-card>div{min-width:0;margin-bottom:0!important}body .offers-directory-page .offer-card{padding:8px 8px 10px!important;border-radius:12px!important}body .offers-directory-page .offer-card .card-img-block{position:relative;width:100%!important;height:auto!important;aspect-ratio:1 / 1;overflow:hidden;border-radius:9px!important;background:#eef1f6}body .offers-directory-page .offer-card .card-img-block>img{display:block;width:100%!important;height:100%!important;min-height:0!important;border-radius:9px!important;-o-object-fit:cover!important;object-fit:cover!important}body .offers-directory-page .offer-card:hover .card-img-block>img{-webkit-filter:none!important;filter:none!important;-webkit-transform:scale(1.02);transform:scale(1.02)}body .offers-directory-page .offer-card .card-img-block>i{display:none!important}body .offers-directory-page .offer-card .card-img-block .badge{top:7px!important;right:7px!important;padding:4px 6px!important;border-radius:999px!important}body .offers-directory-page .offer-card .card-body{padding:10px 0 5px!important}body .offers-directory-page .offer-card .card-body>.text-white{margin:0!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important}body .offers-directory-page .offer-card .card-body>.text-secondary{display:none!important}body .offers-directory-page .offer-card .card-footer{padding:0!important}body .offers-directory-page .offer-card .card-footer .fw-medium{color:#f4a300!important;font-size:13px!important;line-height:1.2!important}body .offers-directory-page .offer-card .card-footer img{width:15px!important;height:15px!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card,html.dark-style body .offers-directory-page .offer-card{background:#101a31!important;border-color:#253450!important}html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-body,html[data-ui-theme=dark] body .offers-directory-page .offer-card .card-footer,html.dark-style body .offers-directory-page .offer-card .card-body,html.dark-style body .offers-directory-page .offer-card .card-footer{background:#101a31!important}@media (max-width: 1199.98px){body .offers-directory-page .offer-api-card{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media (max-width: 767.98px){body .offers-directory-page .offer-api-card{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}body .offers-directory-page .offer-card{padding:6px 6px 8px!important}body .offers-directory-page .offer-card .card-body>.text-white{font-size:12px!important}}@media (max-width: 420px){body .offers-directory-page .offer-api-card{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 575.98px){body .offers-directory-page{padding-top:48px!important}body .offers-directory-page>.surface-card{padding:8px!important}body .offers-directory-page .section-heading h2{font-size:30px!important}body .offers-directory-page .section-heading p{font-size:14px!important}}body .survey-walls-page{padding-top:82px!important}body .survey-walls-page>.surface-card{padding:14px 14px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body .survey-walls-page .section-heading{gap:0!important;margin-bottom:24px!important}body .survey-walls-page .section-heading-icon{display:none!important}body .survey-walls-page .section-heading h2{margin:0!important;color:#101828!important;font-size:38px!important;font-weight:700!important;letter-spacing:-.04em}body .survey-walls-page .section-heading p{margin:10px 0 0!important;color:#667085!important;font-size:17px!important}body .survey-walls-page .card-container{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:0!important}body .survey-walls-page .partner-card{position:relative!important;width:100%!important;min-width:0!important;height:144px!important;min-height:144px!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid #e4e8ef!important;border-radius:15px!important;background:#f0f2f7!important;box-shadow:none!important;-webkit-transform:none!important;transform:none!important}body .survey-walls-page .partner-card:hover{border-color:#cbd5e4!important;background:#e9edf5!important;-webkit-transform:translateY(-2px)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px #10182814!important}body .survey-walls-page .partner-card .card-header{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3;padding:0!important}body .survey-walls-page .partner-card .badge{top:10px!important;right:auto!important;left:10px!important;padding:5px 12px!important;border-radius:7px!important;font-size:11px!important}body .survey-walls-page .partner-card .card-body{display:-ms-flexbox!important;display:flex!important;height:100%!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:34px 22px 14px!important}body .survey-walls-page .partner-card .card-body img{width:auto!important;max-width:78%!important;height:auto!important;max-height:68px!important;margin:0!important;-o-object-fit:contain!important;object-fit:contain!important}body .survey-walls-page .partner-card .card-body>i,body .survey-walls-page .partner-card .card-footer{display:none!important}html[data-ui-theme=dark] body .survey-walls-page .section-heading h2{color:#f3f6fb!important}html[data-ui-theme=dark] body .survey-walls-page .section-heading p{color:#9eabc0!important}html[data-ui-theme=dark] body .survey-walls-page .partner-card{border-color:#293548!important;background:#182130!important}html[data-ui-theme=dark] body .survey-walls-page .partner-card:hover{border-color:#40506a!important;background:#202b3c!important;box-shadow:0 10px 26px #00000040!important}html[data-ui-theme=dark] body .survey-walls-page .partner-card .card-header,html[data-ui-theme=dark] body .survey-walls-page .partner-card .card-body,html[data-ui-theme=dark] body .survey-walls-page .partner-card .card-footer{background:transparent!important}html.dark-style body .survey-walls-page .section-heading h2{color:#f3f6fb!important}html.dark-style body .survey-walls-page .section-heading p{color:#9eabc0!important}html.dark-style body .survey-walls-page .partner-card{border-color:#293548!important;background:#182130!important}html.dark-style body .survey-walls-page .partner-card:hover{border-color:#40506a!important;background:#202b3c!important;box-shadow:0 10px 26px #00000040!important}html.dark-style body .survey-walls-page .partner-card .card-header,html.dark-style body .survey-walls-page .partner-card .card-body,html.dark-style body .survey-walls-page .partner-card .card-footer{background:transparent!important}@media (max-width: 991.98px){body .survey-walls-page .card-container{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 575.98px){body .survey-walls-page{padding-top:48px!important}body .survey-walls-page>.surface-card{padding:8px 8px 12px!important}body .survey-walls-page .section-heading h2{font-size:30px!important}body .survey-walls-page .section-heading p{font-size:14px!important}body .survey-walls-page .card-container{gap:10px!important}body .survey-walls-page .partner-card{height:126px!important;min-height:126px!important}body .survey-walls-page .partner-card .card-body{padding:30px 12px 10px!important}}html[data-ui-theme=dark] body .ggg-nav-link:hover,html[data-ui-theme=dark] body .ggg-nav-link:focus,html[data-ui-theme=dark] body .ggg-nav-link.active{background:#202a3a!important;color:#f3f6fb!important;box-shadow:none!important}html[data-ui-theme=dark] body .gain-earn-page .partner-card{border:1px solid #293548!important;background:#182130!important;box-shadow:none!important}html[data-ui-theme=dark] body .gain-earn-page .partner-card:hover{border-color:#40506a!important;background:#202b3c!important;box-shadow:0 10px 26px #00000040!important;-webkit-transform:translateY(-2px)!important;transform:translateY(-2px)!important}html[data-ui-theme=dark] body .gain-earn-page .partner-card:hover img{-webkit-filter:none!important;filter:none!important;opacity:1!important}html body .gain-earn-page .wall-directory-grid,html body .survey-walls-page .wall-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}html body .gain-earn-page .wall-directory-card,html body .survey-walls-page .wall-directory-card{height:116px!important;min-height:116px!important;overflow:hidden!important;background:#131d34!important;border:1px solid rgba(83,108,151,.12)!important;border-radius:15px!important;box-shadow:none!important}html body .gain-earn-page .wall-directory-card:hover,html body .survey-walls-page .wall-directory-card:hover{background:#18243d!important;border-color:#5c84c759!important;box-shadow:0 12px 28px #0003!important;-webkit-transform:translateY(-2px)!important;transform:translateY(-2px)!important}html body .gain-earn-page .wall-directory-card .card-header,html body .survey-walls-page .wall-directory-card .card-header{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:4!important;padding:0!important;background:transparent!important;border:0!important;pointer-events:none}html body .gain-earn-page .wall-directory-card .wall-type-badge,html body .survey-walls-page .wall-directory-card .wall-type-badge{position:absolute!important;top:11px!important;right:auto!important;left:11px!important;padding:6px 11px!important;color:#c7d2e5!important;background:#263149!important;border:0!important;border-radius:999px!important;font-size:10px!important;font-weight:700!important;line-height:1!important}html body .gain-earn-page .wall-directory-card .wall-bonus-badge,html body .survey-walls-page .wall-directory-card .wall-bonus-badge{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;padding:6px 11px!important;color:#fff!important;background:linear-gradient(135deg,#188dff,#13c6f4)!important;border:0!important;border-radius:999px!important;box-shadow:0 6px 16px #13a6f840;font-size:10px!important;font-weight:800!important;line-height:1!important}html body .gain-earn-page .wall-directory-card .card-body,html body .survey-walls-page .wall-directory-card .card-body{display:-ms-flexbox!important;display:flex!important;width:100%!important;height:100%!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:32px 24px 10px!important;background:transparent!important}html body .gain-earn-page .wall-directory-card .card-body img,html body .survey-walls-page .wall-directory-card .card-body img{width:auto!important;max-width:70%!important;height:auto!important;max-height:54px!important;margin:0!important;-o-object-fit:contain!important;object-fit:contain!important;-webkit-filter:none!important;filter:none!important;opacity:1!important}html body .gain-earn-page .wall-directory-card .card-footer,html body .survey-walls-page .wall-directory-card .card-footer,html body .gain-earn-page .wall-directory-card .card-body>i,html body .survey-walls-page .wall-directory-card .card-body>i{display:none!important}@media (max-width: 991.98px){html body .gain-earn-page .wall-directory-grid,html body .survey-walls-page .wall-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 575.98px){html body .gain-earn-page .wall-directory-grid,html body .survey-walls-page .wall-directory-grid{gap:10px!important}html body .gain-earn-page .wall-directory-card,html body .survey-walls-page .wall-directory-card{height:108px!important;min-height:108px!important}html body .gain-earn-page .wall-directory-card .card-body,html body .survey-walls-page .wall-directory-card .card-body{padding:31px 12px 9px!important}html body .gain-earn-page .wall-directory-card .card-body img,html body .survey-walls-page .wall-directory-card .card-body img{max-width:78%!important;max-height:46px!important}body .gain-earn-page>.surface-card:nth-of-type(3),body .gain-earn-page>.surface-card:nth-of-type(4){padding:8px 8px 12px!important}}@media (max-width: 1199.98px){body .mobile-navbar{left:0!important;right:0!important;bottom:0!important;width:100%!important;min-height:64px!important;padding:5px 10px calc(5px + env(safe-area-inset-bottom))!important;gap:0!important;overflow:hidden!important;background:#fffffffa!important;border:0!important;border-top:1px solid #dfe3ea!important;border-radius:0!important;box-shadow:0 -5px 18px #1018280f!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body .mobile-navbar .nv-item{height:54px!important;padding:5px 2px!important;border-radius:9px!important;background:transparent!important;color:#7b879a!important}body .mobile-navbar .nv-item>span{row-gap:3px!important}body .mobile-navbar .nv-item svg{width:21px!important;height:21px!important}body .mobile-navbar .nv-item>span>span{color:currentColor!important;font-size:10px!important;font-weight:500!important}body .mobile-navbar .nv-item.active{background:#f0f5ff!important;color:#3567e8!important}body .mobile-navbar .nv-item.active:before{top:-5px!important;width:22px!important;height:2px!important;background:#4f74f9!important;box-shadow:none!important}body .mobile-navbar .nv-item.active svg{-webkit-transform:none!important;transform:none!important;-webkit-filter:none!important;filter:none!important}body .mobile-navbar .nv-item:active{background:#eef2f7!important;-webkit-transform:scale(.97);transform:scale(.97)}body .content-wrapper{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}body .mobile-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1080;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}body .mobile-more-sheet{position:fixed;left:0;right:0;bottom:0;z-index:1081;padding:8px 18px calc(22px + env(safe-area-inset-bottom));border:1px solid #e1e6ee;border-bottom:0;border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -18px 50px #0f172a2e}body .mobile-more-handle{width:38px;height:4px;margin:0 auto 14px;border-radius:999px;background:#d7dde6}body .mobile-more-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:18px}body .mobile-more-heading strong{display:block;color:#172033;font-size:20px;line-height:1.2}body .mobile-more-heading span{display:block;margin-top:3px;color:#7a8699;font-size:12px}body .mobile-more-heading button{width:36px;height:36px;border:1px solid #dfe4ec;border-radius:50%;background:#f8fafc;color:#596579}body .mobile-more-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 8px}body .mobile-more-grid a,body .mobile-more-grid button{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:7px;padding:12px 4px;border:0;border-radius:13px;background:#f5f7fb;color:#536075;text-decoration:none}body .mobile-more-grid i{color:#4f74f9;font-size:18px}body .mobile-more-grid span{max-width:100%;overflow:hidden;color:#344054;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}body .mobile-more-grid a:active,body .mobile-more-grid button:active{background:#eaf0ff;-webkit-transform:scale(.97);transform:scale(.97)}html[data-ui-theme=dark] body .mobile-more-backdrop{background:#02060fb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-ui-theme=dark] body .mobile-more-sheet{border-color:#304057;background:#121b2a;box-shadow:0 -20px 55px #00000080}html[data-ui-theme=dark] body .mobile-more-handle{background:#41506a}html[data-ui-theme=dark] body .mobile-more-heading strong{color:#f7f9fc}html[data-ui-theme=dark] body .mobile-more-heading span{color:#93a2b8}html[data-ui-theme=dark] body .mobile-more-heading button{border-color:#34445c;background:#1a2638;color:#b8c4d6}html[data-ui-theme=dark] body .mobile-more-grid a,html[data-ui-theme=dark] body .mobile-more-grid button{border:1px solid #293a52;background:#182437;color:#b9c5d8}html[data-ui-theme=dark] body .mobile-more-grid i{color:#6f91ff}html[data-ui-theme=dark] body .mobile-more-grid span{color:#e5eaf3}html[data-ui-theme=dark] body .mobile-more-grid a:active,html[data-ui-theme=dark] body .mobile-more-grid button:active{border-color:#4569ca;background:#213252}}body #site-header-fixed{background:#fff!important;border-top:0!important;box-shadow:0 6px 22px #10182814!important}body #layout-navbar{border-top:0!important;border-bottom:1px solid #edf0f4!important;box-shadow:none!important}body #layout-navbar:before,body #site-header-fixed:before{display:none!important}body .ggg-nav-link{position:relative}body .ggg-nav-link.active:after{content:"";position:absolute;left:14px;right:14px;bottom:-17px;height:3px;border-radius:999px 999px 0 0;background:#4f74f9}body .lct-bar{height:52px!important;min-height:52px!important;padding:0 6px!important;gap:8px;background:#101419!important;border-bottom:1px solid #20262e!important}body .lct-live-badge{height:26px!important;padding:0 11px!important;background:#181d23!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:999px!important;box-shadow:none!important}body .lct-live-label{color:#22c55e!important;letter-spacing:.06em!important}body .lct-track-wrapper{-webkit-mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent)!important;mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent)!important}body .lct-track{gap:8px!important;padding:0 6px!important}body .lct-pill{height:44px!important;min-height:44px!important;gap:12px!important;padding:7px 14px!important;background:#181d23!important;border:1px solid #1d232b!important;border-radius:9px!important;box-shadow:none!important}body .lct-pill:hover{background:#1d232b!important;border-color:#ffffff1a!important;-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:none!important}body .lct-avatar{width:28px!important;height:28px!important;border:0!important;border-radius:7px!important;box-shadow:none!important}body .lct-avatar img{border:0!important;border-radius:7px!important;-webkit-transform:scale(1.36);transform:scale(1.36)}body .lct-username{max-width:104px!important;color:#fff!important;font-weight:600!important;letter-spacing:-.01em}body .lct-amount{min-height:28px;padding:2px 13px!important;border:1px solid rgba(255,255,255,.035);border-radius:6px;background:#222936!important;color:#aab4c3!important;font-weight:700!important}body .lct-amount img{width:13px!important;height:13px!important;-webkit-filter:drop-shadow(0 1px 1px rgba(0,0,0,.18));filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}body .lct-amount.is-cashout{border-color:#4ade8033;background:#4ade801f!important;color:#86efac!important}body .ggg-cta-btn-ghost{min-height:44px!important;padding:0 18px!important;gap:8px!important;background:#fff!important;border:1px solid #d6dce6!important;border-radius:12px!important;color:#344054!important;box-shadow:0 2px 6px #1018280d!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,-webkit-transform .18s ease!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,-webkit-transform .18s ease!important}body .ggg-cta-btn-primary{min-height:44px!important;padding:0 19px!important;gap:8px!important;border:1px solid #4f74f9!important;border-radius:12px!important;background:linear-gradient(135deg,#5b7fff,#4168f2)!important;box-shadow:0 7px 18px #4168f242,inset 0 1px #fff3!important;transition:box-shadow .18s ease,-webkit-transform .18s ease,-webkit-filter .18s ease!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,-webkit-transform .18s ease,-webkit-filter .18s ease!important}body .ggg-cta-btn i{font-size:.875rem!important;transition:-webkit-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}body .ggg-cta-btn-ghost:hover{background:#f8faff!important;border-color:#9eb2f7!important;color:#3157cf!important;-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 7px 16px #10182817!important}body .ggg-cta-btn-primary:hover{-webkit-filter:brightness(1.04);filter:brightness(1.04);-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 10px 22px #4168f257,inset 0 1px #ffffff3d!important}body .ggg-cta-btn:hover i{-webkit-transform:scale(1.08);transform:scale(1.08)}body .ggg-cta-btn:active{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}@media (max-width: 767.98px){body .lct-bar{padding-inline:6px!important}body .lct-live-badge{padding-inline:8px!important}body .ggg-nav-link.active:after{display:none}body .ggg-right>.ggg-cta-btn-primary{display:none!important}body .ggg-right>.ggg-cta-btn-ghost{min-height:40px!important;padding:0 13px!important;border-radius:10px!important;font-size:.875rem!important}body .ggg-right>.ggg-cta-btn-ghost i{font-size:.8125rem!important}body #layout-navbar{padding-inline:12px!important}body .ggg-logo{margin-right:8px!important}body .ggg-right{gap:5px!important}body .gain-home-page .home-featured-section .gg-section-sub{max-width:calc(100% - 78px)}body .gain-home-page .gg-offers-swiper{overflow:hidden!important;margin-right:-14px;padding-right:14px;-ms-touch-action:pan-y!important;touch-action:pan-y!important;cursor:-webkit-grab;cursor:grab}body .gain-home-page .gg-offers-swiper:active{cursor:-webkit-grabbing;cursor:grabbing}body .gain-home-page .gg-offers-swiper .swiper-wrapper{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;-ms-touch-action:pan-y!important;touch-action:pan-y!important}body .gain-home-page .gg-offers-swiper .swiper-slide{width:auto!important;padding-right:8px!important}body .gain-home-page .gg-offer-card{width:120px!important;padding:6px 6px 0!important;border-radius:10px!important}body .gain-home-page .gg-offer-card-img{width:108px!important;height:108px!important;aspect-ratio:1 / 1!important;border-radius:8px!important}body .gain-home-page .gg-offer-card-body{padding:8px 1px 9px!important}body .gain-home-page .gg-offer-card-title{margin-bottom:5px!important;font-size:.75rem!important;line-height:1.3!important}body .gain-home-page .gg-price-main{gap:3px!important;font-size:.75rem!important}body .gain-home-page .gg-price-main img{width:12px!important;height:12px!important}body .gain-home-page .gg-offer-card-device{width:18px!important;height:18px!important;font-size:9px!important}body .gain-home-page .gg-swiper-btn{display:none!important}body .gain-home-page .home-featured-section .gg-section-sub{max-width:100%}}body #layout-navbar{z-index:40!important;overflow:visible!important}body #site-header-fixed .lct-bar{z-index:2!important}body .ggg-bonus-dropdown{z-index:2050!important;background:#fff!important;border-color:#e4e7ec!important}html[data-ui-theme=dark] body .ggg-bonus-dropdown,html.dark-style body .ggg-bonus-dropdown,html.dark body .ggg-bonus-dropdown{background:#172235!important;border-color:#344258!important;box-shadow:0 20px 48px #0000006b!important}html[data-ui-theme=dark] body .ggg-bonus-dropdown:before,html.dark-style body .ggg-bonus-dropdown:before,html.dark body .ggg-bonus-dropdown:before{border-color:#344258!important}html[data-ui-theme=dark] body .ggg-bonus-dropdown .dropdown-item,html.dark-style body .ggg-bonus-dropdown .dropdown-item,html.dark body .ggg-bonus-dropdown .dropdown-item{color:#dbe5f4!important;background:transparent!important}html[data-ui-theme=dark] body .ggg-bonus-dropdown .dropdown-item i,html.dark-style body .ggg-bonus-dropdown .dropdown-item i,html.dark body .ggg-bonus-dropdown .dropdown-item i{color:#91a0b7!important}html[data-ui-theme=dark] body .ggg-bonus-dropdown .dropdown-item:hover,html[data-ui-theme=dark] body .ggg-bonus-dropdown .dropdown-item.active,html.dark-style body .ggg-bonus-dropdown .dropdown-item:hover,html.dark-style body .ggg-bonus-dropdown .dropdown-item.active,html.dark body .ggg-bonus-dropdown .dropdown-item:hover,html.dark body .ggg-bonus-dropdown .dropdown-item.active{color:#91aaff!important;background:#24334d!important}body .rewards-theme-page{max-width:1300px;margin:0 auto;padding:82px 14px 56px}body .rewards-theme-page .rewards-shell,body .rewards-theme-page .rewards-streak-panel{background:transparent!important;border:0!important;box-shadow:none!important}body .rewards-theme-page .rewards-shell>.card-header{padding:18px 20px 20px!important}body .rewards-theme-page .rewards-page-title{margin:0!important;color:#101828!important;font-size:34px!important;font-weight:800!important;letter-spacing:-.035em}body .rewards-theme-page .rewards-page-subtitle{margin:8px 0 0;color:#667085;font-size:15px}body .rewards-theme-page .rewards-shell>.card-body{margin-top:0!important}body .rewards-theme-page .rewards-streak-panel{padding:6px 0 18px;border-radius:20px!important}body .rewards-theme-page .rewards-streak-panel>.card-header{margin:0 0 18px;padding:22px 24px!important;background:linear-gradient(135deg,#315efb,#6d7df7)!important;border:0!important;border-radius:18px!important}body .rewards-theme-page .rewards-section-title{color:#fff!important;font-size:20px!important}body .rewards-theme-page .rewards-streak-panel>.card-header .text-secondary{color:#ffffffc7!important}body .rewards-theme-page .rewards-streak-panel>.card-header .text-primary{color:#fff!important}body .rewards-theme-page .streak-container{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}body .rewards-theme-page .streak-card{min-width:0!important;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:15px!important;box-shadow:0 8px 24px #10182812!important;overflow:hidden}body .rewards-theme-page .streak-card:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#315efb,#7b8cff)}body .rewards-theme-page .streak-card .card-body{padding:20px 10px 16px!important;text-align:center}body .rewards-theme-page .streak-card .fa-clock{color:#98a2b3!important;font-size:25px}body .rewards-theme-page .rewards-day-title{color:#101828!important;font-size:15px!important;font-weight:800}body .rewards-theme-page .streak-card .text-secondary,body .rewards-theme-page .streak-card .text-body{color:#667085!important}body .rewards-theme-page .alert-secondary{color:#475467!important;background:#f2f4f7!important;border:1px solid #e4e7ec!important;border-radius:12px!important}html[data-ui-theme=dark] body .rewards-theme-page .rewards-page-title,html.dark-style body .rewards-theme-page .rewards-page-title,html.dark body .rewards-theme-page .rewards-page-title{color:#f8fafc!important}html[data-ui-theme=dark] body .rewards-theme-page .rewards-page-subtitle,html.dark-style body .rewards-theme-page .rewards-page-subtitle,html.dark body .rewards-theme-page .rewards-page-subtitle{color:#9eabc0!important}html[data-ui-theme=dark] body .rewards-theme-page .streak-card,html.dark-style body .rewards-theme-page .streak-card,html.dark body .rewards-theme-page .streak-card{background:#182335!important;border-color:#2f3d53!important;box-shadow:0 10px 28px #00000038!important}html[data-ui-theme=dark] body .rewards-theme-page .rewards-day-title,html.dark-style body .rewards-theme-page .rewards-day-title,html.dark body .rewards-theme-page .rewards-day-title{color:#f4f7fb!important}html[data-ui-theme=dark] body .rewards-theme-page .streak-card .text-secondary,html[data-ui-theme=dark] body .rewards-theme-page .streak-card .text-body,html.dark-style body .rewards-theme-page .streak-card .text-secondary,html.dark-style body .rewards-theme-page .streak-card .text-body,html.dark body .rewards-theme-page .streak-card .text-secondary,html.dark body .rewards-theme-page .streak-card .text-body{color:#9eabc0!important}html[data-ui-theme=dark] body .rewards-theme-page .alert-secondary,html.dark-style body .rewards-theme-page .alert-secondary,html.dark body .rewards-theme-page .alert-secondary{color:#cbd5e1!important;background:#182335!important;border-color:#2f3d53!important}@media (max-width:1100px){body .rewards-theme-page .streak-container{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:767px){body .rewards-theme-page{padding:52px 10px 92px}body .rewards-theme-page .rewards-page-title{font-size:28px!important}body .rewards-theme-page .rewards-shell>.card-header{padding-inline:10px!important}body .rewards-theme-page .rewards-shell>.card-body{padding-inline:0!important}body .rewards-theme-page .streak-container{grid-template-columns:repeat(2,minmax(0,1fr))}}body .ggg-bonus-dropdown{background:#172235!important;border-color:#344258!important}body .ggg-bonus-dropdown:before{border-color:#344258!important}body .ggg-bonus-dropdown .dropdown-item{color:#dbe5f4!important;background:transparent!important}body .ggg-bonus-dropdown .dropdown-item i{color:#91a0b7!important}body .ggg-bonus-dropdown .dropdown-item:hover,body .ggg-bonus-dropdown .dropdown-item.active{color:#91aaff!important;background:#24334d!important}html[data-ui-theme=light] body .ggg-bonus-dropdown{background:#fff!important;border-color:#e4e7ec!important}html[data-ui-theme=light] body .ggg-bonus-dropdown:before{border-color:#e4e7ec!important}html[data-ui-theme=light] body .ggg-bonus-dropdown .dropdown-item{color:#344054!important;background:transparent!important}html[data-ui-theme=light] body .ggg-bonus-dropdown .dropdown-item i{color:#667085!important}html[data-ui-theme=light] body .ggg-bonus-dropdown .dropdown-item:hover,html[data-ui-theme=light] body .ggg-bonus-dropdown .dropdown-item.active{color:#315efb!important;background:#eef4ff!important}body .rewards-theme-page .rewards-shell,body .rewards-theme-page .rewards-streak-panel,body .rewards-theme-page .rewards-streak-panel.bg-body{background:#101827!important}body .rewards-theme-page .streak-card,body .rewards-theme-page .streak-card.card{background:#182335!important;border-color:#344258!important;box-shadow:0 10px 28px #0000003d!important}body .rewards-theme-page .rewards-page-title,body .rewards-theme-page .rewards-day-title{color:#f8fafc!important}body .rewards-theme-page .rewards-page-subtitle,body .rewards-theme-page .streak-card .text-secondary,body .rewards-theme-page .streak-card .text-body{color:#9eabc0!important}body .rewards-theme-page .alert-secondary{color:#cbd5e1!important;background:#182335!important;border-color:#344258!important}html[data-ui-theme=light] body .rewards-theme-page .rewards-shell,html[data-ui-theme=light] body .rewards-theme-page .rewards-streak-panel,html[data-ui-theme=light] body .rewards-theme-page .rewards-streak-panel.bg-body{background:transparent!important}html[data-ui-theme=light] body .rewards-theme-page .streak-card,html[data-ui-theme=light] body .rewards-theme-page .streak-card.card{background:#fff!important;border-color:#e4e7ec!important;box-shadow:0 8px 24px #10182812!important}html[data-ui-theme=light] body .rewards-theme-page .rewards-page-title,html[data-ui-theme=light] body .rewards-theme-page .rewards-day-title{color:#101828!important}html[data-ui-theme=light] body .rewards-theme-page .rewards-page-subtitle,html[data-ui-theme=light] body .rewards-theme-page .streak-card .text-secondary,html[data-ui-theme=light] body .rewards-theme-page .streak-card .text-body{color:#667085!important}html[data-ui-theme=light] body .rewards-theme-page .alert-secondary{color:#475467!important;background:#f2f4f7!important;border-color:#e4e7ec!important}body #preloader{-ms-flex-align:start!important;align-items:flex-start!important;-ms-flex-pack:center!important;justify-content:center!important;padding:0 28px 40px!important;background:#0b111d!important}body .site-skeleton-loader{width:min(1328px,100%)}body .site-skeleton-nav{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(130px,1fr);-ms-flex-align:center;align-items:center;gap:28px;min-height:82px;border-bottom:1px solid #263347}body .site-skeleton-brand{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px}body .site-skeleton-logo{display:block;width:38px;height:38px;border-radius:50%;background:#182335;position:relative;overflow:hidden}body .site-skeleton-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:28px}body .site-skeleton-menu .site-skeleton-block{width:64px;height:20px}body .sk-brand{width:210px;height:32px}body .sk-signin{justify-self:end;width:104px;height:44px;border-radius:12px!important}body .site-skeleton-live{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;height:42px;border-bottom:1px solid #263347;overflow:hidden}body .site-skeleton-live-pill,body .site-skeleton-ticker{display:block;position:relative;overflow:hidden;-ms-flex:0 0 auto;flex:0 0 auto;height:27px;border-radius:999px;background:#132946;border:1px solid #28547e}body .site-skeleton-live-pill{width:62px;background:#101928;border-color:#2b3a50}body .site-skeleton-ticker{width:165px}body .site-skeleton-heading{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:12px;margin:70px 0 24px}body .site-skeleton-block,body .site-skeleton-row i,body .site-skeleton-row b,body .site-skeleton-row em{display:block;overflow:hidden;position:relative;border-radius:9px;background:#1a2638}body .site-skeleton-logo:after,body .site-skeleton-block:after,body .site-skeleton-live-pill:after,body .site-skeleton-ticker:after,body .site-skeleton-row i:after,body .site-skeleton-row b:after,body .site-skeleton-row em:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(120,150,205,.2),transparent);-webkit-animation:clipySkeletonShimmer 1.25s infinite;animation:clipySkeletonShimmer 1.25s infinite}body .sk-title{width:min(360px,75%);height:40px}body .sk-subtitle{width:min(430px,92%);height:17px;background:#162133}body .site-skeleton-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:32px}body .site-skeleton-card{padding:9px;border:1px solid #28374c;border-radius:8px;background:#141f30;box-shadow:0 12px 30px #0000002e}body .site-skeleton-card .sk-image{width:100%;aspect-ratio:1;border-radius:7px;background:#223047}body .site-skeleton-card .sk-line{width:88%;height:14px;margin-top:13px}body .site-skeleton-card .sk-line.short{width:55%;margin-top:9px;margin-bottom:4px;background:#243349}@-webkit-keyframes clipySkeletonShimmer{to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes clipySkeletonShimmer{to{-webkit-transform:translateX(100%);transform:translate(100%)}}@media (max-width:991px){body .site-skeleton-nav{grid-template-columns:1fr auto;gap:16px}body .site-skeleton-menu{display:none}body .site-skeleton-cards{grid-template-columns:repeat(4,minmax(0,1fr))}body .site-skeleton-card:nth-child(n+5){display:none}}@media (max-width:575px){body #preloader{padding:0 14px 80px!important}body .site-skeleton-nav{min-height:74px}body .sk-brand{width:140px;height:24px}body .sk-signin{width:82px;height:38px}body .site-skeleton-live{margin-left:-14px;margin-right:-14px;padding:0 14px}body .site-skeleton-ticker{width:130px}body .site-skeleton-heading{-ms-flex-align:start;align-items:flex-start;margin:58px 0 20px}body .sk-title{width:72%;height:34px}body .site-skeleton-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body .site-skeleton-card:nth-child(n+3){display:none}}html body .gain-theme-icons{display:none!important}html body .gain-home-page .home-featured-section .gg-section-title,html body .gain-earn-page .section-heading h2,html body .gain-earn-page .gg-section-title{display:block!important;color:#f5f7fb!important;opacity:1!important;visibility:visible!important}html body .gain-home-page .home-featured-section .gg-section-sub,html body .gain-earn-page .section-heading p,html body .gain-earn-page .gg-section-sub{color:#9eabc0!important}html body .gain-home-page .home-featured-section{background:transparent!important}html body .gain-home-page>section,html body .gain-home-page>.home-featured-section,html body .gain-home-page .why-clipy-section,html body .gain-home-page .top-earners-page,html body .gain-home-page .top-earners-board,html body .gain-home-page .top-earners-header,html body .gain-home-page .home-faq-section,html body .gain-home-page .home-faq-heading,html body .gain-home-page .home-trust-section,html body .gain-home-page .home-logo-group,html body .gain-earn-page>.surface-card,html body .offers-directory-page>.surface-card,html body .survey-walls-page>.surface-card,html body .withdraw-page>.surface-card,html body .rewards-theme-page .rewards-shell,html body .rewards-theme-page .rewards-streak-panel{background:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important}html body .rewards-theme-page{color:#f8fafc!important;background:transparent!important}html body .rewards-theme-page .rewards-shell,html body .rewards-theme-page .rewards-shell.card,html body .rewards-theme-page .rewards-shell>.card-header,html body .rewards-theme-page .rewards-shell>.card-body,html body .rewards-theme-page .rewards-streak-panel,html body .rewards-theme-page .rewards-streak-panel.card,html body .rewards-theme-page .rewards-streak-panel.bg-body,html body .rewards-theme-page .rewards-streak-panel>.card-body{background:transparent!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}html body .rewards-theme-page .rewards-page-title,html body .rewards-theme-page .rewards-section-title{color:#f8fafc!important;text-shadow:none!important}html body .rewards-theme-page .rewards-page-subtitle,html body .rewards-theme-page .rewards-streak-panel>.card-header .text-secondary{color:#aebbd0!important}html body .rewards-theme-page .rewards-streak-panel>.card-header{margin:0 0 18px!important;background:linear-gradient(135deg,#2361ff,#6575ff)!important;border:1px solid rgba(126,153,255,.28)!important;box-shadow:0 18px 44px #2361ff2e!important}html body .rewards-theme-page .streak-card,html body .rewards-theme-page .streak-card.card{background:#111b2b!important;border:1px solid #2a3a55!important;box-shadow:0 16px 36px #00000040!important}html body .rewards-theme-page .streak-card .card-body{background:transparent!important}html body .rewards-theme-page .rewards-day-title,html body .rewards-theme-page .streak-card h5,html body .rewards-theme-page .streak-card .fw-bold{color:#f8fafc!important}html body .rewards-theme-page .streak-card .text-secondary,html body .rewards-theme-page .streak-card .text-body,html body .rewards-theme-page .streak-card .small{color:#aebbd0!important}html body .rewards-theme-page .streak-card .text-success{color:#5ee6a8!important}html body .rewards-theme-page .streak-card .text-primary,html body .rewards-theme-page .alert-secondary .text-primary{color:#78a1ff!important}html body .rewards-theme-page .alert-secondary{color:#cbd5e1!important;background:#111b2b!important;border:1px solid #2a3a55!important;border-radius:14px!important}html body .rewards-theme-page .btn-secondary.disabled{color:#8290a6!important;background:#253349!important;border-color:#344258!important}html body .rewards-theme-page .btn-label-success.disabled{color:#d9fff0!important;background:#1fc68461!important}html body .rewards-theme-page .rewards-redeem-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:18px;-ms-flex-align:center;align-items:center;margin:18px 14px 22px;padding:22px;border:1px solid #2a3a55;border-radius:20px;background:#111b2b;box-shadow:0 18px 44px #00000038}html body .rewards-theme-page .rewards-redeem-copy{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px}html body .rewards-theme-page .rewards-redeem-icon{width:52px;height:52px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,#2361ff,#05c9ef);box-shadow:0 14px 30px #2361ff40;font-size:22px}html body .rewards-theme-page .rewards-redeem-copy h3{margin:0 0 5px;color:#f8fafc;font-size:24px;font-weight:900}html body .rewards-theme-page .rewards-redeem-copy p{margin:0;color:#aebbd0;font-size:15px;line-height:1.55}html body .rewards-theme-page .rewards-redeem-form{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:12px;-ms-flex-align:start;align-items:start}html body .rewards-theme-page .rewards-redeem-form input{width:100%;height:48px;border:1px solid #33455f;border-radius:14px;background:#0b1422;color:#fff;padding:0 16px;font-size:15px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;outline:0}html body .rewards-theme-page .rewards-redeem-form input::-webkit-input-placeholder{color:#64748b}html body .rewards-theme-page .rewards-redeem-form input::-moz-placeholder{color:#64748b}html body .rewards-theme-page .rewards-redeem-form input:-ms-input-placeholder{color:#64748b}html body .rewards-theme-page .rewards-redeem-form input::-ms-input-placeholder{color:#64748b}html body .rewards-theme-page .rewards-redeem-form input::placeholder{color:#64748b}html body .rewards-theme-page .rewards-redeem-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f629}html body .rewards-theme-page .rewards-redeem-form input.is-invalid{border-color:#ff4d5e;box-shadow:0 0 0 4px #ff4d5e1f}html body .rewards-theme-page .rewards-redeem-form small{display:block;margin-top:8px;color:#ff6373;font-size:13px;font-weight:800}html body .rewards-theme-page .rewards-redeem-form button{height:48px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#315efb,#05c9ef);font-size:15px;font-weight:900;box-shadow:0 14px 28px #315efb3d}html body .rewards-theme-page .rewards-redeem-form button:disabled{opacity:.72;cursor:not-allowed}html body .rewards-theme-page .rewards-redeem-card{position:relative;overflow:hidden;border-color:#60a5fa47!important;background:radial-gradient(circle at 8% 0%,rgba(34,211,238,.12),transparent 34%),radial-gradient(circle at 92% 20%,rgba(245,158,11,.12),transparent 30%),linear-gradient(135deg,#111b2b,#101827 52%,#0b1422)!important;box-shadow:0 22px 60px #00000057,inset 0 1px #ffffff0b!important}html body .rewards-theme-page .rewards-redeem-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#22d3ee57,#f59e0b3d,#6366f13d);opacity:.18}html body .rewards-theme-page .rewards-redeem-card>*{position:relative;z-index:1}html body .rewards-theme-page .rewards-redeem-icon{background:linear-gradient(135deg,#22d3ee,#2563eb 52%,#f59e0b 130%)!important;box-shadow:0 16px 36px #22d3ee3d,0 8px 22px #2563eb2e!important}html body .rewards-theme-page .rewards-redeem-copy h3{color:#f8fafc!important}html body .rewards-theme-page .rewards-redeem-copy p{color:#b8c5d8!important}html body .rewards-theme-page .rewards-redeem-form input{border-color:#375174!important;background:#060e1adb!important;color:#f8fafc!important;box-shadow:inset 0 1px #ffffff09!important}html body .rewards-theme-page .rewards-redeem-form input:focus{border-color:#22d3ee!important;box-shadow:0 0 0 4px #22d3ee24,0 12px 28px #0000002e!important}html body .rewards-theme-page .rewards-redeem-form button{color:#06111f!important;background:linear-gradient(135deg,#fbbf24,#22d3ee 54%,#3b82f6)!important;box-shadow:0 18px 34px #22d3ee38,0 10px 22px #fbbf2421!important}html body .rewards-theme-page .rewards-redeem-form button:hover{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-transform:translateY(-1px);transform:translateY(-1px)}html body .rewards-theme-page .rewards-streak-panel>.card-header{position:relative;overflow:hidden;background:radial-gradient(circle at 14% 0%,rgba(251,191,36,.22),transparent 32%),radial-gradient(circle at 88% 12%,rgba(34,211,238,.2),transparent 34%),linear-gradient(135deg,#172554,#1d4ed8 42%,#111827)!important;border:1px solid rgba(96,165,250,.32)!important;box-shadow:0 22px 50px #1d4ed833,inset 0 1px #ffffff14!important}html body .rewards-theme-page .rewards-streak-panel>.card-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 42%,transparent 70%)}html body .rewards-theme-page .rewards-streak-panel>.card-header>*{position:relative;z-index:1}html body .rewards-theme-page .rewards-streak-panel>.card-header .text-primary{color:#fbbf24!important}html body .rewards-theme-page .rewards-section-title{color:#fff!important;letter-spacing:-.02em}html body .rewards-theme-page .rewards-redeem-card{border-color:#34435a!important;background:linear-gradient(145deg,#172233,#111a28 58%,#0d1521)!important;box-shadow:0 18px 42px #00000047,inset 0 1px #ffffff0b!important}html body .rewards-theme-page .rewards-redeem-card:before{background:linear-gradient(90deg,rgba(76,111,164,.16),transparent 42%,rgba(202,169,105,.1))!important;opacity:1!important}html body .rewards-theme-page .rewards-redeem-icon{color:#f8fafc!important;background:linear-gradient(145deg,#315b91,#24436d)!important;border:1px solid rgba(154,184,226,.28)!important;box-shadow:0 10px 24px #11243e6b!important}html body .rewards-theme-page .rewards-redeem-form input{border-color:#3a4960!important;background:#0b1421!important}html body .rewards-theme-page .rewards-redeem-form input:focus{border-color:#6688b8!important;box-shadow:0 0 0 3px #6688b829!important}html body .rewards-theme-page .rewards-redeem-form button{color:#f8fafc!important;background:linear-gradient(145deg,#3d6599,#294c79)!important;border:1px solid rgba(169,196,232,.24)!important;box-shadow:0 10px 24px #10243f5c!important}html body .rewards-theme-page .rewards-redeem-form button:hover{background:linear-gradient(145deg,#4773aa,#315989)!important;-webkit-filter:none!important;filter:none!important}html body .rewards-theme-page .rewards-streak-panel>.card-header{background:linear-gradient(135deg,#273a57,#1e304a 48%,#162438)!important;border-color:#40536e!important;box-shadow:0 16px 38px #0000003d,inset 0 1px #ffffff0e!important}html body .rewards-theme-page .rewards-streak-panel>.card-header:after{background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.035) 48%,transparent 72%)!important}html body .rewards-theme-page .rewards-streak-panel>.card-header .text-primary{color:#d9b875!important}html body .rewards-theme-page .streak-card,html body .rewards-theme-page .streak-card.card{background:linear-gradient(180deg,#172233,#111b2a)!important;border-color:#334258!important;box-shadow:0 12px 28px #0000003d!important}html body .rewards-theme-page .streak-card:before{background:linear-gradient(90deg,#456b9d,#7189aa 58%,#b99a61)!important}html body .rewards-theme-page .streak-card .text-success{color:#70c7a0!important}html body .rewards-theme-page .streak-card .text-primary,html body .rewards-theme-page .alert-secondary .text-primary{color:#85a7d3!important}html body .referrals-theme-page{width:100%;padding:76px 28px 56px;color:#f4f7fb;background:transparent!important}html body .referrals-theme-page .referrals-shell{width:min(1240px,100%);margin:0 auto;padding:0;background:transparent}html body .referrals-theme-page .section-heading{margin:0 0 28px!important;gap:14px}html body .referrals-theme-page .section-heading-icon{width:46px;height:46px;color:#9dbce4;background:#18263a;border:1px solid #344862;border-radius:14px}html body .referrals-theme-page .section-heading-text h2{color:#f8fafc!important;font-size:32px!important;font-weight:850;letter-spacing:-.035em}html body .referrals-theme-page .section-heading-text p{margin-top:5px;color:#9eabc0!important;font-size:15px}html body .referrals-theme-page .referrals-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 20px}html body .referrals-theme-page .stat-card{min-height:108px;padding:22px 24px;color:#f8fafc;background:linear-gradient(145deg,#172233,#111b2a)!important;border:1px solid #304057!important;border-radius:17px;box-shadow:0 14px 30px #0003!important}html body .referrals-theme-page .stat-card:hover{border-color:#48617f!important;box-shadow:0 16px 34px #00000042!important;-webkit-transform:translateY(-2px);transform:translateY(-2px)}html body .referrals-theme-page .stat-card-icon{color:#a8c5eb!important;background:#20324b!important;border:1px solid #3a5271}html body .referrals-theme-page .stat-card-icon.success{color:#84d5ae!important;background:#18382f!important;border-color:#285646}html body .referrals-theme-page .stat-card-value{color:#f8fafc!important;font-size:25px;font-weight:850}html body .referrals-theme-page .stat-card-label{margin-top:6px;color:#9eabc0!important;font-size:14px}html body .referrals-theme-page .referrals-invite-panel{margin:0 0 20px;padding:24px;background:linear-gradient(145deg,#172233,#111a28);border:1px solid #304057;border-radius:18px;box-shadow:0 16px 34px #0003}html body .referrals-theme-page .referrals-commission-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:14px;color:#9eabc0;font-size:14px}html body .referrals-theme-page .pill-badge-accent{padding:7px 14px;color:#dce9fa;background:#203553;border-color:#42618a;font-size:13px}html body .referrals-theme-page .referrals-bonus-copy{margin:0 0 18px;color:#9eabc0;font-size:14px}html body .referrals-theme-page .referrals-bonus-copy strong{color:#d9b875}html body .referrals-theme-page .referrals-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}html body .referrals-theme-page .input-glass{width:100%;min-width:0;height:48px;padding:0 16px;color:#eaf0f8!important;background:#0b1421!important;border:1px solid #3a4960!important;border-radius:13px;font-family:var(--font-mono);font-size:13px}html body .referrals-theme-page .input-glass:focus{border-color:#6688b8!important;box-shadow:0 0 0 3px #6688b824!important}html body .referrals-theme-page .gradient-btn{min-width:132px;height:48px;color:#f8fafc!important;background:linear-gradient(145deg,#3d6599,#294c79)!important;border:1px solid rgba(169,196,232,.22)!important;border-radius:13px;box-shadow:0 10px 22px #0c1d3457!important}html body .referrals-theme-page .referrals-copy-alert{display:none;margin-top:10px;color:#70c7a0;font-size:13px;font-weight:700}html body .referrals-theme-page .steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0}html body .referrals-theme-page .step-card{min-height:220px;padding:28px 22px;text-align:left;background:linear-gradient(180deg,#172233,#111b2a)!important;border:1px solid #304057!important;border-radius:17px;box-shadow:0 14px 30px #0000002e}html body .referrals-theme-page .step-card:hover{border-color:#48617f!important;box-shadow:0 17px 34px #0000003d!important;-webkit-transform:translateY(-2px);transform:translateY(-2px)}html body .referrals-theme-page .step-number{width:44px;height:44px;margin:0 0 24px;color:#dce9fa;background:#203553;border:1px solid #42618a;border-radius:13px;font-size:14px}html body .referrals-theme-page .step-title{color:#f8fafc!important;font-size:19px}html body .referrals-theme-page .step-desc{color:#9eabc0!important;font-size:14px;line-height:1.65}html body .referrals-theme-page .referrals-details-panel{margin-top:22px;overflow:hidden;border:1px solid #2b405d;border-radius:18px;background:linear-gradient(145deg,#172438,#121e31);box-shadow:0 16px 40px #02081738}html body .referrals-theme-page .referrals-details-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid #2b405d}html body .referrals-theme-page .referrals-details-kicker{display:block;margin-bottom:5px;color:#60d2db;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}html body .referrals-theme-page .referrals-details-header h2{margin:0 0 5px;color:#f8fafc!important;font-size:24px;font-weight:800}html body .referrals-theme-page .referrals-details-header p{margin:0;color:#9eabc0;font-size:14px}html body .referrals-theme-page .referrals-details-count{-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 13px;border:1px solid rgba(96,210,219,.3);border-radius:999px;color:#8ee8ee;background:#169baa1f;font-size:12px;font-weight:800}html body .referrals-theme-page .referrals-table-wrap{width:100%;overflow-x:auto}html body .referrals-theme-page .referrals-details-table{width:100%;border-collapse:collapse;color:#dce5f3}html body .referrals-theme-page .referrals-details-table th{padding:14px 20px;color:#8493aa;background:#08101d40;font-size:11px;font-weight:800;letter-spacing:.06em;text-align:left;text-transform:uppercase}html body .referrals-theme-page .referrals-details-table td{padding:16px 20px;border-top:1px solid rgba(69,91,123,.45);color:#c6d1e2;font-size:14px;vertical-align:middle}html body .referrals-theme-page .referrals-details-table tbody tr{transition:background-color .18s ease}html body .referrals-theme-page .referrals-details-table tbody tr:hover{background:#3b82f60e}html body .referrals-theme-page .referral-user{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:10px;color:#f8fafc}html body .referrals-theme-page .referral-user-avatar{width:36px;height:36px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 0 auto;flex:0 0 auto;border:1px solid rgba(96,210,219,.34);border-radius:11px;color:#b8f4f6;background:linear-gradient(145deg,#1bacb74d,#26558252);font-size:14px;font-weight:900}html body .referrals-theme-page .referral-value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;font-weight:800;white-space:nowrap}html body .referrals-theme-page .referral-value-earned{color:#5ee0a0}html body .referrals-theme-page .referral-value-reversed{color:#fb7185}html body .referrals-theme-page .referral-value-commission{color:#fbbf24}html body .referrals-theme-page .referrals-details-table time{color:#aebbd0;white-space:nowrap}html body .referrals-theme-page .referrals-empty-state{min-height:190px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:30px;text-align:center}html body .referrals-theme-page .referrals-empty-state>span{width:46px;height:46px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px;border:1px solid #345273;border-radius:14px;color:#75dbe2;background:#192b42}html body .referrals-theme-page .referrals-empty-state strong{color:#eef5ff;font-size:16px}html body .referrals-theme-page .referrals-empty-state p{margin:6px 0 0;color:#92a1b8;font-size:13px}@media (max-width: 767.98px){html body .referrals-theme-page{padding:58px 14px 40px}html body .referrals-theme-page .section-heading-text h2{font-size:27px!important}html body .referrals-theme-page .referrals-stat-grid,html body .referrals-theme-page .steps-grid{grid-template-columns:1fr}html body .referrals-theme-page .referrals-invite-panel{padding:18px}html body .referrals-theme-page .referrals-link-row{grid-template-columns:1fr}html body .referrals-theme-page .gradient-btn{width:100%}html body .referrals-theme-page .step-card{min-height:0}html body .referrals-theme-page .referrals-details-header{-ms-flex-align:start;align-items:flex-start;padding:20px 18px}html body .referrals-theme-page .referrals-details-header h2{font-size:21px}html body .referrals-theme-page .referrals-details-header p,html body .referrals-theme-page .referrals-details-table thead{display:none}html body .referrals-theme-page .referrals-details-table,html body .referrals-theme-page .referrals-details-table tbody,html body .referrals-theme-page .referrals-details-table tr,html body .referrals-theme-page .referrals-details-table td{display:block;width:100%}html body .referrals-theme-page .referrals-details-table tr{padding:10px 16px;border-top:1px solid rgba(69,91,123,.55)}html body .referrals-theme-page .referrals-details-table td{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:14px;padding:8px 0;border:0;text-align:right}html body .referrals-theme-page .referrals-details-table td:before{content:attr(data-label);color:#7f8da4;font-size:11px;font-weight:800;letter-spacing:.04em;text-align:left;text-transform:uppercase}html body .referrals-theme-page .referrals-details-table td:first-child{padding-bottom:12px;border-bottom:1px dashed rgba(69,91,123,.5)}}html body .faq-theme-page,html body .support-theme-page{width:100%;padding:76px 28px 56px;color:#f4f7fb;background:transparent!important}html body .faq-theme-page .faq-shell,html body .support-theme-page .support-shell{width:min(1240px,100%);margin:0 auto}html body .faq-theme-page .faq-page-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px;margin:0 0 28px}html body .faq-theme-page .faq-page-icon{width:46px;height:46px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 0 auto;flex:0 0 auto;color:#9dbce4;background:#18263a;border:1px solid #344862;border-radius:14px;font-size:19px}html body .faq-theme-page .faq-page-header h3{margin:0;color:#f8fafc!important;font-size:32px;font-weight:850;letter-spacing:-.035em;text-transform:none!important}html body .faq-theme-page .faq-page-header p{margin:5px 0 0;color:#9eabc0;font-size:15px}html body .faq-theme-page .nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:6px;background:#111b2a;border:1px solid #2f3f56;border-radius:15px}html body .faq-theme-page .nav-pills .nav-link{min-height:40px;padding:8px 18px;color:#aebbd0!important;background:transparent!important;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:750}html body .faq-theme-page .nav-pills .nav-link:hover{color:#f8fafc!important;background:#18263a!important}html body .faq-theme-page .nav-pills .nav-link.active{color:#f8fafc!important;background:linear-gradient(145deg,#3d6599,#294c79)!important;border-color:#a9c4e83d;box-shadow:0 8px 20px #0a1a3057}html body .faq-theme-page .tab-content{margin-top:0!important}html body .faq-theme-page .accordion{display:grid;gap:10px}html body .faq-theme-page .accordion-item{overflow:hidden;color:#d8e0ec!important;background:linear-gradient(145deg,#172233,#111b2a)!important;border:1px solid #304057!important;border-radius:14px!important;box-shadow:0 10px 24px #00000026}html body .faq-theme-page .accordion-button{min-height:58px;padding:16px 18px;color:#f3f6fb!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:15px;font-weight:750}html body .faq-theme-page .accordion-button:not(.collapsed){color:#a9c8ef!important;background:#18263a!important}html body .faq-theme-page .accordion-button:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);opacity:.55}html body .faq-theme-page .accordion-body{padding:17px 18px 20px;color:#aebbd0!important;background:#111b2a!important;border-top:1px solid #2b3a50;font-size:14px!important;line-height:1.7}html body .support-theme-page .support-shell,html body .support-theme-page .support-shell.card{padding:0;background:transparent!important;border:0!important;box-shadow:none!important}html body .support-theme-page .support-page-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin:0 0 24px;padding:0!important;background:transparent!important;border:0!important}html body .support-theme-page .support-page-header .card-title{margin:0;color:#f8fafc!important;font-size:32px!important;font-weight:850!important;letter-spacing:-.035em}html body .support-theme-page .support-page-title-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px;min-width:0}html body .support-theme-page .support-page-icon{display:-ms-inline-flexbox;display:inline-flex;width:46px;height:46px;-ms-flex:0 0 46px;flex:0 0 46px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#bcd2ee;background:linear-gradient(145deg,#1d3048,#152338);border:1px solid #36506f;border-radius:14px;box-shadow:0 10px 24px #0003}html body .support-theme-page .support-page-icon svg{width:24px!important;height:24px!important;padding:0;color:inherit!important;background:transparent;border:0;border-radius:0}html body .support-theme-page .support-page-title{margin:0;color:#f8fafc!important;font-size:31px!important;font-weight:850!important;letter-spacing:-.035em;line-height:1.08}html body .support-theme-page .support-page-title-group p{margin:5px 0 0;color:#96a6bd;font-size:14px;line-height:1.45}html body .support-theme-page .support-page-header svg{width:42px!important;height:42px!important;padding:10px;color:#9dbce4!important;background:#18263a;border:1px solid #344862;border-radius:13px}html body .support-theme-page .support-page-header .btn-primary{min-height:44px;padding:10px 18px;color:#f8fafc;background:linear-gradient(145deg,#3d6599,#294c79)!important;border:1px solid rgba(169,196,232,.24)!important;border-radius:12px;box-shadow:0 10px 22px #0c1d3452}html body .support-theme-page .support-content{padding:0!important}html body .support-theme-page .support-table-card,html body .support-theme-page .support-table-card.bg-body{margin:0!important;overflow:hidden;background:#111b2a!important;border:1px solid #304057!important;border-radius:17px!important;box-shadow:0 16px 34px #0003!important}html body .support-theme-page .support-table-card>.card-body{margin:0!important;padding:0!important;overflow:hidden;background:#111b2a!important;border:0!important;border-radius:16px!important;box-shadow:none!important}html body .support-theme-page .table-responsive,html body .support-theme-page .table{margin:0!important;color:#d8e0ec!important;background:transparent!important}html body .support-theme-page .support-table-wrap{overflow:hidden;background:#111b2a!important;border:0!important;border-radius:0!important}html body .support-theme-page table.support-ticket-table{--bs-table-bg: transparent;--bs-table-color: #cbd5e1;--bs-table-border-color: #2d3d53;--bs-table-hover-bg: #19273a;--bs-table-hover-color: #e7edf6;width:100%;margin:0!important;overflow:hidden;background:#111b2a!important;border:0!important;border-collapse:collapse;border-radius:0!important;box-shadow:none!important;font-size:14px;font-weight:650}html body .support-theme-page table.support-ticket-table tbody,html body .support-theme-page table.support-ticket-table tbody tr,html body .support-theme-page table.support-ticket-table tbody td{color:#cbd5e1!important;background-color:#111b2a!important;box-shadow:none!important}html body .support-theme-page table.table>:not(caption)>*>*{padding:16px 18px!important;color:#cbd5e1!important;background:transparent!important;border-color:#2d3d53!important}html body .support-theme-page table.table thead th{color:#8fa0b8!important;background:#18263a!important;font-size:12px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}html body .support-theme-page table.table tbody tr:hover>*{color:#e7edf6!important;background-color:#19273a!important}html body .support-theme-page table.table tbody td[colspan]{height:auto;padding:34px 20px!important;color:#9eabc0!important;background-color:#111b2a!important}html body .support-theme-page table.table tbody tr:hover td[colspan]{background-color:#111b2a!important}html body .support-theme-page .support-empty-state{text-align:center}html body .support-theme-page .support-empty-state>*{display:block;margin-inline:auto}html body .support-theme-page .support-empty-icon{display:-ms-inline-flexbox;display:inline-flex;width:38px;height:38px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px;color:#87a7cf;background:#1b2a3f;border:1px solid #334a68;border-radius:12px}html body .support-theme-page .support-empty-state strong{color:#e5ebf4;font-size:14px}html body .support-theme-page .support-empty-state small{margin-top:4px;color:#8190a6;font-size:12px;font-weight:500}html body .support-theme-page .support-ticket-modal{color:#d8e0ec;background:#111b2a!important;border:1px solid #34445d!important;border-radius:18px!important;box-shadow:0 30px 80px #00000080!important}html body .support-theme-page .support-ticket-modal .modal-header{padding:20px 22px;background:#172233;border-color:#2f3f56;border-radius:18px 18px 0 0}html body .support-theme-page .support-ticket-modal .modal-title{color:#f8fafc;font-size:20px;font-weight:800}html body .support-theme-page .support-ticket-modal .btn-close{-webkit-filter:invert(1) grayscale(1);filter:invert(1) grayscale(1)}html body .support-theme-page .support-ticket-modal .form-label{color:#b5c1d2!important}html body .support-theme-page .support-ticket-modal .form-control,html body .support-theme-page .support-ticket-modal .form-select{color:#f3f6fb!important;background-color:#0b1421!important;border-color:#3a4960!important;border-radius:11px}html body .support-theme-page .support-ticket-modal .form-control:focus,html body .support-theme-page .support-ticket-modal .form-select:focus{border-color:#6688b8!important;box-shadow:0 0 0 3px #6688b824!important}html body .support-theme-page .support-ticket-modal .form-control:disabled{color:#7f8da2!important;background:#101927!important}@media (max-width: 767.98px){html body .faq-theme-page,html body .support-theme-page{padding:58px 14px 40px}html body .faq-theme-page .faq-page-header h3,html body .support-theme-page .support-page-header .card-title{font-size:27px!important}html body .faq-theme-page .nav-pills{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}html body .faq-theme-page .nav-pills .nav-link{white-space:nowrap}html body .support-theme-page .support-page-header{-ms-flex-align:center;align-items:center}html body .support-theme-page .support-page-header .btn-primary{white-space:nowrap}html body .support-theme-page .support-page-title-group p{display:none}html body .support-theme-page .support-page-title{font-size:27px!important}}html body .ggg-notification-menu.dropdown-menu,html body .ggg-notification-menu.dropdown-menu-glass{width:min(420px,calc(100vw - 24px))!important;padding:8px!important;overflow:auto!important;background:#111b2b!important;border:1px solid #2d3f5d!important;border-radius:18px!important;box-shadow:0 22px 60px #0000007a!important}html body .ggg-notification-menu::-webkit-scrollbar{width:8px}html body .ggg-notification-menu::-webkit-scrollbar-track{background:#0b1422;border-radius:999px}html body .ggg-notification-menu::-webkit-scrollbar-thumb{background:#33455f;border-radius:999px}html body .ggg-notification-menu .ggg-notification-head{padding:14px 16px!important;border-bottom:1px solid #2a3a55!important}html body .ggg-notification-menu .ggg-notification-heading{color:#f8fafc!important;font-size:15px!important;font-weight:900!important}html body .ggg-notification-menu .ggg-notification-read-all{color:#6ea0ff!important;font-size:12px!important;font-weight:800!important}html body .ggg-notification-menu .ggg-notification-read-all:hover{color:#9fc0ff!important}html body .ggg-notification-menu .ggg-notification-item{margin:6px 0!important;padding:13px 14px!important;border:1px solid transparent!important;border-bottom-color:#24344d!important;border-radius:14px!important;background:transparent!important}html body .ggg-notification-menu .ggg-notification-item:hover{background:#172235!important;border-color:#304360!important}html body .ggg-notification-menu .ggg-notification-icon{width:36px!important;height:36px!important;font-size:14px!important}html body .ggg-notification-menu .ggg-notification-title{color:#f3f7ff!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important}html body .ggg-notification-menu .ggg-notification-message{color:#b8c5d8!important;font-size:12px!important;line-height:1.45!important}html body .ggg-notification-menu .ggg-notification-time{color:#7fa2ff!important;font-size:11px!important;font-weight:800!important}html body .ggg-notification-menu .ggg-notification-negative{color:#ff4d5e!important;font-weight:950!important;text-shadow:0 0 12px rgba(255,77,94,.18)}html body .ggg-notification-menu .ggg-notification-empty{color:#aebbd0!important}@media (max-width: 900px){html body .rewards-theme-page .rewards-redeem-card{grid-template-columns:1fr;margin-inline:0}}@media (max-width: 575px){html body .rewards-theme-page .rewards-redeem-card{padding:18px;border-radius:18px}html body .rewards-theme-page .rewards-redeem-form{grid-template-columns:1fr}html body .rewards-theme-page .rewards-redeem-copy{-ms-flex-align:start;align-items:flex-start}}html body .legal-page{width:min(940px,100%);margin:0 auto;padding:92px 20px 70px;color:#c7d1df!important}html body .legal-page-header{margin-bottom:42px;text-align:center}html body .legal-page-kicker{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;padding:7px 13px;border:1px solid #344258;border-radius:999px;color:#8eabff;background:#182335;font-size:13px;font-weight:700}html body .legal-page-header h1{margin:18px 0 10px;color:#f8fafc!important;font-size:clamp(38px,5vw,56px)!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.045em!important}html body .legal-page-header p{margin:0;color:#9eabc0!important;font-size:16px!important}html body .legal-page-header time{display:inline-block;margin-top:16px;color:#77869d;font-size:13px;font-weight:600}html body .legal-page-content{counter-reset:legal-section}html body .legal-page-content>section.card{counter-increment:legal-section;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;border-top:1px solid #29364a!important}html body .legal-page-content>section.card:last-child{border-bottom:1px solid #29364a!important}html body .legal-page-content>section.card .card-body{padding:27px 4px 23px 58px!important;position:relative}html body .legal-page-content>section.card .card-body:before{content:counter(legal-section,decimal-leading-zero);position:absolute;top:27px;left:4px;color:#5f7ff5;font-size:13px;font-weight:800}html body .legal-page-content h2,html body .legal-page-content h2.text-white{margin:0 0 11px!important;color:#f1f5f9!important;font-size:19px!important;font-weight:750!important;line-height:1.35!important}html body .legal-page-content p,html body .legal-page-content p.small,html body .legal-page-content ul,html body .legal-page-content ul.small{color:#9eabc0!important;font-size:14px!important;line-height:1.75!important}html body .legal-page-content p{margin-bottom:12px}html body .legal-page-content ul{margin:10px 0 13px;padding-left:20px}html body .legal-page-content li{margin:5px 0;padding-left:4px}html body .legal-page-content a{color:#7fa0ff!important;text-decoration:none;overflow-wrap:anywhere}html body .legal-page-content a:hover{color:#a8bcff!important;text-decoration:underline}@media (max-width: 767px){html body .legal-page{padding:58px 12px 96px}html body .legal-page-header{margin-bottom:30px;text-align:left}html body .legal-page-header h1{font-size:36px!important}html body .legal-page-content>section.card .card-body{padding:23px 2px 20px 43px!important}html body .legal-page-content>section.card .card-body:before{top:24px;left:2px}}html body .profile-dashboard{width:min(1296px,100%);margin:0 auto;padding:92px 20px 72px;color:#f6f8fc}html body .profile-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}html body .profile-panel{background:#111a2e;border:1px solid #1d2a45;border-radius:8px;box-shadow:none}html body .profile-identity-card{display:grid;grid-template-columns:auto 1fr auto;-ms-flex-align:center;align-items:center;gap:24px;min-height:220px;padding:28px 30px}html body .profile-avatar-wrap{position:relative;width:110px;height:110px}html body .profile-avatar-ring{width:100%;height:100%;border-radius:50%;padding:4px;background:linear-gradient(135deg,#486dff,#09d4ff);box-shadow:0 12px 26px #00000038}html body .profile-avatar-ring img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;background:#182335}:root{--ob-support-bg: #0d1523;--ob-support-panel: #131e2f;--ob-support-panel-soft: #172438;--ob-support-border: #293b55;--ob-support-border-soft: #223149;--ob-support-text: #f6f8fc;--ob-support-muted: #9eacc1;--ob-support-accent: #55c8d0;--ob-support-blue: #6386ff}html body .support-theme-page,html body .support-ticket-view-page,html body .faq-theme-page{width:100%;min-height:560px;padding:82px 28px 72px;color:var(--ob-support-text);background:radial-gradient(circle at 12% 0,rgba(71,122,171,.09),transparent 30%),radial-gradient(circle at 92% 5%,rgba(65,198,205,.06),transparent 25%)!important}html body .support-theme-page .support-shell,html body .support-ticket-view-page .support-ticket-view-shell,html body .faq-theme-page .faq-shell{width:min(1240px,100%);margin:0 auto;padding-top:74px}html body .support-resource-nav{display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;-ms-flex-align:center;align-items:center;gap:4px;margin:0 auto 28px;padding:5px;overflow-x:auto;background:#121d2ee6;border:1px solid var(--ob-support-border);border-radius:14px;box-shadow:0 12px 34px #0003;scrollbar-width:none}html body .support-resource-nav::-webkit-scrollbar{display:none}html body .support-resource-nav a{display:-ms-inline-flexbox;display:inline-flex;min-height:40px;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 15px;color:#9eacc1!important;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:760;line-height:1;text-decoration:none!important;white-space:nowrap;transition:color .2s ease,background .2s ease,border-color .2s ease,-webkit-transform .2s ease;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,-webkit-transform .2s ease}html body .support-resource-nav a:hover{color:#eef5ff!important;background:#19273b;border-color:#2e415e}html body .support-resource-nav a.active{color:#07131e!important;background:linear-gradient(135deg,#74d8dd,#61a9ef);border-color:#97e8ee73;box-shadow:0 7px 18px #4ab4ce2e}html body .support-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:34px;-ms-flex-align:center;align-items:center;margin-bottom:28px;padding:44px 46px;overflow:hidden;position:relative;background:linear-gradient(135deg,#18263bfa,#101c2dfa);border:1px solid var(--ob-support-border);border-radius:24px;box-shadow:0 24px 70px #0000003d}html body .support-hero:after{content:"";position:absolute;width:280px;height:280px;right:-90px;top:-130px;background:radial-gradient(circle,rgba(85,200,208,.18),transparent 67%);pointer-events:none}html body .support-eyebrow,html body .support-modal-kicker,html body .support-panel-kicker{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;color:#72d3da;font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}html body .support-hero h1{margin:13px 0 12px;color:#f8fbff!important;font-size:clamp(38px,5vw,56px)!important;font-weight:880!important;letter-spacing:-.05em;line-height:1.02}html body .support-hero-copy>p{max-width:650px;margin:0;color:#a8b6ca;font-size:16px;line-height:1.7}html body .support-trust-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 18px;margin-top:22px}html body .support-trust-row span{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;color:#b9c5d5;font-size:12px;font-weight:650}html body .support-trust-row i{color:#64d0d6}html body .support-primary-action{display:grid;grid-template-columns:46px 1fr auto;gap:14px;-ms-flex-align:center;align-items:center;width:100%;padding:18px;position:relative;z-index:1;color:#f8fbff;text-align:left;background:linear-gradient(135deg,#4970c947,#40b9c433);border:1px solid rgba(114,192,220,.32);border-radius:17px;box-shadow:0 16px 38px #00000038;transition:border-color .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}html body .support-primary-action:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);border-color:#75d6dd8c;box-shadow:0 20px 45px #0000004d}html body .support-primary-action>span:first-child{display:-ms-inline-flexbox;display:inline-flex;width:46px;height:46px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#09202a;background:linear-gradient(135deg,#7bdee0,#68a8f7);border-radius:13px}html body .support-primary-action strong,html body .support-primary-action small{display:block}html body .support-primary-action strong{margin-bottom:4px;font-size:14px;font-weight:820}html body .support-primary-action small{color:#a7b5c8;font-size:11px}html body .support-ticket-panel{padding:28px;background:#121d2ed1;border:1px solid var(--ob-support-border-soft);border-radius:22px}html body .support-panel-heading{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:20px}html body .support-panel-heading h2{margin:5px 0 4px;color:#f4f8fd!important;font-size:24px!important;font-weight:820!important;letter-spacing:-.03em}html body .support-panel-heading p{margin:0;color:#8e9db3;font-size:13px}html body .support-ticket-count{-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px;color:#b7c7dc;background:#172438;border:1px solid #30445f;border-radius:999px;font-size:11px;font-weight:760}html body .support-theme-page .support-table-card,html body .support-theme-page .support-table-card.bg-body{background:#0f1928!important;border:1px solid #2b3c55!important;border-radius:16px!important;box-shadow:none!important}html body .support-theme-page .support-table-card>.card-body,html body .support-theme-page .support-table-wrap,html body .support-theme-page table.support-ticket-table,html body .support-theme-page table.support-ticket-table tbody,html body .support-theme-page table.support-ticket-table tbody tr,html body .support-theme-page table.support-ticket-table tbody td{background:transparent!important}html body .support-theme-page table.table thead th{padding:14px 18px!important;color:#8293ac!important;background:#172438!important;border-color:#2b3d57!important;font-size:10px;letter-spacing:.1em}html body .support-theme-page table.table tbody td{padding:16px 18px!important;color:#d5deea!important;border-color:#263750!important}html body .support-theme-page table.table tbody tr:hover>*{background:#152135!important}html body .support-theme-page .support-empty-state{height:260px!important;padding:42px 20px!important;vertical-align:middle}html body .support-theme-page .support-empty-icon{width:52px;height:52px;margin-bottom:14px;color:#72d3da;background:linear-gradient(145deg,#1d3048,#16263b);border-color:#36516f;border-radius:15px;font-size:18px}html body .support-theme-page .support-empty-state strong{color:#f0f5fb!important;font-size:16px}html body .support-theme-page .support-empty-state small{margin-top:6px;color:#8494aa!important;font-size:12px}html body .support-empty-action{margin-top:18px!important;padding:9px 14px;color:#dffbff;background:#40aebc1f;border:1px solid rgba(87,208,216,.35);border-radius:10px;font-size:12px;font-weight:750}html body .support-theme-page .support-ticket-modal{overflow:hidden;background:#111c2c!important;border-color:#31445e!important;border-radius:22px!important}html body .support-theme-page .support-ticket-modal .modal-header{padding:20px 22px!important;background:linear-gradient(135deg,#19273b,#142033)!important}html body .support-theme-page .support-ticket-modal .modal-title{margin:4px 0 0;font-size:21px}html body .support-theme-page .support-ticket-modal .modal-body{padding:22px!important}html body .support-theme-page .filepond--panel-root{background:#0d1725!important;border:1px dashed #3b506e!important}html body .faq-theme-page .faq-page-header{display:block;max-width:820px;margin:0 auto 34px;text-align:center}html body .faq-theme-page .faq-page-icon{width:56px;height:56px;margin-bottom:17px;color:#08202a;background:linear-gradient(135deg,#71d6dc,#6c9cf5);border:0;border-radius:17px;box-shadow:0 16px 35px #409ac433}html body .faq-theme-page .faq-page-header h1{margin:10px 0 12px;color:#f8fbff!important;font-size:clamp(36px,5vw,52px)!important;font-weight:880!important;letter-spacing:-.05em;line-height:1.05}html body .faq-theme-page .faq-page-header p{max-width:680px;margin:0 auto;color:#9eacc1;font-size:15px;line-height:1.7}html body .faq-theme-page .nav-pills{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 auto 22px;overflow-x:auto;background:#121d2e;border-color:#293b55;scrollbar-width:none}html body .faq-theme-page .nav-pills::-webkit-scrollbar{display:none}html body .faq-theme-page .nav-pills .nav-link{gap:8px;white-space:nowrap}html body .faq-theme-page .nav-pills .nav-link.active{color:#081720!important;background:linear-gradient(135deg,#6fd4da,#68a3ef)!important}html body .faq-theme-page .tab-content{width:min(920px,100%);margin:0 auto!important}html body .faq-theme-page .accordion{gap:12px}html body .faq-theme-page .accordion-item{background:#131e2f!important;border-color:#293b55!important;border-radius:16px!important;box-shadow:0 12px 28px #0000001f}html body .faq-theme-page .accordion-button{-ms-flex-pack:justify;justify-content:space-between;min-height:66px;padding:18px 20px;font-size:15px}html body .faq-theme-page .accordion-button:not(.collapsed){color:#7ed9de!important;background:#17253a!important}html body .faq-theme-page .accordion-body{padding:18px 20px 22px;color:#a9b6c8!important;background:#0f1928!important;border-color:#283a53;font-size:14px!important;line-height:1.8}html body .support-conversation{overflow:hidden;background:#121d2e;border:1px solid #2c3e59;border-radius:22px;box-shadow:0 22px 64px #00000040}html body .support-conversation-header{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;gap:24px;padding:30px 32px;background:linear-gradient(135deg,#18263b,#121e30);border-bottom:1px solid #2b3c56}html body .support-back-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;margin-bottom:22px;color:#9bb3d3!important;font-size:12px;font-weight:750;text-decoration:none!important}html body .support-back-link:hover{color:#72d3da!important}html body .support-conversation-header h1{margin:6px 0 7px;color:#f8fbff!important;font-size:clamp(28px,4vw,40px)!important;font-weight:860!important;letter-spacing:-.04em}html body .support-conversation-header p{margin:0;color:#8f9eb4;font-size:12px}html body .support-ticket-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}html body .support-close-ticket,html body .support-submit-reply{display:-ms-inline-flexbox;display:inline-flex;min-height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:9px 14px;color:#f5f8fd;background:#25364e;border:1px solid #3a4e6b;border-radius:10px;font-size:12px;font-weight:780}html body .support-close-ticket:hover{background:#334761}html body .support-status{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;padding:9px 12px;border:1px solid;border-radius:999px;font-size:11px;font-weight:800}html body .support-status i{font-size:7px}html body .support-status.is-open{color:#78e0bc;background:#21a0731a;border-color:#46cf9e47}html body .support-status.is-closed{color:#f6a6ad;background:#be45521a;border-color:#e2667347}html body .support-conversation-body{padding:30px 32px 34px}html body .support-closed-notice{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:20px;padding:13px 15px;color:#f2cd8d;background:#aa701f1a;border:1px solid rgba(220,157,66,.27);border-radius:12px;font-size:12px}html body .support-attachments{display:grid;grid-template-columns:130px 1fr;gap:16px;-ms-flex-align:center;align-items:center;margin-bottom:24px;padding:14px 16px;background:#0e1827;border:1px solid #263850;border-radius:13px}html body .support-attachments p{margin:0;color:#cbd6e5;font-size:12px;font-weight:760}html body .support-attachments>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}html body .support-attachment{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;padding:7px 10px;color:#9fc4ee!important;background:#18273b;border:1px solid #304662;border-radius:9px;font-size:11px;text-decoration:none!important}html body .support-no-attachments{color:#75869e;font-size:11px}html body .support-message-list{display:grid;gap:14px}html body .support-message{padding:19px;background:#0f1928;border:1px solid #283a53;border-radius:15px}html body .support-message.is-support{background:linear-gradient(135deg,#223d56cc,#121f31e6);border-color:#385573}html body .support-message-layout{display:grid;grid-template-columns:42px 1fr;gap:13px}html body .support-message-avatar{width:42px;height:42px;-o-object-fit:cover;object-fit:cover;border:2px solid #4a6688;border-radius:50%}html body .support-message-meta{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:16px}html body .support-message-author{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:8px}html body .support-message-author h3{margin:0;color:#f3f7fc!important;font-size:13px!important;font-weight:800!important}html body .support-message-author span{padding:3px 7px;color:#78d9df;background:#3fb1ba1a;border:1px solid rgba(83,200,207,.24);border-radius:999px;font-size:9px;font-weight:800}html body .support-message-meta small,html body .support-message-meta time{color:#7688a0;font-size:10px}html body .support-message-content>p{margin:12px 0 0;color:#bac6d6!important;font-size:13px;line-height:1.72}html body .support-reply-box{margin-top:26px;padding-top:25px;border-top:1px solid #2a3c55}html body .support-reply-box h2{margin:5px 0 15px;color:#f4f8fd!important;font-size:20px!important;font-weight:820!important}html body .support-reply-box textarea.form-control{min-height:126px;padding:15px;resize:vertical;color:#edf3fb!important;background:#0b1523!important;border:1px solid #344962!important;border-radius:13px}html body .support-reply-box textarea.form-control:focus{border-color:#64bfc9!important;box-shadow:0 0 0 3px #53c7d01f!important}html body .support-reply-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin-top:14px}html body .support-reply-footer>span{color:#7789a1;font-size:10px}html body .support-submit-reply{min-height:44px;padding:10px 18px;color:#071821;background:linear-gradient(135deg,#75d8dd,#66a5f2);border-color:#87e1e78c}html body .legal-page{width:min(1080px,100%);padding:156px 24px 76px}html body .legal-page .support-resource-nav{margin-bottom:42px}html body .legal-page-header{max-width:760px;margin:0 auto 42px}html body .legal-page-header h1{font-size:clamp(40px,6vw,60px)!important}html body .legal-page-content{display:grid;gap:12px}html body .legal-page-content>section.card{background:linear-gradient(145deg,#141f31d6,#0e1827d6)!important;border:1px solid #283a53!important;border-radius:16px!important;transition:border-color .2s ease,-webkit-transform .2s ease;transition:border-color .2s ease,transform .2s ease;transition:border-color .2s ease,transform .2s ease,-webkit-transform .2s ease}html body .legal-page-content>section.card:last-child{border-bottom:1px solid #283a53!important}html body .legal-page-content>section.card:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);border-color:#36506f!important}html body .legal-page-content>section.card .card-body{padding:25px 26px 21px 72px!important}html body .legal-page-content>section.card .card-body:before{top:25px;left:24px;color:#73d0d7}html body .faq-legal-content .faq-legal-category{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:6px;margin:0 0 9px;color:#73d0d7!important;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}html body .faq-legal-content .faq-legal-category i{font-size:11px}html body .faq-legal-content>section.card .card-body{padding-bottom:25px!important}html body .faq-legal-content>section.card p:last-child{margin-bottom:0!important}@media (max-width: 900px){html body .support-hero{grid-template-columns:1fr;padding:34px}html body .support-primary-action{max-width:520px}}@media (max-width: 767.98px){html body .support-theme-page,html body .support-ticket-view-page,html body .faq-theme-page{min-height:0;padding:58px 14px 98px}html body .support-theme-page .support-shell,html body .support-ticket-view-page .support-ticket-view-shell,html body .faq-theme-page .faq-shell{padding-top:66px}html body .support-resource-nav{width:100%;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:22px}html body .support-hero{gap:24px;margin-bottom:18px;padding:26px 20px;border-radius:19px}html body .support-hero h1{font-size:38px!important}html body .support-hero-copy>p{font-size:14px}html body .support-trust-row{display:grid}html body .support-primary-action{grid-template-columns:42px 1fr;padding:14px}html body .support-primary-action>i{display:none}html body .support-primary-action>span:first-child{width:42px;height:42px}html body .support-ticket-panel{padding:18px 14px;border-radius:18px}html body .support-panel-heading{-ms-flex-align:start;align-items:flex-start}html body .support-panel-heading p,html body .support-ticket-count{display:none}html body .support-theme-page .support-table-card{overflow-x:auto}html body .support-theme-page table.support-ticket-table{min-width:700px}html body .support-theme-page .support-empty-state{position:-webkit-sticky;position:sticky;left:0;min-width:calc(100vw - 58px)}html body .faq-theme-page .faq-page-header{text-align:left}html body .faq-theme-page .faq-page-icon{width:48px;height:48px;margin-bottom:14px}html body .faq-theme-page .faq-page-header h1{font-size:36px!important}html body .faq-theme-page .nav-pills{width:100%;-ms-flex-pack:start;justify-content:flex-start}html body .support-conversation-header{display:grid;padding:24px 20px}html body .support-ticket-actions{-ms-flex-pack:justify;justify-content:space-between}html body .support-conversation-body{padding:22px 16px 26px}html body .support-attachments{grid-template-columns:1fr}html body .support-message-meta{display:grid;gap:7px}html body .support-reply-footer{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}html body .support-submit-reply{width:100%}html body .legal-page{padding:124px 14px 98px}html body .legal-page .support-resource-nav,html body .legal-page-header{margin-bottom:30px}html body .legal-page-content>section.card .card-body{padding:23px 18px 19px 54px!important}html body .legal-page-content>section.card .card-body:before{top:23px;left:16px}}@media (max-width: 480px){html body .support-resource-nav a{padding-inline:12px}html body .support-message-layout{grid-template-columns:34px 1fr}html body .support-message-avatar{width:34px;height:34px}}html body .profile-flag{position:absolute;right:-5px;top:10px;width:34px;height:34px;border-radius:50%;border:3px solid #111a2e;box-shadow:0 5px 12px #0000003d}html body .profile-user-main{min-width:0}html body .profile-name-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;min-width:0}html body .profile-name-row h1{margin:0;color:#fff;font-size:24px;font-weight:800;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .profile-level-badge{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 0 auto;flex:0 0 auto;min-width:28px;height:28px;padding:0 8px;border-radius:999px;color:#fff;background:#7d8798;font-size:13px;font-weight:800}html body .profile-online-dot{width:10px;height:10px;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;background:#12d874}html body .profile-online-dot.is-offline{background:#77869d}html body .profile-online-text{color:#16df79;font-size:13px;font-weight:700}html body .profile-online-dot.is-offline+.profile-online-text{color:#8d9aaf}html body .profile-user-meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 14px;margin:8px 0 24px;color:#7383c5;font-size:15px}html body .profile-user-id{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;padding:5px 10px;border:1px solid #314566;border-radius:8px;color:#91b4ff;background:#17243a;font-size:13px;font-weight:700}html body .profile-xp-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin-bottom:12px;color:#dce6f7;font-size:15px;font-weight:650}html body .profile-xp-row span:last-child{color:#8d9bb3;font-weight:500}html body .profile-xp-track{height:8px;overflow:hidden;border-radius:999px;background:#21305b}html body .profile-xp-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#16d6ff,#5275ff)}html body .profile-edit-btn{-ms-flex-item-align:start;align-self:start;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;height:38px;padding:0 14px;border:1px solid #2e4164;border-radius:8px;color:#b9c7dd;background:#16233a;font-weight:700}html body .profile-edit-btn:hover{color:#fff;border-color:#4d6cff}html body .profile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 54px;min-height:220px;padding:32px}html body .profile-stat{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px}html body .profile-stat-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:58px;height:58px;border-radius:8px;color:#06d6ff;background:#1b2a52;font-size:24px}html body .profile-stat strong{display:block;color:#06d6ff;font-size:26px;font-weight:800;line-height:1}html body .profile-stat span:not(.profile-stat-icon){display:block;margin-top:9px;color:#f4f7fb;font-size:16px}html body .profile-account-overview{margin-bottom:24px;padding:24px 26px;border:1px solid #263958;border-radius:12px;background:#121f33}html body .profile-account-overview-head{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:20px}html body .profile-account-overview-kicker{display:block;margin-bottom:5px;color:#61d8ee;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}html body .profile-account-overview h2{margin:0;color:#f7faff;font-size:21px;font-weight:800}html body .profile-personal-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}html body .profile-personal-detail{min-width:0;padding:14px 16px;border:1px solid #2a3e60;border-radius:10px;background:#16243a}html body .profile-personal-detail>span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:7px;margin-bottom:7px;color:#9fadc3;font-size:12px;font-weight:750}html body .profile-personal-detail>span i{width:14px;color:#61d8ee;text-align:center}html body .profile-personal-detail>strong{display:block;overflow-wrap:anywhere;color:#f6f9ff;font-size:14px;font-weight:800;line-height:1.45}html body .profile-personal-detail>strong.is-verified{color:#4ee2b1}html body .profile-personal-detail>strong.is-unverified{color:#ffbd5a}html body .profile-verified-status{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid rgba(36,211,156,.28);border-radius:999px;color:#70e4bd;background:#129a6f1a;font-size:12px;font-weight:800;white-space:nowrap}html body .profile-account-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}html body .profile-account-metric{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:13px;min-width:0;min-height:82px;padding:14px;border:1px solid #2a3e60;border-radius:10px;background:#16243a}html body .profile-account-metric-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 42px;flex:0 0 42px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;border-radius:9px;color:#72a3ff;background:#3c6fea24;font-size:17px}html body .profile-account-metric>div{min-width:0}html body .profile-account-metric span:not(.profile-account-metric-icon){display:block;margin-bottom:6px;overflow:hidden;color:#9fadc3;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}html body .profile-account-metric strong{display:block;color:#f6f9ff;font-size:20px;font-weight:850;line-height:1}html body .profile-account-metric.is-balance .profile-account-metric-icon,html body .profile-account-metric.is-withdrawn .profile-account-metric-icon{color:#4ee2b1;background:#1fbe8b21}html body .profile-account-metric.is-reversed .profile-account-metric-icon,html body .profile-account-metric.is-reversed strong{color:#ff707e}html body .profile-account-metric.is-reversed .profile-account-metric-icon{background:#ef46571f}html body .profile-account-metric.is-pending .profile-account-metric-icon,html body .profile-account-metric.is-hold .profile-account-metric-icon,html body .profile-account-metric.is-commission .profile-account-metric-icon{color:#ffc24e;background:#eca6231f}html body .profile-held-note{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:9px;margin-top:14px;padding:11px 13px;border:1px solid rgba(243,174,48,.24);border-radius:8px;color:#c7d2e4;background:#f3ae3012;font-size:12px}html body .profile-held-note i,html body .profile-held-note strong{color:#ffc24e}html body .profile-earnings-panel{padding:28px 30px 24px}html body .profile-chart-head{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:24px}html body .profile-chart-head h2{margin:0;color:#fff;font-size:24px;font-weight:800}html body .profile-chart-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:18px}html body .profile-range-tabs{display:grid;grid-template-columns:repeat(3,104px);overflow:hidden;border:1px solid #32466f;border-radius:8px;background:#1a2748}html body .profile-range-tabs button{height:44px;border:0;border-right:1px solid #32466f;color:#d5def0;background:transparent;font-size:15px;font-weight:700}html body .profile-range-tabs button:last-child{border-right:0}html body .profile-range-tabs button.active{color:#0df;background:#13496c}html body .profile-chart-mode{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;color:#0ab8dd;opacity:.45}html body .profile-chart-mode.is-active{opacity:1}html body .profile-chart-wrap{overflow:hidden}html body .profile-chart{display:block;width:100%;height:300px}html body .profile-chart line{stroke:#27334f;stroke-width:1}html body .profile-chart text{fill:#d7e0f0;font-size:13px;font-weight:600}html body .profile-chart polyline{fill:none;stroke:#09d7f7;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;-webkit-filter:drop-shadow(0 0 6px rgba(9,215,247,.35));filter:drop-shadow(0 0 6px rgba(9,215,247,.35))}html body .profile-chart circle{fill:#09d7f7;stroke:#111a2e;stroke-width:2}html body .profile-chart-labels{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:0;padding-left:36px;padding-right:16px;color:#d9e2f2;font-size:13px;font-weight:700}html body .profile-chart-labels span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .profile-chart-labels span:last-child{text-align:right}html body [x-cloak]{display:none!important}html body .profile-details-area{margin-top:34px;width:100%}html body .profile-main-tabs{display:grid;grid-template-columns:repeat(3,1fr);width:min(342px,100%);margin:0 auto 22px;padding:4px;border:1px solid #26375b;border-radius:8px;background:#0f1830}html body .profile-main-tabs button,html body .profile-sub-tabs button{height:40px;border:0;border-radius:6px;color:#fff;background:transparent;font-size:15px;font-weight:800;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}html body .profile-main-tabs button.active,html body .profile-sub-tabs button.active{color:#fff;background:linear-gradient(135deg,#167dff,#05c9ef);box-shadow:0 12px 28px #0091ff33}html body .profile-general-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}html body .profile-extra-grid{margin-top:16px}html body .profile-info-panel,html body .profile-settings-panel,html body .profile-history-panel,html body .profile-account-panel,html body .profile-referral-panel{padding:22px}html body .profile-panel-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #26375b}html body .profile-panel-title i{color:#fff;font-size:19px}html body .profile-panel-title h3{margin:0;color:#fff;font-size:22px;font-weight:850}html body .profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 48px}html body .profile-info-grid div span{display:block;margin-bottom:6px;color:#fff;font-size:14px;font-weight:900;letter-spacing:-.01em}html body .profile-info-grid div strong{display:block;color:#78a1ff;font-size:16px;font-weight:750;word-break:break-word}html body .profile-info-wide{grid-column:1 / -1}html body .profile-setting-label{display:block;margin:16px 0 10px;color:#fff;font-size:16px;font-weight:900;letter-spacing:-.01em}html body .profile-setting-select{width:100%;height:34px;padding:0 12px;border:0;border-radius:4px;color:#fff;background:#1b2a52;font-size:13px;font-weight:850;opacity:1}html body .profile-setting-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin-top:18px}html body .profile-setting-row strong{display:block;color:#fff;font-size:14px;font-weight:900;letter-spacing:-.01em}html body .profile-setting-row span{display:block;margin-top:3px;color:#c0cadb;font-size:12px;line-height:1.35}html body .profile-setting-row button{position:relative;-ms-flex:0 0 auto;flex:0 0 auto;width:31px;height:17px;border:0;border-radius:999px;background:#556176}html body .profile-setting-row button:before{content:"";position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#fff;transition:-webkit-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}html body .profile-setting-row button.active{background:#00cef4}html body .profile-setting-row button.active:before{-webkit-transform:translateX(14px);transform:translate(14px)}html body .profile-inline-form{display:grid;grid-template-columns:1fr 90px;gap:10px}html body .profile-inline-form input{width:100%;height:40px;border:0;border-radius:5px;color:#fff;background:#1b2a52;padding:0 14px;font-size:15px;font-weight:800;outline:0}html body .profile-inline-form input::-webkit-input-placeholder{color:#8392ad}html body .profile-inline-form input::-moz-placeholder{color:#8392ad}html body .profile-inline-form input:-ms-input-placeholder{color:#8392ad}html body .profile-inline-form input::-ms-input-placeholder{color:#8392ad}html body .profile-inline-form input::placeholder{color:#8392ad}html body .profile-inline-form input:focus{box-shadow:0 0 0 2px #00d8ff38}html body .profile-inline-form button{height:40px;border:0;border-radius:5px;color:#fff;background:linear-gradient(135deg,#1689ff,#04cfef);font-size:14px;font-weight:900}html body .profile-help-text{margin:8px 0 0;color:#c2cce0;font-size:14px;font-weight:650;line-height:1.45}html body .profile-visibility-block,html body .profile-country-block{margin-top:26px}html body .profile-visibility-block h4,html body .profile-referral-panel h4{margin:0 0 10px;color:#fff;font-size:20px;font-weight:900}html body .profile-visibility-block p,html body .profile-referral-panel p{margin:0;color:#d8e4f8;font-size:15px;font-weight:650;line-height:1.6}html body .profile-radio-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:18px;margin-top:12px}html body .profile-radio-row label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:850;cursor:pointer}html body .profile-radio-row input{position:absolute;opacity:0;pointer-events:none}html body .profile-radio-row label span{width:18px;height:18px;border-radius:50%;border:1px solid #35486d;background:#0d1628;box-shadow:inset 0 0 0 4px #0d1628}html body .profile-radio-row input:checked+span{border-color:#00d8ff;background:#00d8ff}html body .profile-country-select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;height:40px;margin-top:12px;padding:0 14px;border-radius:5px;background:#1b2a52;color:#fff}html body .profile-country-select strong{-ms-flex:1;flex:1;color:#fff;font-size:15px;font-weight:850}html body .profile-country-select i{color:#dce7fa;font-size:12px}html body .profile-danger-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;margin-top:24px}html body .profile-logout-link,html body .profile-delete-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:90px;height:38px;border:0;border-radius:5px;text-decoration:none;font-size:14px;font-weight:900}html body .profile-logout-link{color:#fff;background:#1b2a52}html body .profile-delete-link{color:#ff4d5e;background:transparent;opacity:.8}html body .profile-referral-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin-top:18px;color:#fff;font-size:13px;font-weight:750}html body .profile-referral-link a{color:#00d8ff;text-decoration:none;word-break:break-all}html body .profile-referral-link button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;border:0;border-radius:5px;color:#dce7fa;background:#1b2a52}html body .profile-referral-qr{display:block;width:120px;height:120px;margin-top:18px;padding:6px;border-radius:5px;background:#fff}html body .profile-referral-edit{margin-top:22px}html body .profile-referral-stats{display:grid;gap:8px;margin-top:18px;color:#d8e4f8;font-size:13px;font-weight:700}html body .profile-referral-stats strong{color:#fff}html body .profile-history-panel{width:100%;margin:0 auto;min-height:360px;padding:30px 32px}html body .profile-sub-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:22px;border-bottom:1px solid #26375b}html body .profile-sub-tabs.two{grid-template-columns:repeat(2,1fr)}html body .profile-sub-tabs button{height:46px;border-radius:0;border-bottom:2px solid transparent;background:transparent;box-shadow:none}html body .profile-sub-tabs button.active{color:#fff;border-bottom-color:#05d8ff;background:transparent;box-shadow:none}html body .profile-history-head{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:18px;margin-bottom:20px}html body .profile-history-head h3{margin:0 0 8px;color:#fff;font-size:17px;font-weight:850}html body .profile-history-head p{margin:0;color:#c8d4e8;font-size:13px;font-weight:650}html body .profile-history-head label{display:grid;gap:6px;min-width:160px;color:#f7fbff;font-size:12px;font-weight:850}html body .profile-history-head select{height:34px;border:0;border-radius:5px;color:#fff;background:#1b2a52;padding:0 12px}html body .profile-empty-state{display:grid;min-height:124px;place-items:center;color:#f6f9ff;font-size:14px;font-weight:750;text-align:center}html body .profile-table-wrap{overflow-x:auto;border:1px solid #26375b;border-radius:8px}html body .profile-history-table{width:100%;border-collapse:collapse;min-width:680px}html body .profile-history-table th,html body .profile-history-table td{padding:13px 14px;border-bottom:1px solid #26375b;color:#d7e1f0;font-size:14px;font-weight:650;text-align:left}html body .profile-history-table th{color:#fff;background:#0d1628;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}html body .profile-history-table tr:last-child td{border-bottom:0}html body .profile-status{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:850}html body .profile-status.success{color:#0bdd89;background:#0bdd891f}html body .profile-status.warning{color:#ffbd31;background:#ffbd3121}html body .profile-earnings-table .profile-earning-amount{color:#19dc83!important;font-weight:900}html body .profile-chargeback-table .profile-chargeback-amount{color:#ff4d5e!important;font-weight:900}html body #editProfileModal .modal-dialog{max-width:760px}html body #editProfileModal .profile-edit-modal,html body #editProfileModal .modal-content.profile-edit-modal{overflow:hidden;border:1px solid #304260!important;border-radius:8px!important;background:#121c2d!important;color:#f7f9fd!important;box-shadow:0 24px 90px #00000073!important}html body #editProfileModal .profile-edit-modal .modal-header{padding:18px 20px!important;border-bottom:1px solid #2a3954!important;background:#151f32!important}html body #editProfileModal .profile-edit-modal .modal-body{max-height:min(78vh,760px);overflow-y:auto;padding:20px!important;background:#121c2d!important;scrollbar-color:#405476 #121c2d;scrollbar-width:thin}html body #editProfileModal .profile-edit-modal .modal-title{color:#fff!important;font-weight:800}html body #editProfileModal .profile-edit-modal .btn-close{-webkit-filter:invert(1) grayscale(100%);filter:invert(1) grayscale(100%);opacity:.8}html body #editProfileModal .profile-edit-modal label{display:block;margin:16px 0 8px;color:#f3f6fb!important;font-weight:750}html body #editProfileModal .profile-edit-modal input,html body #editProfileModal .profile-edit-modal select{width:100%;height:48px;padding:0 14px;border:1px solid #344864!important;border-radius:8px;color:#fff!important;background:#0c1524!important;outline:0}html body #editProfileModal .profile-edit-modal input::-webkit-input-placeholder{color:#73819a!important}html body #editProfileModal .profile-edit-modal input::-moz-placeholder{color:#73819a!important}html body #editProfileModal .profile-edit-modal input:-ms-input-placeholder{color:#73819a!important}html body #editProfileModal .profile-edit-modal input::-ms-input-placeholder{color:#73819a!important}html body #editProfileModal .profile-edit-modal input::placeholder{color:#73819a!important}html body #editProfileModal .profile-edit-modal input:focus,html body #editProfileModal .profile-edit-modal select:focus{border-color:#5275ff;box-shadow:0 0 0 3px #5275ff2e}html body #editProfileModal .profile-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}html body #editProfileModal .profile-edit-grid>div{min-width:0}html body #editProfileModal .profile-edit-grid-wide{grid-column:1 / -1}html body #editProfileModal .profile-modal-section-head{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;margin:4px 0 2px}html body #editProfileModal .profile-modal-section-head>div{min-width:0}html body #editProfileModal .profile-modal-section-head strong,html body #editProfileModal .profile-modal-section-head small{display:block}html body #editProfileModal .profile-modal-section-head strong{color:#f7f9fd;font-size:16px;font-weight:850}html body #editProfileModal .profile-modal-section-head small{margin-top:2px;color:#91a0b7;font-size:12px}html body #editProfileModal .profile-modal-section-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 40px;flex:0 0 40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(97,216,238,.22);border-radius:10px;color:#61d8ee;background:#2cbcd91a}html body #editProfileModal .profile-modal-section-icon.is-password{border-color:#5275ff42;color:#83a0ff;background:#5275ff1f}html body #editProfileModal .profile-edit-form{margin-top:20px}html body #editProfileModal .profile-password-form{margin-top:24px;padding-top:24px;border-top:1px solid #2a3954}html body #editProfileModal .profile-email-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;padding:12px 14px;border:1px solid #2c3d58!important;border-radius:8px;color:#aebbd0!important;background:#0e1727!important}html body #editProfileModal .profile-email-box i{color:#12d874!important}html body #editProfileModal .profile-email-box button{width:100%;border:0;color:#fff!important;background:transparent;text-align:left;font-weight:700}html body #editProfileModal .profile-save-btn{width:100%;height:48px;margin-top:18px;border:0!important;border-radius:8px!important;color:#fff!important;background:#4f72ff!important;font-weight:800}html body #editProfileModal .profile-password-btn{display:-ms-flexbox;display:flex;width:100%;height:48px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:9px;margin-top:18px;border:1px solid #3c5275!important;border-radius:8px!important;color:#f5f8ff!important;background:#1a2a43!important;font-weight:800;transition:border-color .2s ease,background .2s ease,-webkit-transform .2s ease;transition:border-color .2s ease,background .2s ease,transform .2s ease;transition:border-color .2s ease,background .2s ease,transform .2s ease,-webkit-transform .2s ease}html body #editProfileModal .profile-password-btn:hover{border-color:#5275ff!important;background:#22385c!important;-webkit-transform:translateY(-1px);transform:translateY(-1px)}html body #editProfileModal .profile-save-btn:disabled,html body #editProfileModal .profile-password-btn:disabled{cursor:wait;opacity:.68}html body .profile-error{margin-top:6px;color:#ff5b6b;font-size:13px;font-weight:700}@media (max-width: 991px){html body .profile-dashboard{padding:74px 14px 96px}html body .profile-top-grid{grid-template-columns:1fr}html body .profile-identity-card{grid-template-columns:auto 1fr}html body .profile-edit-btn{grid-column:1 / -1;justify-self:start}html body .profile-account-metrics,html body .profile-personal-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){html body .profile-identity-card,html body .profile-stats-grid,html body .profile-earnings-panel{padding:20px 16px}html body .profile-identity-card{-ms-flex-align:start;align-items:start;gap:16px;min-height:auto}html body .profile-avatar-wrap{width:82px;height:82px}html body .profile-flag{width:27px;height:27px;border-width:2px}html body .profile-name-row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}html body .profile-name-row h1{width:100%;font-size:21px}html body .profile-xp-row{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;font-size:13px}html body .profile-stats-grid{grid-template-columns:1fr;gap:20px}html body .profile-stat-icon{width:50px;height:50px;font-size:20px}html body .profile-account-overview{padding:20px 16px}html body .profile-account-overview-head{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;gap:12px}html body .profile-account-metrics,html body .profile-personal-details{grid-template-columns:1fr}html body .profile-account-metric{min-height:74px}html body #editProfileModal .modal-dialog{margin:10px}html body #editProfileModal .profile-edit-modal .modal-header{padding:16px!important}html body #editProfileModal .profile-edit-modal .modal-body{max-height:calc(100vh - 82px);padding:16px!important}html body #editProfileModal .profile-edit-grid{grid-template-columns:1fr}html body #editProfileModal .profile-edit-grid-wide{grid-column:auto}html body .profile-chart-head{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}html body .profile-chart-actions{width:100%;-ms-flex-pack:justify;justify-content:space-between;gap:10px}html body .profile-range-tabs{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}html body .profile-range-tabs button{height:40px;font-size:13px}html body .profile-chart{height:250px}html body .profile-main-tabs{width:100%}html body .profile-general-grid{grid-template-columns:1fr}html body .profile-info-panel,html body .profile-settings-panel,html body .profile-history-panel{padding:18px 14px}html body .profile-info-grid{grid-template-columns:1fr;gap:16px}html body .profile-history-head{-ms-flex-direction:column;flex-direction:column}html body .profile-history-head label{width:100%}html body .profile-sub-tabs button{font-size:11px}html body .profile-inline-form{grid-template-columns:1fr}html body .profile-danger-row{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}html body .wall-directory-card.wall-is-blocked{overflow:hidden!important;cursor:not-allowed!important}html body .wall-directory-card.wall-is-blocked .card-body{position:relative!important}html body .wall-directory-card .wall-blocked-logo{-webkit-filter:grayscale(.2) saturate(.7)!important;filter:grayscale(.2) saturate(.7)!important;opacity:.3!important;-webkit-transform:scale(.94);transform:scale(.94);transition:opacity .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;transition:opacity .2s ease,transform .2s ease,filter .2s ease;transition:opacity .2s ease,transform .2s ease,filter .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease}html body .wall-directory-card .wall-blocked-status{position:absolute;z-index:6;top:50%;left:50%;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:calc(100% - 24px);-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:8px 12px!important;border:1px solid rgba(148,163,184,.18)!important;outline:0!important;border-radius:12px!important;color:#fff;text-align:left;background:#0a121fd6!important;box-shadow:0 8px 18px #0208173d!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);backdrop-filter:none;-webkit-backdrop-filter:none}html body .wall-directory-card .wall-blocked-status-locked,html body .wall-directory-card .wall-blocked-status-frozen{border:0!important;background:none!important}html body .wall-directory-card .wall-blocked-icon{display:-ms-inline-flexbox;display:inline-flex;width:28px;height:28px;-ms-flex:0 0 28px;flex:0 0 28px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:1px solid rgba(148,163,184,.22);border-radius:50%;font-size:0;background:#94a3b814!important;box-shadow:none}html body .wall-directory-card .wall-blocked-status-locked .wall-blocked-icon{background:#f5b42014!important;color:#fbbf24!important;-webkit-filter:drop-shadow(0 3px 8px rgba(245,158,11,.4));filter:drop-shadow(0 3px 8px rgba(245,158,11,.4))}html body .wall-directory-card .wall-blocked-status-frozen .wall-blocked-icon{background:#38bdf814!important;color:#bae6fd!important;-webkit-filter:drop-shadow(0 3px 8px rgba(56,189,248,.55));filter:drop-shadow(0 3px 8px rgba(56,189,248,.55))}html body .wall-directory-card .wall-blocked-icon i{display:block;color:inherit!important;opacity:1!important}html body .wall-directory-card .wall-blocked-copy{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;line-height:1.15;text-align:center}html body .wall-directory-card .wall-blocked-copy strong{color:#fff!important;font-size:13px!important;font-weight:800!important;letter-spacing:.01em;text-shadow:0 2px 8px rgba(0,0,0,.75)}html body .wall-directory-card .wall-blocked-copy small{margin-top:3px;overflow:hidden;color:#e2e8f0e6!important;font-size:10px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}html body .wall-directory-card.wall-is-locked{border-color:#30415b!important;box-shadow:0 12px 30px #0208173d!important}html body .wall-directory-card.wall-is-frozen{isolation:isolate;border-color:#5ba9d280!important;background:#152033!important;box-shadow:0 12px 30px #02081738,inset 0 0 24px #38bdf812!important}html body .wall-directory-card.wall-is-frozen .card-header{position:relative;z-index:7}html body .wall-directory-card.wall-is-frozen .wall-blocked-logo{-webkit-filter:grayscale(.34) saturate(.5) brightness(1.18) contrast(.88)!important;filter:grayscale(.34) saturate(.5) brightness(1.18) contrast(.88)!important;opacity:.25!important}html body .wall-directory-card.wall-is-frozen:before{content:none;position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(125deg,transparent 0 12%,rgba(224,242,254,.2) 12.5% 13%,transparent 13.5% 45%,rgba(186,230,253,.18) 45.5% 46%,transparent 46.5%),linear-gradient(35deg,transparent 0 25%,rgba(240,249,255,.16) 25.5% 26%,transparent 26.5% 72%,rgba(125,211,252,.15) 72.5% 73%,transparent 73.5%),radial-gradient(circle at 0 0,rgba(255,255,255,.62),transparent 34%),radial-gradient(circle at 100% 100%,rgba(186,230,253,.48),transparent 38%);opacity:1}html body .wall-directory-card.wall-is-frozen:after{content:none;position:absolute;z-index:5;top:4px;right:4px;bottom:4px;left:4px;pointer-events:none;border:1px solid rgba(224,242,254,.32);border-radius:inherit;box-shadow:inset 0 0 16px #e0f2fe33}html body .wall-directory-card.wall-is-blocked:hover .wall-blocked-logo{opacity:.42!important;-webkit-transform:scale(.96);transform:scale(.96)}@media (max-width: 575.98px){html body .wall-directory-card .wall-blocked-status{top:50%;left:50%;gap:7px;padding:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html body .wall-directory-card .wall-blocked-icon{width:26px;height:26px;-ms-flex-preferred-size:26px;flex-basis:26px;font-size:12px}html body .wall-directory-card .wall-blocked-copy strong{font-size:11px!important}html body .wall-directory-card .wall-blocked-copy small{font-size:9px!important}}html body .survey-hot-walls{margin:0 auto 42px;padding:18px 28px 4px;text-align:center}html body .survey-page-heading{padding:46px 52px 0;margin-bottom:0}html body .survey-provider-tagline{margin:0 0 22px;color:#9eabc0;font-size:16px;font-weight:500;line-height:1.5;text-align:left}html body .survey-hot-slider-wrap{position:relative;width:100%;max-width:none;margin:0 auto;padding:0}html body .survey-hot-walls-slider{width:100%;overflow:hidden}html body .survey-hot-walls-slider .swiper-wrapper{-ms-flex-align:stretch;align-items:stretch}html body .survey-hot-walls-slider .swiper-slide{width:clamp(260px,23.5vw,310px)!important;height:auto}html body .survey-hot-walls-slider .wall-directory-card{width:100%!important;height:124px!important;min-height:124px!important;border-color:#4f74f952!important;background:radial-gradient(circle at 50% 120%,rgba(79,116,249,.14),transparent 55%),#151f32!important;box-shadow:0 12px 30px #02081738!important}html body .survey-hot-walls-slider .wall-directory-card:hover{border-color:#5b7effb8!important;background:radial-gradient(circle at 50% 120%,rgba(79,116,249,.2),transparent 55%),#19253a!important}html body .survey-hot-walls-slider .wall-directory-card .card-body{padding:24px!important}html body .survey-hot-walls-slider .wall-directory-card .card-body img{max-width:72%!important;max-height:62px!important}html body .survey-hot-slider-btn{position:absolute;z-index:5;top:50%;width:38px;height:38px;display:grid;place-items:center;border:1px solid #30415e;border-radius:50%;color:#dbe7ff;background:#172338;box-shadow:0 10px 24px #0208174d;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease}html body .survey-hot-slider-btn:hover:not(.swiper-button-disabled){border-color:#4f74f9;color:#fff;background:#24375a}html body .survey-hot-slider-btn.swiper-button-disabled{opacity:.3;cursor:default}html body .survey-hot-slider-prev{left:12px}html body .survey-hot-slider-next{right:12px}@media (max-width: 575.98px){html body .survey-hot-walls{margin-bottom:30px;padding:18px 14px 0}html body .survey-page-heading{padding:30px 26px 0}html body .survey-provider-tagline{margin-bottom:16px;font-size:14px}html body .survey-hot-slider-wrap{padding:0}html body .survey-hot-walls-slider .swiper-slide{width:min(272px,calc(100vw - 46px))!important}html body .survey-hot-slider-btn{width:30px;height:30px;font-size:12px}html body .survey-hot-slider-prev{left:6px}html body .survey-hot-slider-next{right:6px}}html body .pollmatic-survey-section{margin:0 0 52px;padding:24px;border:0;border-radius:0;background:transparent}html body .pollmatic-survey-heading{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:24px}html body .pollmatic-survey-heading h1{margin:0;color:#f3f6fb;font-size:34px;font-weight:800;letter-spacing:-.035em}html body .pollmatic-survey-heading p{margin:8px 0 0;color:#9eabc0;font-size:15px}html body .pollmatic-survey-badge{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:7px;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px;border:1px solid rgba(79,116,249,.35);border-radius:999px;background:#4f74f91f;color:#91a9ff;font-size:12px;font-weight:700}html body .pollmatic-survey-stage{position:relative;min-height:250px}html body .pollmatic-survey-loading{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}html body .pollmatic-survey-loading.is-hidden{display:none}html body .pollmatic-survey-skeleton{height:132px;border:1px solid #2b3950;border-radius:12px;background:linear-gradient(100deg,transparent 25%,rgba(255,255,255,.055) 45%,transparent 65%) #182335;background-size:200% 100%;-webkit-animation:pollmatic-shimmer 1.25s linear infinite;animation:pollmatic-shimmer 1.25s linear infinite}html body .pollmatic-survey-message{display:none;min-height:180px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;gap:9px;color:#9eabc0;text-align:center}html body .pollmatic-survey-message.is-visible{display:-ms-flexbox;display:flex}html body .pollmatic-survey-message i{color:#6686ff;font-size:25px}html body #pollmatic-surveybox .pmb-grid{gap:14px!important}html body #pollmatic-surveybox .pmb-card{position:relative!important;min-height:128px!important;overflow:hidden!important;border:1px solid #2b3a52!important;border-radius:13px!important;background:radial-gradient(circle at 92% 0%,rgba(79,116,249,.16),transparent 38%),linear-gradient(145deg,#182438,#142033 55%,#111b2c)!important;box-shadow:inset 0 1px #ffffff0b,0 8px 22px #02081733!important}html body #pollmatic-surveybox .pmb-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-top:2px solid rgba(91,126,255,.72);border-radius:inherit;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.025) 48%,transparent 70%)}html body #pollmatic-surveybox .pmb-card:hover{border-color:#4f74f9!important;box-shadow:inset 0 1px #ffffff12,0 14px 30px #030a1957,0 0 0 1px #4f74f91f!important;-webkit-transform:translateY(-3px)!important;transform:translateY(-3px)!important}html body #pollmatic-surveybox .pmb-glow{display:none!important}html body #pollmatic-surveybox .pmb-body{position:relative!important;display:-ms-flexbox!important;display:flex!important;min-height:126px!important;padding:15px 16px 13px!important;-ms-flex-direction:column!important;flex-direction:column!important}html body #pollmatic-surveybox .pmb-brand{position:absolute!important;top:13px!important;right:14px!important;width:23px!important;height:23px!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(99,132,255,.55)!important;border-radius:8px!important;color:transparent!important;font-size:0!important;background:#4f74f91f!important;box-shadow:0 0 13px #4f74f929!important}html body #pollmatic-surveybox .pmb-brand:after{content:"P";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#83a0ff;font-size:14px;font-weight:900;font-style:italic}html body #pollmatic-surveybox .pmb-dot{display:none!important}html body #pollmatic-surveybox .pmb-row{display:-ms-flexbox!important;display:flex!important;margin:0 34px 0 0!important;-ms-flex-align:start!important;align-items:flex-start!important;-ms-flex-direction:column!important;flex-direction:column!important;gap:7px!important}html body #pollmatic-surveybox .pmb-time{color:#c9d3e3!important;font-size:13px!important;font-weight:800!important}html body #pollmatic-surveybox .pmb-price{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center!important;align-items:center!important;color:#f8fafc!important;font-size:22px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.025em!important;text-shadow:0 2px 7px rgba(0,0,0,.24)!important}html body #pollmatic-surveybox .pmb-price:before{content:"";width:17px;height:17px;margin-right:7px;-ms-flex:0 0 17px;flex:0 0 17px;border:2px solid #ffe26b;border-radius:50%;background:linear-gradient(145deg,#fff37d,#ffb800);box-shadow:inset 0 0 0 2px #ffa1006b,0 1px 5px #ffc00047}html body #pollmatic-surveybox .pmb-body>div:nth-of-type(3){margin-top:auto!important;padding-top:9px!important;border-top:1px solid #30415b!important;line-height:1!important}html body #pollmatic-surveybox .pmb-star-on{color:#ffd83d!important;font-size:15px!important;text-shadow:0 1px 6px rgba(255,200,0,.32)!important}html body #pollmatic-surveybox .pmb-star-off{color:#ffffff42!important;font-size:15px!important}html body #pollmatic-surveybox .pmb-meta{display:none!important}html body .pollmatic-signin{display:-ms-flexbox;display:flex;min-height:220px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;gap:13px;margin-bottom:42px;padding:28px;border:1px solid #293548;border-radius:16px;background:#111a29;text-align:center}html body .pollmatic-signin i{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#4f74f924;color:#7794ff;font-size:20px}html body .pollmatic-signin h2{margin:0;color:#f3f6fb;font-size:24px}html body .pollmatic-signin p{margin:0;color:#9eabc0}html body .pollmatic-signin button{min-height:42px;padding:0 20px;border:0;border-radius:10px;background:linear-gradient(135deg,#4f74f9,#6c63f5);color:#fff;font-weight:700}@-webkit-keyframes pollmatic-shimmer{to{background-position-x:-200%}}@keyframes pollmatic-shimmer{to{background-position-x:-200%}}@media (max-width: 900px){html body .pollmatic-survey-loading{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){html body .pollmatic-survey-section{margin-bottom:34px;padding:16px 12px;border-radius:14px}html body .pollmatic-survey-heading{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;margin-bottom:18px}html body .pollmatic-survey-heading h1{font-size:28px}html body .pollmatic-survey-loading{gap:10px}html body .pollmatic-survey-skeleton{height:118px}html body #pollmatic-surveybox .pmb-grid{gap:10px!important}html body #pollmatic-surveybox .pmb-card,html body #pollmatic-surveybox .pmb-body{min-height:116px!important}html body #pollmatic-surveybox .pmb-body{padding:13px 12px 11px!important}html body #pollmatic-surveybox .pmb-price{font-size:19px!important}}body .guest-hero-copy h1 .guest-hero-brand{display:inline-block;background:linear-gradient(90deg,#55c8d2,#5275ff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}body .guest-hero-copy h1 .guest-hero-brand-opinion,body .guest-hero-copy h1 .guest-hero-brand-bux{color:transparent!important;background:none!important;-webkit-text-fill-color:transparent!important}body .guest-hero-copy h1 .guest-hero-tagline{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html body .ggg-center-nav{gap:5px!important}html body .ggg-center-nav .ggg-nav-link{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center!important;align-items:center!important;gap:8px!important;min-height:40px;padding:0 13px!important;border-radius:9px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.015em!important}html body .ggg-center-nav .ggg-nav-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:16px;min-width:16px;font-size:14px!important;line-height:1;color:#8794a9;transition:color .16s ease,-webkit-transform .16s ease;transition:color .16s ease,transform .16s ease;transition:color .16s ease,transform .16s ease,-webkit-transform .16s ease}html body .ggg-center-nav .ggg-nav-link:hover .ggg-nav-icon,html body .ggg-center-nav .ggg-nav-link:focus .ggg-nav-icon,html body .ggg-center-nav .ggg-nav-link.active .ggg-nav-icon{color:currentColor!important;-webkit-transform:translateY(-1px);transform:translateY(-1px)}html[data-ui-theme=dark] body .ggg-center-nav .ggg-nav-icon,html.dark-style body .ggg-center-nav .ggg-nav-icon{color:#93a4bd}@media (min-width: 576px){html body #authModal .modal-header>.d-flex,html[data-ui-theme=dark] body #authModal .modal-header>.d-flex,html.dark-style body #authModal .modal-header>.d-flex{-ms-flex-pack:start!important;justify-content:flex-start!important}html body #authModal .modal-header .pill-tabs,html[data-ui-theme=dark] body #authModal .modal-header .pill-tabs,html.dark-style body #authModal .modal-header .pill-tabs{margin-right:0!important;margin-left:auto!important}html body #authModal .modal-header button.btn-close.auth-mobile-close,html[data-ui-theme=dark] body #authModal .modal-header button.btn-close.auth-mobile-close,html.dark-style body #authModal .modal-header button.btn-close.auth-mobile-close{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media (max-width: 575.98px){html body #authModal .modal-header button.btn-close.auth-mobile-close,html[data-ui-theme=dark] body #authModal .modal-header button.btn-close.auth-mobile-close,html.dark-style body #authModal .modal-header button.btn-close.auth-mobile-close{display:-ms-inline-flexbox!important;display:inline-flex!important;visibility:visible!important;pointer-events:auto!important}}@media (min-width: 768px){html body .offers-directory-page,html body .withdraw-page{padding-top:114px!important}html body .modern-leaderboard-page,html body .referrals-theme-page,html body .clipy-blog,html body .profile-dashboard{padding-top:128px!important}}@media (max-width: 767.98px){html body .offers-directory-page,html body .withdraw-page{padding-top:70px!important}html body .modern-leaderboard-page,html body .referrals-theme-page,html body .clipy-blog,html body .profile-dashboard{padding-top:78px!important}}.translate-y-12{-webkit-transform:translateY(3rem);transform:translateY(3rem)}-translate-y-12{-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.translate-y-0{-webkit-transform:translateY(0);transform:translateY(0)}.scale-90{-webkit-transform:scale(.9);transform:scale(.9)}.scale-100{-webkit-transform:scale(1);transform:scale(1)}.table th{text-transform:unset!important;color:var(--bs-secondary)!important}.table td{border:none!important}.table tr{border-bottom:1px solid #16202b}.form-check-input{border-color:var(--bs-secondary)}.f-md{font-size:14px!important;font-weight:650!important}.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page{padding-bottom:78px!important}.menu-icon{transition:-webkit-transform .5s!important;transition:transform .5s!important;transition:transform .5s,-webkit-transform .5s!important}.menu-link:hover .menu-icon{-webkit-transform:rotate(360deg);transform:rotate(360deg)}#preloader{position:fixed;left:0;top:0;right:0;bottom:0;background-color:var(--bs-body-bg);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:9999;transition:opacity .18s ease,visibility .18s ease;contain:strict}#preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.spinner{width:40px;height:40px;border:4px solid var(--bs-card-bg);border-top:4px solid var(--bs-primary);border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.loader,.loader:before,.loader:after{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:bblFadInOut 1.8s infinite ease-in-out;animation:bblFadInOut 1.8s infinite ease-in-out}.loader{color:var(--bs-primary);font-size:7px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader:before,.loader:after{content:"";position:absolute;top:0}.loader:before{left:-3.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader:after{left:3.5em}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}.progress-circle{margin:auto;position:relative;width:120px;height:120px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.progress-circle img{width:100px;position:absolute;z-index:10;border-radius:50%}.progress-circle:before{content:"";position:absolute;width:110px;height:110px;background:#000;border-radius:50%;z-index:5}@media only screen and (max-width: 600px){.progress-circle{width:80px;height:80px}.progress-circle img{width:65px!important}.progress-circle:before{width:73px;height:73px}}.card-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (min-width: 768px){.card-container{grid-template-columns:repeat(auto-fit,140px)}}.partner-card,.shop-card{cursor:pointer;overflow:hidden;position:relative;transition:background-color .5s,-webkit-transform .5s!important;transition:transform .5s,background-color .5s!important;transition:transform .5s,background-color .5s,-webkit-transform .5s!important}.shop-card.active{background-color:#00000080;border:2px solid var(--bs-primary)!important}.shop-card .card-body{min-height:180px!important}.partner-card .badge,.shop-card .badge{border-radius:0 0 0 10px!important}.partner-card:hover,.shop-card:hover{-webkit-transform:scale(1.1)!important;transform:scale(1.1)!important;background-color:#00000080;border:1px solid var(--bs-primary)}.shop-price-card{border:2px solid transparent!important}.shop-card:hover.shop-price-card{-webkit-transform:none!important;transform:none!important;border:2px solid var(--bs-primary)!important;overflow:hidden}.partner-card:hover .card-body img{-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-filter .5s,-webkit-transform .5s;transition:filter .5s,transform .5s;transition:filter .5s,transform .5s,-webkit-filter .5s,-webkit-transform .5s}.partner-card .card-body i{display:-ms-flexbox;display:flex;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;opacity:.01;visibility:hidden;transition:opacity .3s ease-in-out,visibility .5s ease-in-out;width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:16px;box-shadow:0 0 10px #00000080}.partner-card:hover .card-body i{opacity:1;visibility:visible}.offer-card{transition:background-color .5s,-webkit-transform .5s;transition:transform .5s,background-color .5s;transition:transform .5s,background-color .5s,-webkit-transform .5s;height:100%}.offer-card:hover{background-color:#00000080}.offer-card:hover .card-img-block img{-webkit-filter:blur(2px) brightness(.3);filter:blur(2px) brightness(.3);transition:-webkit-filter .5s,-webkit-transform .5s;transition:filter .5s,transform .5s;transition:filter .5s,transform .5s,-webkit-filter .5s,-webkit-transform .5s}.offer-card .card-img-block i{display:-ms-flexbox;display:flex;opacity:.01;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:16px;box-shadow:0 0 10px #00000080}.offer-card:hover .card-img-block i{opacity:1;visibility:visible}.streak-container{margin-top:20px;height:100%;width:100%;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px}@media only screen and (max-width: 700px){.streak-container{grid-template-columns:repeat(auto-fill,minmax(95px,1fr))}.shop-card .card-body{min-height:auto!important}.shop-card .card-body img,.shop-card .card-footer{padding-left:.5rem;padding-right:.5rem}}.streak-card .card-body{padding:15px 0;text-align:center;margin-top:5px;border-radius:4px}.streak-card .card-body p{font-size:9px}.streak-card .card-body h5{font-size:11px}.streak-card i{font-size:25px!important}.streak-card button{font-size:10px}.search-input{border-right:none;height:40px;border-bottom-right-radius:0;border-top-right-radius:0}.search-input::-webkit-input-placeholder{color:var(--bs-secondary)}.search-input::-moz-placeholder{color:var(--bs-secondary)}.search-input:-ms-input-placeholder{color:var(--bs-secondary)}.search-input::-ms-input-placeholder{color:var(--bs-secondary)}.search-input::placeholder{color:var(--bs-secondary)}.search-input:hover{border-color:var(--bs-primary)!important}.search-input-icon{border-right:1px solid #374558;border-left:none;height:40px;border-bottom-left-radius:0;border-top-left-radius:0}.search-input-icon:hover,.search-input-group:hover .search-input,.search-input-group:hover .search-input-icon{border-color:var(--bs-primary)!important}.leaderboard-container{height:320px}.leaderboard-card{position:relative;background:linear-gradient(var(--bs-dark),var(--bs-body-bg));color:#fff;padding:30px;border-top-left-radius:25px;border-top-right-radius:25px;width:200px;text-align:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.leaderboard-card .place img{width:30px}@media only screen and (max-width: 600px){.leaderboard-card{width:32%!important}.leaderboard-card .place img{width:20px}}.leaderboard-card .leaderboard-image{position:relative;margin:auto auto 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:9999px;padding:4px}.leaderboard-card .leaderboard-image img{width:70px;height:70px}.leaderboard-card .crown{position:absolute;z-index:0;width:28px!important;height:26px!important;margin-top:-5.4rem}.first-place{height:100%}.sec-place{height:88%}.third-place{height:75%}.avatar{height:2.5rem!important;width:2.5rem!important;border-radius:9999px}.nav-link:hover a{color:#202225!important}.dropdown-menu .switch{position:relative;display:block;padding:.5rem 1rem}.switch-toggle-slider{top:0!important}.swiper{margin-left:inherit!important;margin-right:inherit!important}.avatar-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;row-gap:5px}.avatar-item{width:60px;height:60px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}.avatar-item img{width:50px;height:50px}.avatar-item.selected{border:3px solid var(--bs-primary)}@media only screen and (max-width: 600px){.modal-sm-full{width:100%;max-width:100%;margin:0}}.dropdown-notifications .nav-link{color:var(--bs-body-color)}.dropdown-notifications .border-bottom{border-bottom:1px solid #43496873!important}.dropdown-notifications .border-top{border-top:1px solid #43496873!important}.dropdown-notifications .list-group-item{border-color:#43496873!important}.page-link,.page-link>a{min-width:calc(2.4275rem + 0px);line-height:var(--bs-body-line-height)}html{scrollbar-width:thin;scrollbar-color:rgba(93,94,96,.22) var(--bs-dark)}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background:var(--bs-dark);border-radius:10px}html::-webkit-scrollbar-thumb{background-color:#5d5e6038;border-radius:10px;border:3px solid var(--bs-dark)}html::-webkit-scrollbar-thumb:hover{background-color:#5d5e6080}.footer-link{font-size:13px;font-weight:300;color:var(--bs-body-text)!important;text-decoration:none}.footer-link-btn,.footer-link-btn:visited{color:inherit!important}.accordion-button:not(.collapsed){color:#fff}.offer-api-card{--offers-per-row: 3;display:grid!important;grid-template-columns:repeat(var(--offers-per-row),minmax(0,1fr));gap:12px;width:100%}@media only screen and (min-width: 701px){.offer-api-card{--offers-per-row: 4}}@media only screen and (min-width: 800px){.offer-api-card{--offers-per-row: 5}}@media only screen and (min-width: 999px){.offer-api-card{--offers-per-row: 6}}@media only screen and (min-width: 1200px){.offer-api-card{--offers-per-row: 7}}@media only screen and (min-width: 1500px){.offer-api-card{--offers-per-row: 9}}.skeleton{background:var(--bs-base);border-radius:5px;position:relative;overflow:hidden;-webkit-animation:shimmer 1.5s infinite;animation:shimmer 1.5s infinite}.skeleton:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,var(--bs-base),transparent);-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite}@-webkit-keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}.skeleton-text{height:16px;width:100%;margin-top:8px}.skeleton-img{height:124px;width:100%}.skeleton-badge{height:16px;width:50px;margin-top:8px}.skeleton-footer{height:20px;width:80px;margin-top:10px}/*!*layout handle on sm screens*!*/@media (max-width: 576px){.card .card-body{padding-left:.5rem!important;padding-right:.5rem!important}.card .card-header{padding-left:.5rem!important;padding-right:.5rem!important;padding-bottom:0!important}.partner-card .card-body{height:88px!important}}.swiper-offer .swiper-offer-card{width:140px;max-width:140px}.swiper-offer .swiper-offer-card .card-img-block img,.swiper-offer .swiper-offer-card .card-img-block{min-height:124px}@media only screen and (max-width: 600px){.swiper-offer .swiper-offer-card{width:100px;max-width:100px}.swiper-offer .swiper-offer-card .card-img-block img{min-height:88px}.swiper-offer .swiper-offer-card .card-img-block{min-height:88px;height:88px!important}}.partner-card{width:140px!important;border-radius:20px!important;margin-right:.5rem!important;margin-left:.5rem!important}.partner-card .card-body{height:130px}@media only screen and (max-width: 600px){.partner-card{width:100px!important;margin-right:.25rem!important;margin-left:.25rem!important}.card-container .partner-card{width:auto!important;margin:auto!important;margin-bottom:.5rem!important}.partner-card .card-body{height:100px}}.mobile-navbar{z-index:104;position:fixed;bottom:0;width:100%;background-color:var(--bs-base);grid-template-columns:repeat(auto-fit,minmax(40px,1fr));grid-column-gap:4px;border-top:1px solid rgba(183,207,255,.051);overflow:hidden;padding-left:16px;padding-right:16px;left:0;display:grid;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;overflow-y:visible}.mobile-navbar .nv-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;width:100%;text-decoration:none;color:var(--bs-body-color);-ms-flex-pack:center;justify-content:center;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0);font-size:10px;padding:10px 0}.mobile-navbar .nv-item>span{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;row-gap:10px}.mobile-navbar .nv-item>span i{font-size:20px}.mobile-navbar .nv-item>span span{font-size:10px}.mobile-navbar .nv-item.active{color:var(--bs-primary)}.bg-b-csm{height:325px;background-size:contain;opacity:.1;position:absolute;left:0;right:0;pointer-events:none;-webkit-transform-origin:18px center;transform-origin:18px center;max-width:100%;overflow:hidden}.bg-b-csm:after{content:"";position:absolute;left:0;right:0;bottom:0;height:235px;background:linear-gradient(to bottom,transparent,var(--bs-body-bg))}.bg-b-csm:before{content:"";position:absolute;left:0;right:0;bottom:0;height:235px;background:linear-gradient(to bottom,transparent,var(--bs-body-bg))}.bg-menu-theme .menu-sub>.menu-item>.menu-link:before{content:"";font-family:"Font Awesome 6 Free",serif;font-weight:400}@media (max-width: 768px){.modal-dialog{margin:0 auto!important}}@media (min-width: 1024px){#offerApiModal .modal-content{max-height:80vh!important}}html body #offerApiModal.offer-api-theme-modal .modal-dialog{width:min(540px,calc(100vw - 28px));max-width:540px}html body #offerApiModal.offer-api-theme-modal .modal-content{max-height:calc(100dvh - 32px)!important;overflow:hidden;border:1px solid #334158!important;border-radius:18px!important;background:#111b2a!important;color:#eaf0f8!important;box-shadow:0 28px 80px #0000008c!important}html body #offerApiModal.offer-api-theme-modal .modal-header{min-height:62px;padding:13px 16px 13px 20px!important;border-bottom:1px solid #2a374b!important;background:#162234!important}html body #offerApiModal.offer-api-theme-modal .modal-title{max-width:calc(100% - 54px);overflow:hidden;color:#f5f8fd!important;font-size:17px!important;font-weight:800!important;white-space:nowrap;text-overflow:ellipsis}html body #offerApiModal .offer-api-close{display:-ms-inline-flexbox!important;display:inline-flex!important;position:relative!important;z-index:10;width:36px!important;height:36px!important;-ms-flex:0 0 36px;flex:0 0 36px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0!important;border:1px solid #3b4a61!important;border-radius:11px!important;background:#202d40!important;color:#dbe5f2!important;opacity:1!important;cursor:pointer;box-shadow:none!important}html body #offerApiModal .offer-api-close span{display:block;margin-top:-2px;color:inherit!important;font-size:24px!important;font-weight:400;line-height:1}html body #offerApiModal .offer-api-close:hover{border-color:#ef6674!important;background:#3b1f2b!important;color:#ff8e99!important}html body #offerApiModal.offer-api-theme-modal .modal-body{overflow-x:hidden!important;overflow-y:auto!important;padding:20px!important;background:#111b2a!important;color:#d7e0ec!important;scrollbar-color:#41516a transparent;scrollbar-width:thin}html body #offerApiModal .offer-api-summary{-ms-flex-align:start;align-items:flex-start;padding:14px;border:1px solid #2b394e;border-radius:15px;background:#151f30}html body #offerApiModal .offer-api-image{display:block;width:156px!important;height:156px!important;aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover;border:1px solid #34435a;border-radius:13px!important;background:#202b3b}html body #offerApiModal .offer-api-meta{min-width:0;-ms-flex-align:start;align-items:flex-start}html body #offerApiModal .offer-api-meta .badge{max-width:100%;padding:7px 10px!important;overflow:hidden;border:1px solid #34435a!important;border-radius:999px!important;background:#202c40!important;color:#dce6f4!important;font-size:11px!important;text-overflow:ellipsis}html body #offerApiModal .offer-api-meta .bg-primary{border-color:#5377ff8c!important;background:#4e70f529!important;color:#8ca9ff!important}html body #offerApiModal .offer-api-meta .offer-api-points{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center;align-items:center;gap:3px;border-color:#f5b4206b!important;background:#f59e0b1c!important;color:#ffc247!important;-webkit-text-fill-color:#ffc247!important}html body #offerApiModal .offer-api-meta .offer-api-points strong,html body #offerApiModal .offer-api-meta .offer-api-points span{color:#ffc247!important;-webkit-text-fill-color:#ffc247!important}html body #offerApiModal .offer-api-meta .offer-api-points img{width:14px!important;height:14px!important;-ms-flex:0 0 14px;flex:0 0 14px}html body #offerApiModal .offer-api-start{min-height:46px;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#4f73f8,#6a62ef)!important;color:#fff!important;font-size:15px!important;font-weight:800!important;box-shadow:0 10px 24px #4c66ee3d!important}html body #offerApiModal .offer-api-start:hover{-webkit-filter:brightness(1.08);filter:brightness(1.08);-webkit-transform:translateY(-1px);transform:translateY(-1px)}html body #offerApiModal .offer-api-description,html body #offerApiModal .offer-api-detail-row{border:1px solid #2b394e!important;border-radius:12px!important;background:#172234!important;color:#b9c6d8!important}html body #offerApiModal .offer-api-detail-row .badge{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:3px;border:1px solid rgba(245,180,32,.34)!important;background:#f59e0b1a!important;color:#ffc247!important;-webkit-text-fill-color:#ffc247!important}html body #offerApiModal .offer-api-detail-row .badge span{color:#ffc247!important;-webkit-text-fill-color:#ffc247!important}html body #offerApiModal .offer-api-description p,html body #offerApiModal .offer-api-detail-row .text-body,html body #offerApiModal .offer-api-step .text-body,html body #offerApiModal p{color:#b9c6d8!important}html body #offerApiModal .offer-api-step>span:first-child{display:-ms-inline-flexbox;display:inline-flex;width:24px!important;height:24px;-ms-flex:0 0 24px;flex:0 0 24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:7px!important;background:#24334a!important;color:#8eabff!important}@media (max-width: 575.98px){html body #offerApiModal.offer-api-theme-modal .modal-dialog{width:100%;max-width:none}html body #offerApiModal.offer-api-theme-modal .modal-content{border-radius:0!important}html body #offerApiModal.offer-api-theme-modal .modal-body{padding:15px!important}html body #offerApiModal .offer-api-summary{padding:11px}html body #offerApiModal .offer-api-image{width:128px!important;height:128px!important}}html body .wall-directory-card.wall-is-blocked{background:#172235!important;border-color:#30415b!important;box-shadow:0 10px 24px #02081733!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-logo,html body .wall-directory-card.wall-is-blocked:hover .wall-blocked-logo{opacity:.34!important;-webkit-filter:blur(3.4px) grayscale(.25) saturate(.58) brightness(.76)!important;filter:blur(3.4px) grayscale(.25) saturate(.58) brightness(.76)!important;-webkit-transform:scale(.96)!important;transform:scale(.96)!important}html body .wall-directory-card.wall-is-blocked .card-body{overflow:hidden!important}html body .wall-directory-card.wall-is-blocked .card-body:after{content:""!important;position:absolute!important;z-index:4!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:#0a121f1a!important;backdrop-filter:blur(2.6px)!important;-webkit-backdrop-filter:blur(2.6px)!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-status{top:50%!important;left:50%!important;z-index:8!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;max-width:calc(100% - 24px)!important;-ms-flex-direction:column!important;flex-direction:column!important;gap:4px!important;padding:0!important;color:#f8fafc!important;text-align:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-icon{width:28px!important;height:28px!important;-ms-flex:0 0 28px!important;flex:0 0 28px!important;color:#f1f5f9!important;background:transparent!important;border:0!important;border-radius:0!important;-webkit-filter:drop-shadow(0 2px 5px rgba(2,8,23,.9))!important;filter:drop-shadow(0 2px 5px rgba(2,8,23,.9))!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-icon svg{width:25px!important;height:25px!important;stroke-width:2!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-copy{-ms-flex-align:center!important;align-items:center!important;text-align:center!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-copy strong{color:#fff!important;font-size:12px!important;line-height:1.1!important;text-shadow:0 2px 6px rgba(2,8,23,.95)!important}html body .wall-directory-card.wall-is-blocked .wall-blocked-copy small{margin-top:1px!important;color:#cbd5e1!important;font-size:9px!important;line-height:1.15!important;text-shadow:0 2px 6px rgba(2,8,23,.95)!important}html body .wall-directory-card.wall-is-locked .wall-blocked-status-locked .wall-blocked-icon{color:#f8fafc!important;background:transparent!important;border:0!important}html body .wall-directory-card.wall-is-frozen .wall-blocked-status-frozen .wall-blocked-icon{color:#bae6fd!important;background:transparent!important;border:0!important}@media (max-width: 767.98px){.modal .modal-dialog:not(.modal-fullscreen){padding:0!important}}@media screen and (min-width: 576px){.auth-width{max-width:500px;padding-left:20px!important;padding-right:20px!important}}.auth-tabs-container{margin-top:20px;margin-left:20px;margin-right:20px;background-color:var(--bs-body-bg);padding:5px!important}.menu-vertical .app-brand{padding-left:0!important}html[data-ui-theme=dark] body .legal-page,html[data-ui-theme=dark] body .legal-page-header,html[data-ui-theme=dark] body .legal-page-content,html[data-ui-theme=dark] body .legal-page-content>section.card,html[data-ui-theme=dark] body .legal-page-content>section.card .card-body{background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important}html[data-ui-theme=dark] body .legal-page-content>section.card{border:0!important;border-top:1px solid #29364a!important}html[data-ui-theme=dark] body .legal-page-content>section.card:last-child{border-bottom:1px solid #29364a!important}html[data-ui-theme=dark] body .legal-page-header h1,html[data-ui-theme=dark] body .legal-page-content h2,html[data-ui-theme=dark] body .legal-page-content h2.text-white{color:#f1f5f9!important;-webkit-text-fill-color:#f1f5f9!important}html[data-ui-theme=dark] body .legal-page-header p,html[data-ui-theme=dark] body .legal-page-content p,html[data-ui-theme=dark] body .legal-page-content p.small,html[data-ui-theme=dark] body .legal-page-content ul,html[data-ui-theme=dark] body .legal-page-content li{color:#9eabc0!important;-webkit-text-fill-color:#9eabc0!important}html[data-ui-theme=dark] body .legal-page-content strong{color:#dce5f1!important;-webkit-text-fill-color:#dce5f1!important}html body .wall-directory-card{position:relative!important;overflow:hidden!important}html body .wall-directory-card>.card-header{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:4!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;pointer-events:none!important}html body .wall-directory-card .wall-card-badge{position:absolute!important;top:12px!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;min-height:23px!important;margin:0!important;padding:4px 10px!important;border-radius:999px!important;font-size:10px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;box-shadow:none!important}html body .wall-directory-card .wall-type-badge{display:none!important}html body .wall-directory-card .wall-bonus-badge{right:12px!important;left:auto!important;color:#fff!important;background:linear-gradient(135deg,#168cff,#06c5ee)!important;border:1px solid rgba(103,222,255,.7)!important;box-shadow:0 5px 14px #06b6f03d!important}html body .wall-directory-grid{padding-top:10px!important;padding-bottom:12px!important}html body .wall-directory-card.wall-is-blocked{background:#152033!important;border-color:#30415b!important}html body .wall-directory-card .wall-blocked-logo{-webkit-filter:grayscale(.45) saturate(.55)!important;filter:grayscale(.45) saturate(.55)!important;opacity:.28!important}html body .wall-directory-card .wall-blocked-status{gap:8px!important;padding:8px 12px!important;color:#eef3fa!important;background:#0a121fd6!important;border:1px solid rgba(148,163,184,.18)!important;outline:0!important;border-radius:12px!important;box-shadow:0 8px 18px #0208173d!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}html body .wall-directory-card .wall-blocked-icon{width:28px!important;height:28px!important;-ms-flex-preferred-size:28px!important;flex-basis:28px!important;color:#a9b9d0!important;background:#1b2a40!important;border:1px solid #354967!important;border-radius:50%!important;font-size:12px!important}html body .wall-directory-card .wall-blocked-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}html body .wall-directory-card .wall-blocked-status-locked .wall-blocked-icon{color:#f6bd4b!important;background:#f5b4201a!important;border-color:#f5b42047!important}html body .wall-directory-card .wall-blocked-status-frozen .wall-blocked-icon{color:#72c7ff!important;background:#38bdf81a!important;border-color:#38bdf845!important}html body .wall-directory-card .wall-blocked-copy strong{color:#f4f7fb!important;font-size:12px!important;font-weight:800!important}html body .wall-directory-card .wall-blocked-copy small{margin-top:2px!important;color:#91a1b7!important;font-size:9px!important;font-weight:600!important}html body .wall-directory-card.wall-is-locked{border-color:#30415b!important;isolation:isolate!important}html body .wall-directory-card.wall-is-locked .wall-blocked-status{z-index:7!important;top:50%!important}html body .wall-directory-card.wall-is-locked .wall-blocked-logo{opacity:.3!important;-webkit-filter:grayscale(.45) saturate(.55)!important;filter:grayscale(.45) saturate(.55)!important}html body .wall-directory-card.wall-is-frozen{isolation:isolate!important;overflow:hidden!important;border-color:#5ba9d280!important;background:#152033!important;box-shadow:inset 0 0 24px #38bdf812!important}html body .wall-directory-card.wall-is-frozen .wall-blocked-logo{opacity:.34!important;-webkit-filter:grayscale(.18) saturate(.58) brightness(1.18) contrast(.82) blur(.35px)!important;filter:grayscale(.18) saturate(.58) brightness(1.18) contrast(.82) blur(.35px)!important}html body .wall-directory-card.wall-is-frozen:before{content:none!important;position:absolute!important;z-index:4!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;opacity:.92!important;background:radial-gradient(circle at 9% 18%,rgba(255,255,255,.92) 0 2px,rgba(179,224,239,.66) 3px 5px,transparent 6px),radial-gradient(circle at 20% 77%,rgba(255,255,255,.78) 0 3px,rgba(154,210,230,.62) 4px 7px,transparent 8px),radial-gradient(circle at 39% 22%,rgba(255,255,255,.86) 0 2px,rgba(169,218,235,.58) 3px 6px,transparent 7px),radial-gradient(circle at 57% 70%,rgba(255,255,255,.82) 0 3px,rgba(151,205,226,.64) 4px 8px,transparent 9px),radial-gradient(circle at 76% 28%,rgba(255,255,255,.9) 0 2px,rgba(166,217,234,.62) 3px 6px,transparent 7px),radial-gradient(circle at 91% 78%,rgba(255,255,255,.8) 0 3px,rgba(146,204,225,.6) 4px 7px,transparent 8px),radial-gradient(ellipse at 15% 8%,rgba(255,255,255,.75),transparent 30%),radial-gradient(ellipse at 88% 94%,rgba(224,247,253,.72),transparent 35%),linear-gradient(118deg,#ffffff8a,#b2deed42 35%,#f0fcff94 58%,#73b4cf4d)!important;background-size:67px 59px,89px 73px,73px 83px,101px 89px,79px 69px,97px 81px,100% 100%,100% 100%,100% 100%!important;backdrop-filter:blur(1.2px) saturate(.55)!important;-webkit-backdrop-filter:blur(1.2px) saturate(.55)!important}html body .wall-directory-card.wall-is-frozen:after{content:none!important;position:absolute!important;z-index:5!important;top:3px!important;right:3px!important;bottom:3px!important;left:3px!important;pointer-events:none!important;border:2px solid rgba(240,252,255,.68)!important;border-radius:inherit!important;background:linear-gradient(132deg,transparent 0 18%,rgba(255,255,255,.38) 18.5% 19%,transparent 19.5% 62%,rgba(218,245,252,.36) 62.5% 63%,transparent 63.5%),linear-gradient(38deg,transparent 0 34%,rgba(255,255,255,.3) 34.5% 35%,transparent 35.5%)!important;box-shadow:inset 0 0 18px #ffffffa3,inset 0 0 42px #59a6c54d!important}html body .wall-directory-card.wall-is-frozen .wall-blocked-status{z-index:7!important;text-shadow:none!important}html body #offerPreConfirmModal{--bs-modal-bg: #111b2b;--bs-modal-border-color: #30425c;--bs-modal-color: #e8eef8}html body #offerPreConfirmModal .offer-preconfirm-dialog{width:calc(100% - 28px);max-width:540px;margin-right:auto;margin-left:auto}html body #offerPreConfirmModal .offer-preconfirm-content{overflow:hidden;color:#e8eef8!important;background:#111b2b!important;border:1px solid #30425c!important;border-radius:20px!important;box-shadow:0 28px 75px #0000008c!important}html body #offerPreConfirmModal .modal-header{-ms-flex-align:center;align-items:center;padding:18px 20px!important;background:linear-gradient(135deg,#19273b,#142033)!important;border-bottom:1px solid #30425c!important}html body #offerPreConfirmModal .offer-preconfirm-heading{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-align:center;align-items:center;gap:12px;text-align:left}html body #offerPreConfirmModal .offer-preconfirm-icon{display:grid;width:40px;height:40px;-ms-flex:0 0 40px;flex:0 0 40px;place-items:center;color:#fbbf24;background:#f59e0b1f;border:1px solid rgba(251,191,36,.28);border-radius:12px}html body #offerPreConfirmModal .offer-preconfirm-heading small{display:block;margin-bottom:2px;color:#fbbf24!important;font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}html body #offerPreConfirmModal .modal-title{margin:0;color:#f8fafc!important;font-size:17px;font-weight:800;line-height:1.25}html body #offerPreConfirmModal .offer-preconfirm-close{display:grid;width:36px;height:36px;-ms-flex:0 0 36px;flex:0 0 36px;margin-left:12px;padding:0;place-items:center;color:#dce7f5;background:#223047;border:1px solid #40536f;border-radius:11px;font-size:16px;transition:color .18s ease,background .18s ease,border-color .18s ease,-webkit-transform .18s ease;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,-webkit-transform .18s ease}html body #offerPreConfirmModal .offer-preconfirm-close:hover{color:#fff;background:#2c3c55;border-color:#607796;-webkit-transform:translateY(-1px);transform:translateY(-1px)}html body #offerPreConfirmModal .modal-body{padding:22px 22px 20px!important;color:#cbd5e1!important;background:#0f1928!important}html body #offerPreConfirmModal .offer-preconfirm-image-wrap{margin-bottom:17px;padding:10px;background:#f8fafc;border:1px solid #33465f;border-radius:14px}html body #offerPreConfirmModal .offer-preconfirm-image-wrap img{display:block;width:100%;max-height:220px;-o-object-fit:contain;object-fit:contain;border-radius:9px}html body #offerPreConfirmModal .offer-preconfirm-message{padding:13px 15px;color:#f8d477!important;background:#f59e0b17;border:1px solid rgba(251,191,36,.22);border-radius:12px;font-size:14px;font-weight:650;line-height:1.55;white-space:pre-wrap}html body #offerPreConfirmModal .modal-footer{gap:9px;padding:14px 20px 18px!important;background:#111b2b!important;border-top:1px solid #30425c!important}html body #offerPreConfirmModal .modal-footer .btn{min-height:40px;margin:0;padding:8px 17px;border-radius:11px;font-size:13px;font-weight:750}html body #offerPreConfirmModal .btn-outline-secondary{color:#b9c6d8!important;background:transparent!important;border-color:#42536c!important}html body #offerPreConfirmModal .btn-outline-secondary:hover{color:#fff!important;background:#1d2a3e!important}html body #offerPreConfirmModal .btn-primary{color:#fff!important;background:linear-gradient(100deg,#55c8d2,#5275ff)!important;border:0!important;box-shadow:0 8px 20px #5275ff3d}@media (max-width: 575.98px){html body #offerPreConfirmModal .modal-header,html body #offerPreConfirmModal .modal-body,html body #offerPreConfirmModal .modal-footer{padding-right:16px!important;padding-left:16px!important}html body #offerPreConfirmModal .modal-title{font-size:15px}html body #offerPreConfirmModal .offer-preconfirm-icon{width:36px;height:36px;-ms-flex-preferred-size:36px;flex-basis:36px}}html body #offerPartnerModal{--bs-modal-bg: #111b2b;--bs-modal-border-color: #2b3b54;--bs-modal-color: #e8eef8}html body #offerPartnerModal .modal-dialog{width:min(1180px,calc(100vw - 40px))!important;max-width:1180px!important;margin:20px auto!important}html body #offerPartnerModal .modal-content{overflow:hidden!important;min-height:min(760px,calc(100vh - 40px))!important;max-height:calc(100vh - 40px)!important;color:#e8eef8!important;background:#111b2b!important;border:1px solid #2b3b54!important;border-radius:18px!important;box-shadow:0 30px 80px #00000094!important}html body #offerPartnerModal .modal-header{-ms-flex:0 0 auto!important;flex:0 0 auto!important;min-height:62px!important;padding:13px 16px 13px 20px!important;color:#f8fafc!important;background:#162235!important;border-bottom:1px solid #2b3b54!important}html body #offerPartnerModal .modal-title{color:#f8fafc!important;font-size:16px!important;font-weight:750!important;text-decoration:none!important}html body #offerPartnerModal .modal-title svg{color:#56b8ff!important}html body #offerPartnerModal .offerwall-close{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex:0 0 36px!important;flex:0 0 36px!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;border:1px solid #3a4a63!important;border-radius:50%!important;color:#dbe7f5!important;background:#202d41!important;opacity:1!important;box-shadow:none!important;cursor:pointer!important}html body #offerPartnerModal .offerwall-close span{display:block!important;margin-top:-2px!important;color:inherit!important;font-family:Arial,sans-serif!important;font-size:25px!important;font-weight:400!important;line-height:1!important}html body #offerPartnerModal .offerwall-close:hover{color:#fff!important;background:#34445d!important;border-color:#526580!important;-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}html body #offerPartnerModal .offerwall-close:focus-visible{outline:3px solid rgba(56,189,248,.28)!important;outline-offset:2px!important}html body #offerPartnerModal .modal-body{min-height:0!important;padding:12px!important;color:#aebbd0!important;background:#0c1523!important}html body #offerPartnerModal #iframeOffer,html body #offerPartnerModal #iframeOffer iframe{display:block;width:100%!important;border-radius:12px!important}html body #offerPartnerModal #spinner{padding:80px 20px!important}html body #offerPartnerModal #spinner .spinner-border{color:#38bdf8!important}html body #offerPartnerModal #spinner .text-secondary{color:#9cabbe!important}html body .modal-backdrop.show{opacity:.76!important;background:#020611!important}@media (max-width: 575.98px){html body #offerPartnerModal .modal-dialog{width:100%!important;max-width:none!important;margin:0!important}html body #offerPartnerModal .modal-content{min-height:100dvh!important;max-height:100dvh!important;border:0!important;border-radius:0!important}html body #offerPartnerModal .modal-header{min-height:58px!important;padding:11px 12px 11px 16px!important}html body #offerPartnerModal .modal-body{padding:8px!important}}html body .profile-main-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(310px,100%)!important}html body .ggg-notification-trigger{width:40px!important;height:40px!important;color:#9fb0c7!important;background:#131e2f!important;border:1px solid #30415b!important;border-radius:12px!important;box-shadow:inset 0 1px #ffffff09!important}html body .ggg-notification-trigger:hover,html body .ggg-notification-trigger[aria-expanded=true]{color:#fff!important;background:#1d2b41!important;border-color:#4b6b9b!important;box-shadow:0 0 0 3px #4080ff1a!important}html body .ggg-notification-bell{width:20px!important;height:20px!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:1.85!important;stroke-linecap:round!important;stroke-linejoin:round!important}html body .ggg-notification-dot{top:5px!important;right:5px!important;width:8px!important;height:8px!important;background:#ff4d5e!important;border:2px solid #131e2f!important;border-radius:50%!important;box-shadow:0 0 0 2px #ff4d5e1f,0 0 9px #ff4d5eb3!important}html body .ggg-dropdown>.ggg-notification-menu{width:420px!important;min-width:420px!important;max-width:calc(100vw - 24px)!important;max-height:min(560px,calc(100vh - 110px))!important;margin-top:10px!important;padding:0 8px 8px!important;overflow-x:hidden!important;overflow-y:auto!important;color:#dce7f5!important;background:#101b2c!important;border:1px solid #31425d!important;border-radius:16px!important;box-shadow:0 22px 55px #0000007a,0 0 0 1px #5c82be0d!important;scrollbar-color:#425574 transparent;scrollbar-width:thin}html body .ggg-notification-menu::-webkit-scrollbar{width:6px}html body .ggg-notification-menu::-webkit-scrollbar-track{background:transparent}html body .ggg-notification-menu::-webkit-scrollbar-thumb{background:#425574;border-radius:999px}html body .ggg-notification-head{position:-webkit-sticky;position:sticky;z-index:3;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;gap:10px;min-height:96px;margin:0 -8px 8px;padding:12px 16px!important;background:#101b2cf7!important;border-bottom:1px solid #2a3a53!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html body .ggg-notification-head-main{display:-ms-flexbox;display:flex;min-width:0;-ms-flex-align:center;align-items:center;gap:10px}html body .ggg-notification-head-icon{display:grid;-ms-flex:0 0 36px;flex:0 0 36px;width:36px;height:36px;color:#8daeff;background:#4f7cff21;border:1px solid rgba(105,145,255,.24);border-radius:11px;place-items:center}html body .ggg-notification-heading,html body .ggg-notification-count{display:block}html body .ggg-notification-heading{color:#f5f8fd!important;font-size:15px!important;font-weight:800!important;line-height:1.25}html body .ggg-notification-count{margin-top:2px;color:#7f90a9;font-size:10px;font-weight:600}html body .ggg-notification-read-all{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:5px;padding:7px 9px;color:#9db7ff!important;background:#4f7cff14;border:1px solid rgba(105,145,255,.18);border-radius:9px;font-size:10px!important;font-weight:700;text-decoration:none!important;transition:.18s ease}html body .ggg-notification-read-all:hover{color:#fff!important;background:#4f7cff2e;border-color:#6991ff66}html body .ggg-notification-item{position:relative;margin:7px 0;padding:13px!important;cursor:pointer;background:#152237!important;border:1px solid #2a3b56!important;border-radius:13px!important;transition:border-color .18s ease,background .18s ease,-webkit-transform .18s ease!important;transition:border-color .18s ease,background .18s ease,transform .18s ease!important;transition:border-color .18s ease,background .18s ease,transform .18s ease,-webkit-transform .18s ease!important}html body .ggg-notification-item:hover{background:#192942!important;border-color:#405779!important;-webkit-transform:translateY(-1px);transform:translateY(-1px)}html body .ggg-notification-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;-ms-flex-align:start;align-items:start;gap:11px}html body .ggg-notification-icon{display:grid;width:38px;height:38px;margin-top:1px;color:#79a1ff;background:#4f7cff24;border:1px solid rgba(105,145,255,.2);border-radius:11px;place-items:center}html body .ggg-notification-item.is-success .ggg-notification-icon{color:#37dba8;background:#23cd991f;border-color:#23cd9938}html body .ggg-notification-item.is-danger .ggg-notification-icon{color:#ff6574;background:#ff4d5e1f;border-color:#ff4d5e3d}html body .ggg-notification-item.is-warning .ggg-notification-icon{color:#ffc14a;background:#f5b4201f;border-color:#f5b42038}html body .ggg-notification-content{min-width:0}html body .ggg-notification-title{margin-bottom:4px;overflow-wrap:anywhere;color:#f3f7fc!important;font-size:13px!important;font-weight:800!important;line-height:1.3}html body .ggg-notification-message{overflow-wrap:anywhere;color:#b2c0d4!important;font-size:11px!important;font-weight:500;line-height:1.5!important}html body .ggg-notification-time{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;margin-top:8px!important;color:#7e9ee8!important;font-size:10px!important;font-weight:700}html body .ggg-notification-arrow{-ms-flex-item-align:center;align-self:center;color:#62738d;font-size:10px}html body .ggg-notification-negative{color:#ff6574!important;font-weight:800}html body .ggg-notification-empty{display:-ms-flexbox;display:flex;min-height:210px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;padding:30px 18px!important;text-align:center}html body .ggg-notification-empty>span{display:grid;width:52px;height:52px;margin-bottom:12px;color:#8294ae;background:#162338;border:1px solid #2d405d;border-radius:15px;place-items:center}html body .ggg-notification-empty strong{color:#edf3fb;font-size:14px}html body .ggg-notification-empty small{margin-top:5px;color:#8291a8;font-size:11px}@media (max-width: 480px){html body .ggg-dropdown>.ggg-notification-menu{width:calc(100vw - 24px)!important;min-width:0!important}}html body .theme-modal-close{display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;-ms-flex:0 0 34px!important;flex:0 0 34px!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;color:#dce7f5!important;background:#202d41!important;border:1px solid #3a4a63!important;border-radius:10px!important;box-shadow:none!important;cursor:pointer!important}html body .theme-modal-close span{margin-top:-2px!important;color:inherit!important;font:400 24px/1 Arial,sans-serif!important}html body .theme-modal-close:hover{color:#fff!important;background:#2b3c55!important;border-color:#557098!important}html body #activityModal .modal-dialog{width:min(720px,calc(100vw - 32px))!important;max-width:720px!important;margin-right:auto!important;margin-left:auto!important}html body #activityModal .modal-content{overflow:hidden!important;color:#dce5f1!important;background:#0f1928!important;border:1px solid #30415a!important;border-radius:22px!important;box-shadow:0 34px 100px #000000ad,0 0 0 1px #4f7cff14!important}html body #activityModal .modal-header{position:relative!important;display:block!important;padding:24px 70px 24px 28px!important;background:radial-gradient(circle at 14% 0%,rgba(79,124,255,.18),transparent 36%),linear-gradient(145deg,#19263a,#121d2e)!important;border-bottom:1px solid #2b3b54!important}html body #activityModal .theme-modal-close{position:absolute!important;top:17px!important;right:17px!important}html body #activityModal .activity-profile-hero{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:22px}html body #activityModal .activity-avatar-wrap{position:relative;-ms-flex:0 0 104px;flex:0 0 104px;padding-bottom:10px}html body #activityModal .activity-avatar-ring{display:grid;width:104px;height:104px;padding:4px;place-items:center;border-radius:50%;box-shadow:0 12px 32px #00000052}html body #activityModal .activity-avatar-ring img{width:96px!important;height:96px!important;-o-object-fit:cover;object-fit:cover;background:#101a29;border:4px solid #101a29;border-radius:50%}html body #activityModal .activity-level-badge{position:absolute;right:50%;bottom:0;min-width:60px;padding:4px 9px;color:#eaf0ff;font-size:10px;font-weight:800;line-height:1;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#4775ff,#7357ef);border:2px solid #172338;border-radius:999px;box-shadow:0 5px 14px #4263eb59;-webkit-transform:translateX(50%);transform:translate(50%)}html body #activityModal .activity-profile-copy{min-width:0}html body #activityModal .activity-eyebrow{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:7px;color:#7ea2ff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}html body #activityModal .activity-eyebrow i{color:#2ed8a3}html body #activityModal .activity-profile-copy h2{margin:0 0 7px;overflow:hidden;color:#f7f9fd!important;font-size:clamp(23px,4vw,31px);font-weight:800;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}html body #activityModal .activity-profile-copy p{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:7px;margin:0;color:#9eabc0;font-size:12px}html body #activityModal .modal-body{padding:22px 28px 26px!important;background:#0f1928!important}html body #activityModal .activity-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}html body #activityModal .activity-stat-card{display:grid;grid-template-columns:40px minmax(0,1fr);min-width:0;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;min-height:70px;padding:12px 16px;background:linear-gradient(145deg,#162337,#131f31);border:1px solid #293b56;border-radius:14px}html body #activityModal .activity-stat-card>.activity-stat-icon{display:grid;position:static;grid-column:1;grid-row:1;width:40px;height:40px;margin:0;align-self:center;justify-self:center;-webkit-transform:none;transform:none;color:#7ea2ff;background:#4f7cff21;border:1px solid rgba(79,124,255,.22);border-radius:11px;place-items:center}html body #activityModal .activity-stat-card>.activity-stat-icon.gold{background:#f5b4201a;border-color:#f5b42033}html body #activityModal .activity-stat-card>.activity-stat-icon.green{color:#3cdaa8;background:#2ed8a31a;border-color:#2ed8a333}html body #activityModal .activity-stat-icon img{width:18px!important;height:18px!important}html body #activityModal .activity-stat-card strong,html body #activityModal .activity-stat-card span{display:block}html body #activityModal .activity-stat-card>div{grid-column:2;grid-row:1;min-width:0;align-self:center}html body #activityModal .activity-stat-card strong{overflow:hidden;color:#f7f9fd;font-size:17px;font-weight:800;text-overflow:ellipsis}html body #activityModal .activity-stat-card>div>span{overflow:hidden;color:#92a1b7;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}html body #activityModal .activity-section-head,html body #activityModal .activity-section-head>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}html body #activityModal .activity-section-head{-ms-flex-pack:justify;justify-content:space-between;gap:14px;margin-bottom:12px}html body #activityModal .activity-section-head>div{gap:10px}html body #activityModal .activity-section-icon{display:grid;width:34px;height:34px;color:#86a7ff;background:#192946;border:1px solid #30466c;border-radius:10px;place-items:center}html body #activityModal .activity-section-head h3{margin:0 0 2px;color:#f4f7fb;font-size:15px;font-weight:800}html body #activityModal .activity-section-head p{margin:0;color:#8594aa;font-size:10px}html body #activityModal .activity-count{padding:5px 9px;color:#94a8c5;font-size:10px;font-weight:700;background:#162235;border:1px solid #293b56;border-radius:999px}html body #activityModal .activity-table-shell{overflow:hidden;background:#121e2f;border:1px solid #293b56;border-radius:14px}html body #activityModal .table-responsive,html body #activityModal table,html body #activityModal thead,html body #activityModal tbody,html body #activityModal tr,html body #activityModal th,html body #activityModal td{color:#cbd6e5!important;background:transparent!important}html body #activityModal .activity-table{min-width:510px;margin:0!important}html body #activityModal .activity-table th{padding:11px 14px!important;color:#7f91ad!important;font-size:9px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase!important;background:#162338!important;border-bottom:1px solid #2d405d!important}html body #activityModal .activity-table th:last-child,html body #activityModal .activity-table td:last-child{text-align:right}html body #activityModal .activity-table td{padding:9px 14px!important;vertical-align:middle;border-bottom:1px solid #24344c!important}html body #activityModal .activity-table tbody tr:last-child td{border-bottom:0!important}html body #activityModal .activity-table tbody tr:hover{background:#4f7cff0b!important}html body #activityModal .activity-offer-cell{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:9px}html body #activityModal .activity-offer-image{display:grid;-ms-flex:0 0 34px;flex:0 0 34px;width:34px!important;height:34px!important;-o-object-fit:cover;object-fit:cover;border:1px solid #324766;border-radius:10px;place-items:center}html body #activityModal .activity-offer-placeholder{color:#ff365f;background:#ff265b21;border-color:#ff365f2e}html body #activityModal .activity-time{color:#91a0b5!important;font-size:11px;white-space:nowrap}html body #activityModal .activity-reward-points{display:-ms-inline-flexbox;display:inline-flex;min-width:106px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;padding:7px 10px;color:#ffc247!important;-webkit-text-fill-color:#ffc247!important;line-height:1;background:linear-gradient(135deg,#f59e0b24,#f5b42012);border:1px solid rgba(245,180,32,.38);border-radius:999px;box-shadow:inset 0 1px #ffffff0a}html body #activityModal .activity-reward-points img{display:block;-ms-flex:0 0 14px;flex:0 0 14px;width:14px!important;height:14px!important}html body #activityModal .activity-reward-points strong{color:#ffc247!important;-webkit-text-fill-color:#ffc247!important;font-size:13px!important;font-weight:800!important}html body #activityModal .activity-reward-points small{color:#d3a543!important;-webkit-text-fill-color:#d3a543!important;font-size:9px!important;font-weight:700}html body #activityModal .activity-pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:16px}html body #activityModal .activity-pagination nav{margin:0}html body #activityModal .activity-pagination .page-link{min-width:36px;height:36px;margin:0 3px;padding:0 9px;color:#aebbd0!important;font-size:12px;font-weight:700;line-height:34px;text-align:center;background:#162235!important;border:1px solid #30415a!important;border-radius:10px!important}html body #activityModal .activity-pagination .page-item.active .page-link{color:#fff!important;background:linear-gradient(135deg,#4775ff,#665cf0)!important;border-color:#5278f3!important;box-shadow:0 7px 18px #4775ff42}html body #activityModal .activity-pagination .page-item.disabled .page-link{color:#526078!important;opacity:.55}html body #activityModal .activity-empty,html body #activityModal .activity-private-state{display:-ms-flexbox;display:flex;min-height:150px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;color:#75859d;text-align:center}html body #activityModal .activity-empty i,html body #activityModal .activity-private-state>span{display:grid;width:44px;height:44px;margin-bottom:10px;color:#7ea2ff;background:#192946;border:1px solid #30466c;border-radius:13px;place-items:center}html body #activityModal .activity-empty strong,html body #activityModal .activity-private-state h3{margin:0 0 4px;color:#eef3fb;font-size:15px}html body #activityModal .activity-empty span,html body #activityModal .activity-private-state p{margin:0;color:#8392a9;font-size:11px}html body #activityModal .modal-body::-webkit-scrollbar{width:7px}html body #activityModal .modal-body::-webkit-scrollbar-track{background:#0e1724}html body #activityModal .modal-body::-webkit-scrollbar-thumb{background:#344966;border-radius:999px}@media (max-width: 575.98px){html body #activityModal .modal-content{border-radius:0!important}html body #activityModal .modal-header{padding:22px 56px 20px 20px!important}html body #activityModal .activity-profile-hero{gap:15px}html body #activityModal .activity-avatar-wrap{-ms-flex-preferred-size:82px;flex-basis:82px}html body #activityModal .activity-avatar-ring{width:82px;height:82px}html body #activityModal .activity-avatar-ring img{width:74px!important;height:74px!important}html body #activityModal .modal-body{padding:18px 16px 24px!important}html body #activityModal .activity-stats-grid{grid-template-columns:1fr}}html body #holdModal .modal-dialog,html body #shopModal .modal-dialog{width:min(520px,calc(100vw - 32px))!important;max-width:520px!important}html body #holdModal .modal-content,html body #shopModal .modal-content{overflow:hidden!important;max-height:calc(100dvh - 28px)!important;color:#dce5f1!important;background:#111b2b!important;border:1px solid #30415a!important;border-radius:20px!important;box-shadow:0 30px 90px #00000094!important}html body #holdModal .modal-header,html body #shopModal .modal-header{min-height:64px!important;padding:14px 18px!important;background:#162235!important;border-bottom:1px solid #2b3b54!important}html body #holdModal .modal-title,html body #shopModal .modal-title{color:#f8fafc!important;font-size:17px!important;font-weight:800!important}html body #holdModal .modal-body,html body #shopModal .modal-body,html body #shopModal .cashout-modal-body{padding:20px!important;overflow-x:hidden!important;overflow-y:auto!important;color:#afbdd0!important;background:#111b2b!important}html body #holdModal .modal-body .surface-card{padding:15px!important;color:#dce5f1!important;background:#17243a!important;border:1px solid #2d405d!important;border-radius:13px!important;box-shadow:none!important}html body #holdModal .modal-body .surface-card [style*="color: var(--text-primary)"]{color:#f5f8fc!important}html body #holdModal .modal-body .surface-card small,html body #holdModal .modal-body [style*="color: var(--text-muted)"]{color:#91a1b8!important}html body #shopModal .cashout-price-card,html body #shopModal .card{min-height:48px!important;margin-bottom:9px!important;color:#dce5f1!important;background:#18253a!important;border:1px solid #30425e!important;border-radius:12px!important;box-shadow:none!important}html body #shopModal .cashout-price-card .card-body,html body #shopModal .cashout-price-card .card-body>div,html body #shopModal .cashout-price-card .card-body>div>div{color:#edf3fb!important;background:transparent!important;background-color:transparent!important}html body #shopModal .cashout-price-card .card-body{padding:10px 13px!important}html body #shopModal .cashout-price-card span,html body #shopModal .cashout-price-card .h6,html body #shopModal .cashout-price-card .fw-bold{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;opacity:1!important}html body #shopModal .cashout-price-card:hover{background:#1d2d45!important;border-color:#55739f!important}html body #shopModal .cashout-price-card.is-selected{background:#1d3151!important;border-color:#5d83ff!important;box-shadow:0 0 0 3px #5d83ff21!important}html body #shopModal .form-label,html body #shopModal .text-body{color:#aebcd0!important}html body #shopModal .form-control{min-height:47px!important;color:#f8fafc!important;background:#0d1726!important;border:1px solid #344862!important;border-radius:11px!important;box-shadow:none!important}html body #shopModal .form-control:focus{background:#0d1726!important;border-color:#6283ff!important;box-shadow:0 0 0 3px #6283ff24!important}html body #shopModal .cashout-summary{margin:8px 0 3px!important;padding:12px 14px!important;background:#0e1929!important;border:1px solid #273a55!important;border-radius:12px!important}html body #shopModal .cashout-summary .fw-bold,html body #shopModal .cashout-summary .fw-bold span,html body #shopModal .text-white{color:#f8fafc!important}html body #shopModal .cashout-hold-note{margin-top:10px!important;padding:10px 12px!important;color:#fff!important;background:#f7b95514!important;border:1px solid rgba(247,185,85,.2)!important;border-radius:10px!important}html body #shopModal .cashout-hold-note span{color:#fff!important}html body #shopModal .alert{color:#ffd386!important;background:#f5a6231a!important;border-color:#f5a62340!important}html body #shopModal .cashout-submit{position:-webkit-sticky!important;position:sticky!important;bottom:0!important;z-index:3!important;min-height:47px!important;margin-top:14px!important;color:#fff!important;background:linear-gradient(135deg,#4268ef,#5f7ff5)!important;border:0!important;border-radius:11px!important;box-shadow:0 10px 25px #4268ef40!important}html body #shopModal .cashout-submit:before{content:""!important;position:absolute!important;right:-2px!important;bottom:-12px!important;left:-2px!important;height:12px!important;background:#111b2b!important}@media (max-width: 575.98px){html body #activityModal .modal-dialog,html body #holdModal .modal-dialog,html body #shopModal .modal-dialog{width:100%!important;max-width:none!important;margin:0!important}html body #activityModal .modal-content,html body #holdModal .modal-content,html body #shopModal .modal-content{min-height:100dvh!important;border:0!important;border-radius:0!important}}
