:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172b3c;background:#f3f6f9;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;border:1px solid #b7c8d7;background:white;color:#153c59;border-radius:6px;padding:.65rem .9rem}button:hover{background:#e4eff7}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #16a5cb;outline-offset:3px}a{color:#096f98}label{display:flex;flex-direction:column;gap:.4rem}input,select{padding:.65rem;border:1px solid #b7c8d7;border-radius:5px;background:white;min-width:0}h1{font-size:1.7rem;letter-spacing:-.04em;margin:.4rem 0}h2{font-size:1.2rem;margin-top:0}.brand{font-weight:850;font-size:1.35rem;letter-spacing:.04em}.brand span{display:block;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-top:.5rem}#login{min-height:100vh;display:grid;place-items:center;background:#102b40}#login[hidden],#shell[hidden]{display:none}#login-form{background:#fff;padding:2.5rem;border-radius:10px;width:min(92vw,420px);display:grid;gap:1.3rem}#login-form button{background:#096f98;color:white;border:0}#login-error{color:#9d2531;margin:0}#shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}aside{background:#102b40;color:white;padding:1.8rem 1.1rem;display:flex;flex-direction:column;gap:2rem}aside .brand{padding:0 .65rem}nav{display:grid;gap:.35rem}nav button{background:none;border:0;color:#c4d8e7;text-align:left}nav button.active{background:#17445f;color:white;border-left:3px solid #32bbd1}.account{margin-top:auto;font-size:.875rem;display:grid;gap:.7rem}.account button{background:transparent;color:white;border-color:#446074}main{padding:2rem 2.4rem;min-width:0}header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-bottom:1.6rem;border-bottom:1px solid #d2dee8;margin-bottom:1.7rem}.eyebrow{font-size:.75rem;letter-spacing:.13em;color:#567184;margin:0}.timezone{font-size:.875rem;color:#526979}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.card,.box{background:white;border:1px solid #d8e2e9;border-radius:8px;padding:1.3rem;margin-bottom:1rem}.card p{color:#526979;line-height:1.6}.metric{font-size:2rem;font-weight:700}.muted{color:#526979;font-size:.875rem}.empty{padding:2.5rem;border:1px dashed #9eb7c9;border-radius:8px;color:#526979;background:#fff}.toolbar{display:flex;align-items:end;gap:.7rem;flex-wrap:wrap;margin-bottom:1.2rem}.toolbar label{font-size:.875rem;flex:1;min-width:140px}.table-wrap{overflow:auto;background:white;border:1px solid #d8e2e9;border-radius:8px}table{border-collapse:collapse;width:100%;font-size:.875rem}th,td{text-align:left;padding:.9rem 1rem;border-bottom:1px solid #e0e8ef;vertical-align:top}th{background:#edf3f7;font-weight:600;white-space:nowrap}td.message{white-space:pre-wrap;overflow-wrap:anywhere;min-width:260px;max-width:700px}td.hash{font-family:Consolas,monospace;word-break:break-all;min-width:150px;max-width:250px}#notice:not(:empty){background:#e0eef5;padding:1rem;border-radius:6px;margin-bottom:1rem;white-space:pre-wrap}dialog{max-width:min(1100px,94vw);max-height:90vh;border:1px solid #a5bdcd;border-radius:10px;padding:1.5rem}dialog::backdrop{background:#102b40aa}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f0f5f8;padding:1rem;border-radius:6px;font-size:.875rem}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{background:#e7f0f5;padding:.3rem .5rem;border-radius:4px;font-size:.875rem}@media(max-width:850px){#shell{grid-template-columns:1fr}aside{padding:1rem;gap:1rem}nav{display:flex;overflow:auto}nav button{white-space:nowrap}.account{display:flex;align-items:center;justify-content:space-between}main{padding:1.2rem}header{align-items:start;flex-direction:column}.brand span{display:inline;margin-left:1rem}.toolbar{align-items:stretch}}
