@charset "UTF-8";.board{display:flex;gap:20px;padding:20px;overflow-x:auto;flex-wrap:nowrap;cursor:grab}.board.active{cursor:grabbing}.column{background:#2f3136;border-radius:8px;flex:0 0 220px;padding:10px;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;box-sizing:border-box}.column h2{margin:0 0 10px;font-size:18px;text-align:center;color:#fff}.card{background:#25272a;border-radius:8px;padding:10px;margin-bottom:12px;box-shadow:0 0 4px #0006;cursor:pointer;transition:background .2s}.card:hover{background:#2a2c2f}.card-title{font-size:16px;font-weight:700;margin-bottom:6px;color:#fff}.labels{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.label{padding:2px 6px;border-radius:4px;font-size:11px;background:#555;color:#fff;-webkit-user-select:none;user-select:none;cursor:pointer;border:6px solid transparent;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.label.active{border-color:#fff;box-shadow:0 0 8px #fffc}.card-content{overflow:hidden;transition:height .3s ease,opacity .3s ease;height:0;opacity:0}.card.expanded .card-content{opacity:1;height:auto}.description{font-size:13px;margin-bottom:8px;color:#ccc}.checklist-title{font-weight:700;margin-top:6px;margin-bottom:2px;font-size:13px}.checklist-item{font-size:13px;margin-left:8px;color:#ddd}.card img.title-image,.card img.extra-image{width:100%;border-radius:6px;object-fit:cover;margin-bottom:6px}.card img.extra-image{margin-top:6px;margin-bottom:0}#label-filters{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;gap:6px;padding:10px 20px;background:#2f3136;border-bottom:1px solid #202225}
