@charset "UTF-8";.pomodolab-button{padding:12px 20px;cursor:pointer;box-shadow:3px 3px #000}.pomodolab-button:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.pomodolab-button:active{transform:translate(3px,3px);box-shadow:0 0 #000}.pomodolab-button.soft-yellow{background-color:var(--soft-yellow)}#navbar{width:100%;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #000;position:relative;background:var(--cream)}#navbar .logo img{width:160px;cursor:pointer}#navbar .burger{width:28px;height:20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}#navbar .burger span{height:3px;width:100%;background:#000;transition:.2s}#navbar .burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}#navbar .burger.open span:nth-child(2){opacity:0}#navbar .burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}#navbar .links{position:absolute;top:100%;right:0;width:100%;background:var(--cream);border-bottom:2px solid #000;padding:20px;display:none;flex-direction:column;gap:16px}#navbar .links .link a{font-size:18px;font-weight:600;color:#000}#navbar .links.show{display:flex}#navbar .links .mobile-cta{margin-top:12px}#navbar .links .languages-mobile{margin-top:10px}#navbar .links .languages-mobile .language-dropdown{width:100%}#navbar .right-part{display:none}#navbar .language-dropdown{position:relative;font-family:satoshi,sans-serif}#navbar .language-dropdown__button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:2px solid #000;background:var(--cream);cursor:pointer;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;box-shadow:4px 4px #000;transition:transform .06s ease,box-shadow .06s ease}#navbar .language-dropdown__button:hover{transform:translate(-1px,-1px);box-shadow:6px 6px #000}#navbar .language-dropdown__button:active{transform:translate(1px,1px);box-shadow:2px 2px #000}#navbar .language-dropdown__icon{font-size:13px}#navbar .language-dropdown__chevron{font-size:9px}#navbar .language-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:120px;background:var(--cream);border:2px solid #000;border-radius:16px;padding:6px;display:none;flex-direction:column;gap:4px;box-shadow:6px 6px #000;z-index:2000}#navbar .language-dropdown__menu--open{display:flex}#navbar .language-dropdown__item{padding:6px 8px;border-radius:10px;text-decoration:none;color:#000;font-size:12px;font-weight:600;display:flex;align-items:center;transition:background .08s ease,transform .06s ease}#navbar .language-dropdown__item:hover{background:var(--soft-yellow);transform:translate(-1px,-1px)}#navbar .language-dropdown__item--active{background:var(--soft-yellow);border:1px solid #000}#navbar .language-dropdown__item-code{letter-spacing:.08em}@media(max-width:767px){#navbar .language-dropdown__menu{position:static;margin-top:8px;width:100%}}@media(min-width:768px){#navbar{padding:16px 32px}#navbar .logo img{width:200px}}@media(min-width:1024px){#navbar .burger{display:none}#navbar .links{position:static;display:flex!important;flex-direction:row;align-items:center;gap:24px;border:none;padding:0;width:auto;background:transparent}#navbar .links .mobile-cta{display:none}#navbar .links .link{padding:6px 8px}#navbar .links .link a{letter-spacing:4%;font-size:16px;font-weight:600;color:#000}#navbar .links .link a:hover{text-decoration:underline;text-decoration-thickness:2px}#navbar .links .languages-mobile{display:none}#navbar .right-part{display:flex;align-items:center;gap:24px}}#hero{width:100%;padding:56px 20px 80px;display:flex;flex-direction:column-reverse;align-items:center;gap:32px;text-align:center}#hero .hero-left-part{width:100%;display:flex;flex-direction:column;gap:20px}#hero .hero-left-part h3{width:100%;margin:0 auto}#hero .hero-left-part .btn-container{margin-top:8px;display:flex;justify-content:center}#hero .hero-left-part .btn-container button{width:100%;max-width:260px}#hero .hero-right-part{width:220px;aspect-ratio:1;display:flex;justify-content:center;align-items:center}#hero .hero-right-part img{width:100%;aspect-ratio:1;object-fit:contain;display:block}@media(min-width:768px){#hero{padding:72px 40px 100px;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}#hero .hero-left-part .btn-container{justify-content:flex-start}#hero .hero-left-part .btn-container button{width:auto}#hero .hero-right-part{width:280px}}@media(min-width:1024px){#hero{padding:80px 80px 120px;justify-content:space-between;align-items:center}#hero .hero-left-part{width:750px;gap:30px}#hero .hero-left-part h3{width:80%;margin:0}#hero .hero-right-part{width:403px;aspect-ratio:1}#hero .hero-right-part img{width:100%;aspect-ratio:1}}.feature-card{width:100%;max-width:480px;padding:24px;display:flex;flex-direction:column;gap:12px;align-items:center;border:2px solid #000;box-shadow:4px 4px #000}.feature-card img{width:32px;aspect-ratio:1}.feature-card h5{font-size:20px;font-family:satoshi,sans-serif;font-weight:900;text-align:center}.feature-card p{font-size:16px;font-family:satoshi,sans-serif;width:100%;max-width:400px;text-align:center}.feature-card.soft-pink{background-color:var(--soft-pink)}.feature-card.soft-yellow{background-color:var(--soft-yellow)}.feature-card.mint-green{background-color:var(--mint-green)}.feature-card.lilac{background-color:var(--lilac)}@media(min-width:1024px){.feature-card{width:fit-content;max-width:none}}#features{width:100%;padding:56px 20px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}#features .title-part{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}#features .title-part h3{width:100%;max-width:650px}#features .feature-cards-container{width:100%;display:flex;flex-direction:column;gap:24px;align-items:center}@media(min-width:768px){#features{padding:72px 40px 100px;gap:40px}#features .feature-cards-container{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;column-gap:40px;row-gap:40px;width:100%;margin:0 auto}}@media(min-width:1024px){#features{padding:80px;gap:48px}#features .feature-cards-container{column-gap:80px;row-gap:80px}}.how-it-works-list-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.how-it-works-list-item .index{width:32px;aspect-ratio:1;border-radius:50%;border:2px solid black;background-color:var(--soft-yellow);box-shadow:3px 3px #000;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;flex-shrink:0}.how-it-works-list-item .how-it-works-list-item-content h6{font-size:18px;font-weight:600;letter-spacing:.5px;margin-bottom:4px}.how-it-works-list-item .how-it-works-list-item-content p{font-size:15px;letter-spacing:.5px;line-height:1.5}@media(min-width:1024px){.how-it-works-list-item .how-it-works-list-item-content p{max-width:600px}}#how-it-works{width:100%;padding:56px 20px 80px;display:flex;flex-direction:column;align-items:center;gap:32px}#how-it-works .title-part{display:flex;flex-direction:column;gap:12px;text-align:center}#how-it-works .how-it-works-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}#how-it-works .how-it-works-content .left-part{display:flex;flex-direction:column;gap:24px;width:100%;max-width:600px}#how-it-works .how-it-works-content .right-part{display:none;width:220px;aspect-ratio:1}#how-it-works .how-it-works-content .right-part .info-illustration{width:100%;aspect-ratio:1;display:block}@media(min-width:768px){#how-it-works{padding:72px 40px 100px;gap:40px}#how-it-works .how-it-works-content{flex-direction:row;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto}#how-it-works .how-it-works-content .left-part{max-width:600px}#how-it-works .how-it-works-content .right-part{display:flex;width:300px}}@media(min-width:1024px){#how-it-works{padding:80px;gap:48px}#how-it-works .how-it-works-content{width:100%;max-width:none;justify-content:space-between}#how-it-works .how-it-works-content .right-part{width:400px}}.for-who-item{padding:24px;border-radius:16px;border:1.5px solid #000;display:flex;flex-direction:column;gap:12px;width:100%;max-width:480px}.for-who-item .title-card{display:flex;gap:12px;align-items:center}.for-who-item .title-card img{width:32px;aspect-ratio:1}.for-who-item .title-card h5{font-size:20px;font-weight:900}.for-who-item .content-card{width:100%;max-width:385px}.for-who-item.soft-pink{background-color:var(--soft-pink)}.for-who-item.soft-yellow{background-color:var(--soft-yellow)}.for-who-item.mint-green{background-color:var(--mint-green)}.for-who-item.lilac{background-color:var(--lilac)}@media(min-width:1024px){.for-who-item{width:fit-content;max-width:none}.for-who-item .content-card{width:385px}}#for-who{width:100%;padding:56px 20px 80px;display:flex;flex-direction:column;align-items:center;gap:32px}#for-who .title-part{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}#for-who .for-who-content{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width:900px){#for-who{padding:72px 40px 100px;gap:40px}#for-who .for-who-content{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;column-gap:24px;row-gap:24px;width:100%;margin:0 auto}}@media(min-width:1024px){#for-who{padding:80px;gap:48px}#for-who .for-who-content{column-gap:24px;row-gap:24px}}footer{width:100%;padding:40px 20px 24px;display:flex;flex-direction:column;align-items:center;gap:32px;justify-content:center}footer .footer-top{width:100%;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}footer .footer-top .col-1 img{width:160px}footer .footer-top .col-2,footer .footer-top .col-3{display:flex;flex-direction:column;gap:12px}footer .footer-top .col-2 h4,footer .footer-top .col-3 h4{font-size:18px;font-family:clash-display,sans-serif;letter-spacing:1px}footer .footer-top .col-2 ul,footer .footer-top .col-3 ul{display:flex;flex-direction:column;gap:8px}footer .footer-top .col-2 ul li,footer .footer-top .col-3 ul li{font-size:14px;letter-spacing:.5px;cursor:pointer}footer .footer-top .col-2 ul li a,footer .footer-top .col-3 ul li a{text-decoration:none;color:inherit}footer .footer-top .col-2 ul li:hover,footer .footer-top .col-3 ul li:hover{text-decoration:underline;text-decoration-thickness:2px}footer .footer-bot{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center;padding-top:16px;border-top:3px solid black}footer .footer-bot .left{display:flex;gap:8px;align-items:center}footer .footer-bot .left img{width:15px}footer .footer-bot .left p{font-size:14px;letter-spacing:.5px}footer .footer-bot .right{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}footer .footer-bot .right .links{font-size:14px;letter-spacing:.5px;cursor:pointer}footer .footer-bot .right .links:hover{text-decoration:underline;text-decoration-thickness:2px}footer .footer-bot .right .bullet{font-size:14px}@media(min-width:768px){footer{padding:48px 40px 28px;gap:36px}footer .footer-top{align-items:flex-start;text-align:left;max-width:1000px;margin:0 auto}footer .footer-bot{flex-direction:row;justify-content:space-between;align-items:center}footer .footer-bot .right{justify-content:flex-end}}@media(min-width:1024px){footer{padding:60px 80px;gap:40px}footer .footer-top{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto auto auto;justify-content:space-between;column-gap:80px;row-gap:0}footer .footer-top .col-1 img{width:200px}footer .footer-top .col-2,footer .footer-top .col-3{gap:18px}footer .footer-top .col-2 h4,footer .footer-top .col-3 h4{font-size:22px}footer .footer-top .col-2 ul,footer .footer-top .col-3 ul{gap:12px}footer .footer-top .col-2 ul li,footer .footer-top .col-3 ul li{font-size:16px;letter-spacing:1px}footer .footer-bot{padding-top:20px;max-width:1200px;margin:0 auto}footer .footer-bot .left p{font-size:16px}footer .footer-bot .right{gap:8px}footer .footer-bot .right .links{font-size:16px;letter-spacing:1px}}#beta-modal{position:fixed;inset:0;display:none;justify-content:center;align-items:center;z-index:1000}#beta-modal.visible{display:flex}#beta-modal .backdrop{position:absolute;inset:0;background-color:#0006}#beta-modal .beta-modal-content{position:relative;z-index:1001;display:flex;flex-direction:column;gap:20px;background-color:var(--cream);border:3px solid #000;box-shadow:10px 10px #000;padding:20px 18px;margin:0 16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;font-family:satoshi,sans-serif}#beta-modal .beta-modal-content .beta-modal-close{position:absolute;top:10px;right:12px;border:2px solid black;width:28px;aspect-ratio:1;border-radius:50%;background-color:var(--soft-pink);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}#beta-modal .beta-modal-content .beta-modal-top{display:flex;flex-direction:column;gap:10px}#beta-modal .beta-modal-content .beta-modal-top h2{font-family:clash-display,sans-serif;font-size:20px}#beta-modal .beta-modal-content .beta-modal-top p{font-size:14px;line-height:1.5}#beta-modal .beta-modal-content .beta-modal-bot{display:flex;flex-direction:column;gap:12px}#beta-modal .beta-modal-content .beta-modal-bot a{text-decoration:none}#beta-modal .beta-modal-content .beta-modal-bot button{width:100%;max-width:260px;padding:10px 20px;border:3px solid #000;background:#5865f2;color:#fff;text-decoration:none;font-weight:700;font-size:15px;box-shadow:6px 6px #000;cursor:pointer;transition:transform .05s ease,box-shadow .05s ease}#beta-modal .beta-modal-content .beta-modal-bot button:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}#beta-modal .beta-modal-content .beta-modal-bot button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}#beta-modal .beta-modal-content .beta-modal-bot p{font-size:13px;line-height:1.4;opacity:.8}@media(min-width:768px){#beta-modal .beta-modal-content{padding:24px 28px;gap:24px}#beta-modal .beta-modal-content .beta-modal-top h2{font-size:24px}#beta-modal .beta-modal-content .beta-modal-top p{font-size:15px}#beta-modal .beta-modal-content .beta-modal-bot button{width:fit-content}}
