@-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}}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 38s linear infinite;animation:homeLogoMarquee 38s 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,2fr) repeat(3,minmax(140px,1fr));gap:54px;padding:32px 0 48px}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{margin-top:26px}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:wrap;flex-wrap:wrap;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:82px;-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:26px}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:1.5fr repeat(3,1fr);gap:28px}}@media (max-width: 767.98px){body .gain-site-footer{padding:0 20px 76px}body .gain-footer-main{grid-template-columns:repeat(2,1fr);padding-top:28px}body .gain-footer-brand{grid-column:1 / -1}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;gap:15px}}@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:30s;animation-duration:30s}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{max-width:126px;margin-right:4px!important;gap:6px!important;font-size:.875rem!important;overflow:hidden;white-space:nowrap}body .ggg-logo img{width:25px!important;height:25px!important;-ms-flex:0 0 25px;flex:0 0 25px}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{max-width:104px;font-size:.75rem!important}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 .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}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{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:20px;margin-right:25px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body #authModal .pill-tab,html[data-ui-theme=dark] body #authModal .pill-tab{position:relative;min-width:0!important;padding:9px 1px 10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#7a8699!important;box-shadow:none!important;font-size:14px!important;font-weight:600}body #authModal .pill-tab:after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:2px;border-radius:999px;background:#4f74f9;transition:left .2s ease,right .2s ease}body #authModal .pill-tab.active,html[data-ui-theme=dark] body #authModal .pill-tab.active{background:transparent!important;color:#4f74f9!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:#82a0ff!important}body #authModal .pill-tab.active:after{left:0;right:0}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}@media (max-width: 575.98px){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)}}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:40px!important;padding:0 10px!important;gap:8px;background:#f7f9fc!important;border-bottom:1px solid #e7ebf1!important}body .lct-live-badge{height:26px!important;padding:0 11px!important;background:#fff!important;border:1px solid #d8dee8!important;border-radius:999px!important;box-shadow:0 1px 3px #1018280f}body .lct-live-label{color:#172033!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:7px!important;padding:0 4px!important}body .lct-pill{height:30px!important;gap:7px!important;padding:3px 5px 3px 3px!important;background:linear-gradient(180deg,#174675,#10365f)!important;border:1px solid #285783!important;border-radius:9px!important;box-shadow:0 2px 5px #0f24432e,inset 0 1px #ffffff14}body .lct-pill:hover{background:linear-gradient(180deg,#1e568e,#164675)!important;border-color:#3f78ad!important;-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 4px 10px #0f24433d,inset 0 1px #ffffff1a}body .lct-avatar{width:22px!important;height:22px!important;border:2px solid rgba(255,255,255,.72)!important;box-shadow:0 0 0 1px #081a3059}body .lct-username{max-width:104px!important;color:#fff!important;font-weight:600!important;letter-spacing:-.01em}body .lct-amount{min-height:22px;padding:2px 7px!important;border:1px solid rgba(255,211,90,.18);border-radius:6px;background:#ffc62d1f!important;color:#ffd35a!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}@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 .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 .modal-body{padding:22px!important}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(340px,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}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-main p{margin:8px 0 24px;color:#7383c5;font-size:15px}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-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:490px}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{padding:20px!important;background:#121c2d!important}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{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{border-color:#5275ff;box-shadow:0 0 0 3px #5275ff2e}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 .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}}@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-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}}.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}}@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}
