:root{--background: #121214;--shape: #202024;--box-on-shape: #29292E;--table-header: #323238;--text: #E1E1E6;--line: #7C7C8A;--purple-500: #292A94;--pink-800: #8F0656;--orange-500:#EC7815;--green-500:#299434}*{margin:0;padding:0;outline:0;box-sizing:border-box}:focus{box-shadow:0 0 0 2px var(--purple-500)}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased}body,input,button,textarea{font-family:Roboto,sans-serif;font-weight:400;font-size:1rem}button{cursor:pointer}.container--button{width:100%;height:64px;background:var(--orange-500);color:var(--text);border:none;border-radius:8px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:.5rem}.container--button.secondary{background:var(--pink-800)}.container--button:disabled{opacity:.7;cursor:not-allowed}.container--new-cycle{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text);font-size:1.125rem;font-weight:700;flex-wrap:wrap}.container--new-cycle input{background:transparent;height:2.5rem;border:0;border-bottom:2px solid var(--line);font-weight:700;font-size:1.125rem;color:var(--text);padding:0 .5rem}.container--new-cycle input::placeholder{color:#ffffff4d;font-size:.8rem}.container--new-cycle input[type=number]{max-width:72px}.container--input-form{position:relative}.text-error{color:red;font-size:.75rem;position:absolute;bottom:-20px}.container--timer{font-family:Roboto Mono,monospace;font-size:10rem;line-height:8rem;color:var(--text);display:flex;gap:1rem}.container--timer span{background:var(--box-on-shape);padding:2rem 1rem;border-radius:8px}.container--timer .separador--timer{padding:2rem 0;color:var(--orange-500);width:4rem;display:flex;justify-content:center}.container--home{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:60px;width:100%;max-width:656px}.container--status{display:flex;align-items:center;gap:.5px}.container--status:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--table-header)}.container--status.green:before{background:var(--green-500);margin:0 5px 1px 0}.container--status.pink:before{background:var(--pink-800);margin:0 5px 1px 0}.container--status.orange:before{background:var(--orange-500);margin:0 5px 1px 0}.container--history{display:flex;flex:1;flex-direction:column;gap:2rem;width:100%;padding:4rem}.container--history h1{font-size:1.5rem;color:var(--text)}.container--history table{width:100%;border-collapse:collapse;min-width:600px}.container--history table th{background:var(--table-header);padding:1rem;text-align:left;color:var(--text);font-size:.875rem;line-height:1.6}.container--history table th:first-child{border-top-left-radius:8px;padding-left:1.5rem}.container--history table th:last-child{border-top-right-radius:8px;padding-right:1.5rem}.container--history table td{background:var(--box-on-shape);border-top:2px solid var(--shape);padding:1rem;font-size:.875rem;line-height:1.6}.container--history table td:first-child{width:50;padding-left:1.5rem}.container--history table td:last-child{padding-right:1.5rem}.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){.logo{animation:logo-spin infinite 20s linear}}.container--header{width:100%;max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:32px}.container--header nav{display:flex;gap:1rem}.container--header a{color:var(--text);text-decoration:none;transition:color .5s ease}.container--header a:hover,.container--header a.active{color:var(--orange-500)}.container--template{width:100%;max-width:1120px;margin:0 auto;padding:32px}.container--template-contents{display:flex;flex-direction:column;align-items:center;background:var(--shape);border-radius:8px;padding:4px;min-height:500px}
