.plans-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;display:grid}@media (max-width:1024px){.plans-grid{grid-template-columns:1fr}}.new-plan{background:var(--bg-base);border:2px dashed var(--border-strong);text-align:center;color:var(--text-3);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:32px;transition:border-color .2s,color .2s;display:flex}.new-plan:hover{border-color:var(--brand-500);color:var(--brand-700)}[data-theme=dark] .new-plan:hover{color:var(--brand-300)}.new-plan .ic{background:var(--brand-50);width:56px;height:56px;color:var(--brand-500);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.auto-plan{background:linear-gradient(135deg, var(--brand-700), var(--brand-900));color:#fff;border-radius:20px;align-items:center;gap:24px;margin-bottom:24px;padding:32px;display:flex;position:relative;overflow:hidden}.auto-plan:after{content:"";background:radial-gradient(circle,#ffffff1a,#0000 70%);width:240px;height:240px;position:absolute;top:-40px;right:-40px}.auto-plan h3{font-family:var(--font-display);margin:0;font-size:22px;font-weight:700}.auto-plan p{opacity:.85;max-width:480px;margin:4px 0 0;font-size:14px;line-height:1.5}
.PlanCard-module__B334CG__card{background:var(--bg-base);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:14px;padding:24px;display:flex;position:relative;overflow:hidden}.PlanCard-module__B334CG__card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.PlanCard-module__B334CG__brand:before{background:var(--brand-500)}.PlanCard-module__B334CG__emerald:before{background:var(--emerald-500)}.PlanCard-module__B334CG__amber:before{background:var(--amber-500)}.PlanCard-module__B334CG__rose:before{background:var(--rose-500)}.PlanCard-module__B334CG__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.PlanCard-module__B334CG__title{font-size:18px;font-weight:700;font-family:var(--font-display);letter-spacing:-.01em;margin:0}.PlanCard-module__B334CG__range{color:var(--text-3);margin-top:2px;font-size:12px}.PlanCard-module__B334CG__metricRow{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.PlanCard-module__B334CG__percent{font-family:var(--font-display);letter-spacing:-.025em;font-size:36px;font-weight:700;line-height:1}.PlanCard-module__B334CG__brand .PlanCard-module__B334CG__percent{color:var(--brand-700)}.PlanCard-module__B334CG__emerald .PlanCard-module__B334CG__percent{color:var(--emerald-600)}.PlanCard-module__B334CG__amber .PlanCard-module__B334CG__percent{color:var(--amber-600)}.PlanCard-module__B334CG__rose .PlanCard-module__B334CG__percent{color:var(--rose-600)}[data-theme=dark] .PlanCard-module__B334CG__brand .PlanCard-module__B334CG__percent{color:var(--brand-300)}.PlanCard-module__B334CG__bar{background:var(--bg-muted);border-radius:999px;height:6px;overflow:hidden}.PlanCard-module__B334CG__barFill{border-radius:999px;height:100%;transition:width .4s cubic-bezier(.25,1,.5,1)}.PlanCard-module__B334CG__brand .PlanCard-module__B334CG__barFill{background:var(--brand-500)}.PlanCard-module__B334CG__emerald .PlanCard-module__B334CG__barFill{background:var(--emerald-500)}.PlanCard-module__B334CG__amber .PlanCard-module__B334CG__barFill{background:var(--amber-500)}.PlanCard-module__B334CG__rose .PlanCard-module__B334CG__barFill{background:var(--rose-500)}.PlanCard-module__B334CG__info{color:var(--text-3);justify-content:space-between;font-size:12px;display:flex}.PlanCard-module__B334CG__agenda{border-top:1px dashed var(--border);flex-direction:column;gap:6px;padding-top:14px;display:flex}.PlanCard-module__B334CG__agendaRow{align-items:center;gap:8px;font-size:13px;display:flex}.PlanCard-module__B334CG__check{border:1.5px solid var(--border-strong);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.PlanCard-module__B334CG__agendaRow.PlanCard-module__B334CG__done .PlanCard-module__B334CG__check{background:var(--emerald-500);border-color:var(--emerald-500);color:#fff;font-size:11px;font-weight:700}.PlanCard-module__B334CG__agendaRow.PlanCard-module__B334CG__done .PlanCard-module__B334CG__check:after{content:"✓"}.PlanCard-module__B334CG__agendaRow.PlanCard-module__B334CG__done{color:var(--text-3)}.PlanCard-module__B334CG__agendaRow.PlanCard-module__B334CG__done .PlanCard-module__B334CG__label{text-decoration:line-through}
