.todo_toolPage__rCzAp{min-height:calc(100vh - var(--header-height, 60px));width:100vw;background:linear-gradient(120deg,#f7faff 60%,#eaf4ff);display:flex;flex-direction:column;align-items:center;padding-top:5vh;box-sizing:border-box}.todo_todoWrap___8_rV,.todo_toolContainer__h_6om{max-width:var(--tool-width,420px);margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center}.todo_todoWrap___8_rV h1,.todo_toolTitle__Wmwfz{font-size:1.5rem;margin-bottom:1.2rem;color:var(--primary-color);text-align:center;width:100%}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 input[type=text],.todo_toolInput__o3wZL{width:100%;padding:.5rem;border:1px solid #c3d0e8;border-radius:6px;font-size:1rem;margin-bottom:1rem}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 input[type=text]:focus,.todo_toolInput__o3wZL:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 button,.todo_toolButton__PAqSv{padding:.5rem 1rem;border:none;background-color:var(--primary-color);color:#fff;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .3s,transform .2s}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 button:hover,.todo_toolButton__PAqSv:hover{background-color:var(--primary-color-dark,#0059b3)}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 button:active,.todo_toolButton__PAqSv:active{transform:translateY(1px)}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 button.todo_secondary__BKp3V,.todo_toolButton__PAqSv.todo_secondary__BKp3V{background-color:var(--secondary-bg-color,#f0f0f0);color:var(--text-color)}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 button.todo_secondary__BKp3V:hover,.todo_toolButton__PAqSv.todo_secondary__BKp3V:hover{background-color:#e0e0e0}.todo_toolButtonGroup__bLhrt{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.todo_toolResult__u1k4o{width:100%;background:#f5f5f5;border-radius:8px;padding:1rem;margin-top:1rem;font-size:1rem;word-break:break-word}.todo_toolDivider__9ONIb{width:100%;height:1px;background-color:#e5e5e5;margin:1.5rem 0}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7,.todo_toolFormRow__V7hqs{display:flex;gap:.7rem;margin-bottom:1rem;width:100%;align-items:center}.todo_todoWrap___8_rV .todo_centered__q_33i.todo_inputRow__zJ8P7,.todo_toolFormRow__V7hqs.todo_centered__q_33i{justify-content:center}.todo_toolLabel__0OJ8V{font-size:1rem;margin-bottom:.3rem;color:var(--text-color)}.todo_toolOptionGroup__urKBh{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.todo_toolOptionGroup__urKBh label{display:flex;align-items:center;gap:.3rem;cursor:pointer}@media(max-width:480px){.todo_todoWrap___8_rV,.todo_toolContainer__h_6om{padding:1.5rem;margin:1rem;width:calc(100% - 2rem)}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7,.todo_toolFormRow__V7hqs{flex-direction:column;align-items:flex-start}.todo_todoWrap___8_rV .todo_keepRow__rtZQZ.todo_inputRow__zJ8P7,.todo_toolFormRow__V7hqs.todo_keepRow__rtZQZ{flex-direction:row}}.todo_todoWrap___8_rV{--tool-width:420px}.todo_todoWrap___8_rV .todo_inputRow__zJ8P7 input[type=text]{margin-bottom:0;flex:1 1}.todo_todoWrap___8_rV .todo_list__5MtbP{width:100%;list-style:none;padding:0;margin:0 0 1.2rem}.todo_todoWrap___8_rV .todo_item__ygb3P{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #eaf4ff}.todo_todoWrap___8_rV .todo_text__kSmPr{margin-right:1rem}.todo_todoWrap___8_rV .todo_item__ygb3P button{margin-left:.5rem;padding:.3rem .8rem;font-size:.95rem;border-radius:6px;border:none;background:#eaf4ff;color:var(--primary-color);cursor:pointer;transition:background .2s}.todo_todoWrap___8_rV .todo_item__ygb3P button:hover{background:#d1eaff}.todo_todoWrap___8_rV .todo_ad__xKoZd{width:100%;min-height:40px;background:#eaf4ff;color:#7a8fa6;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.95rem}