:root{--primary-color:#7e22ce;--primary-hover:#6b21a8;--bg-color:#111113;--bg-light:#1c1c1f;--text-dark:#f9fafb;--text-light:#9ca3af;--border-color:#2a2a2e;--shadow-md:0 4px 12px #0000004d;--container-width:1140px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:radial-gradient(1200px 800px at 80% -10%,#7e22ce12,#7e22ce00 60%),radial-gradient(900px 700px at -10% 110%,#7e22ce14,#7e22ce00 55%),linear-gradient(#1c1c1f 0%,#111113 100%);background-repeat:no-repeat;background-attachment:fixed,fixed,fixed;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}h1,h2,h3{margin-top:0;margin-bottom:1rem;font-weight:700;line-height:1.2}h1{letter-spacing:-1.5px;font-size:3.5rem}h2{letter-spacing:-.5px;font-size:2.5rem}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-light);margin-top:0;margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.nav-button-primary,.cta-button-primary{background-color:var(--primary-color);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.nav-button-primary:hover,.cta-button-primary:hover{background-color:var(--primary-hover);color:#fff;transform:translateY(-2px)}.nav-button-secondary,.cta-button-secondary{color:var(--text-dark);background-color:#0000;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .3s;display:inline-block}.nav-button-secondary:hover,.cta-button-secondary:hover{background-color:var(--bg-light);color:var(--text-dark)}.cta-large{padding:1rem 2rem;font-size:1.1rem}.navbar{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0;transition:background-color .3s,border-color .3s;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-dark);font-size:1.75rem;font-weight:700;text-decoration:none;transition:color .3s}.navbar nav ul{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.navbar nav a{color:var(--text-dark);align-items:center;padding:.75rem;font-weight:600;line-height:1;transition:color .3s;display:inline-flex}.navbar nav a.nav-button-primary{color:#fff;margin-left:.5rem;padding:.75rem 1.5rem;transition:background-color .2s,transform .2s}.navbar nav a.nav-button-secondary{padding:.75rem 1.5rem;transition:background-color .2s,color .3s}.hero{padding:3rem 0 4rem}.hero .container{justify-content:space-between;align-items:center;gap:3rem;display:flex}.hero-content{flex:1;min-width:0}.hero .subtitle{max-width:600px;margin-bottom:2rem;font-size:1.25rem}.hero .hero-cta{justify-content:flex-start;gap:1rem;display:flex}.hero .hero-chat-demo{background-color:var(--bg-light);border:2px solid var(--border-color);width:100%;height:800px;box-shadow:0 0 20px #7e22ce40, var(--shadow-md);border-radius:12px;flex-shrink:0;flex-basis:500px;transition:opacity .5s ease-out,transform .5s ease-out,box-shadow .5s,border-color .5s,background-color .5s;overflow:hidden}.hero .hero-chat-demo:hover{border-color:var(--primary-color);background-color:#26262a;transform:translateY(-5px);box-shadow:0 0 35px #7e22ce66,0 8px 25px #0006}.hero .hero-chat-demo iframe{border:none;width:100%;height:100%}.hero-platforms{text-align:center;background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:5px;margin-top:5rem;padding:1rem;transition:background-color .3s,border-color .3s}.hero-platforms span{text-transform:uppercase;color:var(--text-light);letter-spacing:.5px;font-size:.9rem;font-weight:600}.hero-platforms .platform-icons{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.platform-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.hero-platforms .platform-icons .platform-row:first-child{gap:2rem}.hero-platforms .platform-icons .platform-icon-wrapper>img{width:116px;height:58px;transition:transform .2s}.hero-platforms .platform-icons .platform-icon-wrapper>img:hover{transform:translateY(-4px)}.hero-platforms .platform-icon-wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:32px;display:flex;position:relative}.features{text-align:center;padding:6rem 0}.features .section-subtitle{max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.feature-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background-color:var(--bg-light);border:1px solid var(--border-color);opacity:0;border-radius:12px;padding:2rem;transition:opacity .5s ease-out,transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .3s,border-color .3s;transform:translateY(20px)}.feature-card.is-visible{opacity:1;transform:translateY(0)}.feature-card.is-visible:hover{box-shadow:var(--shadow-md);transform:translateY(-8px)scale(1.03)}.feature-icon{width:48px;height:48px;color:var(--primary-color);margin-bottom:1rem}.cta-final{background-color:var(--bg-light);text-align:center;border-top:1px solid var(--border-color);padding:5rem 0;transition:background-color .3s,border-color .3s}.cta-final p{margin-bottom:2rem;font-size:1.25rem}.footer{text-align:center;border-top:1px solid var(--border-color);padding:3rem 0;transition:border-color .3s}.footer .container{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-light);font-weight:600;transition:color .3s}.footer-links a:hover{color:var(--text-dark)}.footer p{color:var(--text-light);margin:0;font-size:.9rem}.hero-content{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(20px)}.hero .hero-chat-demo{opacity:0;transform:translateY(20px)}.hero-content.is-visible,.hero .hero-chat-demo.is-visible{opacity:1;transform:translateY(0)}.hero .hero-chat-demo.is-visible:hover{transform:translateY(-5px)}@media (width<=768px){body{background-attachment:scroll,scroll,scroll}.container{padding-left:1rem;padding-right:1rem}.navbar{padding:.85rem 0}.logo{font-size:1.6rem}h1{letter-spacing:-.9px;text-wrap:balance;font-size:2.3rem}h2{font-size:2rem}.hero{padding:2.4rem 0 2.2rem}.hero .container{text-align:center;flex-direction:column;gap:2.2rem}.hero .subtitle{margin-bottom:1.6rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.hero .hero-cta{flex-wrap:wrap;justify-content:center;gap:.8rem}.hero-platforms{text-align:center;margin-top:2.4rem;padding:.9rem}.hero-platforms .platform-icons{justify-content:center;gap:.8rem;margin-top:1rem}.platform-row,.hero-platforms .platform-icons .platform-row:first-child{gap:.75rem}.hero .hero-chat-demo{flex-basis:auto;width:100%;height:420px;margin-top:2.25rem}.hero-platforms .platform-icons .platform-icon-wrapper>img{width:84px;height:42px}.features{padding:4.5rem 0}.features .section-subtitle{margin-bottom:2.2rem;font-size:1.05rem}.feature-grid{gap:1.25rem;margin-top:2rem}.feature-card{padding:1.5rem}.cta-final{padding:3.8rem 0}.cta-final p{margin-bottom:1.5rem;font-size:1.1rem}.navbar nav{display:none}}@media (width<=480px){.container{padding-left:.8rem;padding-right:.8rem}h1{letter-spacing:-.6px;font-size:2.05rem}h2{font-size:1.75rem}.hero .subtitle{font-size:1rem}.hero .hero-cta{flex-direction:column;align-items:stretch;width:100%;max-width:22rem;margin-left:auto;margin-right:auto}.hero .hero-cta .cta-button-primary,.hero .hero-cta .cta-button-secondary{text-align:center;width:100%;padding:.9rem 1rem}.hero .hero-cta .cta-button-secondary{border:1px solid var(--border-color);background-color:#ffffff0a}.hero-platforms{margin-top:2rem}.hero-platforms span{font-size:.82rem}.hero-platforms .platform-icons .platform-icon-wrapper>img{width:72px;height:36px}.hero .hero-chat-demo{height:340px;margin-top:1.7rem}.features{padding:4rem 0}.feature-grid{grid-template-columns:1fr}.feature-card{padding:1.25rem}.feature-icon{width:40px;height:40px}.footer{padding:2.2rem 0}.footer-links{flex-direction:column;gap:.65rem}}#scroll-progress{z-index:2000;background-image:linear-gradient(90deg,#7e22ce,#a78bfa);width:0%;height:3px;transition:width .1s linear;position:fixed;top:0;left:0;box-shadow:0 0 8px #7e22ce99}.navbar.is-scrolled{-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);background-color:#11111399;border-bottom-color:#ffffff0f}.navbar nav a.active{color:var(--primary-color)}.hero{position:relative}.hero #hero-canvas{z-index:0;pointer-events:none;opacity:.45;width:100%;height:100%;position:absolute;inset:0}.hero .container{z-index:1;position:relative}.hero h1 .accent{background:linear-gradient(90deg,#fff 0%,#c4b5fd 35%,#7e22ce 60%,#fff 100%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:8s ease-in-out infinite accent-shimmer}@keyframes accent-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.cta-button-primary,.nav-button-primary,.cta-button-secondary,.nav-button-secondary{position:relative;overflow:hidden}.ripple{pointer-events:none;background:radial-gradient(circle,#ffffff73 0%,#ffffff40 40%,#fff0 70%);border-radius:999px;width:180px;height:180px;animation:.6s ease-out ripple;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes ripple{to{opacity:0;transform:translate(-50%,-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.feature-card,.hero .hero-chat-demo,.hero-content{transition:none!important}.hero #hero-canvas{display:none}.ripple{animation:none}}.auth-hidden{display:none!important}.gift-page-body{min-height:100vh}#gift-page-loader,.is-direct-gift-loading .gift-page-body>:not(#gift-page-loader){display:none}.is-direct-gift-loading #gift-page-loader{justify-content:center;align-items:center;min-height:100vh;display:flex}.gift-page-loader-spinner{border:5px solid #fff3;border-top-color:#fff;border-radius:50%;width:48px;height:48px;animation:1s ease-in-out infinite gift-page-spin}@keyframes gift-page-spin{to{transform:rotate(360deg)}}.gift-navbar .logo{color:#fff}.gift-page-main{overflow:hidden}.gift-hero{background:radial-gradient(760px 430px at 18% 8%,#7e22ce47,#0000 68%),radial-gradient(640px 440px at 88% 38%,#f5c4511f,#0000 70%);padding:4.2rem 0 4.5rem;position:relative}.gift-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000b3,#0000 90%);mask-image:linear-gradient(#000000b3,#0000 90%)}.gift-hero .container{z-index:1;position:relative}.gift-hero-copy{max-width:980px;margin-bottom:2rem}.gift-card-kicker{color:#d8b4fe;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.78rem;font-weight:700}.gift-hero-copy h1{letter-spacing:-.045em;max-width:980px;margin-bottom:.5rem;font-size:clamp(2.6rem,5vw,4.2rem)}.gift-hero-copy p{color:#b5b5c0;max-width:670px;margin:0;font-size:1.08rem}.gift-purchase-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-template-areas:"checkout leaderboard""benefits leaderboard";align-items:start;gap:1.5rem;display:grid}.gift-page-body.is-gift-opted-out .gift-purchase-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"leaderboard"}.gift-page-body.is-gift-opted-out .gift-checkout-card,.gift-page-body.is-gift-opted-out .gift-benefits-card{display:none}.gift-page-body.is-gift-opted-out-empty{flex-direction:column;display:flex}.gift-page-body.is-gift-opted-out-empty .gift-page-main,.gift-page-body.is-gift-opted-out-empty .gift-hero{flex:1;display:flex}.gift-page-body.is-gift-opted-out-empty .gift-hero{align-items:center}.gift-page-body.is-gift-opted-out-empty .gift-hero .container{width:100%}.gift-page-body.is-gift-opted-out-empty .gift-hero-copy{text-align:center;max-width:940px;margin:0 auto}.gift-page-body.is-gift-opted-out-empty .gift-hero-copy h1{max-width:none;margin:0}.gift-page-body.is-gift-opted-out-empty .gift-purchase-layout{display:none}.gift-page-body.is-gift-unavailable{flex-direction:column;display:flex}.gift-page-body.is-gift-unavailable .gift-page-main,.gift-page-body.is-gift-unavailable .gift-hero{flex:1;display:flex}.gift-page-body.is-gift-unavailable .gift-hero{align-items:center}.gift-page-body.is-gift-unavailable .gift-hero .container{width:100%}.gift-page-body.is-gift-unavailable .gift-hero-copy{text-align:center;max-width:760px;margin:0 auto}.gift-page-body.is-gift-unavailable .gift-hero-copy h1{max-width:none}.gift-page-body.is-gift-unavailable .gift-hero-copy p{margin:0 auto}.gift-page-body.is-gift-unavailable .gift-purchase-layout{display:none}.gift-unavailable-actions{justify-content:center;gap:.75rem;margin-top:1.75rem;display:flex}.gift-unavailable-actions[hidden]{display:none}.gift-page-body.is-direct-gift .gift-hero-copy h1,.gift-page-body.is-random-gift .gift-hero-copy h1{margin-bottom:.18rem}.gift-page-body.is-random-gift .gift-hero-copy,.gift-page-body.is-random-gift .gift-hero-copy h1,.gift-page-body.is-random-gift .gift-hero-copy p{max-width:none}.gift-page-body.is-random-gift .gift-hero-copy h1,.gift-page-body.is-random-gift .gift-hero-copy p{white-space:nowrap}.gift-creator-name{color:#f6d785;text-shadow:0 0 24px #f6d78529}.gift-checkout-card,.gift-benefits-card{background:linear-gradient(145deg,#222227f5,#141417f5);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 22px 65px #00000052}.gift-checkout-card{grid-area:checkout;padding:1.45rem}.gift-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.15rem;display:flex}.gift-card-heading h2{letter-spacing:-.03em;margin:0;font-size:1.65rem}.gift-card-kicker{color:#f6d785;margin-bottom:.35rem}.gift-one-time-badge{color:#f6d785;background:#f6d78514;border:1px solid #f6d78542;border-radius:999px;flex:none;padding:.38rem .62rem;font-size:.72rem;font-weight:700}#premium-gift-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.gift-form-field{flex-direction:column;gap:.42rem;display:flex}.gift-form-field[hidden]{display:none}#gift-random-recipient-field[hidden]+.gift-form-field{grid-column:1/-1}.gift-form-field>span{color:#8f8f9c;font-size:.76rem}.gift-form-field label{color:#e8e8ed;font-size:.83rem;font-weight:600}.gift-form-field input,.gift-form-field select{color:#fff;width:100%;min-height:48px;font:inherit;background:#151518;border:1px solid #3c3c43;border-radius:10px;outline:none;padding:.72rem .82rem}.gift-form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23d4d4dc' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.75rem}.gift-form-field input:focus,.gift-form-field select:focus{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa1f}.gift-form-field input.is-invalid,.gift-form-field input.is-invalid:focus{background-color:#7f1d1d2e;border-color:#f87171;box-shadow:0 0 0 3px #f871711f}.gift-order-summary{background:#0003;border-radius:12px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;padding:.82rem .9rem;display:grid}.gift-order-summary>div{flex-direction:column;gap:.16rem;display:flex}.gift-order-summary span{color:#90909c;font-size:.76rem}.gift-order-summary strong{color:#fff;font-size:1.12rem}.gift-checkout-button{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:linear-gradient(115deg,#7e22ce,#9333ea);border:0;border-radius:11px;grid-column:1/-1;font-weight:700;transition:transform .18s,filter .18s,opacity .18s}.gift-checkout-button:not(:disabled):hover{filter:brightness(1.12);transform:translateY(-1px)}.gift-checkout-button:disabled{cursor:not-allowed;opacity:.56}.gift-checkout-note{grid-column:1/-1;margin:0}.gift-checkout-message{color:#ddd6fe;text-align:left;background:#7c3aed1f;border:1px solid #c4b5fd57;border-radius:10px;align-items:flex-start;gap:.65rem;margin:0 0 1rem;padding:.92rem 1rem;font-size:.9rem;font-weight:600;line-height:1.4;display:flex}.gift-checkout-message:before{content:"i";background:#c4b5fd33;border-radius:50%;flex:none;place-items:center;width:1.2rem;height:1.2rem;font-size:.76rem;line-height:1;display:grid}.gift-checkout-note{color:#b7b7c1;text-align:center;font-size:.76rem}.gift-purchase-acceptance{color:#b7b7c1;grid-column:1/-1;align-items:flex-start;gap:.6rem;font-size:.76rem;line-height:1.45;display:flex}.gift-purchase-acceptance input{accent-color:#9333ea;flex:none;margin-top:.18rem}.gift-purchase-acceptance a{color:#c4b5fd}.gift-checkout-message:empty{display:none}.gift-checkout-message.is-success{color:#bbf7d0;background:#16a34a24;border-color:#4ade806b}.gift-checkout-message.is-success:before{content:"✓";background:#4ade8033}.gift-checkout-message.is-error{color:#fecaca;background:#dc262633;border-width:2px;border-color:#f871719e;font-weight:700;box-shadow:0 0 0 4px #f871711a}.gift-checkout-message.is-error:before{content:"!";background:#f871713d}.gift-benefits-card{background:radial-gradient(420px 260px at 0 0,#f6d7851f,#0000 70%),linear-gradient(145deg,#1f1d19fa,#121214fa);grid-area:benefits;grid-template-columns:1fr;align-items:center;gap:1.25rem;padding:1.35rem 1.65rem;display:grid}.gift-benefits-heading{align-items:center;gap:1rem;display:flex}.gift-benefits-icon{color:#f6d785;background:#f6d7851a;border:1px solid #f6d78552;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.gift-benefits-icon svg{width:58%;height:58%}.gift-benefits-card h2{letter-spacing:-.025em;margin:0;font-size:1.25rem}.gift-benefits-card ul{color:#e8e8ed;flex-direction:column;gap:.72rem;margin:0;padding:0;list-style:none;display:flex}.gift-benefits-card li{padding-left:1.35rem;position:relative}.gift-benefits-card li:before{color:#f6d785;content:"✓";font-weight:700;position:absolute;left:0}.gift-benefits-card p{border-top:1px solid #ffffff14;margin:0;padding-top:1.15rem;font-size:.82rem}.gift-page-body.is-direct-gift .gift-benefits-card{gap:.82rem;padding:1.05rem 1.25rem}.gift-page-body.is-direct-gift .gift-benefits-heading{gap:.75rem}.gift-page-body.is-direct-gift .gift-benefits-icon{border-radius:10px;width:36px;height:36px}.gift-page-body.is-direct-gift .gift-benefits-card h2{font-size:1.12rem}.gift-page-body.is-direct-gift .gift-benefits-card ul{gap:.5rem;font-size:.9rem}.gift-page-body.is-direct-gift .gift-benefits-card p{padding-top:.75rem;font-size:.78rem}.gift-leaderboard-section{flex-direction:column;grid-area:leaderboard;align-self:stretch;min-width:0;display:flex}.gift-leaderboard-section[hidden]{display:none}.gift-leaderboard-heading{border-left:3px solid #a78bfa;flex-direction:column;align-items:stretch;gap:.3rem;margin-bottom:.65rem;padding:.1rem 0 .1rem .85rem;display:flex}.gift-leaderboard-heading h2{letter-spacing:-.03em;white-space:nowrap;max-width:none;margin:0;font-size:1.65rem}.gift-leaderboard-meta{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.7rem 1rem;min-width:0;display:flex}.gift-leaderboard-heading p{align-self:flex-start;margin:0;font-size:.86rem}.gift-leaderboard-tabs{border-bottom:1px solid #ffffff14;gap:.8rem;width:auto;margin-left:auto;padding:0;display:inline-flex}.gift-leaderboard-tabs button{color:#9d9da8;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;margin-bottom:-1px;padding:.3rem .1rem .36rem;font-size:.8rem;font-weight:600;transition:border-color .16s,color .16s}.gift-leaderboard-tabs button[aria-selected=true]{color:#e9d5ff;background:0 0;border-bottom-color:#a78bfa}.gift-leaderboard-board{background:linear-gradient(145deg,#7e22ce0e,#09090b1f);border:1px solid #a78bfa38;border-radius:14px;flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex}.gift-leaderboard-header,.gift-leaderboard-list li{grid-template-columns:64px minmax(0,1fr) 110px 90px;align-items:center;gap:1rem;display:grid}.gift-leaderboard-header{color:#777782;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #a78bfa33;padding:.68rem 1rem;font-size:.68rem;font-weight:700}.gift-leaderboard-header span:nth-child(n+3),.gift-leaderboard-list li>span:nth-child(n+3){text-align:right}.gift-leaderboard-list{gap:.55rem;margin:0;padding:.7rem 0 0;list-style:none;display:grid}.gift-leaderboard-list:empty{display:none}.gift-leaderboard-list li{background:linear-gradient(90deg,#ffffff0d,#ffffff05);border:1px solid #ffffff13;border-radius:12px;min-height:60px;padding:.75rem 1rem}.gift-leaderboard-list li>span:first-child{color:#c4b5fd;background:#a78bfa1a;border-radius:999px;place-items:center;width:2.15rem;height:2.15rem;font-weight:700;display:grid}.gift-leaderboard-list li strong{color:#f4f4f5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gift-leaderboard-list li>span:nth-child(n+3){color:#c4b5fd;font-variant-numeric:tabular-nums;font-weight:700}.gift-leaderboard-list li:first-child{background:linear-gradient(90deg,#f6d7851f,#f6d78506);border-color:#f6d78557}.gift-leaderboard-list li:first-child>span:first-child{color:#f6d785;background:#f6d78529}.gift-leaderboard-list li:nth-child(2){border-color:#cbd5e138}.gift-leaderboard-list li:nth-child(2)>span:first-child{color:#dbe4ef;background:#cbd5e11f}.gift-leaderboard-list li:nth-child(3){border-color:#cd8e603d}.gift-leaderboard-list li:nth-child(3)>span:first-child{color:#e9b58f;background:#cd8e601f}.gift-leaderboard-message{color:#aaa0b8;text-align:center;flex:1;place-items:center;min-height:7.5rem;padding:1.35rem;font-size:1rem;font-weight:600;display:grid}.gift-leaderboard-message:empty{display:none}.gift-global-hero-copy{max-width:none;margin-bottom:.65rem}.gift-global-hero-copy h1{white-space:nowrap;max-width:none;font-size:clamp(2.6rem,4.3vw,3.35rem)}.gift-global-hero-meta{justify-content:space-between;align-items:flex-end;gap:1rem;min-width:0;display:flex}.gift-global-hero-meta p{white-space:nowrap;max-width:none;transform:translateY(-.4rem)}.gift-global-hero-meta .gift-leaderboard-tabs{flex:none}.gift-global-leaderboard .gift-leaderboard-board{min-height:640px}.gift-global-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-bottom:.85rem;display:grid}.gift-global-stats article{background:linear-gradient(135deg,#7e22ce21,#18181bb8);border:1px solid #a78bfa33;border-radius:12px;align-items:center;gap:.75rem;min-width:0;padding:.72rem .9rem;display:flex}.gift-global-stats article:nth-child(2){background:linear-gradient(135deg,#f6d7851a,#18181bb8);border-color:#f6d78533}.gift-global-stats article>span{color:#d8b4fe;font-variant-numeric:tabular-nums;letter-spacing:-.04em;min-width:3.4rem;margin-left:.45rem;font-size:clamp(1.55rem,3vw,2.1rem);font-weight:700}.gift-global-stats article:nth-child(2)>span{color:#f6d785}.gift-global-stats article div{gap:.12rem;min-width:0;display:grid}.gift-global-stats article strong{color:#f4f4f5;font-size:.9rem}.gift-global-stats article small{color:#8f8f9c;font-size:.75rem}.gift-global-leaderboard .gift-leaderboard-list{align-content:start;min-height:32rem}.gift-global-leaderboard .gift-leaderboard-message{min-height:32rem}@media (hover:hover){.gift-leaderboard-tabs button:not([aria-selected=true]):hover{color:#d8b4fe;border-bottom-color:#a78bfa61}}@media (width<=1100px){.gift-global-hero-copy h1{white-space:normal}.gift-global-hero-meta{flex-wrap:wrap;align-items:flex-start}.gift-global-hero-meta p,.gift-page-body.is-random-gift .gift-hero-copy h1,.gift-page-body.is-random-gift .gift-hero-copy p{white-space:normal}.gift-global-hero-meta .gift-leaderboard-tabs{margin-left:0}}@media (width<=900px){.gift-hero{padding-top:3.8rem}.gift-purchase-layout{grid-template-columns:1fr;grid-template-areas:"checkout""benefits""leaderboard"}}@media (width<=560px){.gift-navbar nav ul li:first-child{display:none}.gift-navbar nav a.nav-button-primary,.gift-navbar nav a.nav-button-secondary{margin:0;padding:.65rem .85rem}.gift-hero-copy h1{font-size:2.6rem}.gift-checkout-card,.gift-benefits-card{border-radius:16px;padding:1.15rem}.gift-leaderboard-board{padding:.85rem}.gift-card-heading{flex-direction:column;align-items:flex-start}#premium-gift-form,.gift-order-summary{grid-template-columns:1fr}.gift-leaderboard-tabs{width:100%;margin-left:0}.gift-leaderboard-heading h2{white-space:normal}.gift-leaderboard-tabs button{flex:1}.gift-global-stats{grid-template-columns:1fr}.gift-leaderboard-header,.gift-leaderboard-list li{grid-template-columns:52px minmax(0,1fr) 65px;gap:.6rem}.gift-leaderboard-header span:nth-child(3),.gift-leaderboard-list li>span:nth-child(3){display:none}}#prochat-analytics-consent{z-index:2147483647;box-sizing:border-box;color:#f4f4f5;opacity:0;pointer-events:none;background:#17171b;border:1px solid #ffffff2e;border-radius:12px;width:min(430px,100vw - 2rem);padding:1rem;font:14px/1.45 Inter,system-ui,sans-serif;transition:opacity .18s,transform .18s;position:fixed;bottom:1rem;right:1rem;transform:translate(.85rem);box-shadow:0 18px 50px #00000073}#prochat-analytics-consent.show-prochat-analytics-consent{opacity:1;pointer-events:auto;transform:translate(0)}#prochat-analytics-consent p{margin:0 0 .85rem}#prochat-analytics-consent a{color:#c4b5fd}#prochat-analytics-consent-actions{justify-content:flex-end;gap:.55rem;display:flex}#prochat-analytics-consent button,#prochat-privacy-choices{color:#fff;cursor:pointer;background:#292930;border:1px solid #555565;border-radius:8px;padding:.55rem .8rem;font:600 13px/1.2 Inter,system-ui,sans-serif}#prochat-analytics-consent button#prochat-analytics-consent-accept{background:#7c3aed;border-color:#7c3aed}#prochat-privacy-choices{z-index:2147483646;opacity:.82;padding:.45rem .65rem;position:fixed;bottom:.75rem;right:.75rem}@media (width<=560px){#prochat-analytics-consent-actions{flex-direction:column-reverse;align-items:stretch}#prochat-analytics-consent button{width:100%}}
