:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#e2e8f0;background:#0b1018;font-size:16px;color-scheme:dark}*{box-sizing:border-box}body{margin:0}header{display:flex;align-items:center;gap:2rem;padding:1.4rem 5vw;border-bottom:1px solid #283243}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.12em;font-size:1.3rem}.brand span{color:#56dcc7;font-weight:400}.tag,.muted{color:#99a8be;font-size:.9rem}header button{margin-left:auto}main{max-width:1240px;margin:0 auto;padding:3rem 1.5rem;min-height:80vh}h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:550;letter-spacing:-.04em;margin:.5rem 0 1.5rem}h2{font-size:1.1rem;font-weight:600;margin:0 0 1.1rem}.eyebrow{font-size:.8rem;letter-spacing:.14em;color:#56dcc7}#login{max-width:560px;padding:3rem 0}label{display:block;font-size:.9rem;color:#b9c6d8}input,textarea,select{width:100%;display:block;background:#0c1420;color:#e2e8f0;border:1px solid #364358;border-radius:6px;padding:.85rem;margin:.5rem 0 1rem;font:inherit}textarea{resize:vertical;min-height:90px}button{background:#57dbc3;border:1px solid transparent;color:#09201c;padding:.8rem 1.1rem;border-radius:5px;font:inherit;font-weight:600;cursor:pointer}button:hover{filter:brightness(1.08)}button.secondary{background:#202d40;color:#e2e8f0;border-color:#3a4960}button:disabled{opacity:.5;cursor:wait}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #8cf5df;outline-offset:3px}.title{display:flex;justify-content:space-between;align-items:center}#connection{font-size:.9rem;color:#8bd9c8}.composer{border:1px solid #334255;border-left:3px solid #57dbc3;padding:1.5rem;border-radius:8px;background:#121b28;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:center}.grid{display:grid;grid-template-columns:1fr 1.7fr;gap:1.5rem}.grid>section,main>section,#workspace>section:not(.composer){margin-bottom:1.5rem}.card{border:1px solid #2e3c50;background:#121b28;padding:1.1rem;border-radius:7px;margin-bottom:.7rem}.card h3{font-size:1rem;margin:0 0 .5rem}.meta{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap;color:#9bacc2;font-size:.85rem}.badge{padding:.25rem .5rem;border:1px solid #4b6582;border-radius:4px;color:#b9cbe2;font-size:.75rem}.badge.success{color:#74e0bd;border-color:#285b4b}.badge.wait{color:#ffd480;border-color:#745f35}.actions{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.actions button{padding:.45rem .7rem;font-size:.85rem}pre{background:#080e17;border:1px solid #26354a;border-radius:6px;padding:1rem;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.85rem;max-height:420px;overflow:auto}.event{padding:.7rem;border-bottom:1px solid #253146;font-size:.85rem}.event time{color:#879ab4;margin-right:1rem}#message{color:#ffc88a;overflow-wrap:anywhere}footer{display:flex;justify-content:space-between;padding:1.5rem 5vw;border-top:1px solid #283243;color:#7f92ab;font-size:.8rem}[hidden]{display:none!important}@media(max-width:720px){.grid,.form-row{grid-template-columns:1fr}.tag{display:none}main{padding:1.5rem 1rem}.composer{padding:1rem}.title{align-items:start;flex-direction:column}footer span{display:none}button{min-height:44px}}
