.gh-board{--gap:20px;font-size:18px}.gh-board__toolbar{display:flex;flex-wrap:wrap;gap:var(--gap);margin-bottom:var(--gap)}.gh-input,.gh-select{border:1px solid #ddd;border-radius:8px;min-width:220px;padding:10px 12px}.gh-board__count{font-weight:600;margin:6px 0 14px}.gh-board__list{display:grid;gap:8px}.gh-row{border:1px solid #004e86;border-radius:10px;display:grid;gap:12px;grid-template-columns:2fr 1fr 1fr 1fr;padding:20px}.gh-row__title a{color:#004e86;font-weight:700;text-decoration:none}.gh-row__meta{color:#333}@media (max-width:900px){.gh-row{grid-template-columns:1fr}}.gh-skel{border:1px solid #eee;border-radius:12px;padding:16px}.gh-checklist{align-items:flex-start;border:1px solid #222;border-radius:8px;display:flex;gap:8px;padding:8px 10px}.gh-checklist legend{font-weight:600;margin-right:6px}.gh-checklist .gh-checkboxes{display:flex;flex-wrap:wrap;gap:8px 12px}.gh-checklist .gh-check{align-items:center;display:inline-flex;gap:6px}.gh-ms-trigger{appearance:none;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:220px;padding:10px 12px}.gh-ms-trigger:after{float:right;opacity:.6}.gh-multi.open .gh-ms-trigger:after{transform:rotate(180deg)}.gh-ms-menu{background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.08);display:none;left:0;max-height:280px;min-width:260px;overflow:auto;padding:8px;position:absolute;top:calc(100% + 6px);z-index:20}.gh-multi.open .gh-ms-menu{display:block}.gh-ms-option{align-items:center;border-radius:6px;display:flex;gap:8px;padding:6px 4px}.gh-ms-option:hover{background:#f6f6f6}.gh-ms-option input{height:16px;width:16px}.gh-ms-actions{border-top:1px solid #f0f0f0;display:flex;gap:8px;margin-top:6px;padding:6px 4px}.gh-ms-actions button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;padding:6px 10px}.gh-ms-option label{margin-bottom:0!important}.gh-board{--control-w:453px}.gh-input,.gh-ms-trigger,.gh-select{box-sizing:border-box;font-size:16px;min-width:var(--control-w);width:var(--control-w)}.gh-multi{display:inline-block;position:relative;width:var(--control-w)}.gh-ms-trigger{cursor:pointer;overflow:hidden;padding-right:30px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.gh-ms-trigger:after{color:#004e86;content:"▾";font-size:25px;opacity:1;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.gh-multi.open .gh-ms-trigger:after{transform:translateY(-50%) rotate(180deg)}@media (max-width:700px){.gh-input,.gh-ms-trigger,.gh-multi,.gh-select{min-width:0;width:100%}}.gh-row--head{border:none;border-radius:0;border-top:1px solid #222;margin-top:8px}.gh-row--head div{font-weight:700}