:root{font:16px/1.5 system-ui,sans-serif;color:#e8edf7;background:#0d1220;color-scheme:dark}*{box-sizing:border-box}body{margin:0}main{max-width:1160px;margin:0 auto;padding:40px 24px}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}h1{font-size:28px;margin:0}h2{font-size:19px;margin:0 0 20px}.eyebrow{color:#ad9cff;letter-spacing:.18em;font-size:12px;font-weight:700;margin:0 0 8px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}section{background:#171f31;border:1px solid #2c3750;border-radius:14px;padding:24px}.login{max-width:440px;margin:48px auto}label{display:block;color:#b8c5dc;font-size:14px;margin-bottom:16px}input,textarea{font:inherit;width:100%;padding:10px 12px;margin-top:6px;background:#0e1524;color:#fff;border:1px solid #3c4963;border-radius:7px}textarea{resize:vertical}input:focus,textarea:focus,button:focus-visible{outline:2px solid #ad9cff;outline-offset:2px}button{font:inherit;font-weight:600;border:0;border-radius:7px;background:#b5a1ff;color:#19112f;padding:11px 18px;cursor:pointer}.secondary{background:#29364e;color:#e8edf7}.checkbox{display:flex;gap:10px;align-items:center}.checkbox input{width:auto;margin:0}.notice{background:#173c34;border:1px solid #367d68;padding:16px;border-radius:8px}.error{background:#492630;border-color:#ab576e}.key{display:block;overflow-wrap:anywhere;background:#1c2941;padding:16px;user-select:all}.status{color:#c5b5ff}.audit{margin-top:24px}.table{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}td,th{padding:10px;border-bottom:1px solid #2c3750}th{color:#b8c5dc}@media(max-width:480px){main{padding:24px 14px}h1{font-size:22px}.cards{grid-template-columns:1fr}section{padding:18px}}
