:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f8fb;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f8fb}.shell{width:min(1220px,calc(100% - 32px));min-height:100vh;margin:0 auto;display:grid;grid-template-columns:.72fr 1fr;gap:18px;align-items:center;padding:28px 0}.hero,.card{background:#fff;border:1px solid #e7ecf2;border-radius:16px;box-shadow:0 1px 2px rgba(16,24,40,.05)}.hero{min-height:560px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#f0fdfa,#fff)}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:42px;height:42px;border-radius:12px;background:#0f766e;color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px}.brand strong{display:block;font-size:16px}.brand span{display:block;color:#64748b;font-size:12.5px;margin-top:2px}.hero h1{font-size:clamp(31px,4vw,48px);line-height:1.02;margin:54px 0 12px;letter-spacing:0}.hero p{font-size:15px;line-height:1.65;color:#475569;margin:0;max-width:560px}.hero-foot{display:flex;gap:8px;flex-wrap:wrap}.hero-foot span{border:1px solid #99f6e4;background:#ecfdf5;color:#0f766e;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.card{padding:22px}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:22px}.step{height:44px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#64748b;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.step span{width:22px;height:22px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center}.step.active{border-color:#0f766e;background:#ecfdf5;color:#0f766e}.step.active span{background:#0f766e;color:#fff}.pane{display:none}.pane.active{display:grid;gap:15px}.eyebrow{margin:0;color:#0f766e;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}h2{font-size:25px;line-height:1.12;margin:0}.hint{margin:0;color:#64748b;font-size:13.5px;line-height:1.55}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:1fr 2fr}.grid.four{grid-template-columns:repeat(4,1fr)}.span2{grid-column:span 2}label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:600}input,select{width:100%;height:44px;border:1px solid #dbe3ee;border-radius:10px;padding:0 12px;background:#f8fafc;color:#0f172a;font:inherit;font-size:14px}input:focus,select:focus{outline:3px solid rgba(15,118,110,.14);border-color:#0f766e}.slug-field{display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid #dbe3ee;border-radius:10px;background:#f8fafc;overflow:hidden}.slug-field small{padding-left:12px;color:#64748b;font-size:13px}.slug-field input{border:0;border-radius:0;background:transparent;padding-left:2px}.slug-field input:focus{outline:0}.plans,.release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.plan-card,.release-card{min-height:105px;height:auto;border:1px solid #dbe3ee;border-radius:13px;background:#fff;color:#334155;text-align:left;padding:13px;font:inherit;cursor:pointer;display:grid;gap:5px}.release-grid{grid-template-columns:1fr 1fr}.plan-card strong,.release-card strong{font-size:15px;color:#0f172a}.plan-card span,.release-card span{font-size:12.8px;line-height:1.45;color:#64748b}.plan-card small{font-size:12px;font-weight:800;color:#0f766e}.plan-card.active,.release-card.active{border-color:#0f766e;background:#ecfdf5;box-shadow:0 0 0 3px rgba(15,118,110,.12)}.repeat-list,.hours-list{display:grid;gap:12px}.repeat-item,.hour-row{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:13px;display:grid;gap:12px}.repeat-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.repeat-head strong{font-size:14px}.text-danger{border:0;background:transparent;color:#b91c1c;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer}.inline-add{justify-self:start}.hour-row{opacity:.72}.hour-row.active{opacity:1;background:#f8fafc}.check{display:flex;align-items:center;gap:8px;font-weight:800}.check input{width:18px;height:18px}.summary,.result{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:13px;color:#475569;font-size:13px;line-height:1.55}.message{border-radius:10px;padding:11px 13px;font-size:13px;line-height:1.45;margin-top:15px}.message.ok{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.message.bad{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.actions.stack{display:grid;grid-template-columns:1fr;justify-content:stretch;margin-top:0}button.primary,button.secondary{height:42px;border-radius:10px;padding:0 15px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.primary{border:0;background:#0f766e;color:#fff}.secondary{background:#fff;color:#334155;border:1px solid #dbe3ee}.secondary:disabled,.primary:disabled{opacity:.55;cursor:not-allowed}.danger-soft{border-color:#fed7aa;color:#92400e;background:#fff7ed}.version{display:block;margin-top:14px;color:#94a3b8;font-size:11px;text-align:right}@media(max-width:900px){.shell{grid-template-columns:1fr;width:min(100% - 22px,680px);padding:18px 0}.hero{min-height:auto}.hero h1{margin-top:34px}.steps{grid-template-columns:1fr 1fr}.grid.two,.grid.three,.grid.four,.plans,.release-grid,.actions.stack{grid-template-columns:1fr}.span2{grid-column:auto}.actions{display:grid;grid-template-columns:1fr 1fr}.primary,.secondary{width:100%}}
