*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#fbfbf9}.logo-link{text-decoration:none;color:#000}.logo{width:50px}.header-title{font-size:36px}@media (max-width: 768px){.header-title{font-size:18px;margin-left:-8px}.logo{width:32px}}.header{display:flex;justify-content:space-between;align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;height:80px;padding-right:32px;padding-left:32px;z-index:100}.auth-button-container{display:flex;justify-content:center;align-items:center;gap:1rem}.sign-in-header-button,.sign-up-header-button{color:#d17557;background-color:#fff;border:1px solid #D17557;padding:.75rem;border-radius:4px;cursor:pointer;transition:.15s ease background-color;font-size:16px}.sign-up-header-button{background-color:#d17557;color:#fff}.sign-up-header-button:hover{background-color:#fff;color:#d17557}.sign-in-header-button:hover{color:#fff;background-color:#d17557}.logo-container{display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width: 768px){.sign-in-header-button,.sign-up-header-button{width:70px;font-size:12px}}.main{max-width:1200px;padding-top:275px;margin:0 auto}.hero{text-align:center;max-width:800px;margin:0 auto 80px}.hero-title{font-size:48px;font-weight:500;color:#111827;margin-bottom:24px;line-height:1.1}.hero-highlight{color:#d17557}.hero-subtitle{font-size:24px;color:#4b5563;margin-bottom:40px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:16px;justify-content:center;margin-bottom:64px}.primary-btn{padding:16px 32px;background:#d17557;color:#fff;border:none;border-radius:12px;font-weight:500;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #ea580c4d}.primary-btn:hover{background:#c2410c;transform:scale(1.05)}.secondary-btn{padding:16px 32px;background:transparent;color:#d17557;border:2px solid #D17557;border-radius:12px;font-weight:500;font-size:18px;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:#fff7ed}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto 64px}.feature-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{box-shadow:0 4px 6px #0000001a}.feature-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon.blue{background:#dbeafe}.feature-icon.green{background:#dcfce7}.feature-icon.purple{background:#f3e8ff}.feature-title{font-size:20px;font-weight:500;color:#111827;margin-bottom:16px}.feature-text{color:#4b5563;line-height:1.6}@media (min-width: 640px){.hero-buttons{flex-direction:row}.hero-title{font-size:56px}}@media (max-width: 768px){.header{padding:24px 16px}.main{padding-top:240px}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.stats-section{padding:32px 24px}.feature-card{padding:24px}.primary-btn{width:60%}.feature-card{width:80%}.features-grid{display:flex;flex-direction:column;justify-content:center;align-items:center}}.auth-wrapper{display:flex;justify-content:center;align-items:center;min-height:110vh;background-color:#fafaf8}.auth-container{width:90%;max-width:400px;background-color:#fff;padding:3rem 2rem 2rem;border-radius:8px;box-shadow:0 4px 16px #0000001a}.auth-email-container,.auth-password-container,.auth-name-container{margin-bottom:1.5rem;line-height:4px}.auth-email-input,.auth-password-input,.auth-last-name-input,.auth-first-name-input{width:100%;padding:.75rem;margin-top:.25rem;border:1px solid #ccc;font-size:1rem;border:none;border-bottom:1px solid gray}.auth-last-name-input,.auth-first-name-input{font-size:14px}.auth-email-input:focus,.auth-password-input:focus,.auth-first-name-input,.auth-last-name-input{outline:none}.auth-input-label{font-weight:500;font-size:14px;color:gray}.auth-header{font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.auth-name-container{display:flex;gap:1rem;align-items:center;justify-content:space-between}.submit-auth-button{width:100%;padding:.75rem;font-size:1rem;background-color:#d17557;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.submit-auth-button:hover{background-color:#cb6543}.error-message-auth-container{display:flex;align-items:center;justify-content:left;gap:.5rem;margin-bottom:12px;min-height:1.5rem;visibility:hidden}.error-message-auth-container.active{visibility:visible}.auth-error{font-size:14px;color:#ed4337}.auth-input-img-container{display:flex;align-items:center;justify-content:space-between}.show-password-icon{margin-bottom:-48px;z-index:100;cursor:pointer}.auth-message-container{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.auth-link{text-decoration:none;color:#d17557;font-weight:500}.sidebar{display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 0 8px #0000001a;position:fixed;top:0;bottom:0;left:0;width:200px;z-index:1000;height:100vh;background-color:#fff}.logo-container-sidebar{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:32px}.logo-sidebar{width:28px}.sidebar-title{font-size:22px}.page-link-container-sidebar{margin-top:32px}.sidebar-bottom-container{display:flex;flex-direction:column}.logout-container{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;transition:.15s ease background-color}.logout-container:hover{background-color:#e6e6e6}.mobile-nav-close{display:none}@media (max-width: 768px){.sidebar{z-index:1000;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.mobile-nav-close{display:block;padding:6px;display:flex;align-items:flex-end;cursor:pointer;border-radius:50%;transition:.15s ease background-color}.mobile-nav-close:hover{background-color:#e0e0e0}}.sidebar-page-link{text-decoration:none;color:#000}.sidebar-page-link-container{display:flex;align-items:center;justify-content:left;gap:.5rem;transition:.15s ease background-color;width:100%;padding:.75rem;box-sizing:border-box}.sidebar-page-link-container:hover{background-color:#e6e6e6}.sidebar-link-label{font-size:16px}.sidebar-link-image{width:18px}.sidebar-page-link-active{text-decoration:none;color:#000}.sidebar-page-link-active .sidebar-page-link-container{background-color:#e6e6e6}.modal{padding:20px;border-radius:12px;position:fixed;font-size:18px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0 20px 50px #0009;width:525px;z-index:1001}.modal-buttons-container{display:flex;align-items:center;justify-content:right;gap:1rem}.modal-recipe-title{font-weight:500}.modal-button{font-size:16px;padding:.75rem;border:none;border-radius:6px;cursor:pointer;transition:.15s ease background-color,.15s ease color}.modal-delete{display:flex;align-items:center;gap:.5rem;background-color:#fff;color:#e53935;border:1px solid #e53935}.modal-title{margin-top:8px}.modal-delete:hover{background-color:#e2211d;color:#fff}.modal-cancel:hover{background-color:#d9d9d9}.child-container{position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.x-button{cursor:pointer;width:28px;height:28px;border-radius:50%;position:absolute;top:-15px;right:-15px;padding:6px;transition:.15s ease background-color}.x-button:hover{background-color:#f2f2f2}.modal-warning{text-align:left;font-size:14px;color:#e2211d;margin-bottom:18px}.rating-title{font-weight:500;font-size:22px}.rating-child-container{align-items:center}.modal-rate{background-color:#efbf04;color:#000;border:none}.modal-rate:hover{color:#000;background-color:#e2b603}.rating-slider-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.rating-slider{width:80%;accent-color:#EFBF04}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;cursor:pointer;margin-top:-4px}.rating-slider::-webkit-slider-runnable-track{background:#e6e6e6;height:6px;border-radius:3px}.rating-container{display:flex;align-items:center;gap:.25rem}.rating{font-weight:500}.star-img{width:18px}.modal-edit{background-color:#fff;color:#000;border:1px solid black;transition:.15s ease background-color,.15s ease color}.modal-edit:hover{color:#fff;background-color:#000}@media (max-width: 768px){.modal{width:300px}}.layout-container{display:flex;min-height:100vh;overflow:hidden}.layout-main-content-container{flex:1;padding-top:78px;padding-left:272px;padding-bottom:20px;overflow-y:auto}.mobile-show-nav{display:none}@media (max-width: 768px){.layout-main-content-container{padding-left:20px}.mobile-show-nav{display:block;position:fixed;top:1rem;left:1rem;z-index:1001;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;padding:12px;box-shadow:0 2px 8px #0000001a}}.loader-container{display:flex;align-items:center;justify-content:center;margin-right:30vh;margin-top:30vh}.loader-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loader-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #D17557;border-radius:50%;animation:spin 1s linear infinite}.loader-text{color:#6b7280;margin:0;font-size:16px}.inline-loader-spinner{width:16px;height:16px;border:2px solid #d1d5db;border-top:2px solid #F5F5DC;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.loader-container{height:20vh;width:100vw}}.dashboard-container{max-width:1200px;margin:0 auto;padding-right:42px}.dashboard-header{margin-bottom:20px}.dashboard-header h1{font-size:2.25rem;font-weight:600;margin:0;color:#1f2937}.dashboard-header p{color:#6b7280;margin:4px 0 0;font-size:1.1rem}.continue-btn:hover{background:#2563eb}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:32px}.dashboard-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.dashboard-section h2{font-size:1.25rem;font-weight:600;margin:0 0 16px;color:#1f2937}.large-stat{text-align:center;padding:20px;background:#f9fafb;border-radius:8px;margin-bottom:16px}.stat-number{display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;color:#1f2937;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:4px}.most-cooked-card{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:16px;margin-bottom:20px;text-align:center}.most-cooked-card h3{font-size:.875rem;color:#92400e;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.recipe-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.cook-count{color:#d97706;font-weight:500;font-size:.9rem}.quick-actions{display:flex;flex-direction:column;gap:8px}.action-btn{padding:12px 16px;border-radius:8px;border:none;font-weight:500;font-size:15px;cursor:pointer;transition:all .2s}.action-btn.primary{background:#d97706;color:#fff}.action-btn.primary:hover{background:#b45309}.action-btn.secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.action-btn.secondary:hover{background:#f9fafb}.recent-recipes{display:flex;flex-direction:column;gap:12px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.stat-card{background:#f9fafb;border-radius:8px;padding:16px;text-align:center;border:1px solid #e5e7eb}.stat-card .stat-number{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1}.stat-card .stat-label{font-size:.8rem;color:#6b7280;margin-top:4px}.highest-rated-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;text-align:center;margin-top:14px}.highest-rated-card h3{font-size:.875rem;color:#15803d;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.highest-rated-card .recipe-name{margin-bottom:6px}.highest-rated-card .rating{color:#16a34a;font-weight:500;font-size:.9rem}.insights-section{grid-column:1 / -1}.insights-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.insight-card{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb}.insight-card h3{font-size:1.1rem;font-weight:600;margin:0 0 16px;color:#1f2937}.monthly-stats{display:flex;flex-direction:column;gap:12px}.monthly-stat{display:flex;align-items:center;gap:8px}.monthly-stat .stat-number{background:#3b82f6;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.monthly-stat .stat-text{color:#374151;font-size:.9rem}.ingredient-item:before{content:none!important}.rating-container{gap:4px}.star-icon{width:20px}.no-activity-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;margin-top:32px}.no-activity-text{color:#4b5563;font-weight:600}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr 1fr}.stats-section{grid-column:1 / -1}.insights-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-container{padding:16px}.dashboard-grid{grid-template-columns:1fr;gap:16px}.alert-content{flex-direction:column;align-items:stretch;gap:12px}.continue-btn{align-self:center}.stat-grid{grid-template-columns:1fr}.insights-grid{grid-template-columns:1fr;gap:16px}}.active-recipe-alert{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;padding:16px 20px;margin-bottom:24px}.alert-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.alert-text{color:#1e40af;font-size:.95rem}.continue-btn{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.ingredients-list{display:flex;flex-direction:column;gap:8px;list-style:none}.ingredient-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.ingredient-item:last-child{border-bottom:none}.ingredient-name{font-weight:500;color:#1f2937;font-size:16px}.ingredient-count{font-size:.9rem;color:#6b7280}.recent-recipe-card{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.recipe-info .recipe-title{font-weight:500;color:#1f2937;font-size:.9rem}.recipe-info .recipe-date{font-size:.8rem;color:#6b7280;margin-top:2px}.recipe-rating{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.rating-stars{color:#fbbf24;font-size:.8rem}.rating-number{font-size:.75rem;color:#6b7280}.generate-recipes-page-container{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:50vh}.generate-recipes-title{font-size:32px;font-weight:500;margin-bottom:12px}.form-container{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:left;padding:2.5rem;gap:1.5rem;width:100%;max-width:500px;min-width:400px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f;margin-bottom:32px}.ready-to-generate-container{display:flex;align-items:center;justify-content:space-between;background-color:#f2f2f2;padding:1.25rem;border-radius:6px}.ready-to-generate-title{font-weight:500}.ready-to-generate-subtitle{color:gray;font-size:12px}.ready-to-generate-container-left-section{display:flex;flex-direction:column;width:225px;gap:.75rem;align-items:left}.generate-recipes-button{display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:6px;border:none;background-color:#d17557;cursor:pointer;color:#fff;transition:.15s ease background-color;width:100px}.generate-recipes-button:hover{background-color:#cb6543}.recipes-container{display:flex;align-items:center;justify-content:center;gap:1rem}.clear-all-button{color:gray;font-size:14px;cursor:pointer;transition:.15s ease color;background:transparent;border:none;width:150px;margin-left:-32px}.clear-all-button:hover{color:#ed4337}@media (max-width: 768px){.generate-recipes-page-container{padding:0 20px;min-height:60vh}.generate-recipes-title{font-size:28px;text-align:center}.form-container{width:100%;max-width:none;min-width:unset;padding:1.5rem;margin:0}.ready-to-generate-container{flex-direction:column;gap:1rem;text-align:center}.ready-to-generate-container-left-section{width:100%;align-items:center}.generate-recipes-button{width:100%;max-width:200px}.recipes-container{margin-left:0;flex-direction:column}.clear-all-button{margin-left:0;width:auto}}.item{display:flex;align-items:center;gap:.25rem;background-color:#f2f2f2;padding:.4rem;border-radius:5px;font-size:12px}.delete-item-button{border:none;background:transparent;font-size:12px;border-radius:50%;cursor:pointer;width:20px;height:20px;transition:.15s ease background-color}.delete-item-button:hover{background-color:#d9d9d9}.form-group{display:flex;flex-direction:column;align-items:left;margin-bottom:12px}.form-input-label{font-size:14px;font-weight:600;margin-bottom:8px}.form-input-container{display:flex;align-items:center}.generate-form-input{padding:.7rem;border:1px solid hsl(0,0%,80%);border-radius:5px;flex:1}.generate-form-input:focus{outline:none}.add-item-button{padding:.35rem;border:none;margin-left:-36px;background-color:#d17557;color:#fff;cursor:pointer;width:32px;height:32px;border-radius:5px;font-size:18px;transition:.15s ease background-color}.add-item-button:hover{background-color:#cb6543}.items-list-container{flex-wrap:wrap;display:flex;align-items:center;gap:.75rem;margin-top:12px}.recipe-card-container{width:350px;height:400px;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;box-shadow:0 8px 20px #0000001a;border-radius:16px;gap:6px}.recipe-title{font-size:16px;font-weight:500}.recipe-info-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;margin-top:20px}.recipe-buttons-container{display:flex;flex-direction:column;gap:.5rem}.bullet{margin-right:4px}.start-cooking-button,.add-to-recipes-button{padding:.65rem;font-size:18px;border-radius:6px;border:none;cursor:pointer;transition:.15s ease background-color}.add-to-recipes-button{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#000}.add-to-recipes-button:disabled{cursor:default;color:#000}.add-to-recipes-button:disabled .add-to-recipes-button:hover{background-color:#fff}.start-cooking-button{color:#fff;background-color:#d17557}.add-to-recipes-button{border:1px solid black;background-color:#fff}.start-cooking-button:hover{background-color:#cb6543}.add-to-recipes-button:not(:disabled):hover{background-color:#f2f2f2}.your-recipes-header{font-size:36px;font-weight:600;margin-bottom:1.15rem}.all-tab-button{border-radius:8px 0 0 8px}.fav-tab-button{border-radius:0 8px 8px 0}.tab-buttons-container{margin-bottom:1.15rem}.search-bar-your-recipes{padding:.5rem;width:320px;border-radius:8px;border:1px solid rgba(128,128,128,.5);font-size:16px;padding-left:38px;margin-right:8px}.search-bar-your-recipes:focus{outline:none}.search-container{display:flex;align-items:center;margin-left:8px}.search-icon{margin-right:-28px;z-index:2;width:18px}.your-recipes-container{display:flex;flex-wrap:wrap;gap:2rem;padding-right:36px;margin-top:1.75rem}.search-and-filter-container{display:flex;align-items:flex-end;justify-content:space-between;padding-right:58px}.filter-group{display:flex;flex-direction:column;align-items:left;gap:.25rem}.filters-container{display:flex;align-items:center;justify-content:center;gap:2rem}.recipe-filter-dropdown{padding:.25rem;border-radius:8px;border:1px solid rgba(128,128,128,.5);font-size:16px}.recipe-filter-dropdown:focus{outline:none}.dropdown-label{color:gray;font-size:14px}.special-cases-container{display:flex;flex-direction:column}.fade-in-up{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.search-and-filter-container{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}}@media (max-width: 768px){.search-and-filter-container{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.recipe-filter-dropdown{width:80px;font-size:14px}}.tab-button{padding:10px 18px;color:gray;border:none;font-size:15px;background-color:#f3f4f6;cursor:pointer;font-weight:400}.active{color:#000;font-weight:500;background-color:#e2e4e9}.your-recipe-button{padding:.75rem;font-size:16px;border-radius:8px;border:none;cursor:pointer;width:100%;transition:.15s ease background-color}.start-cooking{background-color:#d17557;color:#fff}.start-cooking:hover{background-color:#cb6543}.resume-cooking{background-color:#4a90e2;color:#fff;font-size:16px}.resume-cooking:hover{background-color:#3584de}@media (max-width: 768px){.your-recipe-button{font-size:14px}}.your-recipe-card-container{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;border:1px solid rgba(128,128,128,.5);padding:1.25rem;box-shadow:0 2px 8px #0000000f;border-radius:12px;max-width:340px;height:357px}.your-recipe-title{font-size:24px;font-weight:500}.your-recipe-card-middle{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(128,128,128,.2);padding-top:.5rem;width:100%;border-radius:1.125px}.your-recipe-card-bottom{display:flex;align-items:center;justify-content:center;gap:.75rem}.your-recipe-card-top{display:flex;align-items:center;justify-content:space-between}.your-recipe-status{font-size:12px;opacity:.6;padding:6px;border-radius:24px}.favorite-icon{cursor:pointer;width:24px}.your-recipe-card-top-right{display:flex;align-items:center;gap:.35rem}.three-dots-menu{cursor:pointer;width:28px;height:28px;padding:4px;border-radius:50%;transition:.15s ease background-color}.three-dots-menu:hover{background-color:#e6e6e6}.delete-recipe-container{font-size:15px;display:flex;align-items:center;gap:.5rem;font-weight:700;position:absolute;background-color:#f9f9f9;box-shadow:0 4px 10px #00000014;z-index:3;padding:12px;border-radius:8px;color:#d32f2f;top:-25px;right:-25px;cursor:pointer;transition:.15s ease background-color}.delete-recipe-container:hover{background-color:#e6e6e6}.trash-icon{width:18px}.view-recipe{background-color:#e6e6e6;transition:.15s ease background-color}.view-recipe:hover{background-color:#d9d9d9}.your-recipe-dietary-res-container{display:flex;align-items:center;gap:.5rem}.your-recipe-dietary-res{font-size:12px;width:fit-content;background-color:#e0e0e0;padding:6px;border-radius:24px;margin-bottom:-8px}.start-cooking-page-container{display:flex;justify-content:center;align-items:flex-start;padding-top:3rem;gap:2.5rem}.recipe-card-sc{width:400px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;border-radius:12px}.recipe-title-sc{font-size:24px;font-weight:500;margin-bottom:24px}.recipe-desc-sc,.recipe-info-sc{margin-bottom:24px}.ings-top-sc{justify-content:space-between;font-weight:600;font-size:1rem;display:flex;align-items:center}.ings-container{margin-left:18px;margin-top:12px;line-height:24px}.recipe-ings-container-sc{padding:.6rem;background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;font-size:.95rem;line-height:1.6;font-weight:500;color:#333}.dropdown-arrow-sc{cursor:pointer}.recipe-info-sc{display:flex;flex-direction:column;align-items:left;gap:.4rem}.recipe-info-label-sc{font-weight:500}.start-cooking-steps-container{display:flex;flex-direction:column;gap:2rem;width:400px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;overflow-y:auto;border-radius:12px}.button-sc{padding:.75rem 1rem;border-radius:6px;font-size:16px;background-color:#d17557;color:#fff;border:none;cursor:pointer;width:fit-content;max-width:100%}.scroll-button{background-color:#666;display:flex;align-items:center;justify-content:center;gap:.5rem}.scroll-button-arrow{color:#fff;width:18px}.scroll-buttons-container{display:flex;align-items:center;justify-content:center;gap:1rem}.progress-bar-sc{width:100%;height:12px;border-radius:8px;-moz-appearance:none;appearance:none;-webkit-appearance:none;overflow:hidden}.progress-bar-sc::-webkit-progress-bar{background-color:#f0f0f0;border-radius:12px}.progress-bar-sc::-webkit-progress-value{background-color:#4caf50;border-radius:12px;transition:width .3s ease-in-out}.progress-bar-sc::-moz-progress-bar{background-color:#4caf50;border-radius:12px}.step-indicator{font-weight:500;margin-bottom:12px}.recipe-instruction{font-size:18px}.start-cooking-button-container{display:flex;align-items:center;justify-content:center}.show-next-container{border:1px solid rgba(128,128,128,.3);background-color:#e6e6e64d;padding:.75rem;border-radius:12px}.show-next-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.next-step-container{margin-top:12px}.steps-top-container{display:flex;align-items:center;justify-content:space-between}.cancel-cooking-button{font-size:13px;background-color:#f9f9f9;color:#e53935;border:1px solid;margin-top:-16px;padding:8px;transition:background-color .15s ease,color .15s ease}.cancel-cooking-button:hover{background-color:#e53935;color:#fff}.rate-button{background-color:#efbf04;color:#4d4d4d;transition:background-color .15s ease}.rate-button:hover{background-color:#e2b603}.recipe-not-found{font-size:42px;font-weight:500}@media (max-width: 768px){.start-cooking-page-container{flex-direction:column;align-items:center}.recipe-card-sc,.start-cooking-steps-container{width:93%}.button-sc{font-size:12px}}.user-profile-container{display:flex;flex-direction:column;width:fit-content;padding:2rem;border-radius:12px;gap:2rem}.user-profile-page-container{display:flex;align-items:center}.user-profile-header{font-size:32px;font-weight:500}.user-profile-date{color:gray;margin-top:-24px}.user-profile-edit-section{display:flex;flex-direction:column;align-items:flex-start;margin-left:32px;gap:1.5rem}.user-profile-buttons-container{display:flex;align-items:center;gap:2rem;margin-top:128px}.user-profile-button{font-size:16px;padding:12px;border-radius:6px;border:none;cursor:pointer;transition:.15s ease background-color}.delete-account-button{background-color:#f4433626;color:#b71c1c}.delete-account-button:hover{background-color:#f4433640}.logout-button{background-color:#d9d9d9}.logout-button:hover{background-color:#ccc}@media (max-width: 768px){.user-profile-header{font-size:28px}}.user-profile-edit-container{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.edit-input-container{display:flex;align-items:center;gap:.45rem}.edit-input-label{color:gray}.edit-input{width:400px;background:transparent;font-size:18px;padding:.5rem;border:none;border-bottom:1px solid gray}.edit-input:focus{outline:none}.edit-img{margin-left:-32px;width:18px;cursor:pointer}.edit-input-editable{border:1px solid black;border-radius:6px}.edit-input-label-editable{color:#000}@media (max-width: 768px){.edit-input{width:280px;background:transparent;font-size:18px;padding:.5rem;border:none;border-bottom:1px solid gray}}.recipe-container{max-width:93%;min-height:70vh;margin:0;padding:24px;background:#fff;box-sizing:border-box;border-radius:8px;overflow:hidden}.recipe-header{margin-bottom:16px}.recipe-title-section{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.recipe-title{font-size:1.75rem;font-weight:600;margin:0;color:#1f2937}.favorite-heart{cursor:pointer}.recipe-description{font-size:.95rem;color:#6b7280;margin:0 0 8px;line-height:1.4}.recipe-tags{display:flex;gap:6px;flex-wrap:wrap}.tag{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dietary-tag{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.difficulty-tag{font-weight:600}.recipe-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;gap:16px;height:calc(100vh - 120px)}.recipe-overview{background:#f9fafb;border-radius:8px;padding:16px;border:1px solid #e5e7eb;grid-column:1 / -1}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.overview-header h2{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937}.continue-cooking-btn{background:#1f2937;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s}.continue-cooking-btn:hover{background:#374151}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.overview-item{display:flex;flex-direction:column;align-items:center;padding:8px;background:#fff;border-radius:6px;border:1px solid #e5e7eb;text-align:center}.overview-label{font-weight:500;color:#6b7280;font-size:.75rem;margin-bottom:4px}.overview-value{font-weight:600;color:#1f2937;font-size:.875rem}.ingredients-section,.instructions-section{background:#fff;overflow-y:auto;max-height:100%}.ingredients-section h2,.instructions-section h2{font-size:1.25rem;font-weight:600;margin:0 0 12px;color:#1f2937;position:sticky;top:0;background:#fff;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.ingredients-grid{display:flex;flex-direction:column;gap:6px;padding-right:8px}.ingredient-item{display:flex;gap:8px;padding:4px 0;align-items:flex-start;font-size:.875rem}.ingredient-item:before{content:"•";color:#6b7280;font-weight:700;min-width:8px;margin-top:2px}.ingredient-amount{font-weight:600;color:#1f2937;min-width:fit-content}.ingredient-name{color:#374151}.instructions-list{padding-left:16px;margin:0;padding-right:8px}.instruction-item{margin-bottom:8px;line-height:1.4;color:#374151;font-size:.875rem}.instruction-item:last-child{margin-bottom:0}.recipe-meta{display:flex;gap:16px;padding:8px 0;border-top:1px solid #e5e7eb;font-size:.75rem;grid-column:1 / -1}.meta-item{display:flex;gap:4px}.meta-label{color:#6b7280;font-weight:500}.meta-value{color:#374151}@media (max-width: 1024px){.recipe-content{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;height:calc(100vh - 100px)}.overview-grid{grid-template-columns:repeat(2,1fr)}.ingredients-section,.instructions-section{max-height:300px}}@media (max-width: 768px){.recipe-container{padding:12px}.recipe-title{font-size:1.5rem}.recipe-content{height:calc(100vh - 80px)}.overview-header{flex-direction:column;gap:8px;align-items:stretch}.overview-grid{grid-template-columns:repeat(2,1fr)}.recipe-meta{flex-direction:column;gap:4px}}@media print{.continue-cooking-btn{display:none}.recipe-container{max-width:none;padding:0;height:auto;overflow:visible}.recipe-content{height:auto;display:block}.ingredients-section,.instructions-section{max-height:none;overflow:visible}}.not-found-page-container{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem}.text-404{font-size:52px;font-weight:700}.subtitle-404{color:#595959;font-size:42px}.subline-404{color:gray;font-size:18px}.buttons-container-404{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:8px}.button-404{border:none;padding:12px;border-radius:6px;font-weight:500;cursor:pointer;transition:.15s ease background-color;background-color:#e6e6e6}.button-404{background-color:#d9d9d9}.dashboard-404-btn{background-color:#d17557;color:#fff}.dashboard-404-btn:hover{background-color:#cb6543}
