:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.page{min-height:100vh;padding:24px}.center{display:grid;place-items:center}.card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 8px 24px #00000014}.login-card{width:min(520px,100%)}.stack{display:grid;gap:12px}input,select{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db}button{width:fit-content;padding:10px 14px;border:0;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}.layout{min-height:100vh;display:grid;grid-template-columns:220px 1fr;grid-template-rows:68px 1fr}.header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:#111827;color:#fff}.header h1{font-size:20px}.header-meta{display:flex;gap:10px;align-items:center}.badge{background:#374151;padding:4px 8px;border-radius:999px}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:12px;display:grid;gap:8px;align-content:start}.sidebar button{width:100%;text-align:left;background:#f3f4f6;color:#111827}.sidebar button.active{background:#2563eb;color:#fff}.content{padding:20px}table{width:100%;border-collapse:collapse;margin-top:16px}th,td{border-bottom:1px solid #e5e7eb;text-align:left;padding:10px;vertical-align:top}.grid-form{display:grid;gap:10px;margin-bottom:20px}.check-list{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.actions{display:flex;gap:8px;flex-wrap:wrap}.error{color:#dc2626}.success{color:#059669}.status-draft{background:#6b7280;color:#fff;padding:4px 8px;border-radius:999px}.status-submitted{background:#2563eb;color:#fff;padding:4px 8px;border-radius:999px}.status-approved{background:#059669;color:#fff;padding:4px 8px;border-radius:999px}.status-rejected{background:#dc2626;color:#fff;padding:4px 8px;border-radius:999px}.status-correction_requested{background:#f59e0b;color:#111827;padding:4px 8px;border-radius:999px}.score-red{color:#dc2626;font-weight:700}.score-amber{color:#d97706;font-weight:700}.score-green{color:#059669;font-weight:700}.score-excellent{color:#0369a1;font-weight:700}
