.plan-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}.plan-summary{display:flex;flex-direction:column;justify-content:space-between;min-height:390px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px rgba(18,50,74,.07)}.plan-summary h2{margin:14px 0 8px;color:var(--navy);font-size:1.55rem}.plan-summary p{color:var(--muted)}.plan-state{display:inline-block;padding:4px 10px;border-radius:999px;background:#e9f7f5;color:#176b62;font-size:.82rem;font-weight:800}.plan-state.hidden{background:#eef1f2;color:#65737a}.plan-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.plan-summary dl div{padding:11px;background:#f4f9fa;border-radius:10px}.plan-summary dt{color:var(--muted);font-size:.88rem}.plan-summary dd{margin:2px 0 0;color:var(--navy);font-size:1.25rem;font-weight:800}.narrow-admin{max-width:980px}.edit-breadcrumb{margin-bottom:18px;font-weight:750;color:var(--blue)}.plan-editor{padding:30px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 34px rgba(18,50,74,.07)}.plan-title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.plan-title h1{font-size:2.35rem;margin:0 0 4px}.edit-section{margin-top:28px;padding-top:25px;border-top:1px solid var(--line)}.edit-section h2{margin:0 0 16px;color:var(--navy);font-size:1.35rem}.plan-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.plan-fields.three{grid-template-columns:repeat(3,1fr)}.plan-editor label{display:block;color:#284653;font-weight:750}.plan-editor input:not([type=checkbox]):not([type=hidden]),.plan-editor select,.plan-editor textarea{display:block;width:100%;min-height:52px;margin-top:8px;padding:12px 14px;background:#fbfdfd;color:#18313f;border:1.5px solid #aebfc5;border-radius:11px;font:inherit}.plan-editor textarea{min-height:105px;resize:vertical}.feature-editor{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-editor label{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:10px;padding:10px;background:#f4f9fa;border:1px solid var(--line);border-radius:11px}.feature-editor input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue)}.feature-editor input:not([type=checkbox]):not([type=hidden]){margin:0;min-height:44px;background:#fff}.sticky-save{position:sticky;bottom:12px;display:flex;justify-content:flex-end;gap:12px;margin-top:28px;padding:14px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 28px rgba(18,50,74,.12)}@media(max-width:850px){.plan-card-grid,.plan-fields,.plan-fields.three,.feature-editor{grid-template-columns:1fr}.plan-editor{padding:21px}.plan-title{flex-direction:column}.plan-title>.button{width:100%}}@media(prefers-color-scheme:dark){.plan-summary,.plan-editor,.sticky-save{background:#142a36;border-color:#35505d}.plan-summary h2,.plan-summary dd,.edit-section h2,.plan-title h1,.plan-editor label{color:#f2fbfc}.plan-summary dl div,.feature-editor label{background:#102631}.plan-editor input:not([type=checkbox]):not([type=hidden]),.plan-editor select,.plan-editor textarea{background:#0f202a;color:#fff;border-color:#58707b}.feature-editor input:not([type=checkbox]):not([type=hidden]){background:#0b1d26}}
