.plans-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:780px;margin:0 auto;display:grid}.plans-cards-grid--three{grid-template-columns:repeat(3,1fr);max-width:1100px}@media (width<=960px){.plans-cards-grid--three{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.plans-cards-grid{grid-template-columns:1fr;gap:64px 16px}.plans-cards-grid--three{grid-template-columns:1fr;row-gap:64px}.plan-card--free{order:3}}.plan-card{background:var(--popover);border-color:var(--border);border-width:1px;border-radius:4px;padding:28px 24px 24px;transition:border-color .3s;position:relative}.plan-card:hover{box-shadow:none}.plan-card.plan-card--popular{box-shadow:none;border-color:#0000}.plan-card__badge{text-transform:uppercase;letter-spacing:.05em;background:var(--primary);color:var(--primary-foreground);border-radius:9999px;padding:4px 14px;font-size:11px;font-weight:700;display:inline-block;position:absolute;top:-11px;right:24px}.plan-card__name{color:var(--foreground);margin:0 0 4px;font-size:24px;font-weight:800}.plan-card__tagline{color:var(--muted-foreground);margin:0 0 20px;font-size:14px}.plan-card__price-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.plan-card__price{color:var(--foreground);font-size:36px;font-weight:800;line-height:1.1}.plan-card__price-sub{color:var(--muted-foreground);margin:0 0 20px;font-size:13px}.plan-card__upgrade-btn{cursor:pointer;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 28px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.plan-card__upgrade-btn:hover{opacity:.88;transform:translateY(-1px)}.plan-card__upgrade-btn:active{transform:translateY(0)}.plan-card__features{margin:0;padding:0;list-style:none}.plan-card__feature{color:var(--foreground);justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.plan-card__feature--highlight{background:color-mix(in oklab, var(--muted) 76%, var(--background) 24%);border:none;border-radius:14px;margin:0 0 10px;padding:14px}.plan-card__feature--highlight .plan-card__feature-label{font-weight:700}.plan-card__feature--highlight .plan-card__feature-value{font-weight:800}.plan-card__feature-label{font-weight:500}.plan-card__feature-value{color:var(--foreground);font-weight:600}.plan-card__feature-value--check{color:var(--foreground)}.plan-card__feature-value--lock{color:var(--muted-foreground);opacity:.5}.plan-card__features-toggle{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:16px 0 0;font-size:14px;font-weight:600;transition:opacity .2s;display:none}.plan-card__features-toggle:hover{opacity:.8}.toggle-icon{transition:transform .3s}.toggle-icon.rotate-180{transform:rotate(180deg)}.plan-card__features-wrapper{margin-top:24px}@media (width<=768px){.plan-card__features-toggle{display:flex}.plan-card__features-container{display:none}.plan-card__features-wrapper.is-expanded .plan-card__features-container{margin-top:16px;display:block}.plan-card__features-wrapper{margin-top:0}.plan-card__price{font-size:32px}}.plans-footer{text-align:center;margin-top:20px}.plans-footer__free-link{color:var(--foreground);cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .15s}.plans-footer__free-link:hover{opacity:.7}.plans-faq-link{text-align:left;color:var(--muted-foreground);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin-top:12px;padding:0;font-size:13px;text-decoration:underline;display:block}.plans-faq-link:hover{color:var(--foreground)}.plans-header{justify-content:center;align-items:center;gap:24px;margin-bottom:32px;display:flex}.plans-header__title{color:var(--foreground);white-space:nowrap;margin:0;font-size:22px;font-weight:700}.plans-header--mobile{justify-content:flex-start;margin-bottom:20px;padding-right:40px}.plans-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex}.plans-loading__spinner{color:var(--muted-foreground);animation:1s linear infinite spin}.plans-loading__text{color:var(--muted-foreground);font-size:14px}.plans-error{text-align:center;color:oklch(50% .18 25);padding:32px 16px;font-size:14px}.checkout-dialog__header{justify-content:space-between;align-items:flex-start;margin-top:12px;margin-bottom:24px;display:flex}.checkout-dialog__summary{flex-direction:column;gap:12px;display:flex}.checkout-dialog__back-button{width:fit-content;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:13px;font-weight:700;transition:color .2s,opacity .2s;display:inline-flex}.checkout-dialog__back-button:hover{color:var(--foreground)}.checkout-dialog__plan-name{color:var(--foreground);margin:0;font-size:24px;font-weight:800}.checkout-dialog__plan-billing{color:var(--muted-foreground);margin:2px 0 0;font-size:14px}.checkout-dialog__total{text-align:right}.checkout-dialog__total-amount{color:var(--foreground);font-size:20px;font-weight:700}.checkout-dialog__total-tax{color:var(--muted-foreground);font-size:12px;display:block}.checkout-dialog__stripe-form{flex-direction:column;gap:16px;display:flex}.checkout-dialog__buy-btn{cursor:pointer;background:var(--primary);width:100%;color:var(--primary-foreground);border:none;border-radius:12px;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:all .2s}.checkout-dialog__buy-btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.checkout-dialog__buy-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-dialog__security-note{text-align:center;color:var(--muted-foreground);margin-top:8px;font-size:12px;line-height:1.5}.checkout-dialog__security-note--highlight{color:var(--primary)}.checkout-loading{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:48px 24px;display:flex}.checkout-loading__spinner{border:3px solid var(--border);border-top-color:var(--foreground);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.checkout-loading__text{text-align:center;color:var(--muted-foreground);max-width:340px;font-size:13px;line-height:1.5}.checkout-completion{flex-direction:column;gap:20px;padding:4px 0;display:flex}.checkout-completion__steps{border:1px solid var(--border);background:var(--card);border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex}.checkout-completion__state{border:1px solid var(--border);background:var(--background);border-radius:20px;padding:28px 24px}.plans-page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 64px);display:flex}.plans-page__inner{width:100%;max-width:1024px}.plans-page .plans-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}.plans-page .plans-header__title{font-size:32px}.plans-dialog-content{border-radius:28px;width:100%;max-width:860px!important}.plans-dialog-content--checkout{max-width:640px!important}.checkout-dialog-content{border-radius:28px;width:100%;max-width:640px!important}.checkout-error{color:oklch(45% .15 25);background:oklch(95% .03 25);border:1px solid oklch(85% .1 25);border-radius:8px;padding:10px 14px;font-size:13px}.mobile-plans-container{align-items:center;gap:16px;width:100%;display:flex}.plan-card--mobile{flex-direction:column;width:100%;padding:20px;display:flex}.plan-card--mobile .mobile-header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.plan-card--mobile .tier-header__info{text-align:left}.plan-card--mobile .plan-card__upgrade-btn{width:auto;min-width:100px;margin-top:0}.plan-card--mobile .tier-feature-details__toggle{background:var(--secondary);border-radius:8px;margin-top:10px;padding:12px}@media (width<=564px){.plans-page{padding:24px 0}}@media (width<=768px){.plans-dialog-content,.checkout-dialog-content{border-radius:24px;padding:20px 16px}.mobile-plans-container{flex-direction:column;align-items:stretch;width:100%;padding-bottom:8px}.plan-card--mobile.plan-card--popular{margin-top:56px}.plan-card--mobile,.plan-card--free.plan-card--mobile{max-width:none}.plans-header--mobile{margin-bottom:12px}.checkout-dialog__header{flex-direction:column;gap:16px}.checkout-dialog__total{text-align:left}}
