.app{min-width:335px;padding:40px 150px;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;overflow-x:hidden}@media screen and (max-width: 768px){*,*:before,*:after{transition-property:none!important;transform:none!important;animation:none!important}.app{padding:50px}}@media (max-width: 400px){.app{max-width:400px;padding:20px}}.footer{width:100%;border-top:1px solid rgba(255,255,255,.08);background:transparent;margin-top:0}.footer-inner{max-width:1200px;margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#b4b4b4;font-size:.95rem}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.footer-links a{color:#c8c8c8;text-decoration:none;opacity:.9}.footer-links a:hover{opacity:1;text-decoration:underline}.app .app-blur-target{flex:1;display:flex;flex-direction:column}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:2rem;width:100%;margin-bottom:30px;flex-shrink:0}.logo-img{margin:10px;width:2.5rem}.navbar-container h1{flex:1;font-weight:500;font-size:2.5em}.navbar-container h1:hover{cursor:pointer}.navbar-buttons{display:flex;align-items:center}.navbar-container a{all:unset;flex:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.bounce-button{margin:0 5px;font-weight:500;font-size:1.3em;cursor:pointer;transition:background-color .3s ease;border:none;border-radius:5px;background-color:transparent;padding:10px 20px}.bounce-button.animate{animation:bounce .5s}.bounce-button:hover{background-color:var(--accent-color)}.bounce-button.basket-button:hover{background-color:var(--primary-color);color:#000}.icon{position:absolute;top:0;right:10px;transform:translateY(-50%);width:0;height:0;opacity:0;transition:opacity .3s,width .3s,height .3s}.icon-visible .icon{opacity:1;width:16px;height:16px;filter:invert(66%) sepia(58%) saturate(411%) hue-rotate(191deg) brightness(102%) contrast(105%)}.basket-button{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:1.3em;font-weight:600;padding:10px 16px;border-radius:6px;background-color:var(--primary-color);color:#000;text-decoration:none;border:none;cursor:pointer;transition:background-color .3s ease}@media (max-width: 1394px){.navbar-container{flex-direction:column;height:auto}}@media (max-width: 780px){.navbar-container{align-items:center}.navbar-buttons{flex-direction:column;align-items:stretch;width:100%;margin-top:10px}.bounce-button,.basket-button{width:100%;justify-content:center}}@media (max-width: 550px){.icon{display:none}.navbar-container h1{font-size:2em}}.loader{display:inline-block;box-sizing:border-box;position:relative;width:48px;height:48px;animation:spin 1s linear infinite}.loader:after,.loader:before{content:"";width:24px;height:24px;position:absolute;border-radius:50%;background:var(--accent-color);animation:spin 1s linear infinite;transform-origin:0px 100%;border:2px solid rgb(255,255,255)}.loader:before{transform-origin:0 50%;background:var(--primary-color)}@keyframes spin{to{transform:rotate(360deg)}}.support-page-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding-top:20px}.commission-form-card{display:none}.faq-container{width:100%;padding:0 40px}.faq-button{width:100%;text-align:left;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}.question-box{margin-top:20px;padding:10px;border:6px double var(--accent-color);background-color:#fff;border-radius:10px;box-shadow:7px 7px 7px var(--secondary-color)}.faq-container h2{font-weight:400;font-size:3.4ch;color:var(--primary-color);text-shadow:2px 2px 4px rgba(179,22,119,.6);text-align:center;text-transform:uppercase}.question-box h3{text-transform:uppercase;font-weight:600;margin-bottom:10px;color:var(--text-color-dark)}.content{margin-bottom:10px}.content a{text-decoration:none;font-weight:600;color:var(--text-color-dark)}.question-box a:visited{color:var(--highlight-color)}.content{display:none;transition:max-height .2s ease-out}.faq-button h3:after{content:"";display:inline-block;width:13px;height:13px;float:right;margin-left:5px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23FF69B4" viewBox="0 0 24 24"><path d="M12 21l-12-18h24z"/></svg>') no-repeat center;background-size:contain;transition:transform .1s ease-in-out}.faq-button.active h3:after{transform:rotate(180deg)}@media (max-width: 1200px){.support-page-container{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.main-item{margin-bottom:30px}.commission-form-card{display:block}.commission-form-button{justify-content:center;align-items:center;margin:10px;font-weight:600;font-size:1.5em;border:none;color:var(--text-color);text-transform:uppercase;border-radius:10px;background-color:var(--accent-color);padding:20px}.commission-form-button:hover{cursor:pointer;background-color:var(--secondary-color)}.faq-container{max-width:100%}.commission-container{display:none}}.burger-container{position:relative;max-width:350px;z-index:1}.burger-button{position:inherit;max-height:fit-content;border:none;align-items:center;justify-content:center;background-color:transparent;text-decoration:none}.burger-button a{text-decoration:none;font-size:4ch;font-weight:700;-webkit-text-fill-color:var(--accent-color);-webkit-text-stroke:2px var(--text-color)}.button-text{margin-top:-4ch}.burger-button img{max-width:100%;max-height:100%}.topBurger{margin-top:0;z-index:10}.saladBurger{z-index:9}.pattyCheeseBurger{z-index:8}.bottomBurger{z-index:1;margin-bottom:4ch}@keyframes bounceBurger{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1.2)}}.burger-button:hover{cursor:pointer;animation:bounceBurger .3s ease-in;transform:scale(1.2)}.line-divider{width:100%;border-top:2px solid var(--accent-color);margin:20px 0;flex-shrink:0}html.agegate-open,html.agegate-open body{overflow:hidden}.agegate-open .app-blur-target{filter:blur(8px);transition:filter .18s ease;pointer-events:none;-webkit-user-select:none;user-select:none}.agegate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:color-mix(in srgb,var(--text-color) 20%,transparent)}.agegate-modal{width:min(92vw,520px);background:var(--background-color);color:var(--text-color);border-radius:20px;border:2px solid color-mix(in srgb,var(--primary-color) 35%,transparent);box-shadow:0 24px 70px #0003;padding:28px}.agegate-header{text-align:center;margin-bottom:18px}.agegate-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--primary-color);color:#fff;font-weight:800;margin-bottom:10px}.agegate-header h2{margin:0 0 6px;font-size:1.4rem;letter-spacing:.2px}.agegate-header p{margin:0;opacity:.85;font-size:.95rem}.agegate-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.agegate-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid transparent;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer;transition:transform 80ms ease,box-shadow .16s ease,opacity .16s ease}.agegate-btn:active{transform:translateY(1px)}.agegate-btn-affirm{background:var(--primary-color);color:#fff;box-shadow:0 6px 20px #ff5d8659}.agegate-btn-affirm:hover{opacity:.95}.agegate-btn-decline{background:var(--secondary-color);color:#211e2b;box-shadow:0 6px 20px #c7c1ff59}.agegate-btn-decline:hover{opacity:.95}.agegate-btn:focus-visible{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-color) 40%,transparent)}@media (max-width: 420px){.agegate-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.agegate-open .app-blur-target,.agegate-btn{transition:none}}:root{--primary-color: #ff5d86;--secondary-color: #c7c1ff;--accent-color: #ffc400;--background-color: #fdfdfd;--text-color: #020202}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:var(--background-color);color:var(--text-color);position:relative;font-display:swap}@media (max-height: 800px) or (max-width: 1621px){body{overflow-y:scroll}}
