.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}.goals-section{margin-bottom:32px}.goals-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.goal-item{background:var(--bg-base);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.goal-item.is-done{border-color:var(--emerald-100);background:var(--emerald-50)}[data-theme=dark] .goal-item.is-done{background:#16a34a1a;border-color:#16a34a52}.goal-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.goal-name{font-size:14px;font-weight:600}.goal-count{font-family:var(--font-mono);color:var(--text-3);white-space:nowrap;font-size:12px}.goal-hint{color:var(--text-3);margin:0;font-size:12px;line-height:1.45}.goal-actions{align-items:center;gap:6px;display:flex}.goal-actions .btn-sm{min-width:32px}.goal-done-tag{color:var(--emerald-600);font-size:12px;font-weight:600}.goal-delete{color:var(--text-3);margin-left:auto}.goal-delete:hover:not(:disabled){color:var(--rose-500)}.goal-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.goal-form .input{flex:1;min-width:200px}.goal-target-input{text-align:right;font-family:var(--font-mono);flex:0 0 90px!important;min-width:0!important}.goal-unit-input{flex:0 0 100px!important;min-width:0!important}.goals-error{background:var(--rose-50);color:var(--rose-700);border-radius:10px;margin-bottom:12px;padding:10px;font-size:13px}[data-theme=dark] .goals-error{color:var(--rose-300);background:#ef44441f}.goals-empty{color:var(--text-3);margin:12px 0 0;font-size:13px}@media (max-width:720px){.goal-form .input{flex-basis:100%}.goal-target-input,.goal-unit-input{flex:1 1 0!important}}
.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}
