:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}ul,ol{list-style:none;padding:0;margin:0}button{cursor:pointer;transition:transform .15s ease,background-color .3s ease}button:hover{transform:scale(1.05)}.flex{display:flex}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}.full-width{width:100%}.total-width{width:100vw}.full-height{height:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.p-1{padding:1rem}.pb-1{padding-bottom:1rem}.bottom{bottom:0}.text-center{text-align:center}.bold{font-weight:700}.light-text{color:#eee}.visually-hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}body{font-family:Inter,sans-serif;background:#f8f9fa;margin:0;padding:0;color:#222}.top-bar{display:flex;justify-content:space-between;background-color:#222;color:#f1f1f1}.top-bar *{max-height:30px;margin:.3rem}.app-layout{display:flex;flex-direction:row;width:100%;height:100vh;overflow:hidden}@media (max-width: 586px){.app-layout{flex-direction:column}.main-container{height:50vh}}.settings-panel{width:100%;height:100vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.settings-panel::-webkit-scrollbar{display:none}.main-container{flex:1;overflow-y:auto}.hero-card{width:100%;background:#fff;text-align:center;margin-bottom:2rem}.hero-card h1{font-size:2.25rem;margin-bottom:.5rem}.hero-card h2{font-size:1.5rem;font-weight:400;color:#666}.subtitle{font-size:1rem;color:#888;margin-top:.5rem}.intro-grid{display:flex;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000000f}.card h3{margin-top:0}.form-area{display:flex;flex-direction:column;gap:1rem;z-index:2;right:1rem;top:1rem;text-align:center}.row-display-center{display:flex;align-items:center;justify-content:center}.duration-input,.task-title-input{border:none;background:transparent;font-size:1rem;outline:none}.duration-input{color:#070303;width:60px;margin-left:.3rem;border-bottom:1px dashed #1c2628}.duration-input:focus,.task-title-input:focus{border-bottom:1px solid #333}.task-title-input{font-size:1.1rem;color:#070303;border-bottom:1px dashed #ccc;padding:.2rem;margin-bottom:.3rem;text-align:center;width:100%}.outer-task-window{margin-top:1rem;border-radius:12px;background-color:#213547}.task-row-wrapper{overflow-x:auto;padding:1rem}.task-column{display:flex;gap:1rem;padding:0 1rem}.add-task-button{color:#070303;align-items:center;justify-content:center;background:#f4f4f4;padding:1rem;width:100px;min-height:80px;border-radius:12px;box-shadow:0 4px 8px #0000001a;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:99}.modal-content{background:#fff;padding:2rem;border-radius:12px;z-index:100;max-width:600px;width:90%;max-height:90%;overflow-y:auto;position:relative}.on-card-button{position:absolute;width:24px;height:24px;border:none;border-radius:50%;color:#fff;font-weight:700;cursor:pointer}.duplicate-button{background-color:#a9adf6;top:-4px;right:22px}.delete-button{background-color:#f16d6d;top:-4px;right:-4px}.frequency-controls{align-items:center;gap:.4rem;font-size:1rem}.notification-container{border:1px solid #070303;border-radius:12px;padding:1rem;background-color:#f4f4f4;margin-bottom:1rem}.notification-container.flex-column{display:flex;flex-direction:column;gap:.5rem;padding:.8rem;margin-top:1rem}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;padding:1rem;width:100%}.drag-handle{cursor:grab;padding:.25rem;-webkit-user-select:none;user-select:none;text-align:center;font-size:1.2rem;color:gray;touch-action:none}.task-card{position:relative;align-items:center;background:#f4f4f4;padding:1rem;min-width:100px;max-width:200px;min-height:100px;border-radius:12px;box-shadow:0 4px 8px #0000001a;cursor:pointer;text-align:center;margin:.3rem;gap:.5rem;transition:background-color .3s ease}.task-card.done{background:#d1ffd6}.task-card-content{align-items:center;justify-content:space-between;height:100%}.task-title{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.task-icon{font-size:3rem}.task-status{font-size:.9rem;color:#555;margin:.5rem}.task-progress-vertical{align-items:center;height:60px;position:relative}.progress-bar-vertical{display:flex;flex-direction:column-reverse;width:10px;height:70%;background-color:#ddd;border-radius:5px;overflow:hidden}.progress-bar-fill{background-color:#4caf50;transition:height .3s ease}.progress-label{font-size:.7rem;color:#555}.new-task-card{border:2px dashed #ccc;color:#777;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;margin-top:3rem}.new-task-card:hover{background-color:#eee}.new-task-title{font-weight:700;font-size:1.2rem}.segment-button-group{display:flex;border:1px solid #ccc;border-radius:9999px;overflow:hidden;width:fit-content;margin:0 auto;box-shadow:0 2px 4px #00000014}.segment-button{all:unset;padding:.2rem .4rem;font-size:.6rem;cursor:pointer;background-color:#f0f0f0;border-right:1px solid #ccc;transition:background-color .2s ease,color .2s ease;text-align:center}.segment-button:last-child{border-right:none}.segment-button.selected{background-color:#007acc;color:#fff;font-weight:700;font-size:.6rem}.task-filter-bar{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 1rem;background:#f4f4f4;border-bottom:1px solid #ccc;flex-wrap:wrap}.radio-group{display:flex;gap:.5rem}.radio-button{all:unset;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;background:#fff;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:.85rem;transition:all .25s ease;color:transparent;overflow:hidden;white-space:nowrap}.radio-button.selected{padding:0 1rem;border-radius:20px;background-color:#007acc;border-color:#007acc;color:#fff;width:auto;min-width:80px}.progress-grid{display:flex;align-items:center;justify-content:center;min-width:100px;max-width:200px;min-height:100px;padding:.8rem}.square-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16px,1fr));gap:6px;width:100%;height:100%;padding:.2rem;justify-items:center;align-items:center}.progress-square{width:14px;height:14px;background-color:#ccc;border-radius:4px;transition:background-color .3s ease;border:1px solid rgba(7,3,3,.7)}.progress-square.done{background-color:#4caf50}.progress-grid.hide-active{outline:2px dashed #ff9800;outline-offset:-6px}.weather-widget{background:#e0f7fa;border-radius:12px;padding:1rem;font-size:.9rem;color:#213547;min-width:200px;text-align:center}.weather-widget input{width:90px;padding:4px;margin:4px;font-size:.8rem;border:1px solid #ccc;border-radius:6px}.input-group{display:flex;justify-content:center;flex-wrap:wrap;gap:4px;margin-bottom:.5rem}.location-input{padding:.5rem;width:100%;font-size:1rem;border:1px solid #ccc;border-radius:8px}.suggestion-list{list-style:none;padding:0;margin:2rem 0 0;background:#fff;border:1px solid #ccc;border-radius:8px;max-height:150px;overflow-y:auto;position:absolute;z-index:10;width:100%}.suggestion-list li{padding:.5rem;cursor:pointer}.suggestion-list li:hover{background:#f0f0f0}.timeline-row{display:flex;position:relative;width:100%;height:60px;background:#eef2f7;border-radius:10px;overflow:hidden;margin-top:1rem}.timeline-segment{flex:1;border-right:1px solid #ccc;text-align:center;padding-top:10px;font-size:.9rem;color:#333}.current-time-indicator{position:absolute;top:0;bottom:0;width:2px;background:red}.timeline-container{position:relative;width:100%;padding:1rem 0;border-top:2px solid #ccc;border-bottom:2px solid #ccc;overflow-x:auto}.timeline-row{display:flex;justify-content:space-between;gap:1rem;position:relative}.time-slot{flex:1;min-width:60px;text-align:center;font-size:.8rem;color:#333}.time-slot .icon img{width:24px;height:24px}.temp{font-weight:700}.label{font-size:.75rem;color:#777}.time-indicator{position:absolute;top:0;bottom:0;width:2px;background:#dfc678;z-index:2}.weather-timeline{position:relative;display:flex;padding-top:1rem;margin-top:1rem;overflow-x:auto}.timeline-slot{text-align:center;border-left:1px solid #eee;border-right:1px solid #eee;display:flex;flex-direction:column;align-items:center;padding:0;width:100%}.time-label{font-size:.75rem;margin-bottom:.5rem}.weather-icon{width:32px;height:32px}.time-line-indicator{position:absolute;top:0;bottom:0;width:2px;background:#dfc678;z-index:1}.temp-text{font-size:.8rem}.timeline-container{position:relative;margin-top:1rem}.current-time-indicator{position:absolute;top:0;bottom:0;width:2px;background-color:#dfc678;z-index:10}.timeline-grid{display:flex;border-top:1px solid #ccc;border-bottom:1px solid #ccc;overflow-x:auto}.slot-label{font-size:.8rem;margin-bottom:.2rem}.weather-icon{width:36px;height:36px}.slot-temp{font-weight:700}.timeline-arcs{position:absolute;top:0;left:0;pointer-events:none;z-index:1}.settings-outer{background-color:#f2f2f2;display:flex;flex-direction:column;gap:1rem;z-index:10;width:100%;height:100%;box-shadow:0 4px 12px #0003;transition:all .3s ease}.settings-outer.mobile{width:100%;height:50vh;border-radius:0 0 12px 12px}.settings-outer.desktop{width:30%;height:100vh;border-radius:0 12px 12px 0}.settings-section{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}footer{margin-top:50px;font-family:Roboto,sans-serif}footer nav{margin:80px 60px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}footer nav:last-of-type{margin:0 70px 20px}footer a{color:#000;text-decoration:none}footer a:hover,footer a:visited{color:#000}ul,ol,li{list-style:none;padding:0;margin:0}.FooterUpperNavigation{margin-left:24px;font-size:1em;font-weight:500;color:#5a3d03}.FooterLowerNavigation{margin-left:24px;font-size:.8em;font-weight:300;color:#5a3d03}footer img{max-height:80px;vertical-align:middle}footer .social-icons img{height:22px;margin-left:20px}
