:root{font-family:Inter,system-ui,sans-serif;color-scheme:dark;background:#0b0d10;color:#e8edf2}*{box-sizing:border-box}body{margin:0}header{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #252a31;background:#11151a}header strong{font-size:18px}header span{margin-left:12px;color:#7e8996;font-size:13px}main{padding:24px;max-width:1500px;margin:auto}.grid{display:grid;grid-template-columns:360px 1fr;gap:18px}.card{background:#12161b;border:1px solid #252a31;border-radius:14px;padding:18px}.narrow{max-width:440px;margin:12vh auto}h1,h2{margin:0 0 14px}.row,.titleRow{display:flex;gap:8px;align-items:center}.titleRow{justify-content:space-between}.row{margin-bottom:14px;flex-wrap:wrap}input,button{border:1px solid #303740;border-radius:8px;background:#0d1115;color:#e8edf2;padding:10px 12px}input{min-width:0;flex:1}button{cursor:pointer}button:hover{background:#1b222a}.danger{border-color:#683a3a}.item{padding:11px 4px;border-bottom:1px solid #222830;display:flex;align-items:center;justify-content:space-between;gap:10px}.item .meta{color:#7e8996;font-size:12px}.click{cursor:pointer}.click:hover{color:white}nav{display:flex;gap:8px;margin:18px 0;border-bottom:1px solid #252a31;padding-bottom:10px}.tab.active{background:#28313b}.error{color:#ff8f8f;margin-top:10px}.notice{padding:12px;background:#17221b;border:1px solid #2c5a38;border-radius:8px;margin:12px 0;word-break:break-all}.badge{font-size:11px;border:1px solid #39414b;border-radius:999px;padding:3px 7px}#toast{position:fixed;right:20px;bottom:20px;background:#1b222a;border:1px solid #39414b;padding:10px 14px;border-radius:8px;display:none}@media(max-width:900px){.grid{grid-template-columns:1fr}}