:root{--green:#075e54;--green2:#25d366;--bg:#f0f2f5}*{box-sizing:border-box}html,body,#app{height:100%}body{background:var(--bg);color:#1c1c1c;margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--green2)}.topbar{background:var(--green);color:#fff;z-index:5;align-items:center;gap:14px;padding:12px 18px;display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:16px}.topbar .brand-logo{object-fit:contain;max-width:200px;height:30px;display:block}.topbar .sp{flex:1}.topbar .meta{opacity:.9;text-align:right;font-size:11px;line-height:1.5}.live{background:#ffffff26;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.dot{background:#bbb;border-radius:50%;width:8px;height:8px}.dot.on{background:var(--green2);animation:2s infinite pulse;box-shadow:0 0 #25d36699}@keyframes pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 7px #25d36600}to{box-shadow:0 0 #25d36600}}.flash{animation:.8s flashbg}@keyframes flashbg{0%{background:#cdeccd}to{background:var(--bg)}}.layout{height:calc(100vh - 49px);display:flex}.board{flex:1;gap:12px;padding:16px;display:flex;overflow-x:auto}.col{background:#e9edf0;border-radius:10px;flex-direction:column;flex:0 0 270px;width:270px;max-height:100%;display:flex}.col h2{text-transform:uppercase;letter-spacing:.05em;color:#5a6b75;justify-content:space-between;margin:0;padding:12px 12px 8px;font-size:12px;display:flex}.col .count{background:#d4dade;border-radius:10px;padding:0 7px;font-size:11px}.cards{flex:1;min-height:40px;padding:0 10px 12px;overflow-y:auto}.card{background:#fff;border-left:3px solid #ccc;border-radius:8px;margin-bottom:10px;padding:10px;box-shadow:0 1px 3px #0000001f}.card.p-high{border-left-color:#e74c3c}.card.p-medium{border-left-color:#f39c12}.card.p-low{border-left-color:#95a5a6}.card .title{margin-bottom:4px;font-size:13px;font-weight:600}.card .desc{color:#444;white-space:pre-wrap;font-size:12px}.card .tags{flex-wrap:wrap;gap:6px;margin-top:6px;font-size:10px;display:flex}.tag{color:#4a5b50;background:#eef2f0;border-radius:8px;padding:1px 6px}.tag.prio{text-transform:capitalize}.card details{margin-top:7px;font-size:12px}.card details summary{cursor:pointer;color:var(--green);font-size:11px}.card .block{margin-top:6px}.card .block .h{text-transform:uppercase;color:#999;letter-spacing:.04em;font-size:10px}.card .src{white-space:pre-wrap;color:#555;background:#f6f8f7;border-left:2px solid #cdd;border-radius:4px;padding:5px 7px;font-style:italic}.card .instr{white-space:pre-wrap}.card .att{color:#666;font-size:11px}.card .atts{flex-direction:column;gap:8px;margin-top:8px;display:flex}.att-item{font-size:11px}.att-name{color:#555;word-break:break-word}.att-img{object-fit:cover;border-radius:6px;max-width:100%;max-height:180px;display:block}.history{background:#fff;border-left:1px solid #dde;flex:0 0 300px;width:300px;padding:14px;overflow-y:auto}.history h2{margin:0 0 10px;font-size:13px}.hitem{color:#555;border-bottom:1px solid #f0f0f0;padding:6px 0;font-size:11px}.hitem .t{color:#aaa}.hitem .verb{font-weight:600}.hitem .verb.created{color:#1e7e34}.hitem .verb.moved{color:#2d6cdf}.hitem .verb.edited{color:#b8860b}.hitem .verb.deleted{color:#c0392b}.empty{color:#aaa;padding:12px;font-size:12px}.center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;padding:24px;display:flex}.center .big{font-size:40px}.center h2{margin:0;font-size:18px}.center p{color:#667;max-width:420px;margin:0;font-size:14px}.spinner{border:3px solid #d6dde0;border-top-color:var(--green2);border-radius:50%;width:28px;height:28px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.topbar{flex-wrap:wrap;gap:6px 10px;padding:10px 14px}.topbar h1{flex:auto;font-size:15px}.topbar .sp{display:none}.topbar .meta{text-align:left;flex:100%}.layout{height:auto;display:block}.board{flex-direction:column;gap:14px;padding:12px;overflow-x:visible}.col{flex:none;width:auto;max-height:none}.col h2{padding:12px 12px 8px;font-size:13px}.cards{padding:0 12px 12px;overflow-y:visible}.history{border-top:1px solid #dde;border-left:0;flex:none;width:auto}.card .title{font-size:14px}.card .desc{font-size:13px}.att-img{max-height:240px}}@media (width<=380px){.topbar{padding:9px 12px}.board,.cards{padding-left:10px;padding-right:10px}}
