@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}html,body,#root,#defaultLayout,#guestLayout{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}body{font-family:Montserrat;font-optical-sizing:auto;margin:0;padding:0;font-size:14px;color:#262522;background-color:#f0ebe1}.content{display:flex;flex-direction:column;align-items:center}.default-icon{background-color:#cccbc3;color:#262522;padding:.5rem;border-radius:2rem;cursor:pointer}.default-icon:hover{background-color:#c9c6be}.btn-submit{width:6rem;height:2rem;background-color:#444341;color:#fff;border-radius:2rem;font-weight:600;border:none;box-shadow:2px 2px 2px 1px #0003}.btn-submit:hover{background-color:#585754}.btn-submit:active{background-color:#585754;transform:scale(.95)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}header{width:80%;height:3rem;position:sticky;background-color:#f0ebe1;display:flex;align-items:center;justify-content:space-between;padding:.5rem;border:1px solid #d0cdc3;border-radius:2rem;margin-top:1rem}.logo{width:10rem;height:100%;display:flex;align-items:center;justify-content:center}.logo-name{font-size:24px;font-weight:700}.logo-img{display:flex;height:3rem}.right-menu{height:100%;display:flex;align-items:center;justify-content:center;gap:1rem}.search-container{display:flex;align-items:center;height:1.95rem;padding:.75rem 0 .75rem .75rem;border-radius:2rem;border:1px solid #aaa8a5;color:#444341;font-size:14px;font-weight:500;transition:ease-in-out}.search-input{background-color:transparent;border:none;outline:none;font-weight:700;transition:ease-in-out}.search-input:focus,.search-input:active{outline:none}ul{text-transform:uppercase;list-style-type:none;margin:0;padding:0}li a{display:block;color:#444341;text-align:center;font-weight:700;text-decoration:none;opacity:.55}li{float:left}.nav-current{opacity:1;border-bottom:3px solid #EE6352}.nav-bar{height:100%;display:flex;align-items:center;justify-content:center}.nav-bar a:hover{opacity:1}.nav-bar ul{display:flex;gap:1.5rem}.closed{padding:0;border:none}.hide{transition:ease-in-out;width:0;display:none}.input-container{display:flex;flex-direction:column;margin-bottom:1rem}.form-container{transition:transform .3s ease}.form-container.scale{transform:scale(1.05)}.input-internal{background-color:#fff;height:2.25rem;width:300px;border:none;border-radius:.5rem;padding:.75rem;font-weight:500;color:#444341}.input-internal:active,.input-internal:focus{outline:none}.password-container{display:flex;flex-direction:column;margin-bottom:1rem}.label-container{font-weight:500;padding:.15rem .75rem}.pass-container{background-color:#fff;display:flex;align-items:center;justify-content:space-between;height:2.25rem;width:300px;border:none;border-radius:.5rem;padding:0 .75rem;font-weight:500;color:#444341;transition:transform .3s ease}.pass-container.scale{transform:scale(1.05)}.pass-internal{border:none;width:80%;height:2rem}.pass-internal:active,.pass-internal:focus{outline:none}.btn-show-pass{background-color:transparent;border:none;border-radius:2rem;font-size:16px;height:2rem;width:2rem;display:flex;align-items:center;justify-content:center}i:focus{outline:none}button:focus{outline:none}h2{font-size:40px;margin-bottom:3rem}.signup{width:100%;height:70vh;display:flex;flex-direction:column;align-items:center;margin-top:8rem}.forgot-pass:hover{font-weight:700;cursor:pointer}.control{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background:#ebe3da;box-shadow:2px 2px 2px 1px #0003;border-radius:1rem}.signup-footer{width:100%;margin-top:4rem;display:flex;justify-content:space-between;align-items:center}.error{background-color:#cd5050;color:#fff;font-weight:700;position:absolute;font-size:15px;margin-top:2rem;display:flex;align-items:center;gap:10px;padding:.5rem;max-width:30rem;border-radius:1rem;bottom:1rem}.change-page:hover{font-weight:600;cursor:pointer}form{display:flex;flex-direction:column;align-items:center}.demo-login-hint{margin-top:1.25rem;padding:.85rem 1rem;max-width:420px;text-align:center;background:#2d6a4f14;border-radius:.75rem;font-size:.85rem;line-height:1.5}.demo-login-hint code{font-size:.8rem;background:#0000000f;padding:.1rem .35rem;border-radius:4px}.btn-demo{margin-top:.75rem;padding:.55rem 1.25rem;border:none;border-radius:999px;background:#2d6a4f;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.btn-demo:hover{background:#40916c}.footer-content{width:80%;margin-top:1rem;height:60vh;background-color:#ff6653;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#f0ebe1;margin-bottom:1rem}.inside-ct{max-width:70%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.sub-title{font-size:18px;font-weight:500}.footer-title{font-size:80px;font-weight:700;text-align:center;text-transform:uppercase}.footer-text{font-size:20px;font-weight:500;text-align:center;max-width:800px}.subs-container{display:flex;align-items:center;justify-content:space-between;height:2.6rem;padding:.75rem;border-radius:2rem;background-color:#f0ebe1;color:#444341;font-size:14px;font-weight:500;transition:ease-in-out;width:500px;margin-top:1.5rem}.subs-input{background-color:transparent;border:none;outline:none;font-weight:700;transition:ease-in-out;width:21.5rem;height:2.5rem;font-size:22px}.subs-input:focus,.subs-input:active{outline:none}.subscribe-btn{text-transform:uppercase;font-size:14px;color:#f0ebe1;background-color:#444341;padding:.5rem 1.25rem;border-radius:2rem;font-weight:700}.subscribe-btn:hover{background-color:#585855}.subscribe-btn:active{transform:scale(.95)}.not-found{font:22px;font-weight:500}.recipe-title{font-size:76px;font-weight:700;width:60%}.recipe-container{width:80%;display:flex;flex-direction:column;align-items:center}.margin{margin:10px}.recipe-sub-title{width:50%;display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:500}.sub-title-item{font-size:18px;color:#444341;margin:2rem 0}.recipe-img{width:100%;height:75vh;background-color:#d8e2dc;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:2rem}.recipe-form{width:100%;padding:3rem;height:fit-content;display:flex;justify-content:space-between}.recipe-form-desc{display:flex;flex-direction:column;align-items:center;width:50%}.right-form-1{display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem;width:30%}.recipe-ingredients{padding:1rem;background-color:#f0f8ff;display:flex;flex-direction:column;align-items:flex-start;box-shadow:2px 2px 2px 1px #0003;border-radius:1rem;min-width:23rem}.ing-title{color:#ff6653;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.ing-list{display:flex;flex-direction:column;list-style:disc;padding-left:2rem;gap:.35rem;text-transform:capitalize}.nut-list{display:flex;flex-direction:column;list-style:none;padding-left:1rem;gap:.35rem;text-transform:capitalize}.recipe-text{font-size:16px;font-weight:300}.ing-list li{font-weight:500;color:#444341}.recipe-inst{width:100%;display:flex;flex-direction:column;align-items:flex-start;color:#333}.inst-title{font-size:40px;text-transform:uppercase;font-weight:700;margin-top:1rem}.inst-guide{margin-top:2rem}.guide-title{font-size:22px;font-weight:600;color:#ff6653}.guide-list{display:flex;list-style:circle;flex-direction:column;text-transform:capitalize;padding-left:2rem;padding-top:.5rem;font-size:16px;font-weight:400}.img-container{height:60vh;display:flex;flex-direction:column;background-image:url(/home.png);background-repeat:no-repeat;background-size:cover;align-items:center;color:#fff}.adjust{width:80%;border-radius:2rem;margin-top:1rem}.title{margin-top:6rem}h1{font-size:68px;max-width:70%;text-align:center}.hide{display:none!important;opacity:0!important}.desc{margin-top:.75rem;max-width:30rem;font-size:18px;font-weight:200;text-align:center;line-height:1.5}.chat{height:40vh;width:100%;overflow:hidden}.close-resp{width:100%;display:flex;align-items:center;justify-content:flex-end;margin-bottom:1rem;font-size:20px;color:#ff6653}.input-chat{min-height:40vh;background-color:azure;padding:1rem;display:flex;align-items:center;justify-content:center}.input-chat i:hover{color:#da3c27;cursor:pointer}.div-botao{width:100%;display:flex;justify-content:flex-end;margin-top:1rem}.text-area{width:100%;height:100%;font-weight:400;border:1px solid #444341;border-radius:1rem;padding:.5rem;font-size:22px}.text-area:focus{outline:none}.align{display:flex;align-items:center;justify-content:center}.create-recipe{margin-top:3rem;color:#444341;background-color:#f29c33;width:10rem;padding:.75rem .5rem;border:none;border-radius:1rem;font-weight:600;box-shadow:2px 2px 2px 1px #0003}.create-recipe:hover{background-color:#eea144}.create-recipe:active{transform:scale(.95)}.options{height:50vh;background-color:#c4e5fc;color:#444341;padding:1.5rem;display:flex;justify-content:space-between}.left-form{display:flex;flex-direction:column;align-items:flex-start;justify-content:end;width:45%}.right-form{display:flex;flex-direction:column;align-items:flex-end;justify-content:end;width:45%}.option-title{font-size:40px;font-weight:600;max-width:60%;display:flex;justify-content:flex-start}.option-text{margin-top:1rem;max-width:70%;line-height:1.5}.btn-spacing{margin-top:2rem}.btn-trans{background-color:transparent;color:#444341;width:fit-content;padding:.5rem .75rem;border:2px solid #444341;border-radius:1rem;font-weight:600;transition:background-color .3s ease}.btn-trans:hover{background-color:#fff9}.option-item{font-size:22px;width:100%;color:#444341;display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-bottom:1px solid #a2bed1;font-weight:600;height:10rem}.opt-icon{font-size:30px}.best-recipes{border:1px solid #444341;height:60vh;padding:1.5rem;display:flex;flex-direction:column;align-items:center}.recipes-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:2rem}.next-icon{width:2.5rem;height:2.5rem;border:2px solid #444341;border-radius:2rem;display:flex;align-items:center;justify-content:center}.next-list{display:flex;list-style:none;gap:.5rem}.carrosel{width:100%;height:100%;display:flex;justify-content:space-around}.card1,.card2{height:100%;width:48%;border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.card1{background-image:url(https://images.unsplash.com/photo-1598103442097-257b21593ada?w=1200&q=80);background-size:cover;background-repeat:no-repeat;background-position:center}.card2{background-image:url(https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=1200&q=80);background-size:cover;background-repeat:no-repeat;background-position:center}.demo-generating{margin-top:1rem;text-align:center;color:#2d6a4f;font-weight:600}.demo-generating--error{color:#cd5050}.card-content{background-color:#fffbf2;height:40%;width:100%;padding:1rem}.card-title{font-size:26px;font-weight:700}.card-desc{margin-top:1rem;line-height:1.2;font-size:16px;font-weight:400}.card-footer{width:100%;background-color:#fffbf2;height:10%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem .75rem}.recipe-diff{font-weight:700;text-transform:uppercase}.resp-title{font-size:22px;color:#ff6653;width:100%;display:flex;align-items:center;justify-content:flex-start;font-weight:600;margin-bottom:1rem;border-top:1px solid #ffe4e4;padding-left:1rem}.resp-container{width:60%;padding:2rem}.resp-list{display:flex;flex-direction:column;align-items:flex-start;padding-left:3rem;list-style:disc;text-transform:capitalize;font-size:14px;margin-bottom:1rem}.recipes-sub-title{width:30rem;text-align:center;margin-top:.4rem}.list-header{display:flex;align-items:center;justify-content:space-around;gap:1rem;margin-top:1.75rem}.btn-trans{background-color:transparent;color:#444341;width:fit-content;padding:.5rem .75rem;border:1px solid #444341;border-radius:1rem;font-weight:600;transition:background-color .3s ease;text-transform:uppercase}.btn-trans:hover{background-color:#e6e4e2}.current{background-color:#adff2f;border:1px solid #444341}.current:hover{background-color:#0bb60b}.cards-list-profile{margin-top:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:80%;height:80vh;margin-bottom:4rem}.recipe-card{width:32%;height:50%;background-color:#f0f8ff}.card-recipes{width:32%;height:50%;border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-size:cover;background-repeat:no-repeat}.card-content-profile{background-color:#fffbf2;height:40%;width:100%;padding:1rem}.card-title-profile{font-size:26px;font-weight:700}.card-desc-profile{margin-top:1rem;line-height:1.2;font-size:16px;font-weight:400}.card-footer-profile{width:100%;background-color:#fffbf2;height:10%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem .75rem}h1{font-size:40px;width:30rem;margin-top:3rem}h2{font-size:24px;font-weight:500;width:100%;display:flex;align-items:center;justify-content:center}.profile-form{margin-top:10rem;display:flex;align-items:center;width:80%;height:40vh}.logout{width:100%;display:flex;justify-content:flex-start;font-size:16px;font-weight:700}.logout:hover{font-weight:800;cursor:pointer}.profile-img-container{height:25rem;width:20rem;background-color:#f0f8ff;border-radius:1rem;display:flex;flex-direction:column;align-items:center;padding:1rem;gap:4rem}.profile-img{border:1px solid black;border-radius:10rem;height:200px;width:200px;display:flex;align-items:center;justify-content:center}.trash{color:#8a0c0c;font-size:24px}.pic-buttons{width:63%;display:flex;align-items:center;justify-content:space-between}.trash:hover{color:#8a0c0cbf}.trash:hover,.btn-change-pic:hover{cursor:pointer}.btn-change-pic{background-color:#f29c33;color:#fff;border-radius:.25rem;width:7rem;padding:.4rem;border:none;box-shadow:2px 2px 2px 1px #0003}.btn-change-pic:hover{background-color:#eea64f}.btn-change-pic:active{transform:scale(.95)}.btn-change-pic:focus{outline:none}.profile-data{display:flex;justify-content:space-around;align-items:center;margin-left:4rem;margin-right:4rem}.profile-data-form{width:100%;display:flex;flex-direction:row;align-items:center;gap:4rem}.saved{height:100%;width:30rem;border-left:1px solid rgb(168,156,156);padding-left:1rem}.saved-card{padding:.5rem;border-bottom:1px solid rgba(168,156,156,.55);display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1rem}.saved-card-img{width:5rem;border-radius:1rem}.saved-card-text{font-size:18px;font-weight:500}.saved-card:hover{cursor:pointer;background-color:#dbd9d5}.demo-banner{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1.25rem;background:linear-gradient(90deg,#2d6a4f,#40916c);color:#fff;font-size:.8rem;box-shadow:0 2px 8px #0000001f}.demo-banner__content{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.demo-banner__content strong{font-weight:700;letter-spacing:.02em}.demo-banner__cta{flex-shrink:0;padding:.35rem .85rem;border-radius:999px;background:#fff3;color:#fff;text-decoration:none;font-weight:600;transition:background .2s}.demo-banner__cta:hover{background:#ffffff59}@media (max-width: 640px){.demo-banner{flex-direction:column;align-items:flex-start}}
