:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f4f4f7;background:#0b0b10;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:#0b0b10}main{width:min(760px,100%);margin:auto;padding:14px 12px 40px}header,.sectionHead,.actions{display:flex;gap:10px;align-items:center}header{justify-content:space-between}h1{font-size:1.4rem;margin:8px 0 14px}h2{font-size:1.05rem;margin:0}.card{background:#17171f;border:1px solid #2b2b38;border-radius:14px;padding:14px;margin-bottom:12px}.statusGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.status{background:#17171f;border:1px solid #2b2b38;border-radius:12px;padding:10px}.status span{display:block;color:#a8a8b5;font-size:.75rem}.status strong{font-size:.9rem}.current{padding:10px 12px;border-radius:10px;background:#242432;margin-bottom:12px;font-weight:700}.composer textarea{width:100%;resize:vertical;min-height:140px;border-radius:10px;border:1px solid #3b3b4d;background:#0f0f15;padding:12px;font:inherit;font-size:1rem}.counter{text-align:right;color:#9999aa;font-size:.8rem;margin:4px 0 8px}.actions{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:12px}button,select,input{font:inherit}button{min-height:46px;border:1px solid #45455a;border-radius:10px;background:#2a2a38;color:#fff;padding:9px 12px;font-weight:700}.primary{background:#6953d8;border-color:#7c68e5}.danger{background:#5d2631;border-color:#7d3544}.small{min-height:36px;padding:6px 10px;font-size:.85rem}label{display:block;margin:11px 0;color:#c8c8d0}label input:not([type=checkbox]),label select{width:100%;margin-top:6px;min-height:46px;border-radius:9px;border:1px solid #3b3b4d;background:#0f0f15;padding:8px}.check{display:flex;gap:9px;align-items:center}.check input{width:22px;height:22px}.sectionHead{justify-content:space-between;margin-bottom:10px}.list{display:grid;gap:8px}.list.empty{color:#8d8d9b}.item{border:1px solid #323242;background:#111118;border-radius:10px;padding:10px}.itemTop{display:flex;justify-content:space-between;gap:8px;align-items:center}.itemText{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:5px}.itemActions{display:flex;gap:6px;margin-top:8px}.itemActions button{min-height:34px;padding:5px 9px;font-size:.82rem}.pill{font-size:.75rem;border-radius:999px;background:#303040;padding:3px 8px}.error,.message{color:#ff9191;margin-top:8px}.message{position:sticky;bottom:10px;background:#242432;border-radius:10px;padding:10px;display:none}.ok{color:#8fe3a3}@media(min-width:600px){.statusGrid{grid-template-columns:repeat(4,1fr)}.composer textarea{min-height:180px}}
