.tw-board{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:var(--space-3);overflow-x:auto;padding-bottom:var(--space-2)}.tw-board.tw-matrix{grid-template-columns:repeat(2,minmax(230px,1fr))}.tw-board .card{padding:var(--space-3)}.tw-task{display:block;width:100%;text-align:left;margin-bottom:var(--space-2);font-weight:400;overflow-wrap:anywhere}.tw-task small{display:block;margin-top:var(--space-1);color:var(--muted);font-weight:400}.tw-id{font-size:11px;overflow-wrap:anywhere;max-width:240px}.tw-check{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.tw-check input[type=text]{flex:1;min-width:0;margin:0}.tw-check input[type=checkbox]{flex:none}.tw-archive-label{margin-top:var(--space-3)}#tw-dialog{max-width:800px}#tw-list table{min-width:1000px}#tw-error,#tw-stale{white-space:normal}#tw-form select[multiple]{min-height:100px}#tw-state:empty{display:none}@media(max-width:720px){.tw-board.tw-matrix{grid-template-columns:1fr}.tw-board:not(.tw-matrix){grid-template-columns:repeat(4,240px)}.tw-check button{padding:var(--space-2)}}
.tw-site-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;font-weight:700}.tw-site-icon img{max-width:32px;max-height:32px;object-fit:contain}
