*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{padding-top:40px;background-color:#010409;color:#e6edf3;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}p{line-height:1.65;margin:0}h1,h2,h3,h4,h5,h6{line-height:1.25;margin:0}a{line-height:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:rgba(255,193,7,.3);border-radius:3px}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px}.gold-text{color:#ffc107}.section-label{font-family:Plus Jakarta Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffc107;opacity:.8}.ticker-wrap{overflow:hidden;background:rgba(255,193,7,.06);border-top:1px solid rgba(255,193,7,.15);border-bottom:1px solid rgba(255,193,7,.15);padding:10px 0}.ticker-wrap .ticker-track{display:flex;gap:2.5rem;animation:tickerScroll 28s linear infinite;width:max-content}.ticker-wrap .ticker-item{display:flex;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;white-space:nowrap;color:#8b949e}.ticker-wrap .ticker-item .ticker-symbol{color:#e6edf3}.ticker-wrap .ticker-item .ticker-change.up{color:#3fb950}.ticker-wrap .ticker-item .ticker-change.down{color:#f85149}@keyframes tickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.top-bar{position:fixed;top:0;left:0;width:100%;height:40px;background-color:#ffc107;color:#000;justify-content:center;font-size:13px;font-weight:700;text-align:center;z-index:1000;padding:0 10px}.navbar,.top-bar{display:flex;align-items:center}.navbar{position:-webkit-sticky;position:sticky;top:40px;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(1,4,9,.85);border-bottom:1px solid rgba(255,193,7,.15);padding:0 clamp(1rem,5vw,4rem);height:64px;justify-content:space-between}.navbar .logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar .logo .logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#ffc107,#ff8f00);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.navbar .logo .logo-text{font-family:Outfit,sans-serif;font-weight:800;font-size:1.1rem;color:#e6edf3}.navbar .logo .logo-text span{color:#ffc107}.navbar .nav-cta{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#010409;background:linear-gradient(135deg,#ffc107,#ff8f00);border:none;padding:8px 20px;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .2s;text-decoration:none}.navbar .nav-cta:hover{opacity:.9;transform:translateY(-1px)}.hero{position:relative;min-height:calc(100vh - 64px);display:flex;align-items:center;padding:5rem clamp(1rem,5vw,4rem);overflow:hidden}.hero .hero-bg{position:absolute;inset:0;z-index:0}.hero .hero-bg .radial-gold{position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,193,7,.08) 0,transparent 70%);pointer-events:none}.hero .hero-bg .radial-blue{position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(56,139,253,.06) 0,transparent 70%);pointer-events:none}.hero .hero-bg .grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,193,7,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,193,7,.04) 1px,transparent 0);background-size:60px 60px}.hero .hero-content{position:relative;z-index:1;max-width:680px}.hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.25);padding:6px 14px;border-radius:100px;margin-bottom:1.5rem;font-size:.78rem;font-weight:500;color:#ffc107}.hero .hero-content .hero-badge .dot{width:6px;height:6px;background:#3fb950;border-radius:50%;box-shadow:0 0 0 2px rgba(63,185,80,.3);animation:pulse 2s infinite}.hero .hero-content .hero-title{font-family:Outfit,sans-serif;font-weight:800;font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.18;letter-spacing:-.025em;margin-bottom:1.75rem;color:#e6edf3}.hero .hero-content .hero-title .highlight{color:#ffc107;position:relative;display:inline-block}.hero .hero-content .hero-title .highlight:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#ffc107,transparent)}.hero .hero-content .hero-desc{font-size:1.15rem;line-height:1.8;color:#8b949e;margin-bottom:2.75rem;max-width:540px}.hero .hero-content .hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero .hero-content .btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ffc107,#ff8f00);color:#010409;font-family:Outfit,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.04em;padding:14px 28px;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px rgba(255,193,7,.25)}.hero .hero-content .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(255,193,7,.35)}.hero .hero-content .btn-ghost{display:inline-flex;align-items:center;gap:.5rem;color:#8b949e;font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:500;background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s;padding:14px 4px}.hero .hero-content .btn-ghost:hover{color:#e6edf3}.hero .hero-content .hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,193,7,.15);flex-wrap:wrap}.hero .hero-content .hero-stats .stat .stat-value{font-family:Outfit,sans-serif;font-weight:800;font-size:2.2rem;color:#ffc107;line-height:1;letter-spacing:-.02em}.hero .hero-content .hero-stats .stat .stat-label{font-size:.78rem;color:#8b949e;margin-top:6px;letter-spacing:.03em}.hero .hero-visual{position:absolute;right:clamp(1rem,5vw,5rem);top:50%;transform:translateY(-50%);z-index:1}@media(max-width:900px){.hero .hero-visual{display:none}}@keyframes pulse{0%,to{box-shadow:0 0 0 2px rgba(63,185,80,.3)}50%{box-shadow:0 0 0 5px rgba(63,185,80,.1)}}.how-it-works{padding:7rem clamp(1rem,5vw,4rem);position:relative}.how-it-works .section-header{text-align:center;margin-bottom:4.5rem}.how-it-works .section-header h2{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;color:#e6edf3;margin-top:.85rem;letter-spacing:-.025em;line-height:1.15}.how-it-works .section-header p{color:#8b949e;font-size:1.05rem;line-height:1.7;margin-top:.85rem;max-width:480px;margin-inline:auto}.how-it-works .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:960px;margin:0 auto}.how-it-works .step-card{background:#161b22;border:1px solid rgba(255,193,7,.15);border-radius:16px;padding:2rem 1.5rem;position:relative;transition:border-color .25s,transform .25s}.how-it-works .step-card:hover{border-color:rgba(255,193,7,.4);transform:translateY(-4px)}.how-it-works .step-card .step-number{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;color:rgba(255,193,7,.07);line-height:1;position:absolute;top:1.2rem;right:1.5rem}.how-it-works .step-card .step-icon{width:44px;height:44px;background:rgba(255,193,7,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.2rem}.how-it-works .step-card h3{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:#e6edf3;margin-bottom:.6rem;line-height:1.3}.how-it-works .step-card p{font-size:.88rem;line-height:1.7;color:#8b949e}.pricing{padding:6rem clamp(1rem,5vw,4rem);background:linear-gradient(180deg,transparent,rgba(255,193,7,.02) 50%,transparent);position:relative;z-index:1}.pricing .section-header{text-align:center;margin-bottom:4rem}.pricing .section-header h2{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;color:#e6edf3;margin-top:.85rem;letter-spacing:-.025em;line-height:1.15}.pricing .section-header p{color:#8b949e;font-size:1.05rem;line-height:1.7;margin-top:.85rem}.pricing .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:1000px;margin:0 auto 2.5rem}@media(min-width:768px){.pricing .plans-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing .plans-grid{grid-template-columns:repeat(4,1fr)}}.pricing .plan-card{position:relative;background:#161b22;border:2px solid rgba(255,193,7,.15);border-radius:18px;padding:2rem 1.75rem;cursor:pointer;transition:border-color .22s,transform .22s,background .22s;outline:none;text-align:left;color:inherit;font-family:inherit;display:flex;flex-direction:column;gap:1.1rem}.pricing .plan-card:hover{border-color:rgba(255,193,7,.35);transform:translateY(-3px)}.pricing .plan-card.selected{border-color:#ffc107;background:rgba(255,193,7,.06);box-shadow:0 0 0 1px rgba(255,193,7,.2),0 8px 40px rgba(255,193,7,.1)}.pricing .plan-card.popular{border-color:rgba(255,193,7,.45)}.pricing .plan-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#ffc107,#ff8f00);color:#010409;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:100px;white-space:nowrap}.pricing .plan-card .plan-radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,193,7,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s}.pricing .plan-card .plan-radio .radio-dot{width:8px;height:8px;border-radius:50%;background:#ffc107;opacity:0;transform:scale(0);transition:opacity .2s,transform .2s}.pricing .plan-card .plan-radio.checked{border-color:#ffc107}.pricing .plan-card .plan-radio.checked .radio-dot{opacity:1;transform:scale(1)}.pricing .plan-card .plan-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.pricing .plan-card .plan-name{font-family:Outfit,sans-serif;font-weight:800;font-size:1.15rem;color:#e6edf3;line-height:1.3}.pricing .plan-card .plan-duration{font-size:.82rem;color:#8b949e;margin-top:3px}.pricing .plan-card .plan-price .price-amount{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;color:#ffc107;line-height:1;letter-spacing:-.02em}.pricing .plan-card .plan-price .price-period{font-size:.82rem;color:#8b949e;margin-left:4px}.pricing .plan-card .plan-price .price-original{font-size:.82rem;color:#8b949e;text-decoration:line-through;margin-top:4px}.pricing .plan-card .plan-price .price-savings{font-size:.78rem;color:#3fb950;font-weight:600;margin-top:4px}.pricing .plan-card .plan-desc{font-size:.85rem;line-height:1.65;color:#8b949e}.pricing .plan-card .plan-features{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-top:auto}.pricing .plan-card .plan-features li{font-size:.83rem;color:#8b949e;display:flex;align-items:center;gap:.5rem;line-height:1.4}.pricing .plan-card .plan-features li:before{content:"✓";color:#3fb950;font-size:.75rem;font-weight:700;flex-shrink:0}.pricing .subscribe-wrapper{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.pricing .subscribe-wrapper .subscribe-btn{width:100%;max-width:400px;background:linear-gradient(135deg,#ffc107,#ff8f00);color:#010409;font-family:Outfit,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.04em;border:none;padding:16px 32px;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 4px 24px rgba(255,193,7,.3);display:flex;align-items:center;justify-content:center;gap:.5rem}.pricing .subscribe-wrapper .subscribe-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 36px rgba(255,193,7,.4)}.pricing .subscribe-wrapper .subscribe-btn:disabled{opacity:.45;cursor:not-allowed}.pricing .subscribe-wrapper .subscribe-note{font-size:.78rem;color:#8b949e;text-align:center}.pricing .subscribe-wrapper .subscribe-note span{color:#ffc107;font-weight:600}.pricing .subscribe-wrapper .payment-methods{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.pricing .subscribe-wrapper .payment-methods .pm-label{font-size:.72rem;color:#8b949e;margin-right:.25rem}.pricing .subscribe-wrapper .payment-methods .pm-badge{background:#161b22;border:1px solid rgba(255,193,7,.15);border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:600;color:#8b949e;letter-spacing:.03em}.success-overlay{position:fixed;inset:0;background:rgba(1,4,9,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto;animation:fadeIn .25s ease}@media(min-height:700px){.success-overlay{align-items:center}}.success-overlay .success-modal{background:#161b22;border:1px solid rgba(255,193,7,.3);border-radius:24px;padding:2rem 1.5rem;max-width:480px;width:100%;text-align:center;margin:auto 0}@media(min-width:480px){.success-overlay .success-modal{padding:2.5rem 2rem}}@media(min-width:640px){.success-overlay .success-modal{padding:3rem 2.5rem}}.success-overlay .success-modal{box-shadow:0 24px 80px rgba(0,0,0,.6),0 0 0 1px rgba(255,193,7,.1)}.success-overlay .success-modal .success-icon{width:72px;height:72px;background:linear-gradient(135deg,rgba(63,185,80,.15),rgba(63,185,80,.05));border:2px solid rgba(63,185,80,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1) .1s both}.success-overlay .success-modal h2{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800;color:#e6edf3;margin-bottom:.75rem}.success-overlay .success-modal p{font-size:.9rem;color:#8b949e;line-height:1.65;margin-bottom:1.75rem}.success-overlay .success-modal .telegram-btn{display:inline-flex;align-items:center;gap:.6rem;background:#229ed9;color:#fff;font-family:Outfit,sans-serif;font-weight:700;font-size:.95rem;padding:14px 28px;border-radius:10px;text-decoration:none;transition:transform .2s,opacity .2s;width:100%;justify-content:center}.success-overlay .success-modal .telegram-btn:hover{transform:translateY(-2px);opacity:.95}.success-overlay .success-modal .close-btn{margin-top:1rem;background:none;border:none;color:#8b949e;font-size:.82rem;cursor:pointer;padding:8px;transition:color .2s}.success-overlay .success-modal .close-btn:hover{color:#e6edf3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.testimonials{padding:7rem clamp(1rem,5vw,4rem)}.testimonials .section-header{text-align:center;margin-bottom:3.5rem}.testimonials .section-header h2{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;margin-top:.85rem;letter-spacing:-.025em;line-height:1.15}.testimonials .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:960px;margin:0 auto}.testimonials .testimonial-card{background:#161b22;border:1px solid rgba(255,193,7,.15);border-radius:16px;padding:2rem;transition:border-color .25s}.testimonials .testimonial-card:hover{border-color:rgba(255,193,7,.4)}.testimonials .testimonial-card .stars{color:#ffc107;font-size:.9rem;margin-bottom:1rem;letter-spacing:.05em}.testimonials .testimonial-card blockquote{font-size:.9rem;line-height:1.75;color:#8b949e;margin-bottom:1.4rem;font-style:italic}.testimonials .testimonial-card .reviewer{display:flex;align-items:center;gap:.75rem}.testimonials .testimonial-card .reviewer .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffc107,#ff8f00);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;font-size:.85rem;color:#010409;flex-shrink:0}.testimonials .testimonial-card .reviewer .reviewer-info .name{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700;color:#e6edf3}.testimonials .testimonial-card .reviewer .reviewer-info .location{font-size:.76rem;color:#8b949e;margin-top:2px}.faq{padding:6rem clamp(1rem,5vw,4rem);max-width:740px;margin:0 auto}.faq .section-header{text-align:center;margin-bottom:3.5rem}.faq .section-header h2{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;margin-top:.85rem;letter-spacing:-.025em;line-height:1.15}.faq .faq-item{border-bottom:1px solid rgba(255,193,7,.15);padding:1.5rem 0;cursor:pointer}.faq .faq-item:last-child{border-bottom:none}.faq .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq .faq-item .faq-question span{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;color:#e6edf3;line-height:1.4}.faq .faq-item .faq-question .faq-icon{font-size:1.2rem;color:#ffc107;flex-shrink:0;transition:transform .25s}.faq .faq-item .faq-question .faq-icon.open{transform:rotate(45deg)}.faq .faq-item .faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;font-size:.92rem;line-height:1.75;color:#8b949e}.faq .faq-item .faq-answer.open{max-height:200px;padding-top:.75rem}.footer{border-top:1px solid rgba(255,193,7,.15);padding:2.5rem clamp(1rem,5vw,4rem);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer .footer-logo{font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;color:#e6edf3}.footer .footer-logo span{color:#ffc107}.footer .footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer .footer-links a{font-size:.8rem;color:#8b949e;text-decoration:none;transition:color .2s}.footer .footer-links a:hover{color:#ffc107}.footer .footer-copy{font-size:.75rem;color:#8b949e;width:100%;padding-top:1.25rem;border-top:1px solid rgba(255,193,7,.15);text-align:center}.chart-card{background:#161b22;border:1px solid rgba(255,193,7,.15);border-radius:20px;padding:1.5rem;width:340px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.chart-card .chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.chart-card .chart-header .chart-ticker{font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;color:#e6edf3}.chart-card .chart-header .chart-price{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;color:#3fb950}.chart-card .signal-row{display:flex;align-items:center;gap:.5rem;background:rgba(63,185,80,.08);border:1px solid rgba(63,185,80,.2);border-radius:8px;padding:8px 12px;margin-top:1rem;font-size:.78rem;color:#3fb950;font-weight:600}.chart-card .signal-row .signal-dot{width:6px;height:6px;border-radius:50%;background:#3fb950;flex-shrink:0;animation:pulse 2s infinite}.disclaimer-bar{background:rgba(248,81,73,.06);border-top:1px solid rgba(248,81,73,.15);padding:.75rem clamp(1rem,5vw,4rem);text-align:center}.disclaimer-bar p{font-size:.72rem;color:rgba(248,81,73,.6);line-height:1.5;margin:0 auto}@media(max-width:600px){.hero .hero-stats{gap:1.25rem}.pricing .plans-grid{grid-template-columns:1fr 1fr}}@media(max-width:400px){.pricing .plans-grid{grid-template-columns:1fr}}.ticker-wrap{position:relative}.ticker-live-badge{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.65rem;font-weight:700;color:#3fb950;letter-spacing:.05em;background:rgba(63,185,80,.12);padding:.2em .55em;border-radius:4px;pointer-events:none;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.5}}.telegram-modal .telegram-modal-desc{font-size:.95rem;line-height:1.6;color:hsla(0,0%,100%,.7);margin:.25rem 0 0}.telegram-input-wrapper{width:100%;margin-top:1.5rem;display:flex;flex-direction:column;gap:0}.telegram-label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:hsla(0,0%,100%,.55);text-transform:uppercase;margin-bottom:.5rem}.telegram-input{width:100%;padding:.85rem 1rem;border-radius:10px;border:1.5px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.05);color:#fff;font-size:1rem;line-height:1.5;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box}.telegram-input::placeholder{color:hsla(0,0%,100%,.3)}.telegram-input:focus{border-color:#ffc107;background:rgba(255,193,7,.05)}.telegram-input--error{border-color:rgba(248,81,73,.7)!important;background:rgba(248,81,73,.04)!important}.telegram-input-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-top:.45rem;min-height:1.4rem}.telegram-error{font-size:.8rem;line-height:1.5;color:#f85149;flex:1 1}.telegram-hint{font-size:.78rem;line-height:1.5;color:hsla(0,0%,100%,.38);flex:1 1}.telegram-hint code{font-family:monospace;color:rgba(255,193,7,.65);background:rgba(255,193,7,.08);padding:.05em .3em;border-radius:3px;font-size:.9em}.telegram-char-count{font-size:.72rem;color:hsla(0,0%,100%,.25);white-space:nowrap;flex-shrink:0;line-height:1.5}.proceed-pay-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;margin-top:1.5rem;padding:.9rem 1.5rem;border-radius:12px;border:none;background:linear-gradient(135deg,#ffc107,#ff9500);color:#0d1117;font-size:1rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 4px 20px rgba(255,193,7,.35)}.proceed-pay-btn:hover{transform:translateY(-1px);box-shadow:0 6px 28px rgba(255,193,7,.5);filter:brightness(1.05)}.proceed-pay-btn:active{transform:translateY(0);box-shadow:0 2px 10px rgba(255,193,7,.3)}.proceed-pay-btn .proceed-pay-label{line-height:1}.proceed-pay-btn .proceed-pay-icon{display:flex;align-items:center;transition:transform .15s}.proceed-pay-btn:hover .proceed-pay-icon{transform:translateX(3px)}.ticker-loading{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:0 1rem;font-size:.78rem;font-weight:500;color:#8b949e;letter-spacing:.04em;height:100%}.ticker-loading .ticker-loading-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ffc107;animation:pulse-badge 1.2s ease-in-out infinite}.disclaimer-step{max-width:560px!important;text-align:left!important}.disclaimer-step h2{text-align:center;font-size:1.3rem}@media(min-width:480px){.disclaimer-step h2{font-size:1.6rem}}.disclaimer-box{background:rgba(255,193,7,.06);border:1px solid rgba(255,193,7,.22);border-radius:10px;padding:16px 18px;margin:12px 0 16px;font-size:.84rem;color:#c9d1d9;line-height:1.6}.disclaimer-box p{margin-bottom:8px;color:#e6edf3}.disclaimer-list{padding-left:18px;margin:0;list-style:disc}.disclaimer-list li{margin-bottom:7px;font-size:.83rem;color:#c9d1d9}.disclaimer-list li strong{color:#ffc107}.agree-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.83rem;color:#c9d1d9;line-height:1.5;margin-top:4px}.agree-label span strong{color:#e6edf3}.agree-checkbox{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:#ffc107;cursor:pointer}.disclaimer-reminder{background:rgba(255,193,7,.08);border:1px solid rgba(255,193,7,.2);border-radius:8px;padding:12px 14px;font-size:.81rem;color:#c9d1d9;line-height:1.55;margin:10px 0 16px;text-align:left}.disclaimer-reminder strong{color:#ffc107}.footer-disclaimer{font-size:.76rem;color:#6e7681;max-width:640px;text-align:center;line-height:1.6;margin:0 0 8px}.footer-disclaimer strong{color:#8b949e}.support-link{display:block;margin-top:10px;font-size:.8rem;color:#229ed9;text-decoration:none;text-align:center}.support-link:hover{text-decoration:underline}