:root{color:#1f2937;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:8px;padding:9px 12px;cursor:pointer;font-weight:700}button:hover{border-color:#2563eb}button:disabled{cursor:not-allowed;opacity:.45}.primary{background:#2563eb;border-color:#2563eb;color:#fff}.center-screen,.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel,.panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;box-shadow:0 10px 30px #0f172a0f}.login-panel{width:min(420px,100%)}h1,h2,h3{margin:0 0 16px;color:#111827;letter-spacing:0}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:10px;padding:20px;background:#111827;color:#e5e7eb}.sidebar h1{color:#fff;margin-bottom:4px}.sidebar p{margin:0 0 12px;color:#9ca3af}.sidebar button{width:100%;text-align:left;background:transparent;color:#d1d5db;border-color:#ffffff1f}.sidebar button.active,.sidebar button:hover{background:#fff;color:#111827}.content{padding:28px;display:flex;flex-direction:column;gap:20px}.notice,.error-line{padding:12px 14px;border-radius:8px;font-weight:700}.notice{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.error-line{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-grid article,.row{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.metric-grid span,.row span,label span{color:#6b7280;font-size:13px}.metric-grid strong{display:block;margin-top:6px;font-size:30px;color:#111827}.table{display:flex;flex-direction:column;gap:12px}.row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.row strong,.row span{display:block}.actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.badge{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800;background:#eff6ff;color:#1d4ed8}.badge.cancelled,.badge.no_show{background:#fef2f2;color:#b91c1c}.badge.attended,.badge.active{background:#ecfdf5;color:#047857}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:18px;align-items:start}form{display:flex;flex-direction:column;gap:12px}label{display:flex;flex-direction:column;gap:6px}input,textarea,select{width:100%;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;padding:10px 12px}textarea{min-height:88px;resize:vertical}.hint{margin:0;color:#6b7280;font-size:13px}.preview-box{white-space:pre-wrap;background:#111827;color:#f9fafb;border-radius:8px;padding:16px;overflow-x:auto}.check,.inline{flex-direction:row;align-items:center}.check input,.inline input{width:auto}.date-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:8px}.settings-form{max-width:720px}@media(max-width:900px){.shell,.split,.row,.metric-grid{grid-template-columns:1fr}.sidebar{position:static;height:auto}.actions{justify-content:flex-start}}
