:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-container{display:flex;flex-direction:column;height:auto;min-height:100vh;background-color:#1a1a1a;color:#fff}.app-header{display:flex;align-items:center;padding:1rem;background-color:#2d2d2d;border-bottom:1px solid #404040}.app-header h1{margin:0;margin-left:1rem;font-size:1.5rem}.menu-button{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.menu-button svg{width:24px;height:24px}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.main-content h2{font-size:2rem;color:#fff}.main-content p{font-size:1.1rem;color:#a0a0a0}@media (max-width: 768px){.main-content{padding:1rem}.main-content h2{font-size:1.5rem}.main-content p{font-size:1rem}}.menu{position:fixed;top:0;left:-250px;width:250px;height:100vh;background-color:#2d2d2d;transition:left .3s ease;z-index:1000}.menu-header{display:flex;align-items:center;padding:1rem;background-color:#363636;border-bottom:1px solid #404040}.menu-header h2{margin:0;margin-left:1rem;font-size:1.25rem;color:#fff}.close-button{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#f44}.close-button svg{width:24px;height:24px}.menu-open{left:0}.menu-item{width:100%;border-radius:0;background-color:#2d2d2d;transition:background-color .2s ease}.menu-item:hover{background-color:#363636}@media (max-width: 768px){.menu{width:220px}.menu-header h2{font-size:1.1rem}.close-button svg{width:20px;height:20px}}.ingredients-container{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1rem}.ingredients-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.ingredient-tag{display:flex;align-items:center;background-color:#404040;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem}.ingredient-tag span{margin-right:.25rem;max-width:150px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-tag{background:none;border:none;padding:0;color:#a0a0a0;cursor:pointer;display:flex;align-items:center}.remove-tag:hover{color:#ef4444}.remove-tag svg{width:1rem;height:1rem}.input-group{display:flex;gap:.5rem;width:100%}.ingredient-input{flex:1;background-color:#363636;padding:.5rem;border:1px solid #404040;border-radius:.25rem;color:#fff;font-size:.875rem;transition:border-color .2s}.ingredient-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.add-tag-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.25rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.add-tag-button:hover:not(:disabled){background-color:#2563eb}.add-tag-button:disabled{background-color:#4b5563;cursor:not-allowed}@media (max-width: 768px){.ingredients-container{gap:.5rem}.ingredients-tags{gap:.35rem;min-height:2.25rem}.ingredient-tag{padding:.35rem .5rem;border-radius:14px}.ingredient-tag span{font-size:.8125rem;max-width:150px}.remove-tag{padding:.2rem}.remove-tag svg{width:10px;height:10px}.ingredient-input{padding:.6rem;font-size:.9375rem}}@media (max-width: 480px){.ingredients-tags{gap:.3rem}.ingredient-tag{padding:.3rem .45rem;border-radius:12px}.ingredient-tag span{font-size:.75rem;max-width:120px}.remove-tag svg{width:9px;height:9px}.ingredient-input{padding:.5rem;font-size:.875rem}}.additional-options{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#0084ff}.checkbox-text{color:#fff;font-size:1rem;text-align:left}@media (max-width: 768px){.additional-options{gap:.75rem}.checkbox-label{gap:.5rem}.checkbox-label input[type=checkbox]{width:16px;height:16px}.checkbox-text{font-size:.9375rem}}.form-section{background-color:#2a2a2a;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.form-section h3{color:#fff;font-size:1.25rem;margin-bottom:1rem}.form-content{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.form-section{padding:1rem;margin-bottom:1rem}.form-section h3{font-size:1.125rem;margin-bottom:.75rem}.form-content{gap:.75rem}}.create-recipe-container{background-color:#1a1a1a;color:#fff}.create-recipe-header{display:flex;align-items:center;padding:1rem;background-color:#2d2d2d;border-bottom:1px solid #404040}.create-recipe-header h2{margin:0;margin-left:1rem;font-size:1.25rem}.back-button{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.back-button svg{width:24px;height:24px}.create-recipe-content{padding:1rem}.recipe-form{padding:1rem;max-width:800px;margin:0 auto}.form-section{background-color:#2d2d2d;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.form-section h3{color:#fff;margin:0 0 1rem;font-size:1.25rem}.section-content{color:#a0a0a0}.form-actions{display:flex;justify-content:center;margin-top:2rem}.submit-button{background-color:#0084ff;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#0073e6}@media (max-width: 768px){.recipe-form{padding:.75rem}.form-section{padding:1rem;margin-bottom:1rem}.form-section h3{font-size:1.1rem}.submit-button{width:100%;padding:.875rem}}.circular-loader{display:inline-flex;align-items:center;justify-content:center}.circular-loader__spinner{position:relative;width:100%;height:100%;animation:rotate 2s linear infinite}.circular-loader__spinner-inner{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:var(--loader-color);border-radius:50%;animation:spin 1s ease-in-out infinite}.circular-loader.small{width:24px;height:24px}.circular-loader.medium{width:40px;height:40px}.circular-loader.large{width:64px;height:64px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.cook-time-slider{display:flex;flex-direction:column;gap:.5rem;width:100%}.servings-slider{display:flex;flex-direction:column;gap:.5rem;width:100%}.slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.slider-label{color:#fff;font-size:1rem}.slider-value{color:#0084ff;font-size:1rem;font-weight:500}.slider-input{-webkit-appearance:none;width:100%;height:4px;background:#404040;border-radius:2px;outline:none}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#0084ff;border-radius:50%;cursor:pointer;transition:background-color .2s}.slider-input::-webkit-slider-thumb:hover{background:#0073e6}.slider-marks{display:flex;justify-content:space-between;color:#a0a0a0;font-size:.875rem;margin-top:.25rem}@media (max-width: 768px){.slider-label,.slider-value{font-size:.9375rem}.slider-input::-webkit-slider-thumb{width:18px;height:18px}.slider-marks{font-size:.8125rem}}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.home-container h2{margin-bottom:1rem}.home-container p{margin-bottom:2rem;color:#666}.new-recipe-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.new-recipe-button:hover{background-color:#0056b3}.new-recipe-button svg{width:20px;height:20px}.recipe-container{max-width:800px;margin:0 auto;padding:0 2rem;background-color:#1a1a1a;color:#e0e0e0}.recipe-container .form-section{margin-bottom:2.5rem;background-color:#2d2d2d;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0003}.recipe-container .form-section h3{color:#fff;margin-bottom:1rem;border-bottom:2px solid #404040;padding-bottom:.5rem;text-align:left}.recipe-title{font-size:2.5rem;color:#fff;margin-bottom:2rem;text-align:center}.recipe-list{list-style-position:inside;padding-left:0;text-align:left}.recipe-list li{margin-bottom:.75rem;line-height:1.5;color:#b3b3b3}ol.recipe-list li{list-style-type:none}.recipe-list li:last-child{margin-bottom:0}.recipe-container ol.recipe-list{counter-reset:instruction-counter}.recipe-container ol.recipe-list li{counter-increment:instruction-counter;position:relative;padding-left:2rem}.recipe-container ol.recipe-list li:before{content:counter(instruction-counter);position:absolute;left:0;top:0;background-color:#007bff;color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.recipe-actions{display:flex;gap:1rem;justify-content:center}.recipe-action-button{background-color:#0084ff;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s}.recipe-action-button:hover{background-color:#0073e6}@media (max-width: 768px){.recipe-actions{flex-direction:column;gap:.75rem}.recipe-action-button{width:100%;padding:.875rem}}.recipe-list-container{max-width:1200px;margin:0 auto;padding:2rem;background-color:#1a1a1a;min-height:100vh}.recipe-list-title{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem}.recipe-card{cursor:pointer;transition:transform .2s ease-in-out}.recipe-card:hover{transform:translateY(-4px)}.recipe-ingredients-list{align-self:start;text-align:start;list-style:none;padding:0;margin:0;color:#b3b3b3}.recipe-ingredients-list li{margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.more-ingredients{color:#0084ff;font-style:italic}.recipe-list-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#1a1a1a}@media (max-width: 768px){.recipe-list-container{padding:1rem}.recipe-list-title{font-size:1.5rem;margin-bottom:1.5rem}.recipe-grid{grid-template-columns:1fr;gap:1rem;padding:.5rem}.recipe-ingredients-list li{font-size:.85rem}}.login-container{display:flex;flex-direction:column;background-color:#1a1a1a;padding:1rem}.login-title{font-size:3rem;color:#fff;margin-bottom:2rem}.login-button{padding:.75rem 2rem;font-size:1.125rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#2563eb}
