.app-container{width:100vw;min-height:100vh;margin-top:2vh;margin-left:60px}.image-wrapper{position:relative;display:inline-block}.app-image{display:block;max-width:100%;height:auto}.todo-title{position:absolute;top:40%;left:70%;transform:translate(-50%,-50%);color:#f36ec7;font-size:2.5rem;text-align:center;text-shadow:2px 2px 3px rgba(0,0,0,.6);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.botao1{position:absolute;top:60vh;left:70%;transform:translate(-50%);width:20%;height:6dvh;background-color:#56ced6;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:20px;cursor:pointer;transition:all .3s ease}button:hover{background-color:#b8e2ec}@keyframes floatIcon{0%{transform:translate(-50%) translateY(0) rotate(0)}20%{transform:translate(-48%) translateY(-5px) rotate(3deg)}40%{transform:translate(-52%) translateY(5px) rotate(-3deg)}60%{transform:translate(-49%) translateY(-3px) rotate(2deg)}80%{transform:translate(-51%) translateY(3px) rotate(-2deg)}to{transform:translate(-50%) translateY(0) rotate(0)}}.top-icon{position:absolute;top:190px;left:60%;font-size:40vh;transform:translate(-50%);color:#f8cffa;animation:floatIcon 6s infinite ease-in-out}@media screen and (max-width: 375px){.app-container{margin-left:0;margin-top:1vh}.todo-title{margin-top:30vh;font-size:25px;left:45%}.botao1{margin-top:28vh;width:70%;left:50%}.top-icon{left:20%;font-size:22vh;top:60vh}}@media screen and (min-width: 376px) and (max-width: 414px){.app-container{margin-left:0;margin-top:0vh}.todo-title{margin-top:28vh;font-size:24px;left:46%}.botao1{margin-top:20vh;width:60%;left:55%}.top-icon{left:25%;font-size:25vh;top:60vh}}@media screen and (min-width: 415px) and (max-width: 768px){.app-container{margin-left:2px;margin-top:2vh}.todo-title{margin-top:25vh;font-size:32px;left:50%}.botao1{margin-top:22vh;width:50%;left:52%}.top-icon{left:30%;font-size:28vh;top:58vh}}@media screen and (min-width: 769px) and (max-width: 1024px){.todo-title{margin-top:0vh;font-size:36px;left:50%}.botao1{margin-top:38vh;width:40%;left:50%}.top-icon{left:35%;font-size:30vh;top:55vh}}@media screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: portrait){.app-container{margin-left:270px;margin-top:4vh}.todo-title{margin-top:29vh;font-size:52px;left:60%}.botao1{margin-top:30vh;width:35%;left:50%}.top-icon{left:40%;font-size:34vh;top:50vh}}@media screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){.app-container{margin-left:120px;margin-top:3vh}.todo-title{margin-top:28vh;font-size:40px;left:55%}.botao1{margin-top:32vh;width:45%;left:50%}.top-icon{left:35%;font-size:28vh;top:52vh}}@media screen and (min-width: 821px) and (max-width: 1024px) and (orientation: portrait){.app-container{margin-left:150px;margin-top:3vh}.todo-title{margin-top:27vh;font-size:44px;left:55%}.botao1{margin-top:30vh;width:42%;left:50%}.top-icon{left:38%;font-size:30vh;top:53vh}}@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.app-container{margin-left:250px;margin-top:2vh}.todo-title{margin-top:20vh;font-size:50px;left:55%}.botao1{margin-top:28vh;width:30%;left:50%}.top-icon{left:40%;font-size:32vh;top:48vh}}.todo-container{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:flex-start;gap:40px;margin:20px auto;padding:30px;background:linear-gradient(135deg,#7384d1,#c49deb);border-radius:20px;max-width:1400px;box-shadow:0 20px 40px #0000001a;min-height:620px;box-sizing:border-box}.todo-left{flex:.8;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:20px}.image-placeholder{margin-top:50px;position:fixed;width:100%;max-width:400px;height:300px;background-color:#d3d8ec;border-radius:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.todo-banner{width:100%;height:100%;object-fit:cover;display:block}.todo-right{flex:1.2;display:flex;flex-direction:column;background:#fffffff2;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;min-width:0}.todo-right h1{text-align:center;margin-bottom:30px;color:#333;font-size:2.2rem;text-shadow:2px 2px 4px rgba(56,55,55,.1)}.input-section{margin-bottom:30px}.input-add-container{display:flex;gap:8px;width:100%}.input-add-container input{flex:1;padding:12px;font-size:14px;border:2px solid #e1e5e9;border-radius:10px;box-sizing:border-box}.add-btn{flex-shrink:0;width:90px;height:40px;font-size:13px;border:none;border-radius:8px;background:linear-gradient(135deg,#7086e7,#c38df8);color:#fff;cursor:pointer}.todo-list{list-style:none;padding:0;margin:0;width:100%;max-width:100%}.todo-list li{font-weight:600;margin-bottom:8px;background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000000d}.task-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;gap:10px;min-height:40px}.task-text{flex:1;min-width:0}.task-text span{font-size:14px;color:#333;word-break:break-word;line-height:1.4}.task-actions{display:flex;flex-direction:row;gap:6px;flex-shrink:0}.task-actions button,.edit-btn,.complete-btn,.delete-btn{padding:2px 6px;font-size:9px;height:22px;border:none;border-radius:4px;cursor:pointer;white-space:nowrap;min-width:31px}.edit-btn{background:#007bff;color:#fff}.edit-btn:hover{background:#0056b3}.complete-btn{background:#01c92b;color:#fff}.complete-btn:hover{background:#00a222}.delete-btn{background:red;color:#fff}.delete-btn:hover{background:#8b0000}.edit-row{display:flex;align-items:center;gap:8px;width:100%}.edit-input{flex:1;padding:6px 8px;border:2px solid #667eea;border-radius:4px;font-size:14px}.mini-btn{padding:2px 6px;font-size:8px;height:18px;border:none;border-radius:3px;cursor:pointer;white-space:nowrap}.mini-btn.save{background:#01c92b;color:#fff}.mini-btn.cancel{background:#6c757d;color:#fff}.tasks-container{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.task-section{flex:1;min-width:280px;max-width:100%;background:#f8f9fa;border-radius:12px;padding:20px;min-height:200px;box-shadow:0 4px 6px #0000000d;box-sizing:border-box}.section-title{color:#495057;margin-bottom:15px;font-size:1.2rem;text-align:center;padding-bottom:10px;border-bottom:2px solid #e9ecef}.empty-message{text-align:center;color:#6c757d;font-style:italic;margin-top:50px}.stats{display:flex;justify-content:space-around;background:#e9ecef;padding:15px;border-radius:10px;margin-top:20px;flex-wrap:wrap;gap:10px}.stat-item{text-align:center;color:#0b9b0b;font-size:14px;flex:1;min-width:80px}.stat-item strong{color:#275f06;font-size:18px;display:block}.back-top-btn{margin-top:60vh;position:fixed;cursor:pointer;border:none;border-radius:15px;width:250px;height:45px;background:linear-gradient(135deg,#8d01ff,#b84df8);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #8d01ff4d}.back-top-btn:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(135deg,#a32bff,#d58bff);box-shadow:0 8px 25px #8d01ff80}.back-top-btn:active{transform:scale(.98)}.todo-list li.completed{background:#d4edda;color:#495057;font-style:italic;position:relative;transition:all .4s ease;box-shadow:0 0 15px #0003}.todo-list li.completed span{text-decoration:line-through;color:#6c757d;font-style:italic}.task-actions .delete-btn{background:red;color:#fff}.task-actions .delete-btn:hover{background:#8b0000}*{box-sizing:border-box}input,textarea,select,.input-add-container input,.edit-input,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url]{font-size:16px!important;-webkit-text-size-adjust:100%!important;-webkit-appearance:none!important;appearance:none!important}@media (min-width: 1025px) and (max-width: 1366px){.todo-container{display:flex;flex-direction:column;max-width:90%;gap:30px;padding:30px;margin:20px auto;align-items:center}.todo-left{width:100%;order:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.image-placeholder{max-width:500px;width:80%;height:350px;margin-top:90px;position:relative}.back-top-btn{width:280px;height:50px;font-size:16px;margin-top:20px;position:relative}.todo-right{width:100%;order:2;padding:30px;max-width:800px}.todo-right h1{font-size:2.5rem;text-align:center;margin-bottom:30px}.tasks-container{flex-direction:row;gap:25px;justify-content:space-between}.task-section{flex:1;min-width:300px;padding:25px;min-height:400px}.input-add-container{display:flex;gap:15px;width:100%;align-items:center}.input-add-container input{flex:1;padding:16px 20px!important;font-size:16px!important;border:2px solid #e1e5e9;border-radius:12px;height:54px;line-height:normal}.add-btn{width:120px;height:54px;font-size:16px;flex-shrink:0}.edit-input{font-size:16px!important;padding:14px 18px!important;border:2px solid #667eea;border-radius:8px;height:48px}.task-actions button{font-size:14px;height:38px;min-width:38px;padding:8px 12px;margin:0 2px}.stats{gap:15px;padding:20px;justify-content:center}.stat-item{font-size:16px}.stat-item strong{font-size:24px}}@media (max-width: 1024px){.todo-container{display:flex;flex-direction:column;max-width:90%;gap:30px;padding:30px;margin:20px auto;align-items:center}.todo-left{width:100%;order:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.image-placeholder{max-width:500px;width:80%;height:350px;margin-top:90px;position:relative}.back-top-btn{width:280px;height:50px;font-size:16px;margin-top:20px;position:relative}.todo-right{width:100%;order:2;padding:30px;max-width:800px}.todo-right h1{font-size:2.5rem;text-align:center;margin-bottom:30px}.tasks-container{flex-direction:row;gap:25px;justify-content:space-between}.task-section{flex:1;min-width:300px;padding:25px;min-height:400px}.input-add-container{display:flex;gap:15px;width:100%;align-items:center}.input-add-container input{flex:1;padding:16px 20px!important;font-size:16px!important;border:2px solid #e1e5e9;border-radius:12px;height:54px;line-height:normal}.add-btn{width:120px;height:54px;font-size:16px;flex-shrink:0}.edit-input{font-size:16px!important;padding:14px 18px!important;border:2px solid #667eea;border-radius:8px;height:48px}}@media (max-width: 768px){.todo-container{flex-direction:column;gap:20px;padding:15px;margin:10px auto;width:100%;max-width:100vw}.todo-left{width:100%;align-items:center}.image-placeholder{max-width:100%;height:240px;margin-top:0;position:relative}.back-top-btn{width:200px;height:44px;font-size:14px;margin-top:15px;position:relative}.todo-right{width:100%;padding:20px}.tasks-container{flex-direction:column;gap:15px}.task-section{width:100%;padding:15px}.input-add-container{display:flex;gap:10px;width:100%;align-items:center}.input-add-container input{flex:1;padding:14px 16px!important;font-size:16px!important;border:2px solid #e1e5e9;border-radius:10px;height:48px;line-height:normal;-webkit-text-size-adjust:none!important;-webkit-appearance:none!important;appearance:none!important}.add-btn{width:90px;height:48px;font-size:14px;flex-shrink:0}.edit-input{font-size:16px!important;padding:12px 14px!important;border:2px solid #667eea;border-radius:6px;height:44px;-webkit-text-size-adjust:none!important;-webkit-appearance:none!important;appearance:none!important}.stats{gap:8px;padding:12px}}@media (max-width: 480px){.todo-container{padding:15px;border-radius:15px;margin:5px auto;width:calc(100% - 10px)}.image-placeholder{height:150px;width:100%}.back-top-btn{width:100%;max-width:280px;height:44px;font-size:14px;margin-top:15px}.todo-right{padding:15px;width:100%}.todo-right h1{font-size:1.6rem;margin-bottom:20px}.task-section{padding:15px;min-height:150px;width:100%}.input-add-container{display:flex;gap:8px;width:100%;align-items:center}.input-add-container input{flex:1;padding:16px!important;font-size:16px!important;border:2px solid #e1e5e9;border-radius:8px;height:52px;min-height:52px;-webkit-text-size-adjust:100%!important;-webkit-appearance:none!important;appearance:none!important;transform:scale(1)!important;zoom:1!important}.add-btn{width:70px;height:52px;font-size:12px;flex-shrink:0}.edit-input{font-size:16px!important;padding:14px!important;border:2px solid #667eea;border-radius:6px;height:48px;min-height:48px;width:100%;-webkit-text-size-adjust:100%!important;-webkit-appearance:none!important;appearance:none!important;transform:scale(1)!important;zoom:1!important}.task-actions{display:flex;gap:2px;flex-shrink:0;align-items:center}.task-actions button{font-size:10px;height:32px;min-width:32px;padding:4px;margin:3px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.task-text span{font-size:14px;line-height:1.4}.mini-btn{height:28px;min-width:28px;font-size:11px;padding:4px 6px;margin:0;border-radius:3px}.edit-row{display:flex;align-items:center;gap:2px;width:100%}.stats{padding:12px;gap:8px}.stat-item{font-size:13px}.stat-item strong{font-size:17px}}@media (max-width: 320px){.todo-container{padding:10px;margin:0;width:100%}.image-placeholder{height:120px}.back-top-btn{width:100%;height:42px;font-size:13px;margin-top:10px}.todo-right{padding:12px}.todo-right h1{font-size:1.4rem}.input-add-container input{padding:16px!important;font-size:16px!important;height:50px;border-radius:6px;-webkit-text-size-adjust:none!important;text-size-adjust:none!important}.add-btn{width:60px;height:50px;font-size:11px}.edit-input{font-size:16px!important;padding:12px!important;height:46px}.task-actions button{height:30px;min-width:30px;font-size:9px;padding:4px;margin:3;border-radius:3px}.task-actions{display:flex;gap:1px;flex-shrink:0;align-items:center}}@media (max-width: 768px){html{-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}body{-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important;overflow-x:hidden;width:100%;max-width:100vw}input:focus{font-size:16px!important;-webkit-text-size-adjust:100%!important;transform:scale(1)!important;zoom:1!important}textarea:focus{font-size:16px!important;-webkit-text-size-adjust:100%!important}}@media (max-width: 768px){.task-row{padding:12px;min-height:52px;align-items:center}.todo-container{overflow-x:hidden;width:100%;box-sizing:border-box}.input-add-container{box-sizing:border-box;overflow:hidden}.task-actions{display:flex;gap:2px;flex-wrap:nowrap;flex-shrink:0;align-items:center}.task-actions button{box-shadow:0 1px 2px #0000001a;margin:3;border:none}.task-actions .edit-btn{border-top-right-radius:0;border-bottom-right-radius:0}.task-actions .complete-btn{border-radius:0;margin-left:-1px}.task-actions .delete-btn{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}}
