:root{color:#f4f6fb;background:#0f172a;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}.layout{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{background:#0b1323;border-right:1px solid #253049;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.sidebar h1{margin:0;font-size:1.3rem}.content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.content-login{justify-content:center;align-items:center;min-height:100vh}.topbar{background:#121c31;border:1px solid #2b3b5a;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.topbar h2{margin:0}.card{background:#121c31;border:1px solid #2b3b5a;border-radius:10px;padding:1rem}.login-card{width:100%;max-width:500px}.login-card h2{margin-top:0;font-size:1rem;font-weight:500}.muted{color:#9fb0d1}.stack{flex-direction:column;gap:.65rem;display:flex}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:.75rem 0;display:grid}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}label{flex-direction:column;gap:.35rem;display:flex}input,textarea,select,button{color:#f4f6fb;font:inherit;background:#0d172b;border:1px solid #3e5279;border-radius:8px;padding:.55rem .65rem}textarea{resize:vertical}select{min-height:36px}button{cursor:pointer;background:#1d4ed8;border-color:#1d4ed8}button:hover{background:#2563eb}button:disabled{opacity:.55;cursor:not-allowed}.nav-item{text-align:left;background:#182542;border-color:#2d4169}.nav-item.active{background:#24458f;border-color:#3564cc}.toolbar{gap:.6rem;margin-bottom:.75rem;display:flex}.toolbar input{flex:1}.danger{background:#b91c1c;border-color:#b91c1c}.danger:hover{background:#dc2626}.status,.result{white-space:pre-wrap;overflow-wrap:anywhere;background:#0b1323;border:1px solid #2d4169;border-radius:8px;padding:.8rem}.ops-grid{gap:.75rem;margin:.75rem 0;display:grid}.table-wrap{border:1px solid #2d4169;border-radius:8px;margin:.75rem 0;overflow:auto}.records-table{border-collapse:collapse;background:#0b1323;width:100%}.records-table th,.records-table td{text-align:left;border-bottom:1px solid #2d4169;padding:.5rem .6rem;font-size:.92rem}.selected-row{background:#12203b}.op-row{background:#0b1323;border:1px solid #2d4169;border-radius:8px;gap:.5rem;padding:.65rem;display:grid}.wysiwyg{background:#0d172b;border:1px solid #3e5279;border-radius:8px}.wysiwyg-toolbar{border-bottom:1px solid #2d4169;flex-wrap:wrap;gap:.35rem;padding:.45rem;display:flex}.wysiwyg-toolbar button{padding:.3rem .45rem;font-size:.8rem}.wysiwyg-editor{min-height:220px;padding:.65rem}code{color:#9fb0d1;font-family:Consolas,Courier New,monospace}@media (width<=960px){.layout,.grid-two,.grid-three{grid-template-columns:1fr}}
