body,html{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;font-family:'Courier New',Courier,monospace}*,::after,::before{box-sizing:border-box}.planner{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:100%}.planner-head{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem}.planner-head-title{font-size:24px;font-weight:700;color:#333}.day-column{width:100%;height:100%;margin:0 1rem;max-width:15%}.day-column-container{padding:1rem;height:100%}.day-column-tasks-container{width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='480' height='42' viewBox='0 0 480 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='41.5' x2='480' y2='41.5' stroke-opacity='0.1' stroke='black'/%3E%3C/svg%3E%0A")}.day-column-header{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #ccc}.day-column-header-date{font-size:24px}.day-column-day-header-name{color:#666}.day-column-header.current-day{border-bottom:1px solid #00f}.day-column-header.current-day,.day-column-header.current-day>.day-column-day-header-name{color:#00f}.weekend-column{width:100%;height:100%;display:flex;flex-direction:column}.weekend-day{height:50%}.day-column-task-list{padding-left:2px;width:100%;margin:0}.task-list-item{height:42px;list-style:none;vertical-align:middle;line-height:42px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.task-list-item:hover{border-bottom:1px solid #00f}.task-container{display:flex;align-items:center;width:100%;padding:0 8px;cursor:pointer}.task-checkbox,.task-edit{opacity:0;transition:opacity .2s ease;margin-right:8px;cursor:pointer}.task-list-item:hover .task-checkbox,.task-list-item:hover .task-edit{opacity:1}.task-title{flex:1;transition:opacity .2s ease;overflow:hidden;text-overflow:ellipsis}.task-title.completed{text-decoration:line-through;opacity:.6;color:#666}.task-checkbox{width:16px;height:16px;border:1px solid #ccc;border-radius:3px;appearance:none;background-color:#fff;position:relative}.task-checkbox:checked{background-color:#2196f3;border-color:#2196f3}.task-checkbox:checked::after{content:'';position:absolute;left:3px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.task-title.completed{text-decoration:line-through;opacity:.6;color:#666}.new-task-input{border:none;outline:0;width:100%;height:100%;padding:0 8px;background-color:transparent;font-size:16px;color:#333}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-button{background:0 0;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:#fff;border-radius:8px;padding:2rem;max-width:800px;width:90%;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:1001;position:relative}.spin-modal{max-width:600px;min-height:400px;text-align:center}.spinner-container{position:relative;width:300px;height:300px;margin:2rem auto}.task-wheel{position:relative;width:100%;height:100%;border:2px solid #e0e0e0;border-radius:50%;background:linear-gradient(45deg,#f9f9f9,#fff)}.task-item{position:absolute;top:50%;left:50%;transform-origin:center center;width:120px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#007bff;color:#fff!important;border-radius:20px;font-size:14px;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:all .3s ease;margin-top:-20px;margin-left:-60px;text-align:center}.task-title-short{color:#fff!important;font-size:14px!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px;padding:0 8px;display:block;line-height:1.2}.spinner-pointer{position:absolute;top:50%;left:50%;transform-origin:center center;width:4px;height:140px;margin-left:-2px;margin-top:-70px;transition:transform .1s ease-out}.pointer-arrow{position:absolute;top:0;left:50%;transform:translateX(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #f44;filter:drop-shadow(0 3px 6px rgba(0, 0, 0, .4))}.pointer-arrow::after{content:'';position:absolute;top:25px;left:50%;transform:translateX(-50%);width:6px;height:115px;background-color:#f44;background:linear-gradient(to bottom,#f44,#c33);border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.spinning-text{font-size:18px;color:#666;margin-top:1rem;font-weight:700}.result-container{padding:1rem}.result-container h3{color:#28a745;margin-bottom:1rem;font-size:24px}.selected-task-card{background-color:#f8f9fa;border:2px solid #28a745;border-radius:8px;padding:1.5rem;margin:1rem 0;text-align:left}.selected-task-card p{margin:.5rem 0}.no-tasks-container{padding:2rem;color:#666}.no-tasks-container p{margin:.5rem 0}.modal-actions{margin-top:2rem;text-align:center}.close-button{padding:.75rem 2rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color .2s ease}.close-button:hover{background-color:#0056b3}