@media (prefers-color-scheme:light){:root{--main-bg-color:#fff;--main-text-color:#000;--weak-text-color:#777;--main-border-color:#000;--weak-header-bg-color:#f8f8f8;--weak-data-bg-color:#efefef;--sticky-yellow-color:#fff5a3;--sticky-green-color:#cfffcc;--sticky-blue-color:#dbedff;--sticky-red-color:#ffafaf;--sticky-shadow-color:#888;--sticky-tag-bg-color:#000;--sticky-tag-text-color:#fff;--calendar-sunday-color:#290e0e;--calendar-saturday-color:#0a1520;--calendar-today-color:#fff;--calendar-today-bg-color:#1e84eb}}@media (prefers-color-scheme:dark){:root{--main-bg-color:#424242;--main-text-color:#fff;--weak-text-color:#777;--main-border-color:#d3d3d3;--weak-header-bg-color:#4a4a4a;--weak-data-bg-color:#4f4f4f;--sticky-yellow-color:#25220d;--sticky-green-color:#0b1f0a;--sticky-blue-color:#0a1520;--sticky-red-color:#290e0e;--sticky-shadow-color:#1f1f1f;--sticky-tag-bg-color:#fff;--sticky-tag-text-color:#000;--calendar-sunday-color:#ffafaf;--calendar-saturday-color:#dbedff;--calendar-today-color:#fff;--calendar-today-bg-color:#1e84eb}}html.KanbanBoardApp-html{height:100%;background-color:var(--main-bg-color)}body.KanbanBoardApp-body{font-family:-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body.KanbanBoardApp-body{height:100%;margin:0;background-color:var(--main-bg-color)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}div.KanbanBoardView-content{height:100%;flex-grow:1;color:var(--main-text-color);background-color:var(--main-bg-color)}table.KanbanBoardView-board{width:calc(100% - 30px);height:100%;margin:15px;border:1px solid var(--main-text-color);border-collapse:collapse}table.KanbanBoardView-board thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}table.KanbanBoardView-board thead th a{color:inherit;text-decoration:none}table.KanbanBoardView-board th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1}table.KanbanBoardView-board th{border:1px solid var(--main-text-color);border-collapse:collapse;padding:5px}table.KanbanBoardView-board tr{height:100%}table.KanbanBoardView-board td{border:1px solid var(--main-text-color);border-collapse:collapse;padding:5px;vertical-align:top;height:100%}.KanbanBoardView-sticky-wrap{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;width:100%;height:100%;padding-bottom:10px}.KanbanBoardView-sticky-note{position:relative;display:block;background-color:var(--sticky-yellow-color);filter:drop-shadow(5px 5px 2px var(--sticky-shadow-color));width:150px;min-height:80px;height:auto;margin:5px;padding:5px;word-wrap:break-word}.KanbanBoardView-sticky-tags{margin:2px;padding:0;font-size:85%;line-height:1.6em}.KanbanBoardView-sticky-tags li{display:inline;list-style-type:none;margin-right:5px;padding:2px;border-radius:4px;color:var(--sticky-tag-text-color);background-color:var(--sticky-tag-bg-color)}.KanbanBoardView-sticky-barcode{margin:15px 5px}.KanbanBoardView-sticky-link{display:block}.KanbanBoardView-sticky-link .KanbanBoardView-sticky-note:hover{filter:drop-shadow(7px 7px 2px var(--sticky-shadow-color));transform:rotate(-3deg)}table.KanbanBoardView-board .KanbanBoardView-sticky-note.expired{background-color:var(--sticky-red-color)}.KanbanBoardView-sticky-note{font-size:.85rem}.KanbanBoardView-sticky-description h1{font-size:.95rem}.KanbanBoardView-sticky-description h1,.KanbanBoardView-sticky-description h2{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px}.KanbanBoardView-sticky-description h2{font-size:.925rem}.KanbanBoardView-sticky-description h3{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.9rem}.KanbanBoardView-sticky-description h4,.KanbanBoardView-sticky-description h5{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.875rem}.KanbanBoardView-sticky-description h6,.KanbanBoardView-sticky-description p{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.85rem}.KanbanBoardView-sticky-description a{color:var(--main-text-color)}.KanbanBoardView-sticky-description img{max-width:100%}.KanbanBoardView-sticky-description ul{-webkit-padding-start:1em;padding-inline-start:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-before:inherit;margin-block-start:inherit;-webkit-margin-after:inherit;margin-block-end:inherit}.KanbanBoardView-sticky-wrap a.KanbanBoardView-sticky-link{color:inherit;text-decoration:none}.KanbanBoardView-sticky-wrap a.KanbanBoardView-sticky-link:hover{cursor:pointer}.KanbanBoardView-sticky-note .marked{position:absolute;top:0;right:0;font-size:95%}.KanbanBoardView-sticky-note .due-date{position:absolute;bottom:0;right:0;font-size:70%}.KanbanBoardView-sticky-note.expired .due-date{color:red;font-weight:700}table.KanbanBoardView-board thead th:first-of-type{width:1px}.KanbanBoardView-board-note-wrap{font-size:.85rem}.KanbanBoardView-board-note{margin:10px auto;width:95%}.KanbanBoardView-board-note h1{font-size:.95rem}.KanbanBoardView-board-note h1,.KanbanBoardView-board-note h2{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px}.KanbanBoardView-board-note h2{font-size:.925rem}.KanbanBoardView-board-note h3{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.9rem}.KanbanBoardView-board-note h4,.KanbanBoardView-board-note h5{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.875rem}.KanbanBoardView-board-note h6,.KanbanBoardView-board-note p{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;font-size:.85rem}.KanbanBoardView-board-note a{color:var(--main-text-color)}.KanbanBoardView-board-note img{max-width:100%}.KanbanBoardView-board-note ul{-webkit-padding-start:1em;padding-inline-start:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-before:inherit;margin-block-start:inherit;-webkit-margin-after:inherit;margin-block-end:inherit}div.CalendarView-item-chip.expired{background-color:var(--sticky-red-color)}div.CalendarView-item-chip.archived{color:var(--weak-text-color)}.CodeMirror{width:100%;height:100%;margin:7px}
/*# sourceMappingURL=main.420d542d.chunk.css.map */