:root{--text:#24292f;--text-muted:#57606a;--bg:#fff;--bg-subtle:#f6f8fa;--border:#d0d7de;--accent:#0969da;--error:#cf222e;--error-bg:#fff0ef;--ok:#1a7f37;--ok-bg:#ecfdf3;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:15px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#e6edf3;--text-muted:#9198a1;--bg:#0d1117;--bg-subtle:#161b22;--border:#30363d;--accent:#4493f8;--error:#ff7b72;--error-bg:#3d1518;--ok:#3fb950;--ok-bg:#0e2c1a}}*{box-sizing:border-box}body{margin:0}.app-shell{max-width:960px;margin:0 auto;padding:1.5rem}.app-header h1{margin:0 0 .75rem;font-size:1.5rem}.mode-nav{border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}h2{border-bottom:1px solid var(--border);margin:1.5rem 0 .5rem;padding-bottom:.25rem;font-size:1.1rem}h3{color:var(--text-muted);margin:1rem 0 .25rem;font-size:.95rem}.wizard-steps{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.step-tab{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:6px;padding:.4rem .7rem;font-size:.85rem}.step-tab.active{border-color:var(--accent);color:var(--accent);font-weight:600}.component-tabs{border-bottom:1px dashed var(--border);flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.component-tabs .tab{border:1px solid var(--border);background:var(--bg-subtle);color:var(--text);cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.85rem;display:inline-flex}.component-tabs .tab.active{border-color:var(--accent);color:var(--accent)}.remove-tab{cursor:pointer;color:var(--error);font-weight:700}.add-tab{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .6rem}.wizard-nav{gap:.5rem;margin-top:1.5rem;display:flex}.wizard-nav button{padding:.5rem 1rem}.field-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:start;gap:.75rem 1rem;display:grid}.field{flex-direction:column;gap:.2rem;font-size:.85rem;display:flex}.field-label{color:var(--text-muted);font-weight:500}.field-hint{color:var(--text-muted);font-size:.75rem}.field input,.field select,.field textarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:4px;padding:.35rem .5rem}.field input[type=checkbox]{align-self:flex-start;width:1.1rem;height:1.1rem}.field-error{color:var(--error);font-size:.78rem}.error-banner{background:var(--error-bg);color:var(--error);border:1px solid var(--error);border-radius:6px;margin:.5rem 0;padding:.6rem .8rem;font-size:.85rem}.review-ok{background:var(--ok-bg);color:var(--ok);border:1px solid var(--ok);border-radius:6px;padding:.6rem .8rem}.repeat-group{border:1px solid var(--border);border-radius:6px;margin:.75rem 0;padding:.75rem}.repeat-group legend{color:var(--text-muted);padding:0 .4rem;font-size:.85rem;font-weight:500}.repeat-group-row{border-bottom:1px dashed var(--border);margin-bottom:.5rem;padding-bottom:.5rem}.repeat-group-row:last-of-type{border-bottom:none}.remove-row{color:var(--error);border:1px solid var(--error);cursor:pointer;background:0 0;border-radius:4px;margin-top:.4rem;padding:.2rem .5rem;font-size:.75rem}table.schedule-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.8rem}table.schedule-table th,table.schedule-table td{border:1px solid var(--border);text-align:right;padding:.3rem .5rem}table.schedule-table th{background:var(--bg-subtle)}table.schedule-table td:first-child,table.schedule-table th:first-child{text-align:left}
