:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#151b24;color:#e8edf4}*{box-sizing:border-box}body{max-width:1100px;margin:auto;padding:18px}header,.actions,form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}header{justify-content:space-between}h1{font-size:24px}h2{font-size:18px;margin-top:0}small{font-size:14px;color:#cdb379}section{background:#202b39;border:1px solid #465367;border-radius:12px;padding:18px;margin:14px 0}p,details{font-size:14px;line-height:1.7;color:#bdcbdc}button,input,select{font:inherit;border:1px solid #65738a;border-radius:7px;padding:9px 12px;background:#13202e;color:#f0f3f7}button{cursor:pointer;background:#365574}button:disabled{opacity:.45;cursor:default}input{min-width:120px}#chat{flex:1}label{display:grid;gap:5px}.log{height:180px;overflow:auto;background:#141d29;border-radius:8px;padding:12px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65}.member{padding:9px;border-bottom:1px solid #465367}.member small{display:block;user-select:all}#notice{padding:10px;border-left:3px solid #d3b166;white-space:pre-wrap}progress{width:100%;height:22px;accent-color:#e7b75e}[hidden]{display:none!important}@media(max-width:600px){body{padding:8px}section{padding:12px}button{font-size:14px}}
