:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}ul,li{list-style:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;min-height:100vh;font-size:16px;line-height:1.5}nav{background:#fff;border-bottom:1px solid #e0e0e0;padding:8px 10px;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;gap:0}nav a{text-decoration:none;color:#666;padding:2px 16px;font-size:14px;font-weight:500;transition:all .2s ease;border-radius:0;position:relative}nav a:hover{color:#333;background:#0000000d}nav a.router-link-active{color:#333;font-weight:600}nav a.router-link-active:after{content:"";position:absolute;bottom:-8px;left:20%;right:20%;height:2px;background:#333}.router-switch-enter-active,.router-switch-leave-active{transition:all .35s ease-out;position:absolute;width:100%;top:0;left:0;box-sizing:border-box}.router-switch-enter-from,.router-switch-leave-to{opacity:0;transform:translate(20px)}.router-switch-leave-active{transform:translate(0)}.router-switch-leave-to{transform:translate(-20px);opacity:0}.router-switch-enter-active{z-index:10;transform:translate(0)}.router-switch-enter-from{transform:translate(20px);opacity:0;z-index:5}.router-view{position:relative;min-height:100%}#app{margin:0 auto;font-weight:400}.router-view-container{position:relative}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}.todo-container{margin:0 auto;padding:0 16px;min-height:calc(100vh - 60px)}.todo-header{padding:24px 0 16px;text-align:center;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.todo-header-title{font-size:24px;font-weight:600;color:#333;margin-bottom:8px}.todo-header-info{display:flex;justify-content:center;align-items:center;gap:16px;font-size:13px;color:#666}.todo-header-time,.todo-header-weather{padding:4px 8px;background:#f8f8f8;border-radius:4px;font-size:12px}.todo-header-weather{cursor:pointer;transition:background .2s ease}.todo-header-weather:hover{background:#f0f0f0}.todo-list-container{padding:0 1rem}.todo-main{background:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden}.todo-main ul{list-style:none;padding:0;margin:0}.todo-main li{border-bottom:1px solid #f0f0f0;position:relative}.todo-main li:last-child{border-bottom:none}.todo-item-content{display:flex;align-items:center;padding:12px 16px;transition:background .2s ease;position:relative}.todo-item-content:hover{background:#fafafa}.todo-item-text{font-size:16px;color:#333;flex:1;margin-left:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.todo-item-text.completed{text-decoration:line-through;color:#999}.todo-item-input{font-size:16px;padding:.15rem;margin-left:10px;border:0 solid #ddd;border-radius:4px;width:calc(100% - 50px);background:#fff;font-family:inherit;box-sizing:border-box;line-height:1.2}.todo-item-input:focus{outline:none;border-color:#333}.todo-item-input{pointer-events:auto!important;touch-action:manipulation!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.todo-item-content:has(.todo-item-input){cursor:text!important}input[type=checkbox]{width:18px;height:18px;border:2px solid #ddd;border-radius:3px;appearance:none;cursor:pointer;flex-shrink:0;transition:all .2s ease;position:relative}input[type=checkbox]:checked{background:#333;border-color:#333}input[type=checkbox]:checked:before{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.todo-item-delete{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(45deg);width:24px;height:24px;cursor:pointer;font-size:20px;font-weight:300;color:#ccc;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-user-select:none;user-select:none}.todo-item-delete:hover{color:#666;transform:translateY(-50%) rotate(45deg) scale(1.1)}.todo-item-move{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;cursor:pointer;font-size:16px;color:#999;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-user-select:none;user-select:none}.todo-item-move:hover{color:#666;transform:translateY(-50%) scale(1.1)}.add-item{font-size:18px;color:#666;cursor:pointer;text-align:center;padding:16px;transition:all .2s ease;border-top:1px solid #f0f0f0;font-weight:300}.add-item:hover{color:#333;background:#fafafa}.drag-area{min-height:100px}.drag-item{cursor:move;transition:background-color .2s ease}.drag-item:hover{background-color:#fafafa}.sortable-chosen{opacity:.9;background:#f8f8f8}.sortable-drag{opacity:.95;transform:rotate(.5deg) scale(1.02);box-shadow:0 4px 16px #00000026;transition:none;will-change:transform;backface-visibility:hidden}.sortable-ghost{opacity:.4;background:#e8e8e8;border:2px dashed #ccc;border-radius:4px}@media(max-width:768px){.drag-item{cursor:grab;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:pan-y}.drag-item:active{cursor:grabbing}.sortable-drag{transform:rotate(0) scale(1.01);box-shadow:0 6px 20px #0003;-webkit-transform:rotate(0deg) scale(1.01);-webkit-backface-visibility:hidden;backface-visibility:hidden}.drag-area{-webkit-overflow-scrolling:touch;touch-action:pan-y}.drag-item:hover{background-color:transparent}}.todo-footer{padding:16px;text-align:center;font-size:13px;color:#666;background:#fafafa;border-top:1px solid #f0f0f0}.completed-count{color:#666;font-weight:500}.history-list-container{width:100%;margin:0 auto;padding:0 16px;min-height:calc(100vh - 60px)}.history-header{padding:24px 0 16px;text-align:center;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.history-title{font-size:24px;font-weight:600;color:#333;margin-bottom:8px}.history-count{font-size:13px;color:#666;background:#f8f8f8;padding:4px 8px;display:inline-block}.empty-history{text-align:center;padding:48px 24px;color:#999;font-size:14px;background:#fff;box-shadow:0 1px 3px #0000001a}.empty-history p{margin:0}.history-list{list-style:none;padding:0;margin:0}.history-item{background:#fff;box-shadow:0 1px 3px #0000001a;margin-bottom:12px;padding:16px;transition:all .2s ease}.history-item:hover{box-shadow:0 2px 8px #0000001a}.history-item-content{flex-direction:column;align-items:flex-start;gap:12px}.history-item-top{flex:1}.history-item-title{font-size:16px;color:#666;text-decoration:line-through;margin-bottom:4px}.history-item-status{font-size:12px;color:#999}.history-item-actions{display:flex;justify-content:space-between;align-items:center}.history-item-create-time{margin-right:.5rem}.history-item-completed-time{color:#28a745}.restore-btn,.delete-btn{padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease;background:#fff}.restore-btn{color:#28a745;border-color:#28a745;margin-right:.5rem}.restore-btn:hover{background:#28a745;color:#fff}.delete-btn{color:#dc3545;border-color:#dc3545}.delete-btn:hover{background:#dc3545;color:#fff}@media(max-width:640px){.history-list-container{padding:0 12px;max-width:100%}.history-header{padding:20px 12px 12px;margin-bottom:16px}.history-title{font-size:20px}.history-item{border-radius:0;box-shadow:0 1px 2px #0000000d}.history-item-content{flex-direction:column;align-items:flex-start;gap:12px}.restore-btn,.delete-btn{padding:5px 10px;font-size:11px}}@media(prefers-color-scheme:dark){.history-list-container{color:#e0e0e0}.history-header{border-bottom-color:#3a3a3a}.history-title{color:#e0e0e0}.history-count{background:#3a3a3a;color:#b0b0b0}.empty-history,.history-item{background:#2a2a2a;box-shadow:0 1px 3px #0000004d}.history-item-title,.history-item-time{color:#666}.restore-btn,.delete-btn{background:#3a3a3a;border-color:#4a4a4a;color:#b0b0b0}.restore-btn:hover,.delete-btn:hover{background:#4a4a4a}}
