*{box-sizing:border-box}html{overflow-x:hidden;max-width:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1419;color:#e6edf3;min-height:100vh;overflow-x:hidden;max-width:100%}#root{min-height:100vh;overflow-x:hidden;max-width:100%}.page-container{width:100%;max-width:100%;padding:2rem}@media (max-width: 640px){.page-container{padding:1rem}}.block-row{display:grid;grid-template-columns:1fr auto auto auto;gap:.75rem;align-items:center;padding:.75rem 1rem;border-radius:8px;min-width:0;background:#6e76810f}.block-row>*{min-width:0}@media (max-width: 640px){.block-row{grid-template-columns:1fr auto;gap:.5rem .75rem;padding:.75rem}.block-row-title{grid-column:1;grid-row:1}.block-row-tag{grid-column:2;grid-row:1;justify-self:end}.block-row-status{grid-column:1;grid-row:2}.block-row-actions{grid-column:1 / -1;grid-row:3}.block-row-notes-input,.block-row-notes-display{grid-row:4}}.context-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width: 480px){.context-summary-grid{grid-template-columns:repeat(2,1fr)}}.break-words{overflow-wrap:break-word;word-break:break-word}
