*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,sans-serif;box-sizing:border-box;background:#f1f4fd}.page{width:100%;min-height:100vh;background:#f1f4fd;display:flex;justify-content:center}.container{display:grid;place-items:center;max-width:420px;width:100%;padding:2rem 1rem;box-sizing:border-box}.card{width:100%;max-width:420px;background:#fff;border-radius:10px;padding:20px;border:solid .5px #dbdbdb;box-sizing:border-box}.card-head{display:flex;justify-content:space-between;color:#6b7280;font-weight:400;font-size:.8rem}.title{display:flex;color:#1d224e;font-size:1.2rem}.week{display:flex;justify-content:space-between;margin:8px 0 14px;padding:8px 4px;color:#6b7280}.day{width:42px;aspect-ratio:1/1;border-radius:8px;display:grid;place-items:center;cursor:pointer}.dow{font-size:12px}.dnum{font-size:13px}.day.active{background:#4561db;color:#fff}#todo-area{margin-top:1rem;min-height:50vh}#message{color:#6b7280;text-align:center;padding:1rem 0;font-size:.8rem}.row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0;box-sizing:border-box}#task-text{flex:1;padding:.5rem .6rem;min-width:0}#task-time,button{padding:.5rem .6rem}#task-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.5rem}#task-list li{background:#f1f4fd;font-size:18px;color:#1d224e;padding:.8rem;border-radius:.5rem;margin-top:.5rem}#add-btn{border-radius:.5rem;border-style:none;background:#4561db;font-size:15px;margin-top:1rem;display:flex;align-items:center;color:#fff;padding:.8rem;width:100%;cursor:pointer;font-size:.8rem}.item{display:flex;align-items:center;padding:.8rem;font-size:1rem;color:#1d224e;gap:.75rem;background-color:#f3f5ff;flex-wrap:wrap;min-width:0}.item .text{flex:1 1 auto;min-width:0;word-break:break-word;line-height:1.4;font-size:.8rem}.item .time{flex-shrink:0;white-space:nowrap;font-size:.8rem;color:#4b5563;text-align:right;min-width:60px}#task-text,#task-time{border:.1rem solid #6b7280;border-radius:5px}#sub-btn{border-radius:.5rem;border-style:none;background:#4561db;font-size:.8rem;display:flex;align-items:center;color:#fff;padding:.8rem;cursor:pointer}.edit-btn{background-image:url(/assets/edit-tool-WVBqjil6.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:18px;height:18px;border:none;cursor:pointer}.inputBox{flex:1 1 auto;min-width:0;width:80%;height:2rem;padding:0 .6rem;border:1px solid #d9dbe9;border-radius:8px}.updateTask-btn{padding:2px 4px;width:3rem;height:1.5rem;border:none;border-radius:.3rem;cursor:pointer;background-color:#a9a9a9;color:#fff;font-size:.7rem}.updateTask-btn:hover{background-color:#1cc3ad}.cancel-btn{padding:2px 4px;width:3rem;height:1.5rem;border:none;border-radius:.3rem;cursor:pointer;background-color:#a9a9a9;color:#fff;font-size:.7rem}.cancel-btn:hover{background-color:#d22d2d}.del-btn{background-image:url(/assets/delete-C8g8Vv-V.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:18px;height:18px;border:none;cursor:pointer}.check-box{display:grid;width:1.5rem;height:1.5rem;border:1px solid #e5e7eb;background-color:#fff;border-radius:50%;place-items:center;cursor:pointer;transition:background .2s border-color .2s;flex-shrink:0}.item.done .check-box{background-color:#47da99;border-color:#18c45d;animation:pop .5s;animation-direction:alternate}.item.done .check-box:after{content:"";display:block;width:.5rem;height:.8rem;border-right:.15rem solid white;border-bottom:.15rem solid white;transform:rotate(45deg)}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.item .time{flex:0 0 auto;min-width:72px;white-space:nowrap;text-align:right;font-size:.85rem;color:#4b5563}.timeBox{flex:0 0 auto;width:110px;height:2rem;padding-left:.5rem;border:1px solid #d9dbe9;border-radius:8px;margin-left:2.7rem}.item.done .text,.item.done .time{text-decoration:line-through;opacity:.6}
