@import"https://fonts.cdnfonts.com/css/sf-ui-display";:root{--green-light: #A8B64F;--green: #899441;--red: #DC3E22;--red-dark: #B7280F;--red-pale: #EE735D;--red-very-pale: #EA8979;--grey: #C4C4C4;--grey-light: #F4F4F4;--grey-placeholder: #999999;--black: #333333;--duration: .2s}a{color:inherit;text-decoration:none;cursor:pointer}body{margin:0;min-width:320px;min-height:100vh;color:var(--black);font-family:SF UI Display,sans-serif}ul{margin-top:0;padding-left:0;list-style:none}h2{margin-top:0;margin-bottom:0}button{background-color:transparent;border:none;outline:none;cursor:pointer}.container{max-width:1280px;margin-right:auto;margin-left:auto;padding-right:50px;padding-left:50px}.header{box-shadow:0 10px 63px #00000012}.header__container{height:70px;display:flex;justify-content:space-between;align-items:center;color:var(--red)}.header__logo{display:flex;align-items:center;font-size:24px;transition:color var(--duration) ease-in-out}.header__logo:hover{color:var(--red-dark)}.header__logo svg{width:40px;height:40px;margin-right:12px}.header__logo svg path:first-child{transition:fill var(--duration) ease-in-out}.header__logo:hover svg path:first-child{fill:var(--red-dark)}.header__stat{font-size:16px;transition:color var(--duration) ease-in-out}.header__stat:hover{color:var(--red-dark)}.header__stat svg{margin-right:9px}.header__stat svg path{transition:fill var(--duration) ease-in-out}.header__stat:hover svg path{fill:var(--red-dark)}.main-block{display:grid;align-items:start;gap:32px;grid-template-columns:5fr 7fr;padding-top:100px;padding-bottom:100px}.instructions ul{margin-bottom:25px;line-height:33px}.instructions li:before{content:"•";color:var(--red-dark);font-weight:700;display:inline-block;width:5px;margin-right:15px}.instructions input{margin-bottom:25px;width:340px;height:55px;padding-left:15px;padding-right:15px;background-color:var(--grey-light);outline:none;border:none}.instructions input::placeholder{color:var(--grey-placeholder)}.instructions__main-button{width:173px;height:55px;color:#fff;background-color:var(--green-light);transition:background-color var(--duration) ease-in-out}.instructions__main-button:hover{background-color:var(--green)}.instructions__button{color:var(--green);text-decoration:underline;font-weight:700;font-family:SF UI Display,sans-serif}.tomato{background-color:var(--grey-light)}.tomato__header{height:55px;display:flex;align-items:center;justify-content:space-between;padding-left:40px;padding-right:40px;color:#fff;background-color:var(--grey)}.tomato__header h2{font-size:16px}.tomato__main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:70px;padding-bottom:100px}.tomato__main>div{display:flex;align-items:center;gap:25px}.tomato__timer{font-size:150px;font-weight:200}.tomato__plus{width:50px;height:50px;color:#fff;border-radius:50%;background-color:var(--grey);font-size:24px;transition:background-color var(--duration) ease-in-out}.tomato__plus:hover{background-color:var(--green)}.tomato__task{margin-bottom:32px}.tomato__task span{color:var(--grey)}.tomato__buttons button{width:145px;height:55px;display:flex;align-items:center;justify-content:center}.tomato__buttons button:first-child{color:#fff;background-color:var(--green-light);transition:background-color var(--duration) ease-in-out}.tomato__buttons button:first-child:hover{background-color:var(--green)}.tomato__buttons button:last-child{border:2px solid var(--red);color:var(--red);transition:color var(--duration) ease-in-out,background-color var(--duration) ease-in-out}.tomato__buttons button:last-child:hover{color:#fff;background-color:var(--red)}.tomato__buttons button:last-child:disabled{border:2px solid var(--grey);color:var(--grey);cursor:default}.tomato__buttons button:last-child:disabled:hover{border:2px solid var(--grey);color:var(--grey);background-color:transparent}.tasks{margin-top:25px;margin-bottom:20px}.task{display:flex;align-items:center;margin-bottom:-1px;width:370px;padding-top:15px;padding-bottom:15px;border-top:1px solid var(--grey);border-bottom:1px solid var(--grey);font-weight:200}.task button{margin-left:auto}.task input{border:1px solid var(--grey);padding:5px 15px;outline:none;color:var(--black)}.task__number{margin-right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:25px;height:25px;border:1px solid var(--grey);border-radius:50%}.task__time{color:var(--grey-placeholder);font-weight:100}.dropdown-menu{position:absolute;display:flex;flex-direction:column;padding-top:5px;padding-bottom:5px;border:1px solid var(--grey);background-color:#fff}.dropdown-menu li{font-weight:200;color:var(--grey);width:100%}.dropdown-menu svg{margin-right:10px}.dropdown-menu button{display:flex;padding:7px 15px;width:100%}.dropdown-menu button:hover{background-color:var(--grey-light)}.activity{padding-top:100px;padding-bottom:100px}.activity__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.activity__header button{display:flex;align-items:center;justify-content:space-between;width:370px;height:55px;padding-right:17px;padding-left:15px;font-size:16px;background-color:var(--grey-light)}.activity__header button:not(:last-child){border-bottom:1px solid var(--grey)}.select__options{position:absolute;box-shadow:0 10px 63px #00000012}.select__options button:hover{background-color:var(--grey)}.select .open svg{transform:rotate(180deg)}.activity__block{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:260px 180px 180px;gap:32px}.daytime,.tomato-count,.graph,.stat{background-color:var(--grey-light)}.daytime,.stat{padding:25px}.daytime{grid-column:1 / 4}.daytime__day{margin-bottom:14px;font-size:24px;font-weight:700}.daytime__text{line-height:28px}.daytime__text span{color:var(--red)}.tomato-count{grid-column:1 / 4;display:flex;flex-direction:column}.tomato-count svg{width:80px;height:80px;margin-right:15px}.tomato-count__count{flex:1;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--grey-placeholder)}.tomato-count__footer{margin-top:auto;height:50px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;background-color:var(--red)}.graph{grid-column:4 / 13;grid-row:1 / 3}.stat{display:flex;justify-content:space-between}.stat>div{display:flex;flex-direction:column;justify-content:space-between}.stat h3{margin:0;font-size:24px}.stat.target{grid-column:1 / 5}.stat.pause{grid-column:5 / 9}.stat.stops{grid-column:9 / 13}.stat__pers{font-size:64px}.theme-button{display:flex;justify-content:flex-start;padding:3px;width:40px;height:20px;background-color:var(--grey-placeholder);border-radius:25px}.theme-button:hover .theme-button__circle{outline-offset:2px}.theme-button--dark{justify-content:flex-end;background-color:var(--grey)}.theme-button__circle{width:14px;height:14px;background-color:var(--red-dark);border-radius:50%;outline:1px solid var(--red-dark);outline-offset:-1px;transition:outline-offset var(--duration) ease-in-out}.theme-button--dark .theme-button__circle{background-color:var(--red-pale);outline:1px solid var(--red-pale)}body.dark .header{background-color:#4b4747}body.dark{color:#dedada;background-color:#756e6e}body.dark .header__container,body.dark .instructions li:before{color:var(--red-pale)}body.dark .tomato__main{background-color:#8d8383}body.dark .tomato__header{color:#dcaeae}body.dark .tomato__timer{color:#3c3c3c}body.dark .tomato__plus{background-color:#575757;transition:background-color var(--duration) ease-in-out}body.dark .tomato__plus:hover{background-color:#99ab1f}body.dark .tomato__buttons button:last-child{border:2px solid rgb(162,73,57);color:#a24939}body.dark .tomato__buttons button:last-child:disabled{color:var(--grey-placeholder);border-color:var(--grey-placeholder);background-color:transparent}body.dark .tomato__buttons button:last-child:hover{color:#fff;background-color:#a24939}body.dark .tomato__buttons button:last-child:disabled:hover{color:var(--grey-placeholder);border-color:var(--grey-placeholder);background-color:transparent}body.dark .instructions input{color:#dedada;background-color:#8d8383}body.dark .instructions input::placeholder{color:#dedada}body.dark .instructions__button{color:var(--green-light)}body.dark .dropdown-menu{border:none;background-color:#8d8383}body.dark .dropdown-menu li button{color:#dedada}body.dark .dropdown-menu button:hover{background-color:#575757}body.dark .activity__header button{color:#dedada;background-color:#928484}body.dark .daytime,body.dark .tomato-count,body.dark .graph,body.dark .stat{background-color:#928484}body.dark .tomato-count__footer{color:#c4c4c4;background-color:#b36355}body.dark .daytime__text span,body.dark .tomato-count__count{color:#ffac9d}@media (max-width: 1400px){.activity{padding-top:50px}.stat__pers{font-size:40px}.graph{display:flex;align-items:center;justify-content:center}}@media (max-width: 1050px){.main-block{grid-template-columns:1fr;padding-top:50px}.tomato{grid-row:1/2}.stat svg{display:none}.stat__pers{font-size:50px}.activity{padding-right:10px;padding-left:10px}.activity__block{gap:20px}.graph{grid-column:1 / 13}.daytime{grid-column:1 / 5}.tomato-count{grid-column:5 / 9}}@media (max-width: 650px){.tomato__timer{font-size:100px}.tomato__buttons button{width:100px;height:40px}.tomato__plus{width:40px;height:40px}.header__logo span{display:none}.daytime,.tomato-count,.stat.target,.stat.stops,.stat.pause{grid-column:1 / 13}.tomato-count{padding-top:10px;padding-bottom:10px}.tomato-count__footer{display:none}.graph{grid-row:1 / 2}.activity__header{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 500px){.main-block{padding:30px 10px}}
