:root{--bg:#080910;--panel:#161827;--panel-2:#1d2031;--line:#2c3145;--text:#f2f4ff;--muted:#9ca3ba;--primary:#43f39a;--primary-dark:#17281f;--danger:#ff5c7c;--shadow:rgba(0,0,0,0.35)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{min-height:38px;border:0;border-radius:6px;background:var(--primary);color:#06110b;cursor:pointer;font-weight:700;padding:0 16px;text-transform:uppercase}button:hover{filter:brightness(.94)}input,select,textarea{border:1px solid var(--line);border-radius:6px;background:#0f111c;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(67,243,154,.12)}.app-shell{min-width:1040px;padding:28px}.toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:grid;grid-template-columns:220px minmax(260px,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;margin-bottom:16px;border:1px solid rgba(67,243,154,.14);border-radius:8px;background:rgba(22,24,39,.96);box-shadow:0 16px 36px var(--shadow);padding:16px}.toolbar input,.toolbar select{height:42px;padding:0 14px}.status-row{display:flex;min-height:30px;gap:18px;align-items:center;color:var(--muted);font-size:14px}.table-wrap{overflow-x:auto;border-top:1px solid var(--line)}table{width:100%;border-collapse:separate;border-spacing:0 10px}th{height:56px;background:var(--primary);color:#03110a;text-align:left;text-transform:uppercase;padding:0 16px}th:first-child{border-radius:6px 0 0 6px}th:last-child{border-radius:0 6px 6px 0}td{background:var(--panel);border-top:1px solid rgba(255,255,255,.03);border-bottom:1px solid rgba(0,0,0,.35);color:#e6e8fa;font-weight:600;padding:18px 16px;vertical-align:top}td:first-child{border-radius:6px 0 0 6px;color:var(--muted);width:54px}td:last-child{border-radius:0 6px 6px 0}tr:hover td{background:var(--panel-2)}td small{display:block;margin-top:6px;color:var(--muted);font-weight:500}input[type=checkbox]{width:20px;height:20px;accent-color:var(--primary)}.row-actions{display:flex;gap:8px;justify-content:flex-end}.row-actions button{min-width:82px}.row-actions button:last-child{background:var(--danger);color:#210006}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;background:rgba(0,0,0,.68);padding:24px}.editor{width:min(620px,100%);display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:8px;background:#121522;box-shadow:0 22px 60px var(--shadow);padding:22px}.editor footer,.editor header{display:flex;justify-content:space-between;align-items:center;gap:12px}.editor h2{margin:0;font-size:20px}.editor label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700;text-transform:uppercase}.editor input,.editor textarea{width:100%;min-height:40px;padding:10px 12px}.editor textarea{min-height:78px;resize:vertical}.editor footer{justify-content:flex-end}.editor footer button:first-child,.editor header button{background:#2b3044;color:var(--text)}@media (max-width:760px){.app-shell{min-width:0;padding:14px}.toolbar{position:static;grid-template-columns:1fr}.status-row{flex-wrap:wrap}}