:root{--bg: #2b1f1a;--panel: #362a27;--muted: #b89a86;--accent: #ffb86b;--glass: rgba(255, 255, 255, .04);--highlight-panel: #4a3834;--header-height: 55px;--nav-strip-height: 50px;--padding-horizontal: 36px;--padding-mobile: 18px}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:#fff}.ge-root{min-height:100vh}.ge-sticky-header{position:sticky;top:0;z-index:100;background:var(--bg);box-shadow:0 4px 20px #0009}.ge-header{display:flex;align-items:center;justify-content:space-between;padding:10px var(--padding-horizontal);height:var(--header-height);box-sizing:border-box;border-bottom:1px solid var(--highlight-panel)}.ge-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700}.ge-brand-logo{width:30px;height:30px}.ge-nav a{margin:0 12px;opacity:1;color:#fff;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.ge-nav a:hover{color:var(--accent)}.ge-actions{opacity:.85;font-size:18px;cursor:pointer}.ge-category-nav-strip{padding:8px var(--padding-horizontal);background:var(--panel);border-bottom:2px solid var(--accent);overflow-x:auto;white-space:nowrap;height:var(--nav-strip-height);box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.ge-category-nav-strip::-webkit-scrollbar{display:none}.ge-chips{display:flex;gap:12px;padding-bottom:12px;margin:0;box-shadow:none}.ge-chip{background:var(--bg);color:var(--muted);border:1px solid var(--highlight-panel);padding:8px 14px;border-radius:20px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease;flex-shrink:0;text-transform:capitalize}.ge-chip:hover{background:var(--highlight-panel);color:#fff;transform:none;box-shadow:none}.ge-chip.active{background:var(--accent);color:var(--bg);border-color:var(--accent);box-shadow:0 0 10px #ffb86b80;font-weight:800}.ge-hero{position:relative;height:300px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;overflow:hidden;margin:18px var(--padding-horizontal);margin-top:18px}.ge-hero-img{width:100%;height:100%;object-fit:cover;filter:brightness(.6);transform:scale(1.05);animation:kenburns 12s ease-in-out infinite alternate}.ge-hero-overlay{position:absolute;left:32px;top:24px;text-align:center}.ge-hero-title{font-size:28px;margin:0 0 6px}.ge-hero-sub{margin:0 0 12px;color:var(--muted)}.ge-main{padding:28px var(--padding-horizontal)}.ge-category{margin:24px 0}.ge-main-header{position:relative;margin-bottom:32px;padding:40px 24px;background:linear-gradient(145deg,var(--panel) 50%,var(--bg));border-radius:16px;box-shadow:0 8px 30px #00000080;overflow:hidden;text-align:center}.ge-heading-badge{max-width:700px;margin:0 auto;position:relative;padding:10px}.ge-heading-separator{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.ge-heading-separator span{display:block;height:2px;background-color:var(--accent);width:30%;opacity:.6}.ge-separator-icon{font-size:1.6rem;color:var(--accent);margin:0 15px;padding:5px;line-height:1;filter:drop-shadow(0 0 8px var(--accent))}.ge-main-title{font-family:Inter,system-ui,sans-serif;font-size:2.8rem;font-weight:900;color:#fff;margin:0;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.7)}.ge-main-sub{font-size:1.1rem;color:var(--muted);margin-top:10px;font-style:italic;font-weight:500}.ge-category-card{display:flex;background:var(--panel);border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 8px 18px #00000080;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;border:1px solid transparent;animation:fadeUp .6s ease both;animation-delay:var(--category-delay, 0s)}.ge-category-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #000000b3}.ge-category-card.active{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 10px 20px #0009;border-bottom-left-radius:0;border-bottom-right-radius:0}.ge-category-media{min-width:200px;height:140px;background-size:cover;background-position:center;filter:brightness(.85);transition:filter .3s ease}.ge-category-card:hover .ge-category-media{filter:brightness(1)}.ge-category-content{padding:16px 20px;flex-grow:1}.ge-category-title{font-size:24px;font-weight:700;margin:0 0 4px;color:var(--accent)}.ge-category-description{margin:0 0 10px;font-size:14px;color:var(--muted)}.ge-category-toggle{font-weight:600;font-size:14px;color:var(--muted);background:var(--highlight-panel);padding:4px 10px;border-radius:20px;transition:all .3s ease}.ge-category-card:hover .ge-category-toggle{color:var(--accent)}.ge-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:16px 20px 20px;background:var(--highlight-panel);border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:2px solid var(--accent);animation:fadeInDown .4s ease-out forwards}.ge-item-card{display:flex;gap:12px;align-items:center;background:var(--bg);padding:14px;border-radius:10px;transition:transform .18s ease,box-shadow .18s ease;position:relative;box-shadow:0 3px 8px #0006;animation:fadeUpItem .4s ease both;animation-delay:var(--item-delay, 0s)}.ge-item-card:hover{transform:scale(1.02);box-shadow:0 10px 20px #000c}.ge-item-media{width:60px;height:60px;border-radius:8px;background-size:cover;background-position:center;flex-shrink:0;border:1px solid var(--muted)}.ge-item-info{display:flex;flex-direction:column;flex-grow:1}.ge-item-name{font-weight:600;font-size:16px}.ge-item-price-options{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}.ge-item-price-tag{background:var(--highlight-panel);padding:3px 8px;border-radius:5px;font-size:14px;font-weight:600;display:flex;align-items:center}.ge-price-size{color:var(--muted);font-size:12px;margin-right:4px}.ge-price-value{color:var(--accent);font-weight:800}.ge-footer{padding:18px;text-align:center;color:var(--muted);margin-top:28px}@media (max-width: 768px){:root{--padding-horizontal: 18px}.ge-header{padding:12px var(--padding-horizontal);height:50px}.ge-nav{display:none}.ge-category-nav-strip{padding:8px var(--padding-horizontal);height:45px}.ge-hero{margin:12px var(--padding-horizontal);height:200px}.ge-main{padding:18px}.ge-main-header{padding:25px 15px;margin-bottom:25px}.ge-main-title{font-size:2rem;letter-spacing:1px}.ge-heading-separator span{width:25%}.ge-category-card{flex-direction:column}.ge-category-media{width:100%;min-width:100%;height:120px}.ge-category-content{padding:14px}.ge-category-title{font-size:20px}.ge-category-toggle{position:static;margin-top:10px}.ge-items-grid{grid-template-columns:1fr;padding:12px 14px}}@media (max-width: 480px){:root{--padding-horizontal: 12px}.ge-header{justify-content:space-around}.ge-actions{display:none}.ge-hero-overlay{left:15px}.ge-hero-title{font-size:24px}.ge-category-card{border-radius:8px}.ge-category-media{height:100px}.ge-item-name{font-size:15px}.ge-item-price-options{gap:5px}.ge-item-price-tag{padding:2px 5px;font-size:12px}.ge-price-size{font-size:10px}}.ge-item-card:after{content:"";position:absolute;pointer-events:none;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.02),transparent 25%);width:140px;height:140px;border-radius:50%;transform:translate(-40px,-40px);opacity:0;transition:opacity .3s}.ge-item-card:hover:after{opacity:1}@keyframes kenburns{0%{transform:scale(1.05)}to{transform:scale(1.12) rotate(.4deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUpItem{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.menu-buttons{margin-top:15px;display:flex;gap:10px}.menu-btn{padding:8px 16px;background-color:#ff6b81;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;transition:transform .2s,background-color .2s}.menu-btn:hover{background-color:#ff4757;transform:scale(1.05)}.ge-platform-icons{display:inline-flex;align-items:center;gap:8px;margin-left:6px}.ge-platform-icon{width:24px;height:24px;object-fit:contain;vertical-align:middle}.footer-root{background:#3a2414;color:#fff;font-family:Inter,sans-serif;padding:24px 0 0;box-sizing:border-box}.footer-reviews{max-width:900px;margin:0 auto;padding:0 16px}.footer-reviews-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin-bottom:18px;gap:18px}.footer-rating-main{display:flex;flex-direction:column;align-items:flex-start;font-size:2.1rem;color:#fb5;min-width:100px}.footer-rating-number{font-size:2rem;font-weight:700;margin-bottom:3px}.footer-rating-stars{font-size:1.15rem;color:#fb5;letter-spacing:1px}.footer-ratings-breakdown{display:flex;flex-direction:column;gap:5px;min-width:140px;flex:1}.footer-bar-row{display:flex;align-items:center;gap:8px;font-size:.97rem;color:#fff}.footer-bar-bg{flex:1;height:7px;background:#614326;border-radius:8px;overflow:hidden;margin:0 6px}.footer-bar-fill{height:100%;background:#fb5;border-radius:8px;transition:width .3s}.footer-reviews-list{display:flex;gap:12px;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;min-height:90px}.footer-review-card{background:#36210d;border-radius:10px;padding:12px 10px;min-width:148px;max-width:200px;flex:1 1 145px;margin:3px 0;box-shadow:0 2px 8px #0002;display:flex;flex-direction:column;align-items:flex-start;min-height:72px}.footer-review-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.footer-review-img{width:36px;height:36px;border-radius:50%;object-fit:cover;box-shadow:0 2px 6px #0003}.footer-review-name{font-weight:600;margin-bottom:2px}.footer-review-stars{color:#fb5;font-size:1rem;margin-bottom:3px}.footer-review-text{font-size:.93rem;line-height:1.4rem;overflow:visible;text-overflow:unset;display:block;min-height:auto;color:#fff;margin-top:4px}footer hr{border:0;height:1px;background:#574335;margin:12px 0}.footer-actions{display:flex;justify-content:center;align-items:center;gap:22px;padding:18px 0 8px;border-top:1px solid #574335;animation:fadeInUp 1s;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.footer-action-item{display:flex;align-items:center;gap:9px;background:#2f1a0a;border-radius:28px;height:44px;padding:0 16px 0 10px;box-shadow:0 2px 8px #0002;cursor:pointer;opacity:.91;transition:background .28s,transform .18s,box-shadow .15s,color .22s;border:none;outline:none;text-decoration:none;color:inherit;font-weight:500;font-size:1rem;margin-bottom:6px}.footer-action-item:hover{background:#4e2d17;opacity:1;color:#fb5;transform:translateY(-2px) scale(1.06);box-shadow:0 4px 16px #0004}.footer-icon{width:22px;height:22px;object-fit:cover;border-radius:50%;background:#fff;filter:brightness(98%);transition:filter .25s;box-shadow:0 1px 6px #0002}.footer-action-item:hover .footer-icon{filter:brightness(120%)}.footer-action-text{font-size:1rem;font-weight:500;letter-spacing:.2px}.footer-bottom{text-align:center;padding:8px 0 16px;font-size:.95rem;opacity:.7;letter-spacing:.1px}.footer-tagline{display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.2rem;font-weight:400;font-style:italic;margin:40px auto;color:#d7bfa6;letter-spacing:.4px;opacity:.9;animation:floatText 6s ease-in-out infinite;max-width:90%}.footer-highlight{font-weight:600;font-style:normal;color:#fff;border-bottom:1px dotted #d7bfa6;padding-bottom:2px;animation:underlineWave 4s ease-in-out infinite}@keyframes floatText{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes underlineWave{0%,to{border-color:#d7bfa6}50%{border-color:#fff}}@media (max-width: 850px){.footer-reviews-header{flex-direction:column;gap:12px;align-items:stretch}.footer-reviews-list{flex-direction:row;gap:12px;justify-content:space-evenly;align-items:stretch}.footer-review-card{flex:1 1 calc(33% - 16px);max-width:unset;min-width:130px}}@media (max-width: 600px){.footer-root{padding-top:14px}.footer-reviews{padding:0 8px}.footer-reviews-header{gap:10px;flex-direction:column}.footer-rating-main{font-size:1.1rem;min-width:70px}.footer-reviews-list{flex-direction:column;gap:12px}.footer-review-card{max-width:96vw;flex:1 1 100%;margin:3px auto;padding:8px 10px;font-size:.82rem;box-shadow:0 2px 8px #0001;min-height:56px}.footer-review-name{font-size:.88rem}.footer-review-stars{font-size:.78rem}.footer-review-text{font-size:.78rem;min-height:auto}.footer-actions{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:11px;padding:8px 0 6px}.footer-action-item{flex-direction:column;justify-content:center;align-items:center;min-width:74px;gap:2px;height:56px;padding:5px 0 2px;font-size:.89rem;border-radius:14px;margin-bottom:2px}.footer-action-item:hover{background:#4e2d17;color:#fb5;box-shadow:0 4px 13px #0005;transform:scale(1.04) translateY(-1px)}.footer-icon{width:23px;height:23px;margin-bottom:2px}.footer-action-text{font-size:.82rem;font-weight:500;text-align:center;white-space:nowrap}}@media (max-width: 400px){.footer-root{padding-top:5px}.footer-review-card{font-size:.77rem;padding:4px 10px;min-height:44px}.footer-actions{gap:6px}.footer-action-item{min-width:60px;font-size:.78rem;height:49px;border-radius:11px}.footer-action-text{font-size:.75rem}}.footer-link{text-decoration:none;color:inherit;display:inline-block}.footer-highlight{font-weight:600;font-style:normal;color:#fff;border-bottom:1px dotted #d7bfa6;padding-bottom:2px;animation:underlineWave 4s ease-in-out infinite;transition:color .3s ease}.footer-link:hover .footer-highlight{color:#fb5;border-bottom-style:solid}
