code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{height:100vh;overflow:hidden;width:100vw}.App,.content{position:relative}.content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;z-index:2}.theme-title{font-size:1.3rem;font-weight:500;opacity:1;padding-top:0;text-align:left;text-shadow:2px 2px 4px #00000080;transition:opacity 1s ease-out}.theme-title.fade-out{opacity:0}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.loading-state{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center}.loading-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;padding:40px;text-align:center}.loading-spinner{animation:spin 1s ease-in-out infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 20px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{font-size:1.2rem;font-weight:500;margin:0}.error-state,.no-themes-state{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);display:flex;justify-content:center}.error-container,.no-themes-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;max-width:500px;padding:40px;text-align:center}.error-container h2,.no-themes-container h2{font-size:1.8rem;font-weight:600;margin:0 0 15px}.error-container p,.no-themes-container p{font-size:1.1rem;margin:0 0 25px;opacity:.9}.retry-button{background:#fff;border:none;border-radius:8px;color:#ff6b6b;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:20px;padding:12px 24px;transition:all .2s ease}.retry-button:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.error-help{background:#ffffff1a;border-radius:8px;margin-top:20px;padding:20px;text-align:left}.error-help p{font-size:.95rem;font-weight:600;margin:0 0 10px}.error-help ul{font-size:.9rem;margin:0;opacity:.9;padding-left:20px}.error-help li{margin:5px 0}.error-banner{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff6b6bf2;border:1px solid #fff3;border-radius:8px;box-shadow:0 4px 15px #0003;color:#fff;display:flex;gap:15px;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:1000}.error-banner span{font-size:.9rem;font-weight:500}.refresh-button{background:#fff;border:none;border-radius:4px;color:#ff6b6b;cursor:pointer;font-size:.8rem;font-weight:600;padding:6px 12px;transition:all .2s ease}.refresh-button:hover{box-shadow:0 2px 8px #0003;transform:translateY(-1px)}.theme-background{overflow:hidden}.theme-background,.theme-video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.theme-video{object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.theme-video.loaded{opacity:1}.theme-background-image{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .3s ease-in-out;z-index:1}.theme-background-image,.theme-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.theme-background:before{background:#0000004d;content:"";z-index:2}@media (max-width:768px){.theme-video{min-height:100%;min-width:100%;object-fit:cover}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.theme-video{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (min-width:769px){.theme-video{object-fit:cover;object-position:center}}.theme-switcher{align-items:center;bottom:180px;display:flex;gap:20px;left:50%;position:fixed;transform:translateX(-50%);z-index:10}.theme-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:60px;transition:all .3s ease;width:60px}.theme-arrow:hover{background:#ffffff4d;border-color:#fffc;transform:scale(1.1)}.theme-arrow-left{left:30px}.theme-arrow-right{right:30px}.theme-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:20px;color:#fff;font-size:1rem;font-weight:semibold;padding:8px 16px;text-shadow:1px 1px 2px #000000b3}@media (max-width:768px){.theme-switcher{bottom:116px}.theme-arrow{font-size:1.5rem;height:50px;width:50px}.theme-arrow-left,.theme-arrow-right{position:static}}.dish-dock{bottom:0;left:0;padding:16px 0;position:fixed;right:0;z-index:100}.dish-dock,.dock-container{display:flex;justify-content:center}.dock-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:20px;flex-wrap:nowrap;gap:15px;max-width:90vw;overflow-y:visible;padding:15px 25px}.dock-item-wrapper{flex-shrink:0;position:relative}.dock-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;position:relative;transition:transform .3s ease}.dock-item:hover{transform:scale(1.2) translateY(-6px)}.dish-image{border-radius:15px;height:90px;object-fit:cover;transition:all .3s ease;width:90px}.dock-item:hover .dish-image{border-color:#fffc}@media (max-width:768px){.dock-container{gap:10px;padding:10px 15px}.dish-image{height:70px;width:70px}}.dish-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:6px;bottom:100%;color:#fff;font-size:.9rem;margin-bottom:10px;opacity:0;padding:8px 12px;pointer-events:none;transition:opacity .3s ease;white-space:nowrap}.dish-tooltip,.dish-tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.dish-tooltip:after{border:5px solid #0000;border-top-color:#000c;content:"";top:100%}.recipe-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.recipe-modal{animation:modalSlideIn .4s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;height:90vh;max-height:90vh;max-width:600px;outline:none;overflow:hidden;position:relative;transform-origin:center;width:90vw}.modal-content{display:flex;flex-direction:column;height:100%;max-height:inherit}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;flex-shrink:0;justify-content:flex-end;padding:8px;position:sticky;top:0;z-index:10}.modal-title{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 12px}.modal-close{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:20px;justify-content:center;line-height:1;transition:all .3s ease;width:20px}.modal-close:hover{background:#e0e0e0;color:#333}.modal-content-body{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.modal-image-container{flex-shrink:0;height:350px;overflow:hidden;width:100%}.modal-dish-image{height:100%;object-fit:cover;width:100%}.modal-info{flex:1 1;padding:30px}.cooking-time-text{color:#666;font-size:14px;font-weight:400;margin-bottom:12px}.modal-dish-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:1.1rem;height:3.08rem;line-height:1.4;margin:0 0 20px;overflow:hidden;text-overflow:ellipsis}.category-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.category-tag{background-color:#f5f5f5;border-radius:8px;color:#424242;display:inline-block;font-size:14px;font-weight:400;padding:6px 12px}.modal-recipe-button{background:linear-gradient(135deg,#000,#000);border:none;border-radius:13px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:Semibold;padding:15px 30px;transition:all .3s ease}.modal-recipe-button:hover{box-shadow:0 5px 15px #5c5c5c66;transform:translateY(-2px)}.sub-h1{font-size:20px;margin:24px 0 12px}.sub-h1,.sub-h2{color:#666;font-weight:600;line-height:150%}.sub-h2{font-size:16px;margin:16px 0 8px}.section-separator{background:#e0e0e0;border:none;height:1px;margin:24px 0;width:100%}.modal-each-step-description,.modal-time-portion-description{color:#333;font-size:14px;line-height:1.5;margin:0 0 16px}.modal-ingredients-description{list-style:none;margin:0 0 16px;padding-left:0}.modal-ingredients-description li{color:#333;font-size:14px;line-height:1.5;margin:8px 0;padding-left:20px;position:relative}.modal-ingredients-description li:before{color:#666;content:"•";font-weight:700;left:0;position:absolute}.instruction-step{margin-bottom:20px}.youtube-container{height:0;margin:16px 0;padding-bottom:56.25%;position:relative;width:100%}.youtube-container iframe{border:none;border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.additional-images{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:16px 0}.additional-images img{border-radius:8px;height:150px;object-fit:cover;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.recipe-modal-overlay.closing{animation:fadeOut .3s ease-in forwards}.recipe-modal.closing{animation:modalSlideOut .3s ease-in forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(20px)}}@media (max-width:768px){.recipe-modal{height:95vh;max-height:95vh;max-width:95vw;width:95vw}.modal-info{padding:20px}.category-tags{gap:6px}.category-tag{font-size:12px;padding:4px 8px}.sub-h1{font-size:18px}.sub-h2{font-size:14px}.additional-images{grid-template-columns:1fr}}@media (max-width:480px){.recipe-modal{border-radius:8px;max-width:98vw;width:98vw}.modal-header{padding:15px 15px 0}.modal-info{padding:15px}}.sound-control{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(71,71,71,.177);border:1px solid #fff3;border-radius:23px;gap:15px;padding:10px;position:fixed;right:20px;top:20px;z-index:1000}.sound-button,.sound-control{align-items:center;display:flex}.sound-button{background:none;border:none;color:#fff;cursor:pointer;flex-shrink:0;height:30px;justify-content:center;padding:0;transition:all .3s ease;width:30px}.sound-button:hover{color:#fffc;transform:scale(1.1)}.sound-button.muted{color:#fffc}.sound-button.muted:hover{color:#fff}.volume-slider{appearance:none;background:#ffffff4d;border-radius:2px;cursor:pointer;height:4px;outline:none;width:100px}.volume-slider::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000004d;cursor:pointer;height:16px;width:16px}.volume-slider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0000004d;cursor:pointer;height:16px;width:16px}.volume-slider::-webkit-slider-track{background:#ffffff4d;border-radius:2px}.volume-slider::-moz-range-track{background:#ffffff4d;border-radius:2px;height:4px}@media (max-width:768px){.sound-control{padding:12px 8px;right:15px;top:15px}.sound-button{height:25px;width:25px}.volume-slider{width:80px}}.theme-accordion{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(71,71,71,.177);border:1px solid #fff3;border-radius:23px;left:20px;max-width:320px;overflow:hidden;position:fixed;top:20px;transition:all .3s ease;z-index:1000}.theme-accordion-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;text-align:left;transition:all .3s ease;width:100%}.theme-accordion-button:hover{background:#ffffff1a}.theme-title-section{align-items:center;display:flex;gap:15px;width:100%}.theme-title{color:#fff;flex:1 1;font-size:1.2rem;font-weight:600;margin:0;text-shadow:1px 1px 2px #000000b3}.caret-icon{color:#fff;flex-shrink:0;transition:transform .3s ease}.caret-icon.open{transform:rotate(180deg)}.theme-description{background:#0003;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.theme-description.open{max-height:200px;padding:15px 20px 20px}.theme-description p{color:#fff;font-size:.9rem;line-height:1.4;margin:0;opacity:.9;text-shadow:1px 1px 2px #000000b3}@media (max-width:768px){.theme-accordion{left:15px;max-width:250px;right:15px;top:15px}.theme-accordion-button{padding:12px 15px}.theme-title{font-size:1.1rem}.theme-description.open{padding:12px 15px 15px}.theme-description p{font-size:.85rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.theme-accordion{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}
/*# sourceMappingURL=main.224aa803.css.map*/