.plan-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.plan-card--joined{border-color:var(--color-border-primary)}.plan-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-card__name{margin-bottom:6px;font-size:1.7rem;font-weight:700}.plan-card__price{white-space:nowrap;font-size:1.8rem;font-weight:800}.plan-card__desc{color:var(--color-on-surface-neutral);white-space:pre-line;font-size:1.3rem}.plan-card__rewards{flex-direction:column;gap:4px;font-size:1.3rem;display:flex}.plan-card__rewards li{align-items:center;gap:6px;display:flex}.plan-card__foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}
