.PlanTable-module__wngiEW__switchRow{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.PlanTable-module__wngiEW__switch{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);padding:3px;display:inline-flex}.PlanTable-module__wngiEW__switchOption{appearance:none;color:var(--text-secondary);font:600 .8125rem/1 var(--font-body);padding:9px var(--space-md);border-radius:var(--radius-sm);cursor:pointer;transition:background-color var(--dur-micro) var(--ease), color var(--dur-micro) var(--ease);background:0 0;border:0}.PlanTable-module__wngiEW__switchOption[aria-pressed=true]{background:var(--action-fill);color:var(--action-text)}.PlanTable-module__wngiEW__switchOption:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PlanTable-module__wngiEW__switchNote{font:400 .75rem/1 var(--font-mono);color:var(--text-tertiary)}.PlanTable-module__wngiEW__plans{gap:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}.PlanTable-module__wngiEW__card{padding:var(--space-lg);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;position:relative}.PlanTable-module__wngiEW__card[data-featured]{border-color:var(--border-brand);box-shadow:0 1px 2px #3327170d,0 16px 40px -22px #33271761}.PlanTable-module__wngiEW__flag{top:0;left:var(--space-lg);border-radius:var(--radius-sm);background:var(--accent);color:var(--surface-raised);font:600 .625rem/1 var(--font-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:4px 10px;position:absolute;transform:translateY(-50%)}[data-theme=dark] .PlanTable-module__wngiEW__flag{color:var(--surface-sunken)}.PlanTable-module__wngiEW__cardHead{min-height:3.6em}.PlanTable-module__wngiEW__planName{color:var(--text-primary);font-size:1.375rem}.PlanTable-module__wngiEW__audience{color:var(--text-tertiary);margin-top:4px;font-size:.8125rem;line-height:1.5}.PlanTable-module__wngiEW__price{margin-top:var(--space-lg);color:var(--text-primary);font-variant-numeric:tabular-nums;align-items:baseline;gap:2px;display:flex}.PlanTable-module__wngiEW__currency{font:400 1.125rem/1 var(--font-display);align-self:flex-start;margin-top:6px}.PlanTable-module__wngiEW__amount{font:700 2.5rem/1 var(--font-display);letter-spacing:0}.PlanTable-module__wngiEW__per{font:400 .875rem/1 var(--font-body);color:var(--text-tertiary);margin-left:4px}.PlanTable-module__wngiEW__priceSub{font:400 .75rem/1.5 var(--font-mono);color:var(--text-tertiary);font-variant-numeric:tabular-nums;margin-top:6px}.PlanTable-module__wngiEW__blurb{margin:var(--space-md) 0 var(--space-lg);color:var(--text-secondary);font-size:.875rem;line-height:1.7}.PlanTable-module__wngiEW__cardAction,.PlanTable-module__wngiEW__cardActionPrimary{border-radius:var(--radius-md);height:42px;font:600 .875rem/1 var(--font-body);transition:opacity var(--dur-micro) var(--ease), border-color var(--dur-micro) var(--ease);border:1px solid;justify-content:center;align-items:center;text-decoration:none;display:flex}.PlanTable-module__wngiEW__cardAction{color:var(--text-primary);border-color:var(--border-strong);background:0 0}.PlanTable-module__wngiEW__cardAction:hover{border-color:var(--text-primary);color:var(--text-primary)}.PlanTable-module__wngiEW__cardActionPrimary{background:var(--commit-fill);color:var(--commit-text);border-color:var(--commit-fill);box-shadow:0 0 16px -3px var(--commit-glow)}.PlanTable-module__wngiEW__cardActionPrimary:hover{background:var(--commit-fill-hover);border-color:var(--commit-fill-hover);color:var(--commit-text);box-shadow:0 4px 20px -4px var(--commit-glow)}.PlanTable-module__wngiEW__cardActionPrimary:active{transform:translateY(1px)}.PlanTable-module__wngiEW__featureBlock{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-subtle)}.PlanTable-module__wngiEW__inherits{font:500 .75rem/1.5 var(--font-mono);color:var(--accent);margin-bottom:var(--space-md)}.PlanTable-module__wngiEW__features{gap:var(--space-sm);list-style:none;display:grid}.PlanTable-module__wngiEW__feature{gap:var(--space-sm);grid-template-columns:13px 1fr;align-items:start;display:grid;position:relative}.PlanTable-module__wngiEW__tick{color:var(--accent);margin-top:4px}.PlanTable-module__wngiEW__featureLabel{color:var(--text-primary);font-size:.875rem;line-height:1.5;display:block}.PlanTable-module__wngiEW__noteTrigger{appearance:none;text-align:left;font:inherit;color:var(--text-primary);cursor:help;background:0 0;border:0;justify-self:start;margin:0;padding:0;font-size:.875rem;line-height:1.5;text-decoration:none}.PlanTable-module__wngiEW__noteTrigger:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.PlanTable-module__wngiEW__notePanel{z-index:5;padding:var(--space-sm) var(--space-md);background:var(--surface-overlay);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text-secondary);pointer-events:none;font-size:.8125rem;line-height:1.6;position:absolute;bottom:calc(100% + 9px);left:0;right:0;box-shadow:0 2px 4px #3327170f,0 14px 30px -14px #33271766}.PlanTable-module__wngiEW__notePanel:before,.PlanTable-module__wngiEW__notePanel:after{content:"";top:100%;left:var(--space-lg);border:6px solid #0000;position:absolute}.PlanTable-module__wngiEW__notePanel:before{border-top-color:var(--border-strong)}.PlanTable-module__wngiEW__notePanel:after{border-top-color:var(--surface-overlay);margin-top:-1px}@media (prefers-reduced-motion:no-preference){.PlanTable-module__wngiEW__notePanel{animation:PlanTable-module__wngiEW__noteIn .14s var(--ease)}@keyframes PlanTable-module__wngiEW__noteIn{0%{opacity:0;transform:translateY(4px)}}}.PlanTable-module__wngiEW__feature:first-child .PlanTable-module__wngiEW__notePanel{top:calc(100% + 9px);bottom:auto}.PlanTable-module__wngiEW__feature:first-child .PlanTable-module__wngiEW__notePanel:before,.PlanTable-module__wngiEW__feature:first-child .PlanTable-module__wngiEW__notePanel:after{border-top-color:#0000;top:auto;bottom:100%}.PlanTable-module__wngiEW__feature:first-child .PlanTable-module__wngiEW__notePanel:before{border-bottom-color:var(--border-strong)}.PlanTable-module__wngiEW__feature:first-child .PlanTable-module__wngiEW__notePanel:after{border-bottom-color:var(--surface-overlay);margin-top:0;margin-bottom:-1px}.PlanTable-module__wngiEW__billingNote{margin-top:var(--space-xl);text-align:center;font:400 .75rem/1.7 var(--font-mono);color:var(--text-tertiary)}@media (prefers-reduced-motion:no-preference){.PlanTable-module__wngiEW__card{animation:PlanTable-module__wngiEW__cardIn .62s var(--ease) backwards;animation-delay:calc(var(--i) * 90ms)}@keyframes PlanTable-module__wngiEW__cardIn{0%{opacity:0;transform:translateY(14px)}}}@media (max-width:940px){.PlanTable-module__wngiEW__plans{grid-template-columns:1fr;max-width:460px;margin:0 auto}.PlanTable-module__wngiEW__cardHead{min-height:0}}
