:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547}a:hover{color:#747bff}}#root{min-width:300px;max-width:100vw;margin:0 auto;padding:0;text-align:center;min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.input-container{display:flex;gap:12px;align-items:center;min-width:300px;max-width:1200px;margin:0 auto;padding:20px;background-color:#fff}.input-container .MuiOutlinedInput-root{flex:1;background-color:#f5f5f5;border-radius:8px}.input-container .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0}.input-container .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#bdbdbd}.input-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4caf50}.text-center{text-align:center}.mb-8{margin-bottom:2rem;padding-top:2rem}.mb-4{margin-bottom:1rem}.inline-flex{display:inline-flex}.items-center{align-items:center}.gap-3{gap:.75rem}.p-3{padding:.75rem}.bg-gradient-primary{background:linear-gradient(135deg,#4caf50,#45a049)}.rounded-2xl{border-radius:1rem}.shadow-medium{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.h-8{height:2rem}.w-8{width:2rem}.text-primary-foreground{color:#fff}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.bg-clip-text{background-clip:text;-webkit-background-clip:text}.text-transparent{color:transparent}.text-muted-foreground{color:#6b7280}.text-lg{font-size:1.125rem;line-height:1.75rem}.animate-fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;min-height:100vh}html{scroll-behavior:smooth}.tasks-container{max-width:1200px;margin:0 auto;padding:0 20px 40px;max-height:none;overflow:visible}.input-container{display:flex;gap:12px;align-items:center;min-width:300px;max-width:1200px;margin:0 auto 20px;padding:0 20px;background-color:transparent}.input-container .MuiOutlinedInput-root{flex:1;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0}.input-container .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:transparent}.input-container .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#4caf50}.input-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4caf50;border-width:2px}.botao{border:none;border-radius:8px;cursor:pointer;font-size:24px;font-weight:700;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:60px;height:60px}.botao--adicionar{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 2px 8px #4caf504d;border-radius:12px}.botao--adicionar:hover{background:linear-gradient(135deg,#45a049,#3d8b40);transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.botao--adicionar:active{transform:translateY(0);box-shadow:0 2px 8px #4caf504d}.botao:focus{outline:none;box-shadow:0 0 0 3px #4caf504d}.botao--remover{background-color:#f44336;color:#fff;box-shadow:0 2px 4px #0000001a}.task-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:16px 20px;margin-bottom:12px;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;transition:all .2s ease;min-height:60px}.task-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.task-item__content{display:flex;align-items:center;flex:1;gap:12px}.task-item__text{font-size:16px;color:#333;font-weight:500;transition:all .2s ease;word-break:break-word;line-height:1.4}.task-item__text--completed{text-decoration:line-through;color:#888;opacity:.7}.task-item__delete{background:none;border:none;color:#ff6b6b;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.7}.task-item__delete:hover{background-color:#fff5f5;opacity:1;transform:scale(1.1)}.task-item__delete:active{transform:scale(.95)}.task-item__delete .MuiSvgIcon-root{font-size:20px}.task-stats{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;max-width:1200px;margin:20px auto}.task-stats__item{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.task-stats__number{font-size:24px;font-weight:700;color:#333}.task-stats__number--completed{color:#4caf50}.task-stats__label{font-size:16px;color:#666;font-weight:500}.task-stats__divider{width:1px;height:30px;background-color:#e0e0e0;margin:0 20px}.notification{position:fixed;top:20px;right:20px;z-index:1000;min-width:350px;max-width:450px;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;border:1px solid rgba(0,0,0,.1)}.notification--success{background:#f0f0f0;color:#333;border-left:4px solid #4CAF50}.notification--error{background:#ff5757;color:#fff}.notification__content{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;position:relative}.notification__message{flex:1;line-height:1.5;text-align:left}.notification__title{font-size:16px;font-weight:700;margin-bottom:4px;display:block;text-align:left}.notification__text{font-size:14px;opacity:.9;display:block;text-align:left}.notification__close{background:none;border:none;color:inherit;font-size:18px;font-weight:400;cursor:pointer;padding:4px;margin-left:12px;opacity:0;transition:opacity .2s ease;position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.notification:hover .notification__close{opacity:.7}.notification__close:hover{opacity:1;background-color:#0000001a}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
