:root{--reddit-orange: #FF4500;--reddit-orange-hover: #E03D00;--reddit-orange-soft: rgba(255, 69, 0, .1);--bg: #F5F5F5;--surface: #FFFFFF;--text: #1A1A1A;--hint: #8A8A8A;--btn: var(--reddit-orange);--btn-text: #FFFFFF;--green-bg: #E8F5E9;--green-text: #2E7D32;--gray-btn-bg: #EFEFEF;--gray-btn-text:#444444;--radius: 14px;--radius-sm: 10px;--shadow: 0 1px 4px rgba(0,0,0,.08)}.app{--bg: var(--tg-theme-bg-color, #F5F5F5);--surface: var(--tg-theme-secondary-bg-color, #FFFFFF);--text: var(--tg-theme-text-color, #1A1A1A);--hint: var(--tg-theme-hint-color, #8A8A8A)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}.app{max-width:480px;margin:0 auto;padding-bottom:40px}.step{padding:8px 16px 24px;display:flex;flex-direction:column;gap:10px}.progress-bar{height:3px;background:#e0e0e0}.progress-fill{height:100%;background:var(--reddit-orange);border-radius:0 2px 2px 0;transition:width .35s ease}.step-header{padding:20px 0 8px;display:flex;flex-direction:column;gap:4px}.step-header-emoji{font-size:36px;margin-bottom:4px}.step-header h2,.step-header h3{font-size:22px;font-weight:700;color:var(--text)}.hint{font-size:14px;color:var(--hint)}.grid-1{display:grid;grid-template-columns:1fr;gap:8px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.select-card{background:var(--surface);border:2px solid #E0E0E0;border-radius:var(--radius);padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;transition:border-color .15s,background .15s,transform .1s;text-align:center;position:relative;width:100%;box-shadow:var(--shadow)}.select-card:active{transform:scale(.96)}.select-card.selected{border-color:var(--reddit-orange);background:var(--reddit-orange-soft)}.sc-emoji{font-size:26px}.sc-label{font-size:12px;font-weight:700;color:var(--text);line-height:1.2}.sc-desc{font-size:10px;color:var(--hint)}.sc-badge{position:absolute;top:6px;right:6px;background:var(--reddit-orange);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px}.insight-box{display:flex;gap:10px;align-items:flex-start;background:var(--reddit-orange-soft);border:1px solid rgba(255,69,0,.18);border-radius:var(--radius-sm);padding:12px 14px}.insight-icon{font-size:16px;flex-shrink:0;margin-top:1px}.insight-text{font-size:13px;color:var(--text);line-height:1.5;opacity:.85}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:11px;font-weight:700;color:var(--hint);text-transform:uppercase;letter-spacing:.6px}.field-input{background:var(--surface);border:1.5px solid #E0E0E0;border-radius:var(--radius-sm);padding:12px 14px;font-size:15px;color:var(--text);font-family:inherit;outline:none;width:100%;transition:border-color .15s;box-shadow:var(--shadow)}.field-input:focus{border-color:var(--reddit-orange)}.field-textarea{resize:none}.btn-primary,.btn-secondary{width:100%;padding:14px;border-radius:var(--radius);font-size:15px;font-weight:700;border:none;cursor:pointer;transition:opacity .15s,transform .1s,background .15s;font-family:inherit;letter-spacing:.2px}.btn-primary:active,.btn-secondary:active{transform:scale(.98)}.btn-primary{background:var(--reddit-orange);color:#fff}.btn-primary:hover{background:var(--reddit-orange-hover)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-secondary{background:var(--gray-btn-bg);color:var(--gray-btn-text);border:1.5px solid #E0E0E0}.btn-lg{padding:16px;font-size:16px}.btn-ghost{width:100%;background:none;border:none;color:var(--hint);font-size:14px;cursor:pointer;padding:8px;font-family:inherit}.summary{background:var(--surface);border-radius:var(--radius);padding:4px 16px;border:1.5px solid #E0E0E0;box-shadow:var(--shadow)}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;padding:11px 0;font-size:14px;gap:16px;border-bottom:1px solid #F0F0F0}.summary-row:last-child{border-bottom:none}.summary-row--bold{font-weight:700;font-size:16px}.row-label{color:var(--hint);white-space:nowrap}.row-value{text-align:right}.row-value.price{color:var(--reddit-orange);font-weight:700}.truncate{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-msg{color:#d32f2f;font-size:14px;text-align:center;background:#ffebee;border-radius:var(--radius-sm);padding:10px}.success{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;gap:12px}.success-icon{font-size:80px;animation:pop .4s ease}.success h2{font-size:26px;font-weight:700;color:var(--text)}.success-id{font-size:16px;color:var(--reddit-orange);font-weight:700}.muted{opacity:.5;font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.blog-card{background:#ffffff12;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .2s,transform .15s,border-color .2s}.blog-card:hover{border-color:#ffffff38;box-shadow:0 8px 32px #0000004d;transform:translateY(-2px)}.blog-card-img{width:100%;height:180px;object-fit:cover}.blog-card-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.blog-card-tag{display:inline-block;background:var(--reddit-orange-soft);color:var(--reddit-orange);border:1px solid rgba(255,69,0,.2);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;width:fit-content}.blog-card-title{font-size:16px;font-weight:700;color:#f0f0f0;line-height:1.4;margin:0}.blog-card-excerpt{font-size:13px;color:#ffffff8c;line-height:1.6;margin:0;flex:1}.blog-card-meta{font-size:12px;color:#fff6;display:flex;align-items:center;gap:6px;margin-top:4px}.blog-article{flex:1}.blog-article-header{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.07);padding:48px 0 36px}.blog-back{display:inline-block;color:#ffffff73;font-size:13px;text-decoration:none;margin-bottom:16px;transition:color .15s}.blog-back:hover{color:var(--reddit-orange)}.blog-article-title{font-size:clamp(22px,4vw,34px);font-weight:800;color:#f0f0f0;line-height:1.25;letter-spacing:-.3px;margin:12px 0 16px}.blog-article-meta{font-size:13px;color:#ffffff73;display:flex;align-items:center;gap:6px}.blog-article-img{width:100%;max-height:400px;object-fit:cover;border-radius:var(--radius);margin:32px 0}.blog-article-body{max-width:680px;padding:40px 0 60px;font-size:16px;line-height:1.8;color:#fffc}.blog-article-body h2{font-size:22px;font-weight:700;margin:40px 0 12px;color:#f0f0f0}.blog-article-body h3{font-size:17px;font-weight:700;margin:28px 0 8px;color:#f0f0f0}.blog-article-body p{margin:0 0 18px}.blog-article-body ul{margin:0 0 18px;padding-left:24px}.blog-article-body li{margin-bottom:8px}.blog-article-body strong{color:#f0f0f0}.blog-article-body a{color:var(--reddit-orange);text-decoration:underline}.lp-nav{display:flex;align-items:center;gap:20px}.lp-nav-link{font-size:14px;font-weight:600;color:#fff9;text-decoration:none;transition:color .15s}.lp-nav-link:hover{color:var(--reddit-orange)}.lp-nav--desktop{display:flex}@media (max-width: 640px){.lp-nav--desktop{display:none}}.lp-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}.lp-burger-line{display:block;width:22px;height:2px;background:#fffc;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.lp-burger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-burger-line.open:nth-child(2){opacity:0}.lp-burger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 640px){.lp-burger{display:flex}}.lp-mobile-menu{display:flex;flex-direction:column;gap:2px;padding:12px 20px 16px;border-top:1px solid rgba(255,255,255,.08);background:#0a080feb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.lp-mobile-link{display:block;padding:12px 8px;font-size:15px;font-weight:600;color:#fffc;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s}.lp-mobile-link:last-of-type{border-bottom:none}.lp-mobile-link:hover{color:var(--reddit-orange)}.lp-footer-links{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px}.lp-footer-link{color:#fff9;text-decoration:none;font-size:13px;transition:color .15s}.lp-footer-link:hover{color:#fff}.lp-footer-sep{opacity:.4}.lp-page{--bg: #0d0d12;--surface: rgba(255,255,255,.07);--text: #F0F0F0;--hint: rgba(255,255,255,.55);--gray-btn-bg: rgba(255,255,255,.12);--gray-btn-text:#F0F0F0;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a0608,#0d0d12,#0a0615);background-attachment:fixed;color:#f0f0f0}.lp-container{max-width:720px;margin:0 auto;padding:0 20px;width:100%}.lp-header{background:#0a080fa6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.08);padding:14px 20px;position:sticky;top:0;z-index:10}.lp-header-inner{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.lp-logo{font-size:17px;font-weight:700;color:#f0f0f0}.lp-header-cta{background:var(--reddit-orange);color:#fff;border:none;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.lp-header-cta:hover{background:var(--reddit-orange-hover)}.lp-hero{background:transparent;border-bottom:1px solid rgba(255,255,255,.06);padding:60px 0 56px;text-align:center}.lp-hero-split{display:flex;align-items:center;gap:48px;margin-top:32px;text-align:left}.lp-hero-left{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:0}.lp-hero-left .lp-hero-badge{margin-bottom:16px}.lp-hero-left .lp-hero-sub{margin:0 0 40px;max-width:100%}.lp-hero-left .lp-hero-stats{justify-content:flex-start;margin-bottom:36px}.lp-hero-left .lp-cta{max-width:100%;width:auto;padding:14px 28px;margin:0}.lp-hero-right{flex-shrink:0;display:flex;justify-content:center}.lp-hero-right .snoo-wrap{margin-bottom:0}@media (max-width: 600px){.lp-hero-split{flex-direction:column-reverse;text-align:center;gap:24px}.lp-hero-left{align-items:center}.lp-hero-left .lp-hero-stats{justify-content:center}}.lp-hero-badge{display:inline-block;background:var(--reddit-orange-soft);border:1px solid rgba(255,69,0,.2);color:var(--reddit-orange);font-size:13px;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:20px}.lp-h1{font-size:clamp(26px,5vw,40px);font-weight:800;color:#f0f0f0;line-height:1.2;letter-spacing:-.5px;margin-bottom:16px}.lp-hero-sub{font-size:16px;color:#ffffff9e;line-height:1.7;max-width:540px;margin:0 auto 28px}.lp-hero-left .lp-hero-stats{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:32px}.lp-stat{display:flex;flex-direction:column;align-items:center;padding:0 24px}.lp-stat strong{font-size:22px;font-weight:800;color:var(--reddit-orange)}.lp-stat span{font-size:12px;color:var(--hint);margin-top:2px}.lp-stat-divider{width:1px;height:36px;background:#ffffff26}.lp-cta{max-width:320px;margin:0 auto}.lp-section{padding:56px 0}.lp-section:nth-child(2n){background:#ffffff08}.lp-h2{font-size:clamp(20px,3.5vw,28px);font-weight:800;color:#f0f0f0;letter-spacing:-.3px;margin-bottom:12px;text-align:center}.lp-section-sub{font-size:15px;color:#ffffff8c;line-height:1.7;text-align:center;max-width:560px;margin:0 auto 36px}.lp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.lp-card{background:#ffffff12;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:24px 20px}.lp-card-icon{font-size:32px;display:block;margin-bottom:12px}.lp-card-title{font-size:15px;font-weight:700;color:#f0f0f0;margin-bottom:8px}.lp-card-body{font-size:13px;color:#ffffff8c;line-height:1.6;margin:0}.lp-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:12px}.lp-step-item{text-align:center;padding:24px 16px;background:#ffffff12;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius)}@media (max-width: 580px){.lp-steps{grid-template-columns:1fr}.lp-step-arrow{display:none}}.lp-step-num{width:40px;height:40px;border-radius:50%;background:var(--reddit-orange);color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.lp-step-title{font-size:14px;font-weight:700;color:#f0f0f0;margin-bottom:8px}.lp-step-body{font-size:13px;color:#ffffff8c;line-height:1.5;margin:0}.lp-step-arrow{font-size:22px;color:#fff3;display:flex;align-items:center;justify-content:center;padding:0 4px}.lp-pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.lp-pricing-card{background:#ffffff12;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:28px 22px;display:flex;flex-direction:column;gap:12px;position:relative}.lp-pricing-card--featured{border-color:var(--reddit-orange);box-shadow:0 4px 24px #ff450040}.lp-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--reddit-orange);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap}.lp-pricing-name{font-size:14px;font-weight:700;color:#ffffff8c}.lp-pricing-price{font-size:38px;font-weight:800;color:#f0f0f0;line-height:1}.lp-pricing-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;flex:1}.lp-pricing-list li{font-size:13px;color:#ffffff8c}.lp-form-section .field-input{background:#ffffff14;border-color:#ffffff26;color:#f0f0f0}.lp-form-section .field-input::placeholder{color:#ffffff4d}.lp-form-section .select-card{background:#ffffff12;border-color:#ffffff1f}.lp-form-section .select-card.selected{background:#ff450026;border-color:var(--reddit-orange)}.lp-form-section .sc-label{color:#f0f0f0}.lp-form-section .sc-desc{color:#ffffff73}.lp-form-section .step-header h2,.lp-form-section .step-header h3{color:#f0f0f0}.lp-form-section .hint,.lp-form-section .field-label{color:#ffffff80}.lp-form-section .insight-box{background:#ff45001f;border-color:#ff450040}.lp-form-section .insight-text{color:#fffc}.lp-form-section .summary{background:#ffffff0f;border-color:#ffffff1a}.lp-form-section .summary-row{border-bottom-color:#ffffff0f}.lp-form-section .row-label{color:#ffffff80}.lp-form-section .row-value{color:#f0f0f0}.lp-form-section .btn-secondary{background:#ffffff1a;border-color:#ffffff26;color:#f0f0f0}.lp-form-section .btn-ghost{color:#fff6}.lp-form-section .progress-bar{background:#ffffff1a}.lp-form-section{background:transparent!important}.lp-form-section .app{border-radius:20px;overflow:hidden;padding-bottom:0;max-width:552px;background:#ffffff12;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12)}.lp-form-section .progress-bar{border-radius:0}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-item:first-child{border-top:1px solid rgba(255,255,255,.08)}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:18px 4px;gap:16px;text-align:left;font-size:16px;font-weight:600;color:#f0f0f0;line-height:1.4}.faq-icon{font-size:20px;color:var(--reddit-orange);flex-shrink:0;font-weight:400}.faq-answer{padding:0 4px 18px;font-size:15px;color:#ffffffa6;line-height:1.65}.breadcrumb{font-size:13px;color:#ffffff73;padding:14px 0 0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb a{color:var(--reddit-orange);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{opacity:.4}.article-faq{margin-top:48px;border-top:2px solid rgba(255,255,255,.08);padding-top:32px}.article-faq h2{font-size:20px;font-weight:700;margin-bottom:20px;color:#f0f0f0}.lp-footer{background:#00000080;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.07);color:#fff9;padding:56px 20px 32px;font-size:13px;line-height:1.6;margin-top:auto}.lp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:48px;text-align:left}.lp-footer-col--brand{max-width:320px}.lp-footer-logo{display:block;font-size:16px;font-weight:700;color:#f0f0f0;text-decoration:none;margin-bottom:12px}.lp-footer-tagline{font-size:13px;color:#ffffff73;line-height:1.6;margin:0}.lp-footer-col{display:flex;flex-direction:column;gap:10px}.lp-footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;margin:0 0 4px}.lp-footer-nav-link{font-size:14px;color:#fff9;text-decoration:none;transition:color .15s}.lp-footer-nav-link:hover{color:var(--reddit-orange)}.lp-footer-badges{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:32px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:24px}.lp-footer-bottom{text-align:center;font-size:12px;color:#ffffff4d}@media (max-width: 600px){.lp-footer-grid{grid-template-columns:1fr 1fr}.lp-footer-col--brand{grid-column:1 / -1;max-width:100%}}@keyframes pop{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.snoo-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;margin-bottom:20px;animation:snoo-float 3.2s ease-in-out infinite;-webkit-user-select:none;user-select:none}@keyframes snoo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.snoo-wrap.snoo-pop{animation:snoo-pop-bounce .55s ease forwards}@keyframes snoo-pop-bounce{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.18) rotate(-6deg)}55%{transform:scale(.93) rotate(4deg)}80%{transform:scale(1.05) rotate(-2deg)}to{transform:scale(1) rotate(0)}}.snoo-glow{position:absolute;width:140px;height:140px;border-radius:50%;top:15%;left:50%;transform:translate(-50%);filter:blur(28px);transition:background .5s ease,box-shadow .5s ease;z-index:0;pointer-events:none}.snoo-svg{width:150px;position:relative;z-index:1;transition:transform .2s ease;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}.snoo-wrap:hover .snoo-svg{transform:scale(1.06) rotate(-3deg)}.snoo-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:color .4s ease;position:relative;z-index:1;opacity:.85}.utm-card{background:#ffffff12;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:20px}.utm-step-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ff4500;border-bottom:2px solid #FF4500;padding-bottom:8px}.utm-field{display:flex;flex-direction:column;gap:4px}.utm-label{font-size:14px;font-weight:600;color:#f0f0f0}.utm-hint{font-size:12px;color:#ffffff73;margin:0}.utm-output-wrap{background:#00000040;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.utm-output-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff73}.utm-output{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:14px 16px;min-height:52px;word-break:break-all;font-size:13px;font-family:SF Mono,Fira Code,monospace}.utm-output-text{color:#f0f0f0}.utm-output-placeholder{color:#ffffff40}.utm-copy-btn{align-self:flex-start}.utm-copy-btn.utm-copied{background:#22c55e}.utm-copy-btn:disabled{opacity:.4;cursor:not-allowed}.utm-prose{font-size:15px;color:#ffffffbf;line-height:1.8;margin:0 0 16px}.utm-prose strong{color:#f0f0f0}.utm-inline-link{color:var(--reddit-orange);text-decoration:underline}.utm-inline-link:hover{opacity:.8}.utm-list{margin:0 0 16px;padding-left:22px;display:flex;flex-direction:column;gap:8px}.utm-list li{font-size:15px;color:#ffffffb8;line-height:1.6}.utm-param-table{border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.utm-param-row{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:0;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px;color:#ffffffb3;align-items:center}.utm-param-row:last-child{border-bottom:none}.utm-param-row--header{background:#ffffff0f;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73}.utm-param-row code{font-family:SF Mono,Fira Code,monospace;font-size:12px;background:#ffffff14;border-radius:4px;padding:2px 6px;color:var(--reddit-orange)}.utm-param-table .utm-param-row:not(.utm-param-row--header):nth-of-type(odd){background:#ffffff05}.utm-param-table--2col .utm-param-row{grid-template-columns:1fr 2fr}.utm-guide-steps{display:flex;flex-direction:column;gap:0}.utm-guide-step{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:flex-start}.utm-guide-step:last-child{border-bottom:none}.utm-guide-num{width:36px;height:36px;border-radius:50%;background:var(--reddit-orange);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.utm-guide-title{font-size:16px;font-weight:700;color:#f0f0f0;margin:0 0 8px}.utm-guide-body{font-size:14px;color:#ffffffa6;line-height:1.7;margin:0}.utm-guide-body code{font-family:SF Mono,Fira Code,monospace;font-size:12px;background:#ffffff14;border-radius:4px;padding:1px 5px;color:var(--reddit-orange)}
