@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&family=Geist+Mono:wght@400;500;700&display=swap";:root{--color-bg: #ffffff;--color-bg-subtle: #fafafa;--color-bg-muted: #f5f5f5;--color-border: #e5e5e5;--color-border-subtle: #f0f0f0;--color-border-strong: #eaeaea;--color-text-primary: #111111;--color-text-secondary: #555555;--color-text-muted: #777777;--color-text-dim: #888888;--color-text-faint: #aaaaaa;--color-text-ghost: #bbbbbb;--color-accent: #FF6B35;--color-accent-bg: rgba(255, 107, 53, .1);--color-accent-border: rgba(255, 107, 53, .3);--color-green: #22c55e;--color-green-bg: #f0fdf4;--color-green-border: #d1fae5;--color-green-text: #166534;--color-green-label: #16a34a;--color-red-bg: #fef2f2;--color-red-border: #fee2e2;--color-red-text: #991b1b;--color-red-label: #dc2626;--color-red: #ef4444;--font-sans: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Geist Mono", "Courier New", Courier, monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--max-w-content: 896px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.07);--shadow-lg: 0 8px 24px rgba(0,0,0,.1);--shadow-float: 0 4px 16px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}.content-wrapper{width:100%;max-width:var(--max-w-content);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.content-wrapper{padding-left:1.5rem;padding-right:1.5rem}}.min-h-screen{min-height:100dvh}.flex-col-page{display:flex;flex-direction:column;min-height:100dvh}.flex-col-page>main{flex:1}.site-header{position:sticky;top:1rem;z-index:50;display:flex;justify-content:center;padding:.5rem 1rem 0}.site-header__inner{width:100%;max-width:var(--max-w-content);border-radius:var(--radius-full);border:1px solid var(--color-border);background:#fffffff2;box-shadow:var(--shadow-float);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.site-header__bar{display:flex;height:3rem;align-items:center;justify-content:space-between;padding:0 1rem}.site-header__logo img{height:1.25rem;width:auto}.site-header__right{display:flex;align-items:center;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-full);font-family:var(--font-sans);font-weight:600;transition:background-color .15s ease,opacity .15s ease,transform .1s ease;cursor:pointer;border:none;text-decoration:none}.btn:active{transform:scale(.97)}.btn-primary{height:3rem;padding:0 2rem;font-size:.9375rem;background-color:var(--color-text-primary);color:#fff}.btn-primary:hover{background-color:var(--color-accent)}.btn-sm{height:2rem;padding:0 1rem;font-size:.75rem;background-color:var(--color-text-primary);color:#fff}.btn-sm:hover{background-color:var(--color-accent)}.btn-outline{height:2.5rem;padding:0 1rem;font-size:.8125rem;border:2px solid currentColor;background:transparent}.btn-full{height:2.5rem;padding:0 1.25rem;font-size:.8125rem}.btn-full:hover{opacity:.8}.badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-bg-subtle);padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:var(--color-text-secondary)}.badge-accent{border-color:var(--color-accent-border);background-color:var(--color-accent-bg);color:var(--color-accent);font-weight:600}.hero-section{padding-top:5rem;padding-bottom:5rem}.hero-verified-badge{margin-bottom:1.25rem;display:flex;justify-content:center}.hero-title{text-align:center;font-size:clamp(2rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-text-primary);text-wrap:balance}.hero-title span{color:var(--color-accent)}.hero-sub{margin:1.25rem auto 0;max-width:32rem;text-align:center;font-size:1.0625rem;line-height:1.6;color:var(--color-text-muted);text-wrap:pretty}.hero-cta{margin-top:2rem;display:flex;justify-content:center}.dot-pulse{display:inline-block;height:.375rem;width:.375rem;border-radius:50%;background-color:var(--color-green);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.logo-trust-section{border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg-subtle);padding-top:4rem;padding-bottom:4rem}.logo-trust-label{margin-bottom:1.75rem;text-align:center;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint)}.logo-trust-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.logo-trust-row{gap:1.5rem}}.logo-trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:transform .2s ease}.logo-trust-item:hover .logo-trust-circle{transform:scale(1.05);box-shadow:var(--shadow-md)}.logo-trust-circle{display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--color-border-subtle);background-color:var(--color-bg);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.logo-trust-circle img{height:2.5rem;width:2.5rem;object-fit:contain}.logo-trust-name{font-size:.6875rem;font-weight:500;color:var(--color-text-faint)}.brand-grid{display:grid;gap:1rem}@media(min-width:640px){.brand-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.brand-grid{grid-template-columns:repeat(3,1fr)}}.brand-card{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--radius-xl);border:1px solid transparent;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;position:relative}.brand-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.brand-card__body{padding:1.25rem}.brand-card__reward-tag{display:inline-block;border-radius:var(--radius-md);padding:.375rem .625rem;font-size:.8125rem;font-weight:700;line-height:1}.brand-card__desc{margin-top:.625rem;font-size:.8125rem;line-height:1.4;opacity:.85}.brand-card__identity{margin-top:.875rem;display:flex;align-items:center;gap:.625rem}.brand-card__icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.brand-card__icon img{height:1.125rem;width:1.125rem;object-fit:contain}.brand-card__name{font-size:.9375rem;font-weight:700;line-height:1.2}.brand-card__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem}.brand-card__cta{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.brand-card__cta svg{height:.875rem;width:.875rem;transition:transform .15s ease}.brand-card:hover .brand-card__cta svg{transform:translate(2px)}.brand-card__code-hint{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em;opacity:.6}.cod-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg);overflow:hidden}.cod-card__body{padding:1.5rem}.cod-card__title{margin-bottom:.5rem;font-size:1.125rem;font-weight:700;color:var(--color-text-primary)}.cod-card__desc{margin-bottom:1.25rem;font-size:.875rem;color:var(--color-text-secondary)}.cod-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.cod-card__stats{margin-top:1.25rem;border-radius:var(--radius-md);border:1px solid var(--color-border-subtle);background-color:var(--color-bg-subtle);padding:.75rem}.cod-card__stats-row{display:flex;flex-wrap:wrap;gap:1rem;font-size:.6875rem;color:var(--color-text-dim)}.cod-card__stats-row span:first-child{font-weight:500}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.section-sub{margin-top:.25rem;font-size:.875rem;color:var(--color-text-dim)}.section-link{flex-shrink:0;font-size:.875rem;font-weight:600;color:var(--color-text-primary);transition:color .15s ease}.section-link:hover{color:var(--color-accent)}.how-it-works-section{border-top:1px solid var(--color-border-subtle);background-color:var(--color-bg-subtle);padding-top:5rem;padding-bottom:5rem}.how-it-works-grid{display:grid;gap:1.5rem}@media(min-width:640px){.how-it-works-grid{grid-template-columns:repeat(3,1fr)}}.how-step-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg);padding:1.5rem}.how-step-number{margin-bottom:.75rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.how-step-title{margin-bottom:.5rem;font-size:1rem;font-weight:700;color:var(--color-text-primary)}.how-step-body{font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.code-hero{width:100%}.code-hero__inner{margin:0 auto;width:100%;max-width:var(--max-w-content);padding:7rem 1rem 3rem}@media(min-width:640px){.code-hero__inner{padding:7rem 1.5rem 3rem}}.code-hero__date-tag{margin-bottom:1rem;font-size:.75rem;font-weight:500}.code-hero__h1{font-size:clamp(1.75rem,4vw,2.625rem);font-weight:700;line-height:1.2}.code-hero__identity{margin-top:.75rem;display:flex;align-items:center;gap:.75rem}.code-hero__icon-wrap{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-md)}.code-hero__icon-wrap img{height:1.25rem;width:1.25rem;object-fit:contain}.code-hero__company-name{font-size:.9375rem;font-weight:700;line-height:1.2}.code-hero__company-url{font-size:.75rem;opacity:.6}.code-hero__code-block{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;border-radius:var(--radius-xl);padding:1.5rem}.code-hero__label{font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.code-hero__code-display{font-family:var(--font-mono);font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:700;letter-spacing:.08em;text-decoration:none;transition:opacity .15s ease;display:block}.code-hero__code-display:hover{opacity:.75}.code-hero__link-display{font-family:var(--font-mono);font-size:.8125rem;opacity:.75;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s ease}.code-hero__link-display:hover{opacity:.55}.code-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.code-hero__disclosure{margin-top:1.5rem;font-size:.6875rem;opacity:.5}.sticky-cta{position:fixed;bottom:1rem;left:0;right:0;z-index:99999;display:flex;justify-content:center;padding:0 1rem;transform:translateY(5rem);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.sticky-cta.visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-cta__pill{display:flex;width:max-content;align-items:center;gap:.75rem;border-radius:var(--radius-full);border:1px solid var(--color-border);background:#fffffffa;padding:.75rem 1.25rem;box-shadow:var(--shadow-lg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sticky-cta__icon{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-md);overflow:hidden}.sticky-cta__icon img{height:1.25rem;width:1.25rem;object-fit:contain}.sticky-cta__info{min-width:0}.sticky-cta__name{font-size:.8125rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cta__reward{font-size:.6875rem;color:var(--color-text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cta__btn{flex-shrink:0;border-radius:var(--radius-full);padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;border:none;cursor:pointer;transition:opacity .15s ease}.sticky-cta__btn:hover{opacity:.8}.content-body{margin:0 auto;width:100%;max-width:var(--max-w-content);padding:2.5rem 1rem 1rem}@media(min-width:640px){.content-body{padding:2.5rem 1.5rem 1rem}}.breadcrumb{margin-bottom:2.5rem;display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-text-dim)}.breadcrumb a:hover{color:var(--color-text-primary)}.content-section{margin-bottom:4rem}.content-h2{margin-bottom:.75rem;font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.content-p{font-size:1rem;line-height:1.65;color:var(--color-text-secondary)}.benefits-list{display:grid;gap:.75rem}@media(min-width:640px){.benefits-list{grid-template-columns:repeat(2,1fr)}}.benefit-item{display:flex;align-items:center;gap:.75rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-subtle);padding:1rem}.benefit-icon{flex-shrink:0;color:var(--color-green)}.benefit-text{font-size:.9375rem;line-height:1.4;color:var(--color-text-primary)}.how-to-list{display:flex;flex-direction:column;gap:.75rem}.how-to-item{display:flex;align-items:flex-start;gap:.75rem}.how-to-num{margin-top:.125rem;display:flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--color-text-primary);color:#fff;font-size:.6875rem;font-weight:700}.how-to-text{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.mid-cta-block{border-radius:var(--radius-xl);padding:1.5rem;text-align:center;margin-top:5rem;margin-bottom:5rem}.mid-cta-label{margin-bottom:.25rem;font-size:.8125rem;opacity:.7}.mid-cta-title{margin-bottom:1.25rem;font-size:1.125rem;font-weight:700}.mid-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.pro-con-grid{display:grid;gap:1rem}@media(min-width:640px){.pro-con-grid{grid-template-columns:repeat(2,1fr)}}.pro-block{border-radius:var(--radius-xl);border:1px solid var(--color-green-border);background:var(--color-green-bg);padding:1.25rem}.con-block{border-radius:var(--radius-xl);border:1px solid var(--color-red-border);background:var(--color-red-bg);padding:1.25rem}.pc-label{margin-bottom:.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pro-label{color:var(--color-green-label)}.con-label{color:var(--color-red-label)}.pc-list{display:flex;flex-direction:column;gap:.5rem}.pc-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem}.pc-item svg{margin-top:.125rem;flex-shrink:0}.pro-item{color:var(--color-green-text)}.con-item{color:var(--color-red-text)}.about-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);padding:1.5rem}.about-card__top{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}@media(min-width:640px){.about-card__top{flex-direction:row;align-items:center}}.about-card__identity{display:flex;align-items:flex-start;gap:.75rem}.about-card__identity img{height:2.25rem;width:2.25rem;border-radius:var(--radius-sm);object-fit:contain}.about-card__name{font-size:1rem;font-weight:700;color:var(--color-text-primary)}.about-card__url{font-size:.75rem;color:var(--color-text-dim);transition:color .15s ease}.about-card__url:hover{color:var(--color-accent)}.about-card__tags{display:flex;flex-shrink:0;flex-wrap:wrap;gap:.5rem}@media(min-width:640px){.about-card__tags{justify-content:flex-end}}.about-tag{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-subtle);padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:var(--color-text-secondary)}.about-card__desc{margin-top:1rem;font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.terms-list{display:flex;flex-direction:column;gap:.5rem}.terms-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;color:var(--color-text-secondary)}.terms-dot{margin-top:.5rem;height:.375rem;width:.375rem;flex-shrink:0;border-radius:50%;background:var(--color-text-faint)}.faq-accordion{border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);overflow:hidden}.faq-item{border-top:1px solid var(--color-border-strong)}.faq-item:first-child{border-top:none}.faq-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-sans)}.faq-question{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.faq-chevron{height:1rem;width:1rem;flex-shrink:0;color:var(--color-text-secondary);transition:transform .15s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.25rem 1.25rem}.faq-item.open .faq-answer{display:block}.faq-answer p{font-size:.875rem;line-height:1.6;color:#444}.tag-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem}.tag-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:var(--radius-full);padding:.5rem 1rem;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-secondary);transition:background-color .1s,border-color .1s,color .1s;font-family:var(--font-sans)}.tag-btn:hover{border-color:#ccc;color:var(--color-text-primary)}.tag-btn.active{background:var(--color-text-primary);color:#fff;border-color:var(--color-text-primary)}.tag-btn img{height:1rem;width:1rem;border-radius:2px}.tag-btn.active img{opacity:1}.tag-btn:not(.active) img{opacity:.7}.page-header-section{border-bottom:1px solid var(--color-border-strong);background-color:var(--color-bg-subtle);padding-top:3rem;padding-bottom:3rem}.page-h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--color-text-primary)}.page-sub{margin-top:.75rem;max-width:40rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.site-footer{border-top:1px solid var(--color-border-strong);background-color:var(--color-bg-subtle)}.site-footer__inner{padding-top:3.5rem;padding-bottom:3.5rem}.site-footer__grid{display:grid;gap:2.5rem}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.site-footer__brand-desc{font-size:.8125rem;line-height:1.6;color:var(--color-text-muted);margin:1rem 0}.site-footer__col-title{margin-bottom:1rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint)}.site-footer__links{display:flex;flex-direction:column;gap:.625rem}.site-footer__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-secondary);transition:color .15s ease;text-decoration:none}.site-footer__link:hover{color:var(--color-text-primary)}.site-footer__link img{height:1rem;width:1rem;border-radius:2px}.site-footer__bottom{margin-top:3rem;border-top:1px solid var(--color-border-strong);padding-top:1.5rem;text-align:center}.site-footer__copyright{font-size:.75rem;color:var(--color-text-faint)}.site-footer__affiliate-notice{margin-top:.5rem;font-size:.75rem;color:var(--color-text-ghost)}.site-footer__legal-links{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.site-footer__legal-link{font-size:.6875rem;color:var(--color-text-ghost);transition:color .15s ease;text-decoration:none}.site-footer__legal-link:hover{color:var(--color-text-secondary)}.site-footer__dot{color:#ddd;font-size:.6875rem}.legal-hero{border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg-subtle);padding-top:4rem;padding-bottom:4rem}.legal-body{padding-top:4rem;padding-bottom:4rem}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-section h2{margin-bottom:.75rem;margin-top:2rem;font-size:1.0625rem;font-weight:600;color:var(--color-text-primary)}.legal-section p{line-height:1.7;color:var(--color-text-muted)}.legal-summary-box{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg);padding:1.5rem}.legal-summary-box p{font-size:.875rem;line-height:1.6;color:var(--color-text-primary)}.about-steps-grid{display:grid;gap:2rem;margin-top:3rem}@media(min-width:640px){.about-steps-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-steps-grid{grid-template-columns:repeat(4,1fr)}}.about-step__num{font-size:3rem;font-weight:800;color:var(--color-border);line-height:1}.about-step__title{margin-top:.5rem;font-size:1.0625rem;font-weight:600;color:var(--color-text-primary)}.about-step__desc{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.principles-grid{display:grid;gap:1.5rem;margin-top:3rem}@media(min-width:640px){.principles-grid{grid-template-columns:repeat(2,1fr)}}.principle-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg);padding:1.5rem}.principle-icon{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--color-bg-muted);color:var(--color-text-muted)}.principle-title{margin-top:1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.principle-desc{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.cta-band{border-top:1px solid var(--color-border-subtle);background-color:var(--color-text-primary);padding-top:4rem;padding-bottom:4rem;text-align:center}.cta-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff}.cta-band p{margin-top:.75rem;color:#ffffffb3}.cta-band__actions{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.btn-white{display:inline-flex;height:2.75rem;align-items:center;justify-content:center;border-radius:var(--radius-md);padding:0 2rem;font-size:.875rem;font-weight:600;background:#fff;color:var(--color-text-primary);transition:opacity .15s ease}.btn-white:hover{opacity:.9}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
