: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}html,body,#root{width:100vw;height:100vh;min-width:100vw;min-height:100vh;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}body{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{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)}.bliss-logo{width:200px;height:200px;border-radius:50%;object-fit:cover;margin:2rem auto;box-shadow:0 4px 16px #b3e0ff55,0 2px 8px #ffc1e355;border:5px solid white;transition:all .3s ease-in-out;cursor:pointer}.bliss-logo:hover{box-shadow:0 0 30px 10px #ffc1e3,0 0 50px 15px #b3e0ff;transform:scale(1.05);filter:brightness(1.1) saturate(1.1)}@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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-y:auto}@keyframes moveStripes{0%{background-position:0 0}to{background-position:160px 160px}}.cozy-bg{min-height:100vh;width:100vw;background:repeating-linear-gradient(135deg,#fff 0,#fff 40px,#ffb6d5 40px,#ffb6d5 80px,#fff 80px,#fff 120px,#ffb6d5 120px,#ffb6d5 160px);background-size:160px 160px;animation:moveStripes 30s linear infinite;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;overflow-x:hidden;padding-bottom:6rem;z-index:1000;will-change:background-position;backface-visibility:hidden;transform:translateZ(0)}.top-pink-bar{position:fixed;top:0;left:0;width:100%;height:8px;background-color:#ffb6d5;z-index:2000;box-shadow:0 2px 10px #0000001a}.bliss-header{font-family:Pacifico,cursive;font-size:4rem;color:#14532d;margin-top:2rem;text-shadow:2px 2px 8px #b3e0ff,0 2px 16px #ffc1e3;letter-spacing:.1em}.menu-btn{display:block;margin:1.5rem auto 0;font-family:Pacifico,cursive;font-size:2rem;background:#fff0fa;color:#14532d;border:none;border-radius:2rem;padding:.5em 1.5em;box-shadow:0 2px 8px #ffc1e3aa;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;z-index:10}.menu-btn:hover{background:#ffc1e3;color:#fff;box-shadow:0 4px 16px #b3e0ffaa}.dessert-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2.5rem auto 0;max-width:600px;width:90%;padding-bottom:4rem}@media (max-width: 600px){.dessert-grid{grid-template-columns:1fr;max-width:300px}}.loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ffffffe6;z-index:1000}.spinner{width:50px;height:50px;border:5px solid #ffb6d5;border-top-color:#14532d;border-radius:50%;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.dessert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin:2.5rem auto 0;max-width:1200px;width:90%;padding-bottom:8rem}.dessert-item{position:relative;border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #b3e0ff55,0 2px 8px #ffc1e355;background:#fff;aspect-ratio:1/1}.dessert-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #b3e0ff99,0 6px 16px #ffc1e399}.dessert-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dessert-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:1.5rem 1rem 1rem;color:#fff;opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dessert-item:hover .dessert-overlay{opacity:1}.dessert-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 1px 3px rgba(0,0,0,.5)}.view-larger{font-size:.9rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.lightbox-content{position:relative;max-width:90%;max-height:90%;background:#fff;padding:1rem;border-radius:.5rem;cursor:default}.lightbox-content img{max-width:80vw;max-height:80vh;display:block;border-radius:.25rem}.close-lightbox{position:absolute;top:-40px;right:0;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .2s}.close-lightbox:hover{color:#ffb6d5}.food-slideshow{width:100%;max-width:1000px;margin:3rem auto;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 8px 32px #0000001a;height:500px}.slideshow-container{position:relative;width:100%;height:100%}.slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.slide.active{opacity:1}.slide-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:2rem;text-align:center}.slide-title{font-family:Pacifico,cursive;font-size:2rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.slide-desc{margin:.5rem 0 0;font-size:1.1rem;max-width:80%;margin-left:auto;margin-right:auto}.slideshow-dots{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.dot.active{background-color:#ffb6d5;transform:scale(1.2)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:#14532d;color:#fff;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;opacity:.9;transition:all .3s ease;z-index:999}.back-to-top:hover{background:#ffb6d5;transform:translateY(-3px);box-shadow:0 4px 15px #0000004d}.sweet-container{width:100%;max-width:1200px;margin:3rem auto 0;padding:0 1.5rem;box-sizing:border-box}.sweet-image{width:100%;height:auto;border-radius:1.5rem;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.sweet-image:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}@media (max-width: 768px){.dessert-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.lightbox-content img{max-width:90vw;max-height:80vh}}.bliss-desc{font-family:Pacifico,cursive;font-size:1.7rem;color:#14532d;text-align:center;margin:1.5rem auto 0;max-width:600px;line-height:1.6;background:#fff8faee;border-radius:1.5rem;padding:1.2rem 2rem;box-shadow:0 2px 8px #b3e0ff33}.footer-bar{width:100vw;background:#ffb6d5;padding:1.2rem 0 1rem;position:fixed;left:0;bottom:0;z-index:100;display:flex;justify-content:center;align-items:center;box-shadow:0 -2px 12px #0002}.footer-text{color:#fff;font-size:2.1rem;font-family:Pacifico,cursive;letter-spacing:.05em}.best-picks{font-family:Pacifico,cursive;font-size:2.2rem;color:#14532d;text-align:center;margin:2.5rem auto 1.5rem;letter-spacing:.05em;background:#fff8faee;border-radius:1.2rem;padding:.5rem 2rem .3rem;box-shadow:0 2px 8px #b3e0ff22;width:fit-content}.social-tab{position:fixed;left:50%;bottom:4.5rem;transform:translate(-50%);background:#14532d;color:#ffc1e3;font-family:Pacifico,cursive;font-size:1.2rem;padding:1rem 2rem;border-radius:1.2rem 1.2rem .5rem .5rem;box-shadow:0 -2px 12px #0002;display:flex;align-items:center;gap:1rem;z-index:200;animation:fadeInUp .3s}.insta-link{color:#ffc1e3;text-decoration:underline;font-size:1.2em;margin-left:.5em;transition:color .2s}.insta-link:hover{color:#fff0fa}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.bliss-logo{display:block;margin:2rem auto 1rem;max-width:180px;height:auto;border:2px solid #14532d;background:#fff0fa}.footer-icons{display:flex;align-items:center;gap:.5rem}.footer-icon{width:1.2em;height:1.2em;display:inline-block}.menu-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffb6d5f2;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4rem;overflow-y:auto}.close-menu{position:absolute;top:2rem;right:2rem;background:none;border:none;font-size:2.5rem;color:#14532d;cursor:pointer;z-index:1001}.menu-title{font-family:Pacifico,cursive;color:#14532d;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.menu-search{display:block;margin:0 auto 2rem;padding:.7em 1.5em;border-radius:2rem;border:none;font-size:1.2rem;width:80%;max-width:350px;background:#fff;color:#ffb6d5;box-shadow:0 2px 8px #b3e0ff33;outline:none}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:90%;max-width:600px;margin:0 auto 2rem}.menu-item{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:1.2rem;box-shadow:0 2px 8px #b3e0ff33;padding:1rem .5rem .7rem}.menu-img{width:120px;height:120px;object-fit:cover;border-radius:1rem;margin-bottom:.7rem}.menu-item-name{font-family:Pacifico,cursive;color:#14532d;font-size:1.2rem;text-align:center}.no-results{grid-column:1 / -1;text-align:center;color:#14532d;font-family:Pacifico,cursive;font-size:1.3rem;margin-top:2rem}@media (max-width: 600px){.menu-grid{grid-template-columns:1fr;max-width:300px}.menu-modal{padding-top:2rem}.close-menu{top:1rem;right:1rem}}
