:root{font-family:Archivo,sans-serif;line-height:1.5;font-weight:400;min-height:100vh;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;--red: #B04340;--white: #FDFDFD;--grey: #333B43;--beige: #F5F0EC;--beige-dark: #E8DDD3}html,body{height:100%;width:100%;margin:0;padding:0;line-height:normal}a,a:focus,a:visited{color:#454545}h2{text-transform:lowercase;font-size:20px;margin:0}h2.out-of-box{text-transform:lowercase;padding:0 20px;font-size:20px;margin:0}h3{font-size:16px;font-weight:400;margin:0;line-height:15px}p{font-size:16px;margin:0}img{width:100%}button{font-family:Archivo,sans-serif;background-color:transparent;border:none}input,input::placeholder,input:focus,textarea,textarea::placeholder,textarea:focus{font-size:16px;font-weight:400;opacity:1;field-sizing:content;background-color:transparent;outline:none;box-shadow:none;border:0;width:100%}#light-theme input,#light-theme input::placeholder,#light-theme input:focus,#light-theme textarea,#light-theme textarea::placeholder,#light-theme textarea:focus{color:#454545}#dark-theme input,#dark-theme input::placeholder,#dark-theme input:focus,#dark-theme textarea,#dark-theme textarea::placeholder,#dark-theme textarea:focus{color:#e0e0e0}.input-title,.input-title::placeholder,.input-title:focus{font-size:20px;font-weight:700;text-align:center;text-transform:lowercase}#light-theme input.input-title,#light-theme input.input-title::placeholder{color:#454545}#dark-theme input.input-title,#dark-theme input.input-title::placeholder{color:#e0e0e0}input[type=time]::-webkit-calendar-picker-indicator{display:none!important;-webkit-appearance:none}input[type=time].no-time-picker::-moz-focus-inner{border:0}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;font-size:16px;color:inherit;cursor:pointer;outline:none}select:focus{outline:none;border:none}textarea,textarea:focus{width:-webkit-fill-available;border:0;background-color:transparent;font-family:Archivo,sans-serif;box-shadow:none!important;field-sizing:content}.separator{width:100%;border-top:1px dashed #454545}.loader{border:4px solid rgba(255,255,255,.3);border-top:4px solid #ffffff;border-radius:50%;width:25px;height:25px;animation:spin .8s linear infinite;margin:auto}#load-more-trigger{height:40px;width:100%}.info-message{text-align:center;width:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.square-img{aspect-ratio:1;overflow:hidden}.square-img img{width:100%;height:100%;object-fit:cover}.category-button.active{color:var(--red)}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:22px}.toggle-switch .slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.slider{background-color:#4caf50}.toggle-switch input:checked+.slider:before{transform:translate(18px)}.toggle-switch:hover .slider{background-color:#b3b3b3}.data-box{display:flex;flex-direction:column;gap:10px}.data-box .data-item{border:none;cursor:pointer;color:#e0e0e0;display:flex;flex-direction:column;gap:10px}.data-box .data-item h3{font-weight:700}.data-box .data-item .data-stat .stat-numbers{display:flex}.data-box .data-item .data-stat .stat-numbers p:first-child{flex:1}.data-box .data-item .data-stat .stat-numbers p:last-child{color:#666868}.data-box .data-item .progress{height:8px;background-color:#e0e0e0;transition:width .3s ease-in-out}.data-box .data-item .progress-bar{margin-top:.5rem;background-color:#666868;border-radius:4px;overflow:hidden}#home-theme{background-color:#fff}#dark-theme{padding:0 20px 20px;background-color:#282626;color:#e0e0e0;min-height:100vh}#light-theme{padding:0 20px 20px;background-color:#f2f2f2;color:#454545;min-height:100vh}@media (min-width: 768px){#light-theme,#dark-theme{padding:0 100px}}.title-circle{width:10px;height:10px;background-color:var(--red);border:1px solid var(--red);border-radius:50%}.toggle-circle{width:15px;height:15px;border-radius:50%;transition:background-color .3s,border-color .3s}#dark-theme .toggle-circle.active,#light-theme .toggle-circle.active{background-color:var(--red);border:1px solid var(--red)}#dark-theme .toggle-circle{background-color:#e0e0e0;border:1px solid #E0E0E0}#light-theme .toggle-circle{background-color:transparent;border:1px solid #454545}.section-card-dark{padding:20px;border-radius:30px;background-color:#313131}.section-card-light{padding:20px;border-radius:30px;background-color:var(--white)}.section-card-light h2,.section-card-dark h2{text-transform:lowercase;padding:0 20px;font-size:20px;margin:0;flex:1}.cta-light{background:#f2f2f2;border:none;padding:10px 0;border-radius:10px;cursor:pointer;width:calc(50% - 5px);text-align:center;font-size:16px;color:#454545}.cta-light.active{background:#454545;color:#fdfdfd}.cta-dark{background:#282626;border:none;padding:10px 0;border-radius:10px;cursor:pointer;width:calc(50% - 5px);text-align:center;font-size:16px;color:#e0e0e0}.cta-dark.active{background:#f2f2f2;color:#454545}.cta-red{background:var(--red);color:#fdfdfd;border:none;padding:10px 0;border-radius:10px;cursor:pointer;width:calc(50% - 5px);text-align:center;font-size:16px}.section-header{padding:20px 15px;display:flex;flex-direction:column;gap:10px}.section-header .header-wrapper{display:flex;align-items:center;gap:5px}.section-header .header-wrapper h1{font-size:32px;flex:1;margin:0}.section-header .nav-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;overflow:hidden;position:relative;margin:0 auto;gap:10px}.section-header .nav-container{display:flex;justify-content:center;align-items:center;gap:25px}.section-header .nav-icon{width:40px;height:40px;cursor:pointer;transition:opacity .3s ease,transform .3s ease}#dark-theme .section-header .nav-indicator{width:5px;height:5px;background-color:#e0e0e0;border-radius:50%}#light-theme .section-header .nav-indicator{width:5px;height:5px;background-color:#454545;border-radius:50%}.swipe-container{width:100%}@media (min-width: 768px){.section-header{gap:0px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background:var(--white);padding:40px;border-radius:30px;width:300px;display:flex;flex-direction:column;align-items:center;gap:10px;animation:fadeInUp .3s ease-out;max-height:80vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;margin:0 20px}#dark-theme .modal-container{background:#313131}#light-theme .modal-container{background:var(--white)}.modal-container::-webkit-scrollbar{display:none}.modal-container.closing{animation:fadeOutDown .3s ease-out forwards}.modal-container .modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.modal-container .modal-content,.modal-image{width:100%}.modal-container .modal-header .close-icon{cursor:pointer}.modal-image img{width:100%}.delete-btn{margin:10px auto;display:block}.modal-delete{background:var(--white);padding:40px;border-radius:30px;width:300px;display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeInUp .3s ease-out}.modal-delete .modal-header{flex-direction:column}#light-theme .modal-delete .modal-header{color:#454545}#dark-theme .modal-delete .modal-header{color:#e0e0e0}.modal-delete .modal-header p{text-align:center}.modal-delete .modal-actions{display:flex;gap:20px}.modal-delete .modal-actions button{padding:10px 20px;width:fit-content}.modal-delete .modal-actions button{padding:10px 20px}.modal-container .modal-content .content-step-choice{display:flex;gap:5px;flex-wrap:wrap}.modal-container .modal-content .content-step-choice .modal-btn{border:none;padding:15px;border-radius:30px;cursor:pointer;transition:background .3s ease;flex:1;display:flex;flex-direction:column;gap:50px}#light-theme .modal-container .modal-content .content-step-choice .modal-btn{background:#f2f2f2}#dark-theme .modal-container .modal-content .content-step-choice .modal-btn{background:#282626}.modal-container .modal-content .content-step-choice .modal-btn-half{width:100%;text-align:center;white-space:nowrap;padding:15px;border-radius:30px;cursor:pointer;background:#282626}.modal-container .modal-content .content-step-choice .modal-btn .modal-btn-icon{padding:15px 15px 9px;border-radius:100px;width:fit-content}#dark-theme .modal-container .modal-content .content-step-choice .modal-btn .modal-btn-icon{background-color:#313131;color:#e0e0e0}#light-theme .modal-container .modal-content .content-step-choice .modal-btn .modal-btn-icon{background-color:var(--white);color:#454545}.modal-container .modal-content .content-step-ingredient{display:flex;flex-direction:column;gap:25px}.modal-container .modal-content .content-step-ingredient .ingredient-types{display:flex;gap:10px;flex-wrap:wrap;margin-right:-10px}.modal-container .modal-content .content-step-ingredient .ingredient-types .cta-light,.modal-container .modal-content .content-step-ingredient .ingredient-types .cta-red{font-size:14px}.modal-container .modal-content .content-step-recipe{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;width:100%}.modal-container .modal-content .content-step-recipe .recipe-results{text-transform:lowercase;display:flex;flex-direction:column;gap:10px;width:100%}.modal-container .modal-content .content-step-recipe .recipe-results .recipe-item{width:100%}.modal-container .modal-content .content-step-recipe .cta-red{margin:0 auto}.modal-container .modal-content .content-step-notification{text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.main-content{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.main-content .page-header{display:flex;flex-direction:column;gap:10px}.main-content .page-header .header-title{display:flex;align-items:center;padding:0 20px}.main-content .page-header .header-title h2{padding:0}.main-content .page-header .header-filters{display:none}.main-content .page-header .header-filters.visible{display:block}.main-content .page-header .header-filters .filters-parent{display:flex;gap:10px;margin-right:-10px;align-items:center;width:100%;flex-wrap:wrap;justify-content:end}.main-content .page-header .header-filters .filters-parent .filter-btn{flex:1}.main-content .page-header .header-filters .filters-parent .filter-search{border:none;padding:10px 12px;aspect-ratio:1;border-radius:100%;cursor:pointer;display:flex;align-items:center}#light-theme .main-content .page-header .header-filters .filters-parent .filter-search{background:#f2f2f2;color:#454545}#dark-theme .main-content .page-header .header-filters .filters-parent .filter-search{background:#282626;color:#e0e0e0}#light-theme .main-content .page-header .header-filters .filters-parent .filter-search.active{background:#454545;color:#fdfdfd}.main-content .page-header .header-filters .filters-child{display:flex;gap:10px;align-items:center;width:100%;flex-wrap:wrap}.main-content .page-header .header-filters .filters-child .filter-option:first-child,.main-content .page-header .header-filters .filters-child .filter-option:nth-child(2){margin-top:10px}.main-content .page-header .header-filters .filters-child .filter-option:nth-child(2n){margin-right:-10px}.main-content .page-header .header-filters .filters-child .filter-search{border:none;padding:8px 20px;border-radius:10px;cursor:pointer;flex:1;margin-top:10px}#dark-theme .main-content .page-header .header-filters .filters-child .filter-search input{color:#e0e0e0}@media (min-width: 768px){.main-content .page-header{flex-direction:row}.main-content .page-header .header-filters{display:block;flex:1}.main-content .page-header .header-filters .cta-light{width:calc(25% - 8px)}.main-content .page-header .header-filters .filters-child .filter-option:first-child,.main-content .page-header .header-filters .filters-child .filter-option:nth-child(2),.main-content .page-header .header-filters .filters-child .filter-option:nth-child(3),.main-content .page-header .header-filters .filters-child .filter-option:nth-child(4){margin-top:10px}.main-content .page-header .header-filters .filters-child .filter-option:nth-child(2n){margin-right:0}.main-content .page-header .header-title{cursor:default;flex:1}.main-content .page-header .header-title svg{display:none}.main-content .page-header .header-title motion div{display:none!important}}.image-upload-container{display:flex;flex-direction:column;align-items:center;position:relative;margin:15px 0}.image-upload-container .carousel-slides{width:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-upload-container .slide{width:100%;height:100%;background-size:cover;background-position:center;border-radius:10px;transition:opacity .3s ease-in-out;display:none;background-color:#f2f2f2}.image-upload-container .slide.active{display:block;display:flex;justify-content:center;align-items:center}.image-upload-container .carousel-dots{margin-top:10px;display:flex;gap:5px}.image-upload-container .dot{width:12px;height:12px;background-color:#d3d3d3;border-radius:50%;cursor:pointer;transition:background-color .3s}.image-upload-container .dot.active{background-color:#000}.category-button{text-transform:uppercase;font-size:12px}.dashboard-item{display:flex;flex-direction:column;gap:10px}.dashboard-item .section-header-dashboard{display:flex;padding:0 20px;align-items:center}.dashboard-item .section-header-dashboard h2{flex:1}.homepage{display:flex;flex-direction:column;color:#454545;height:100vh;padding:0 20px}.homepage .homepage-header{display:flex;flex-direction:column;justify-content:end;margin-bottom:50px;flex:1}.homepage .homepage-header .homepage-title{display:flex;align-items:center;gap:5px;padding:0 15px}.homepage .homepage-header .homepage-title svg{cursor:pointer}.homepage .homepage-header .homepage-title h1{font-size:32px;flex:1;margin:0}.homepage .homepage-header span{font-size:32px;text-transform:uppercase;font-size:14px;padding:0 15px}.homepage .homepage-header .header-title .bookoflife-icon{color:#454545}.homepage .homepage-navigation{display:flex;flex-direction:column;gap:5px;margin-bottom:20px}.homepage .homepage-navigation-first,.homepage .homepage-navigation-second{display:flex;flex-wrap:wrap;gap:5px}.homepage .homepage-navigation .homepage-btn{border-radius:30px;padding:15px;background-color:#f2f2f2;cursor:pointer}.homepage .homepage-navigation .homepage-btn .homepage-btn-icon{padding:15px 15px 9px;border-radius:100px;background-color:var(--white);width:fit-content;color:#454545}.homepage .homepage-navigation h2{font-size:25px;line-height:25px}.homepage .homepage-navigation h2,.homepage .homepage-navigation p{margin:0}.homepage .homepage-navigation .homepage-btn-tasty{width:calc(25% - 5px)}.homepage .homepage-navigation .homepage-btn-wander{width:calc(40% - 5px)}.homepage .homepage-navigation .homepage-btn-synchrophone h2,.homepage .homepage-navigation .homepage-btn-tasty h2{margin-top:150px}.homepage .homepage-navigation .homepage-btn-homecare{flex:1}.homepage .homepage-navigation .homepage-btn-homecare h2,.homepage .homepage-navigation .homepage-btn-wander h2{margin-top:35px}.homepage .homepage-navigation .homepage-btn-synchrophone{flex:1;background-color:#282626;color:#e0e0e0}.homepage .homepage-navigation .homepage-btn-synchrophone .homepage-btn-icon{padding:15px 15px 9px;border-radius:100px;background-color:#313131;width:fit-content;color:#e0e0e0}.expand-overlay{position:fixed;z-index:1000;transition:all 1.2s ease-in-out;transform-origin:center;animation:expandAppEffect 1.2s ease-in-out forwards;border-radius:0}@keyframes expandAppEffect{0%{transform:scale(1);opacity:1}to{transform:scale(40);opacity:1}}@media (min-width: 768px){.homepage{flex-direction:row;padding:0 100px;gap:20px}.homepage .homepage-header{justify-content:center;flex:0;margin:40vh 0 0}.homepage .homepage-navigation{justify-content:center;flex:1;margin:0}.homepage .homepage-header .homepage-title h1{margin-right:200px}}.synchrophone-dashboard .latest-albums,.synchrophone-dashboard .top-artists{display:flex;flex-wrap:wrap;gap:10px;margin-right:-10px}.synchrophone-dashboard .latest-albums .latest-albums-img,.synchrophone-dashboard .top-artists .synchrophone-cta{display:flex;flex-wrap:wrap;gap:10px}.synchrophone-dashboard .latest-albums .square-img{width:calc(50% - 10px);border-radius:10px}.synchrophone-dashboard .top-artists .synchrophone-cta .section-card-dark{display:flex;gap:10px;align-items:center;width:calc(50% - 10px);padding:20px 0;justify-content:center;text-transform:lowercase}.synchrophone-dashboard .section-data-dashboard{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media (min-width: 768px){.synchrophone-dashboard .latest-albums .square-img,.synchrophone-dashboard .top-artists .synchrophone-cta .section-card-dark{width:calc(25% - 10px)}.synchrophone-dashboard .section-data-dashboard{flex-direction:row}.data-box{flex:1}}.cds-list{display:flex;flex-direction:column;gap:10px}.cds-list .cd-card{display:flex;gap:15px}.cds-list .cd-card .cd-img{width:35%;border-radius:10px}.cds-list .cd-card .cd-info{display:flex;flex-direction:column;justify-content:center;flex:1}.cds-list .cd-card .cd-info .cd-info-toggle{display:flex;gap:5px;align-items:center;margin-bottom:5px}.cds-list .cd-card .cd-info h3{font-weight:700;text-transform:lowercase}.cds-list .cd-card .cd-info p{text-transform:lowercase}@media (min-width: 768px){.cds-list{flex-direction:row;flex-wrap:wrap}.cds-list .cd-card{width:calc(33.33% - 47px)}}.synchrophone-artists .artists-list{display:flex;flex-direction:column;gap:10px}.synchrophone-artists .artist-section{display:flex;align-items:flex-start;gap:10px;position:relative}.synchrophone-artists .artist-letter{font-size:24px;font-weight:700;color:#e0e0e0;min-width:30px;text-align:center;position:sticky;top:70px;padding:5px 10px;border-radius:5px;z-index:10}.synchrophone-artists .artist-names{flex-grow:1;display:flex;flex-direction:column;gap:10px;text-transform:lowercase}@media (min-width: 768px){.synchrophone-artists .artist-names{flex-direction:row;flex-wrap:wrap}.synchrophone-artists .artist-names .artist-item{width:calc(33.33% - 47px)}}.synchrophone-album .album-content{display:flex;flex-direction:column;gap:15px}.synchrophone-album .album-content .album-header{display:flex;flex-direction:column;padding:0 20px;gap:0px}.synchrophone-album .album-content .album-header .album-title{display:flex;align-items:center;gap:10px}.synchrophone-album .album-content .album-header .album-title h2{padding:0;line-height:20px}.synchrophone-album .album-content .album-header .album-title .album-name{width:90%}.synchrophone-album .album-content .square-img{border-radius:10px}.synchrophone-album .album-content .album-infos{display:flex}.synchrophone-album .album-content .album-infos h3{flex:1;text-transform:lowercase}.synchrophone-album .album-content .album-tracklist .track-item{display:flex;gap:5px;padding:10px 0;border-bottom:1px dashed #E0E0E0}.synchrophone-album .album-content .album-tracklist .track-item:last-child{border-bottom:0px}.synchrophone-album .album-content .album-tracklist .track-item .track-title{flex:1;text-transform:lowercase;width:100px}.synchrophone-album .input-title{flex:1;text-align:left}.synchrophone-album .album-infos input,.synchrophone-album .album-tracklist .track-duration{width:40px;text-align:right}.synchrophone-add form.header-title{display:flex}.synchrophone-add form.header-title .input-title,.synchrophone-add form.header-title .input-title:focus,.synchrophone-add form.header-title .input-title::placeholder{flex:1;font-weight:400;text-align:left;text-transform:uppercase;font-size:20px}.synchrophone-add form.header-title svg{color:#e0e0e0}.synchrophone-add .square-img{border-radius:10px}.synchrophone-add .cd-details{text-transform:lowercase;margin-top:10px;text-align:center}.synchrophone-add .cd-details .cd-title{display:flex;gap:5px;align-items:center;justify-content:center;width:fit-content;margin:0 auto}.synchrophone-add .cd-details h2{padding:0}.synchrophone-add .add-collection{width:fit-content;margin:0 auto;padding:20px 35px;background-color:#313131;border-radius:15px}.synchrophone-add .add-collection h3{font-weight:700}.synchrophone-add .add-wishlist{width:fit-content;margin:0 auto}.tasty-dashboard .dashboard-everyday,.tasty-dashboard .dashboard-randombites{display:flex;gap:10px;flex-direction:column}.tasty-dashboard .dashboard-everyday .everyday-cta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tasty-dashboard .dashboard-everyday .everyday-cta .section-card-light{display:flex;gap:10px;align-items:center;width:calc(50% - 10px);padding:20px 0;justify-content:center}.tasty-dashboard .dashboard-randombites .randombites-list{display:flex;flex-wrap:wrap;gap:10px}.tasty-dashboard .dashboard-randombites .randombites-list .randombites-img{width:calc(50% - 5px);height:30vh;overflow:hidden;border-radius:10px}.tasty-dashboard .dashboard-randombites .randombites-list .randombites-img img{width:100%;height:100%;object-fit:cover}@media (min-width: 768px){.tasty-dashboard .dashboard-everyday .everyday-cta .section-card-light,.tasty-dashboard .dashboard-randombites .randombites-list .randombites-img{width:calc(25% - 10px)}.tasty-dashboard .dashboard-randombites .randombites-list .randombites-img{height:50vh}}.tasty-cookbook .page-content{display:flex;flex-wrap:wrap;gap:10px;margin-right:-10px}.tasty-cookbook .page-content .cookbook-item{width:calc(50% - 10px)}.tasty-cookbook .page-content .cookbook-item .cookbook-img{width:100%;height:30vh;overflow:hidden;border-radius:10px}.tasty-cookbook .page-content .cookbook-item .cookbook-img img{width:100%;height:100%;object-fit:cover}.tasty-cookbook .page-content .cookbook-item .cookbook-title{margin-top:5px;display:flex;gap:5px;align-items:center}.tasty-cookbook .page-content .cookbook-item .cookbook-title h3{flex:1;text-transform:lowercase;text-align:left;padding:0 10px;font-size:12px}@media (min-width: 768px){.tasty-cookbook .page-content .cookbook-item{width:calc(20% - 10px)}.tasty-cookbook .page-content .cookbook-item .cookbook-img{height:40vh}}.tasty-salad .ingredients-container{display:flex;gap:20px;align-items:flex-start}.tasty-salad .steps-column{width:35%;display:flex;flex-direction:column;align-items:center;gap:60px;padding-top:10px;position:sticky;top:20vh;align-self:flex-start;height:fit-content}.tasty-salad .step-item{cursor:pointer;text-transform:lowercase;display:flex;gap:10px;align-items:center}.tasty-salad .step-item .title-circle{display:none}.tasty-salad .step-item.active .title-circle{display:block}.tasty-salad .ingredients-list{width:70%;display:flex;flex-direction:column;gap:10px}.ingredients-list::-webkit-scrollbar{display:none}.tasty-salad .ingredient-item{display:flex;align-items:center;gap:10px;background:var(--white);padding:15px 30px;border-radius:30px;text-transform:lowercase;line-height:20px}.tasty-salad .add-ingredient{display:flex;gap:5px}@media (min-width: 768px){.tasty-salad .ingredients-container{flex-direction:column}.tasty-salad .steps-column{flex-direction:row;width:100%;justify-content:center;padding-top:0}.tasty-salad .ingredients-list{flex-direction:row;flex-wrap:wrap;width:100%}.tasty-salad .ingredient-item{width:calc(33% - 65px)}}.tasty-grocery .header-recipes{display:flex;flex-wrap:wrap;gap:10px;margin-right:-10px}.tasty-grocery .header-recipes .recipe-btn{display:flex;align-items:center;gap:10px;padding:0 15px}.tasty-grocery .header-recipes .recipe-btn p{text-transform:lowercase;text-align:left}.grocery-list{display:flex;flex-direction:column;gap:10px}.grocery-list .grocery-group h2{margin-left:40px;margin-bottom:10px}.grocery-list .grocery-group .group-ingredients{background-color:var(--white);padding:40px;border-radius:30px;display:flex;flex-direction:column;gap:20px}.grocery-list .grocery-group .group-ingredients .grocery-item{display:flex;align-items:center;gap:10px;border-radius:5px;cursor:pointer;transition:background .3s}.grocery-list .grocery-group .group-ingredients .grocery-item h3{font-weight:700}.grocery-list .grocery-group .group-ingredients .grocery-item p{font-style:italic;font-size:16px;opacity:.8}.tasty-add .tasty-add-recipe{display:flex;flex-direction:column;gap:20px}.tasty-add .recipe-categories{display:flex;flex-direction:column;gap:8px}.tasty-add .recipe-seasons,.tasty-add .recipe-types{display:flex;align-items:center;gap:0px;flex-wrap:wrap;justify-content:center;font-size:12px}.tasty-add .recipe-infos{display:flex;justify-content:center;align-items:center;width:100%;padding:15px 0;margin-top:20px;gap:20px}.tasty-add .recipe-number{display:flex;align-items:center;gap:5px}.tasty-add .recipe-number input[type=text]{width:10px}.tasty-add .tasty-add-ingredients{padding:0 20px;display:flex;flex-direction:column;gap:10px}.tasty-add .tasty-add-ingredients .ingredient-row{display:flex;width:100%;align-items:baseline}.tasty-add .tasty-add-ingredients .input-qte{width:20%}.tasty-add .tasty-add-ingredients .add-ingredient-btn{width:100%;display:flex;align-items:center;justify-content:center}.tasty-add .tasty-add-instructions{padding:0 20px;display:flex;flex-direction:column;gap:10px}.tasty-add .tasty-add-instructions .instruction-step{display:flex;align-items:baseline;gap:10px}@media (min-width: 768px){.tasty-add .tasty-add-recipe{flex-direction:row}.tasty-add-recipe .recipe-add-header{width:30%}.tasty-add-recipe .recipe-add-ingredients{flex-direction:column;width:20%}.tasty-add-recipe .recipe-add-instructions{flex:1}}.tasty-recipe .recipe-cards{display:flex;flex-direction:column;gap:10px}.tasty-recipe .square-img{margin:15px 0 20px;border-radius:10px}.tasty-recipe .recipe-categories{display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;margin-bottom:20px}.tasty-recipe .recipe-categories-dropdown{display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;margin-bottom:20px;flex-wrap:wrap}.tasty-recipe .recipe-categories-dropdown p:last-child{display:none}.tasty-recipe .recipe-infos{display:flex;justify-content:center;align-items:center;width:100%;padding:15px 0;margin-top:20px;gap:20px}.tasty-recipe .recipe-number{display:flex;align-items:center;gap:5px}.tasty-recipe .recipe-ingredients{display:flex;gap:10px 0px;flex-wrap:wrap;padding:30px}.tasty-recipe .ingredients-item{width:50%;display:flex;align-items:baseline}.tasty-recipe .ingredients-item input{width:fit-content}.tasty-recipe .ingredients-item input:last-child{width:100px}.tasty-recipe .recipe-instructions{padding:30px;display:flex;flex-direction:column;gap:10px;flex:1}.tasty-recipe .instruction-step{display:flex;gap:5px;align-items:baseline}.tasty-recipe .instruction-step-add{display:flex;gap:5px;align-items:center}.tasty-recipe .input-title{text-align:left;padding:0 20px}.tasty-recipe .recipe-serving{width:10px}.tasty-recipe .recipe-cookingtime,.tasty-recipe .recipe-cookingtemp{width:40px}@media (min-width: 768px){.tasty-recipe .recipe-cards{flex-direction:row}.tasty-recipe .recipe-header{width:30%}.tasty-recipe .recipe-ingredients{flex-direction:column;width:15%}.tasty-recipe .ingredients-item{width:100%}}.bookoflife-dashboard .dashboard-navigation{display:flex;gap:5px}.bookoflife-dashboard .dashboard-navigation .navigation-btn{background-color:var(--white);border-radius:100px;display:flex;flex-direction:column;gap:5px;flex:1;align-items:center;padding:15px 0 10px}.bookoflife-dashboard .dashboard-navigation .navigation-btn .navigation-number{color:#454545;font-size:18px;margin-top:-5px}.bookoflife-dashboard .dashboard-navigation .navigation-btn .navigation-day{color:#727272;font-size:14px}.bookoflife-dashboard .dashboard-navigation .sunday-class{background-color:transparent}.bookoflife-dashboard .dashboard-navigation .sunday-class .navigation-number{color:#727272}.bookoflife-dashboard .dashboard-navigation .navigation-btn.selected-day,.bookoflife-dashboard .dashboard-navigation .navigation-btn.selected-day .navigation-number,.bookoflife-dashboard .dashboard-navigation .navigation-btn.selected-day .navigation-day{background-color:#454545;color:#e0e0e0}.bookoflife-dashboard .bookoflife-books{display:flex;flex-direction:column;gap:20px}@media (min-width: 768px){.bookoflife-dashboard .bookoflife-books{flex-direction:row}}.book-card{display:flex;gap:15px}.book-card .square-img{width:35%;height:15vh;aspect-ratio:unset;border-radius:10px}.book-card .book-infos{flex:1;display:flex;flex-direction:column;gap:10px;padding:10px 0}.book-rating{display:flex;gap:5px;align-items:center;justify-content:end}.book-card .book-infos .book-title{flex:1;display:flex;flex-direction:column;justify-content:end}.book-card .book-infos .book-title h2,.book-card .book-infos .book-title p{text-transform:lowercase;margin-top:0;padding:0;line-height:20px;flex:unset}.book-card .book-infos .book-data{display:flex;align-items:center;gap:3px;line-height:15px}.library-list{display:flex;flex-direction:column;gap:10px}.year-stats{display:flex;align-items:center;justify-content:center;gap:10px}.book-content{margin-top:80px}.book-content .image-upload-container{width:60%;margin:-100px auto 15px}.book-content .image-upload-container .carousel-slides{width:100%;height:40vh}.book-content .book-infos .book-infos-header{display:flex;gap:0px;align-items:center}.book-content .book-infos .book-infos-header .book-infos-title{flex:1}.book-content .book-infos .book-infos-header .cta-red{width:fit-content;padding:10px 20px}.book-content .book-infos .book-infos-header .input-title,.book-content .book-infos .book-infos-header .input-title::placeholder,.book-content .book-infos .book-infos-header h2{text-align:left;margin:0;padding:0}.book-content .book-infos{display:flex;flex-direction:column;gap:20px}.book-content .book-infos .book-infos-numbers{display:flex;gap:10px;background-color:#f2f2f2;border-radius:10px;padding:15px;align-items:center;justify-content:center}.book-content .book-infos .book-infos-numbers .book-infos-pages{display:flex}.book-content .book-infos .book-add-numbers .book-infos-pages input{width:40px;text-align:right}.book-content .book-infos .book-infos-numbers .input-year{width:40px;text-align:center}.book-content .book-infos .book-reading-info{display:flex;gap:5px;align-items:center;justify-content:center}@media (min-width: 768px){.book-content{display:flex;margin-top:0;gap:20px;padding:40px}.book-content .image-upload-container{margin:0;width:45%;aspect-ratio:1}.book-content .image-upload-container .carousel-slides{height:100%}.book-content .book-infos,.book-content .book-infos .book-infos-summary{flex:1}.library-list{flex-direction:row;flex-wrap:wrap}.book-card{width:calc(33.33% - 47px)}}.carnet-list{display:flex;flex-direction:column}.carnet-item{display:flex;align-items:flex-start;margin-bottom:20px}.carnet-date{position:sticky;top:10px;padding:20px 0;z-index:10}.carnet-date p{font-size:14px;text-align:right}.carnet-texte{flex:1;margin-left:20px;display:flex;flex-direction:column;gap:10px;white-space:pre-line}.carnet-images{display:flex;justify-content:left;align-items:center;width:100%;gap:5px;flex-wrap:wrap}.carnet-add .carnet-form{display:flex;flex-direction:column;gap:40px}.carnet-add .carnet-form .carnet-category{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.carnet-add .carnet-form .carnet-images{display:flex;justify-content:center;align-items:center;width:100%;gap:5px;flex-wrap:wrap}.carnet-add .carnet-form .carnet-images .square-img,.carnet-images .square-img{width:calc(20% - 5px);border-radius:5px}.carnet-add .carnet-form .carnet-images .add-image-btn{width:calc(20% - 5px);padding:21px 0;align-items:center;display:flex;justify-content:center}.carnet-add .modal-actions{display:flex;gap:10px}.carnet-add .modal-actions .cta-light,.carnet-add .modal-actions .cta-red{width:fit-content;padding:10px 20px}.modal-carnet{padding:30px}.modal-carnet .modal-content{display:flex;flex-direction:column;gap:20px}.modal-carnet textarea{line-height:1.5}.modal-carnet .modal-carnet-footer{width:100%;display:flex;flex-direction:column;justify-content:center;gap:10px}.modal-carnet .carnet-complete{margin:0 auto;display:block}@media (min-width: 768px){.carnet-add .carnet-form{padding:40px}.carnet-add .category-button{width:calc(25% - 10px)}}.bookoflife-habits .quarter-tabs{display:flex;gap:10px}.bookoflife-habits .quarter-tabs .quarter-item{width:calc(25% - 10px)}.bookoflife-habits .quarter-tabs .quarter-item.active{background:#454545;color:#fdfdfd}.bookoflife-habits .habits-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.bookoflife-habits .habits-list .habit-card{display:flex;gap:10px;width:calc(50% - 25px);border-radius:10px;padding:10px 0 10px 15px;align-items:center}.bookoflife-habits .habits-list .habit-card p{text-transform:lowercase}.habit-form{display:flex;flex-direction:column;gap:20px}.habit-form label{text-decoration:underline}.habit-details h2{text-align:center}.habits-trimester{display:flex;flex-direction:column;gap:20px}.habits-trimester .trimester-selection{display:flex;gap:10px;justify-content:center;align-items:center}.habits-trimester .trimester-selection input{width:fit-content}.habits-trimester .habit-trimester-card{display:flex;flex-direction:column;width:calc(50% - 35px);border-radius:10px;padding:15px;gap:10px}.habits-trimester .habit-trimester-card .habit-name{display:flex;gap:10px;align-items:center}.habits-trimester .habit-trimester-card .habit-state{display:flex;width:100%;gap:5px;align-items:center}.habits-trimester .habit-trimester-card .habit-state button{background:#f2f2f2;border:none;padding:5px 0;border-radius:10px;cursor:pointer;flex:1;text-align:center;font-size:12px;color:#454545}@media (min-width: 768px){.bookoflife-habits .habits-list .habit-card{width:calc(20% - 23px)}.habits-trimester .habit-trimester-card{width:calc(25% - 38px)}}.pocket-item h2{padding:0}.pocket-add .pocket-form,.pocket-item .item-content{margin-top:80px;display:flex;flex-direction:column;gap:20px}.pocket-add .pocket-form .image-upload-container,.pocket-item .item-content .image-upload-container{width:60%;margin:-100px auto 0}.pocket-add .pocket-form .image-upload-container .add-image-btn{background-color:#f2f2f2;border-radius:10px;height:40vh;width:100%;display:flex;align-items:center;justify-content:center}.pocket-add .pocket-form .image-upload-container .square-img,.pocket-item .square-img{height:fit-content;width:100%;aspect-ratio:unset}.pocket-add .pocket-form .input-title,.pocket-add .pocket-form .input-title::placeholder,.pocket-item .item-content .input-title,.pocket-item .item-content .input-title::placeholder{text-align:left}.pocket-add .pocket-form .selected-boards{display:flex;gap:10px}.pocket-add .pocket-form .selected-boards .selected-categories{flex:1}.pocket-add .pocket-form .selected-boards button{background-color:var(--red);color:var(--white);border-radius:100%;padding:10px;display:flex;align-items:center;justify-content:center}.pocket-item .item-url{display:flex;gap:5px;align-items:center;justify-content:center}.bookoflife-pocket .pocket-grid{display:flex;gap:15px;justify-content:center}.bookoflife-pocket .pocket-grid p{text-transform:lowercase}.bookoflife-pocket .pocket-column{width:calc(50% - 10px);display:flex;flex-direction:column;gap:15px}.bookoflife-pocket .pocket-item{overflow:hidden;transition:transform .2s ease-in-out;cursor:pointer}.bookoflife-pocket .pocket-item img{width:100%;height:auto;border-radius:8px;object-fit:cover}.bookoflife-pocket .pocket-item:hover{transform:scale(1.05)}.bookoflife-pocket .pocket-boards{display:flex;flex-direction:column;gap:10px}.bookoflife-pocket .board-item,.pocket-add .board-item{display:flex;gap:20px;align-items:center}.bookoflife-pocket .pocket-subBoards{display:flex;flex-direction:column;gap:10px}.pocket-add .board-item{width:100%}.bookoflife-pocket .board-item .square-img{border-radius:10px;width:20%;display:flex;align-items:center;justify-content:center}.pocket-add .board-item .square-img{border-radius:10px;width:30%;display:flex;align-items:center;justify-content:center}.bookoflife-pocket .board-item .square-img .cta-light,.pocket-add .board-item .square-img .cta-light{width:100%;height:100%}.bookoflife-pocket .board-item .board-infos,.pocket-add .board-item .board-infos{flex:1}.bookoflife-pocket .board-infos h2{padding:0}.pocket-add h2{padding:0;flex:1}.bookoflife-pocket .board-item-add,.pocket-add .board-item-add{display:flex;gap:5px;align-items:center;width:fit-content;margin:0 auto;padding:10px 20px}.section-header-subBoards{padding:0 15px}@media (min-width: 768px){.bookoflife-pocket .pocket-grid{gap:0}.bookoflife-pocket .pocket-column{flex-direction:row;flex-wrap:wrap}.bookoflife-pocket .pocket-item{width:calc(50% - 15px)}.bookoflife-pocket .pocket-boards{flex-direction:row;flex-wrap:wrap}.bookoflife-pocket .board-item{width:calc(50% - 45px)}.bookoflife-pocket .pocket-subBoards{flex-direction:row;flex-wrap:wrap}}.homecare-dashboard .dashboard-expression{display:flex;flex-direction:column;gap:10px}.homecare-dashboard .dashboard-expression .random-expression p{font-style:italic;opacity:.6}.homecare-dashboard .dashboard-tasks .tasks-header{display:flex;align-items:center;margin-bottom:20px}.homecare-dashboard .tasks-header h2{flex:1;padding:0}.homecare-dashboard .tasks-section{display:flex;flex-direction:column;gap:20px}.homecare-dashboard .tasks-section .task-item{display:flex;gap:20px;align-items:center}.homecare-dashboard .dashboard-movies .random-movies{display:flex;gap:10px}.homecare-dashboard .dashboard-movies .movie-card{width:calc(50% - 10px)}.homecare-compta .compta-charges{display:flex;flex-direction:column;gap:10px;padding:40px}.homecare-compta .charges-item{display:flex;align-items:center}.homecare-compta .charges-item h3,.homecare-compta .charges-item-monthly h3{flex:1;padding:0;text-transform:lowercase}.homecare-compta .charges-prorata{padding:20px 40px;display:flex;flex-direction:column;gap:10px}.homecare-compta .charges-prorata .charges-item{padding:0}.homecare-compta .charges-item-monthly{display:flex;align-items:center;padding:20px 40px}.modal-charges{display:flex;flex-direction:column;gap:10px}.modal-charges .modal-charges-header{display:flex;align-items:center;gap:10px;justify-content:center}.modal-charges .charge-euros{display:flex;align-items:center;justify-content:center;gap:0}.modal-charges .charge-history{display:flex;flex-direction:column;gap:5px;padding:20px 40px 0}.modal-charges .charge-history .history-entry{display:flex;align-items:center}.modal-charges .charge-history .history-entry h3{flex:1}.modal-salaries{display:flex;flex-direction:column;gap:10px}.modal-salaries .salary-item{display:flex;align-items:center;padding:0 60px}.modal-salaries .salary-item h2{flex:1}.modal-salaries .salary-item input{width:fit-content}.expression-list{display:flex;flex-direction:column;gap:20px}.expression-item{display:flex;align-items:flex-start;gap:10px}.expression-date{position:sticky;top:10px;padding:20px 0;z-index:10}.expression-date p{font-size:14px;text-align:right}.expression-texte{flex:1;display:flex;flex-direction:column;gap:5px}.expression-texte p{font-style:italic;opacity:.6}.modal-expression input,.modal-expression input::placeholder{text-align:center}.homecare-tasks .tasks-section{display:flex;gap:10px;flex-direction:column}.homecare-tasks .special-tasks-section{display:flex;gap:10px}.homecare-tasks .special-tasks-section .special-task{flex:1;padding:20px}.homecare-tasks .task-item{display:flex;gap:20px;align-items:center}.homecare-tasks .special-tasks-section .task-info{display:flex;flex-direction:column}.homecare-tasks .task-info h2{padding:0;flex:1}.modal-task{display:flex;flex-direction:column;gap:10px}.modal-task .repeat-settings{display:flex;justify-content:center}.modal-task .repeat-settings .repeat-number{width:fit-content}.modal-task .repeat-date{width:50%;margin:0 auto}.modal-task .days-selector{display:flex;justify-content:center;gap:10px}.modal-task .days-selector .day-item{width:8%;aspect-ratio:1;padding:5px 10px;text-align:center}.modal-task .days-selector .day-item.active{border:1px solid #454545;border-radius:100%}.modal-task .task-type-selection{display:flex;gap:10px}@media (min-width: 768px){.homecare-tasks .task-info{align-items:center}.homecare-tasks .special-tasks-section .special-task{padding:20px 50px}.homecare-tasks .task-info{display:flex;width:100%}}.homecare-watchlist .watchlist-list{display:flex;flex-wrap:wrap;gap:10px}.homecare-watchlist .watchlist-item{width:calc(50% - 10px)}.homecare-watchlist .search-results{display:flex;gap:10px;flex-wrap:wrap;margin-right:-10px}.homecare-watchlist .search-results .search-result{width:calc(50% - 10px)}.homecare-watchlist .search-results .search-result img{width:100%}.homecare-watchlist .selected-movie,.movie-content{display:flex;flex-direction:column;gap:10px}.homecare-watchlist .selected-movie h2{text-align:center}.cta-watch{border:1px solid #454545;padding:10px 20px;border-radius:10px;cursor:pointer;text-align:center;font-size:16px;color:#454545}.movie-details .movie-title{display:flex;align-items:center}.movie-details .movie-title h2{flex:1;padding:0}.movie-details .movie-genres{display:flex;flex-wrap:wrap;width:100%;gap:10px;text-transform:lowercase}.movie-rating{display:flex;gap:5px;align-items:center;justify-content:center;margin-top:-20px}#light-theme .movie-rating .toggle-circle{width:20px;height:20px;background-color:var(--white)}.movie-rating .toggle-circle.active{background-color:var(--red)}@media (min-width: 768px){.homecare-watchlist .watchlist-item{width:calc(20% - 10px)}}.dashboard-card-list{display:flex;gap:10px;margin-right:-10px}.dashboard-card-list img{width:calc(50% - 10px)}.catalogue-list{display:flex;gap:10px;flex-wrap:wrap}.catalogue-list .square-img{width:calc(25% - 10px);height:fit-content;aspect-ratio:auto;position:relative}.catalogue-list .square-img .toggle-circle{position:absolute;bottom:20px;right:10px}.load-more-cards{width:fit-content;text-align:center;margin:0 auto;padding:20px 40px}.tcg-sets .page-header .header-title{padding:0;gap:20px}.tcg-sets .set-item{display:flex;align-items:center;padding:20px 40px;gap:10px}.tcg-sets .set-item h2{flex:1;padding:0}.tcg-card{display:flex;flex-direction:column;gap:10px}.tcg-card .card-header{margin-top:80px;display:flex;flex-direction:column;gap:20px}.tcg-card .card-header .card-img{width:60%;height:fit-content;overflow:hidden;margin:-100px auto 0;background-color:#313131;position:relative}.tcg-card .card-header .card-img img{width:100%;height:100%;object-fit:cover}.tcg-card .card-header .card-img .toggle-circle{position:absolute;bottom:20px;right:10px}.tcg-card .card-header h2{text-align:center;text-transform:capitalize}.tcg-card .card-header .cta-dark{margin:0 auto;display:flex;gap:20px;align-content:center;justify-content:center;width:100%}.tcg-card .card-content{display:flex;padding:20px 60px}.tcg-card .card-content p{text-transform:lowercase;text-align:right}.tcg-card .card-content .card-category{flex:1;font-weight:700;text-align:left}.not-in-collection{opacity:.4;transition:opacity .3s ease-in-out}
