:root{--min-screen:400px}body{min-width:var(--min-screen);background-color:#999;margin:0;overflow-x:hidden}nav{z-index:20;background-color:#999;justify-content:space-between;height:45px;margin:0 -8px;padding:25px 12px;display:flex;position:sticky;top:0}nav ul{justify-content:space-between;display:flex}nav ul li{list-style:none}nav>ul>li>span{cursor:pointer;color:#333;background-color:#ccc;border:outset #000;margin-right:1em;padding:.2em;font-size:1.5em;text-decoration:none}.menu-toggle.open{border-style:inset}.menu-chevron{vertical-align:middle;margin-left:.3em;font-size:.6em;transition:transform .15s}.menu-toggle.open .menu-chevron{transform:rotate(180deg)}nav>ul>li>ul{flex-direction:column;margin:.5em 0 0;padding:0;display:flex}nav>ul>li>ul>li{align-items:center;width:100%;font-size:.7em;display:flex}.navigate{cursor:pointer;color:#333;background-color:#ccc;border:outset #000;width:100%;margin-right:1em;padding:.2em;font-size:1.5em;text-decoration:none}.navigate.active{color:#fff;background-color:#333}.navigate-page{cursor:pointer;color:#333;background-color:#ccc;border:outset #000;width:100%;margin-right:1em;padding:.2em;font-size:1.5em;text-decoration:none}.navigate-page.active{color:#fff;background-color:#333}h1{margin:0;font-size:36px}.loading{text-align:center;height:50vh;padding:13vh 0;font-size:24vh;display:block}.loading svg{animation:3s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}dialog{z-index:100;scrollbar-width:none;background-color:#eee;border:1px solid #999;max-height:92vh;padding:0;position:fixed;overflow-y:auto}dialog::-webkit-scrollbar{display:none}dialog .top-right-button{float:right;cursor:pointer;margin:.5em;font-size:2em}main.open-dialog>:not(dialog):not(.confirm-backdrop){opacity:.3}.confirm-backdrop{z-index:105;background-color:#0009;position:fixed;inset:0}dialog.confirm-dialog{z-index:110;margin:0;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.confirm{background-color:#eee;min-width:280px;max-width:420px;padding:30px 40px}.confirm p{white-space:pre-line;margin:0 0 20px;font-size:1.1em}.confirm-buttons{gap:16px;display:flex}.confirm-buttons button{cursor:pointer;flex:1;padding:.5em 1em;font-size:1em}table{text-align:center;border-spacing:0;border-collapse:collapse;background-color:#fff;width:100%;padding:0;font-size:20px;font-weight:700}th,td{border:1px solid #666;position:relative}th{padding:4px}td{padding:20px}th.first{font-size:1.1em}tr:nth-child(odd) th:first-child,tr:nth-child(2) th:first-child,tr:nth-child(odd) td:first-child{width:50px;font-style:italic}td{opacity:.2}thead{z-index:10;background-color:#eee;font-size:.9em;position:sticky;top:95px}td.time{opacity:1}td .action svg{color:#666;cursor:pointer;width:16px;margin:2px;position:absolute;top:0;right:0}menu{text-align:center;flex-direction:row;justify-content:space-evenly;align-items:center;margin:0;padding:0;font-size:1em;display:flex}menu svg{cursor:pointer}.today{opacity:1;border-left:9px double #666;border-right:9px double #666}.future{opacity:1}.now-time,.now{background-color:#ccc}.task small{opacity:.4;text-align:right;border:1px solid #000;margin:20px -20px -20px;font-size:.6em;display:block}.theme{cursor:pointer;background-color:#ddd;justify-content:space-between;align-items:center;margin:20px -8px;padding:12px 18px;display:flex;position:sticky;top:95px}.theme.closed{margin-bottom:-16px}.theme svg{font-size:.5em}.theme.open svg{rotate:180deg}.theme.closed svg{rotate:none}.board{flex-direction:row;justify-content:space-around;display:flex}.board-column{text-align:center;background-color:#fff;border:3px inset #000;width:16vw;padding:1vw}.board-card{background-color:#eee;border:3px outset #000;margin-top:1vw;padding:1vw}.board-card .action{color:#666;cursor:pointer}.board-card .back{float:left;width:16px;height:16px;margin-left:0}.board-card .forward{float:right;width:16px;height:16px;margin-right:0}.board-card h4,.board-card h5{margin-top:0;margin-bottom:0}.board-card .week{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.board-card .single-date,.board-card .week .on{color:#0c0;font-size:110%;font-weight:700}.board-card .week .off{color:#cc0;font-size:90%}.board-card .task-description{text-align:justify;cursor:pointer}.board-card .task-description.short{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.board-card .expander{color:#666;cursor:pointer;flex-direction:row;justify-content:center;align-items:center;font-size:.8em;display:flex}.board-card .task-description-link{text-align:justify}.people{flex-direction:row;justify-content:space-between;width:100%;display:flex}.people span{display:flex}.board-card .priority{flex-direction:row;justify-content:center;align-items:center;display:flex}.board-card .priority .number{flex-direction:column;align-items:center;display:flex}form{background-color:#eee;flex-flow:wrap;width:520px;margin:auto;padding:20px 50px}form.disabled{color:#999}form div{width:98%;margin:.5em 1%}form div.half{width:48%;display:inline-block}form hr{border:none;border-bottom:1px solid #999;width:98%;margin:1em 5px}form div.spaced{margin-top:1em}label:first-child{display:block}input:not([type=checkbox],[type=radio]),textarea,select,button{box-sizing:border-box;width:100%}textarea{height:15em}@media (max-height:910px){textarea{height:4em}}.week-days{flex-direction:row;justify-content:space-around;width:100%;margin:0;display:flex}.form-error{color:#c00}.task-section-label{color:inherit;margin:10px 0 4px;font-size:1em;display:block}.task-label-chips-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.task-label-chips-row .task-section-label{flex-shrink:0;width:6.5em;margin:0}.task-label-chips-row .task-chips{flex:1;width:auto;margin:0}.task-chips{flex-wrap:wrap;gap:6px;display:flex}.task-chip{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background-color:#ddd;border:2px outset #999;border-radius:20px;width:auto;padding:.35em .8em;font-size:.9em}.task-chip.active{color:#fff;background-color:#333;border:2px inset #333}.task-chip:hover:not(.active):not(:disabled){background-color:#c8c8c8}.task-chip:disabled{opacity:.5;cursor:not-allowed}.task-shortcuts{color:#888;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:.85em;display:flex}.task-shortcut{color:#555;cursor:pointer;width:auto;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.task-shortcut:hover:not(:disabled){color:#000}.task-shortcut:disabled{opacity:.5;cursor:not-allowed}.task-when-row{align-items:flex-start;gap:8px;width:98%;margin:.5em 1%;display:flex}.task-when-left{flex:1;width:auto;margin:0}.task-when-left .task-section-label{margin-top:0}.task-when-left .task-shortcuts,.task-when-left .task-chips{width:auto;margin:0}.task-when-left .task-shortcuts{margin-bottom:6px}.task-when-left input[type=date]{box-sizing:border-box;width:100%}.task-when-right{flex-direction:column;gap:4px;width:auto;margin:0;display:flex}.task-when-right>div{width:auto;margin:0}.task-when-right label{white-space:nowrap;font-size:.85em;display:block}.task-when-right input[type=time]{box-sizing:border-box;width:7em}.task-priority-row{align-items:center;gap:8px;width:100%;margin:0;display:flex}.task-priority-track{flex:1;width:auto;margin:0;padding-top:28px;position:relative}.task-priority-current{top:0;left:calc((var(--val) - 1)/4*(100% - 16px) + 8px);color:#333;pointer-events:none;font-size:.8em;font-weight:700;line-height:1;position:absolute;transform:translate(-50%)}.task-priority-ticks{box-sizing:border-box;justify-content:space-between;width:auto;margin:0;padding:0 8px;display:flex;position:absolute;top:16px;left:0;right:0}.task-priority-ticks>span{background-color:#999;width:1px;height:5px;display:block}.task-priority-row input[type=range]{cursor:pointer;width:100%;display:block}.task-priority-hint{color:#777;white-space:nowrap;font-size:.75em}.task-priority-value{text-align:center;color:#333;min-width:1.8em;font-size:1.1em;font-weight:700}.task-details-toggle{color:#555;cursor:pointer;text-align:left;background:0 0;border:none;width:auto;margin-bottom:4px;padding:4px 0;font-size:.9em;text-decoration:underline}.task-details-toggle:hover:not(:disabled){color:#000}.task-details-toggle:disabled{opacity:.5;cursor:not-allowed}.task-action-row{gap:8px;margin-top:12px;display:flex}.task-action-row button{cursor:pointer;flex:1}.checklist-cell{text-align:left;vertical-align:top}.checklist-cell p{border-bottom:1px solid #ccc;height:2.5em;padding-bottom:20px;padding-right:20px}.checklist-cell p.no-border{border-bottom:none}.checklist-action svg{color:#666;cursor:pointer;float:right;margin-top:3px;margin-right:-30px}.checklist th,.checklist td{border:1px solid #666}.checklist td{border-top:none;border-bottom:none}.task-full:not(.is-bigger):hover{z-index:10}.task-full{text-align:center;border-style:none none solid;border-width:medium medium 1px;border-top-color:currentColor;border-left-color:currentColor;border-right-color:currentColor;border-image:linear-gradient(90deg,#0000,#999,#0000) 1;border-radius:8px;margin:10px 0;padding:0;position:absolute}.task-full.has-before{border-bottom:none}.task-full .card{box-sizing:border-box;border-radius:8px;margin:0;padding:0 20px}.task-full .card p{margin:0;display:inline-block}.task-full.limited .card p{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 30px);overflow:hidden}.task-full .card .action{float:right;color:#000;margin:0 -20px;padding:2px}.task-full .card .priority{float:left;color:#000;margin:0 -20px 0 -18px;padding:2px;font-size:.7em}.checklist .now{vertical-align:top;text-align:left;z-index:15;opacity:.7;padding:0 4px;font-size:.6em}.checklist td.time{padding-top:0;padding-bottom:40px}.checklist tr:nth-child(odd) .double:nth-child(2n),.checklist tr:nth-child(2n) .double:nth-child(odd){border-right:none}.checklist tr:nth-child(2n) .double:nth-child(2n),.checklist tr:nth-child(odd) .double:nth-child(odd){border-left:none}.task-full{width:calc(16.6667% - 35px)}.task-full.double{width:calc(33.3333% - 50px)}.task-full.has-after-bigger-or-equal{z-index:5}.task-full.has-before,.task-full.has-after{width:calc(12.5% - 26.25px)}.task-full.has-before.double,.task-full.has-after.double{width:calc(25% - 37.5px)}.task-full-0{left:100px}.task-full-0.task.has-before{left:calc(4.16667% + 91.25px)}.task-full-0.task.has-before.double{left:calc(8.33333% + 87.5px)}.task-full-1{left:calc(16.6667% + 85px)}.task-full-1.task.has-before{left:calc(20.8333% + 76.25px)}.task-full-2{left:calc(33.3333% + 70px)}.task-full-2.task.has-before{left:calc(37.5% + 61.25px)}.task-full-2.task.has-before.double{left:calc(41.6667% + 57.5px)}.task-full-3{left:calc(50% + 55px)}.task-full-3.task.has-before{left:calc(54.1667% + 46.25px)}.task-full-4{left:calc(66.6667% + 40px)}.task-full-4.task.has-before{left:calc(70.8333% + 31.25px)}.task-full-4.task.has-before.double{left:calc(75% + 27.5px)}.task-full-5{left:calc(83.3333% + 25px)}.task-full-5.task.has-before{left:calc(87.5% + 16.25px)}.legend{background-color:#eee;width:300px;margin:auto;padding:20px 50px 50px}.legend ul{flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.legend ul li{box-sizing:border-box;gap:8px;font-size:1.5em;list-style:none;display:flex}.legend ul li span{width:1em;height:1em;display:inline-block}.only-mobile{display:none}@media (max-width:880px){.hide-mobile{display:none}.only-mobile{display:initial}nav{justify-content:space-between;width:100%;padding:20px 0;display:flex}nav h1{padding:0 .2em 0 .4em}nav ul{margin:0;padding:0}.navigate,.navigate-page{margin:.15em;font-size:1.2em}.task-full{width:calc(max(100%,400px)/2 - 65px)}.task-full.double{width:calc(max(100%,400px) - 110px)}.task-full.has-before,.task-full.has-after{width:calc(max(100%,400px)/2.66667 - 48.75px)}.task-full.has-before.double,.task-full.has-after.double{width:calc(max(100%,400px)/1.33333 - 82.5px)}.task-full-2{left:calc(max(100%,400px)/3.40282e38 + 100px)}.task-full-2.task.has-before{left:calc(max(100%,400px)/3.40282e38 + max(100%,400px)/8 + 83.75px)}.task-full-2.task.has-before.double{left:calc(max(100%,400px)/3.40282e38 + max(100%,400px)/4 + 72.5px)}.task-full-3{left:calc(max(100%,400px)/2 + 55px)}.task-full-3.task.has-before{left:calc(max(100%,400px)/2 + max(100%,400px)/8 + 38.75px)}}
