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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding-top:60px;position:relative;width:100vw}.glass-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff80;box-shadow:0 4px 6px #0000001a;display:flex;left:0;padding:10px 0;position:fixed;top:0;width:100vw;z-index:2}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;width:90vw}.logo-container{align-items:center;display:flex;flex:1 1;gap:15px}.logo-image{border-radius:10px;flex-shrink:0;height:50px;width:50px}.header-title{font-size:1.8em;font-weight:700;margin:0;white-space:nowrap}.burger{background:#0000;cursor:pointer;display:block;height:30px;position:relative;width:40px}.burger input{display:none}.burger span{background:#000;border-radius:9px;display:block;height:4px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.burger span:first-of-type{top:0;transform-origin:left center}.burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.burger span:nth-of-type(3){top:100%;transform:translateY(-100%);transform-origin:left center}.burger input:checked~span:first-of-type{left:5px;top:0;transform:rotate(45deg)}.burger input:checked~span:nth-of-type(2){opacity:0;width:0}.burger input:checked~span:nth-of-type(3){left:5px;top:28px;transform:rotate(-45deg)}.dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-radius:0 0 4px 4px;box-shadow:0 4px 6px #0000001a;min-width:200px;padding:10px 0;position:absolute;right:0;top:100%}.menu-item{cursor:pointer;padding:10px 20px;transition:background-color .2s}.menu-item:hover{background-color:#0000000d}.header-controls{align-items:center;display:flex;gap:20px}.qr-button{align-items:center;background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;font-size:14px;gap:8px;padding:8px 16px;transition:background-color .2s}.qr-button:hover{background-color:#333}@media (min-width:768px){.qr-button{display:flex}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:90%;padding:24px;position:relative;width:400px}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:5px;position:absolute;right:10px;top:10px;transition:background-color .2s;width:30px}.modal-close:hover{background-color:#f0f0f0}.qr-container{align-items:center;display:flex;flex-direction:column;gap:20px;text-align:center}.qr-title{font-size:1.5rem;font-weight:700;margin:0}.qr-code{height:400px;object-fit:contain;width:400px}.qr-description{color:#666;margin:0}.hero-container{max-width:1400px;padding:24px}.hero-wrapper{display:flex;flex-direction:column-reverse;gap:24px}.hero-text-content{justify-content:center;width:100%}.hero-title{font-size:3rem;font-weight:700;text-align:left}.hero-description{color:#4a4a4a;font-size:1.125rem;line-height:1.6}.hero-image-container{width:100%}.hero-image{border-radius:8px;height:auto;width:100%}@media (min-width:768px){.hero-wrapper{align-items:center;flex-direction:row}.hero-image-container,.hero-text-content{width:50%}.hero-title{font-size:3rem}}.privacy-policy-container{color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:24px}.privacy-policy-title{font-size:2rem;font-weight:700;margin-bottom:16px;text-align:center}.privacy-policy-update-date{color:#777;font-size:.9rem;margin-bottom:32px;text-align:center}.privacy-section{margin-bottom:24px}.privacy-subtitle{font-size:1.25rem;font-weight:700;margin-bottom:8px}.privacy-text{color:#555;font-size:1rem;margin-bottom:16px}.privacy-contact-link{color:#007bff;text-decoration:none}.privacy-contact-link:hover{text-decoration:underline}.features-section{margin:48px auto;max-width:1200px;padding:0 24px;text-align:center}.features-title{font-size:2rem;margin-bottom:24px}.features-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;padding:16px}.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 4px 8px #0000001a;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.feature-icon{height:64px;margin-bottom:16px;width:64px}.feature-card h4{font-size:1.5rem;margin-bottom:8px}.feature-card p{color:#666;font-size:1rem}@media (min-width:768px){.features-cards{grid-template-columns:repeat(3,1fr)}}.footer{color:#fff;justify-content:center;margin-bottom:5vh;margin-top:5vh;width:100vw}.footer-container{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}.footer-section h4{font-size:1.25rem;margin-bottom:16px}.footer-section p{color:#ccc;font-size:.875rem;margin-bottom:8px}.social-icons img{height:32px;margin-right:8px;transition:opacity .3s ease;width:32px}.social-icons img:hover{opacity:.7}.footer-credits{color:#888;font-size:.75rem;margin-top:24px;text-align:center}.shared-recipe-page{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;padding:20px}.shared-recipe-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;max-width:640px;width:100%}.shared-recipe-logo{border-radius:10px;height:50px;width:50px}.shared-recipe-store-link{color:#4c7838;font-weight:600;text-decoration:none}.shared-recipe-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;max-width:640px;padding:28px;width:100%}.shared-recipe-card h1{font-size:1.8em;margin:0 0 4px}.shared-recipe-card h2{font-size:1.2em;margin-top:28px}.shared-recipe-card li{line-height:1.5;margin-bottom:6px}.shared-recipe-image{border-radius:12px;margin-bottom:16px;max-height:320px;object-fit:cover;width:100%}.shared-recipe-muted{color:#777;margin:4px 0 0}.shared-recipe-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:20px 0 8px}.shared-recipe-open-button{background-color:#6aa84f;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:12px 22px;text-decoration:none}.shared-recipe-open-button:hover{background-color:#4c7838}.shared-recipe-store-badge{display:block;height:auto;width:150px}.shared-recipe-footer{color:#777;margin-top:20px}.shared-recipe-footer a{color:#4c7838}
/*# sourceMappingURL=main.6a795f38.css.map*/