@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";*{-webkit-tap-highlight-color:transparent;scrollbar-width:none}*::-webkit-scrollbar{display:none}:root{--background-color: #F3F0EC;--card-background: #2D2A26;--text-primary: #F3F0EC;--text-secondary: #C3BDB6;--accent-color: #C59E78;--cream-outline: #C59E78;--font-family: "Poppins", sans-serif;--header-h: 44px;--bottom-nav-h: 70px}.app-container{width:100vw;max-width:100%;height:100dvh;min-height:100svh;margin:0;background-color:var(--background-color);position:relative;overflow:hidden;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0);padding-top:env(safe-area-inset-top,0)}.screen-wrapper{width:100%;height:100%;position:relative}.screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;position:absolute;top:0;left:0}.screen{padding-bottom:calc(12px + env(safe-area-inset-bottom,0));padding-top:calc(12px + env(safe-area-inset-top,0))}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.enter{animation:pageEnter .52s cubic-bezier(.16,1,.3,1) both}.exit{animation:pageExit .42s cubic-bezier(.4,0,.2,1) both}.enter-back{animation:pageEnterBack .52s cubic-bezier(.16,1,.3,1) both}.exit-back{animation:pageExitBack .42s cubic-bezier(.4,0,.2,1) both}@keyframes pageEnter{0%{opacity:0;transform:translate(24px) scale(.98);filter:blur(4px)}to{opacity:1;transform:translate(0) scale(1);filter:blur(0)}}@keyframes pageExit{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-28px) scale(.98)}}@keyframes pageEnterBack{0%{opacity:0;transform:translate(-24px) scale(.98);filter:blur(4px)}to{opacity:1;transform:translate(0) scale(1);filter:blur(0)}}@keyframes pageExitBack{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(28px) scale(.98)}}.back-button{position:absolute;top:25px;left:20px;z-index:100;background:#2d2a261a;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--card-background)}.splash,.welcome{cursor:pointer;background-color:var(--background-color);z-index:10}.logo{transition:all .6s cubic-bezier(.68,-.55,.27,1.55);height:auto}.logo.small{width:80px}.logo.large{width:120px}.welcome-text{margin-top:20px;font-size:2.5rem;color:var(--card-background);animation:slideUpFadeIn .8s ease-out .2s backwards}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.splash-pulse{width:64px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.85);opacity:.85}50%{transform:scale(1.15);opacity:1}to{transform:scale(.85);opacity:.85}}.select-bar{justify-content:space-between;padding:0}.select-map-bg{position:absolute;inset:0;background:none}.bar-map-bg{position:absolute;inset:0;background:url(/assets/back-J_O9SByl.png) center/cover no-repeat;filter:grayscale(0%) opacity(.22) contrast(1) brightness(1)}.beans-layer{position:absolute;inset:0;will-change:transform;transition:transform .06s ease-out;pointer-events:none}.bg-shape{position:absolute;opacity:.5;background:transparent;border:2px solid rgba(197,158,120,.45);border-radius:60% 40% 55% 45%/55% 60% 40% 45%;transform:rotate(18deg)}.bg-shape:after{content:"";position:absolute;inset:10% 48%;border-left:2px solid rgba(197,158,120,.35);border-radius:60%/50%;transform:rotate(12deg)}.s1{top:-10vw;left:-20vw;width:clamp(160px,48vw,320px);height:clamp(160px,48vw,320px)}.s2{top:-8vw;right:-18vw;width:clamp(200px,58vw,380px);height:clamp(200px,58vw,380px)}.s3{bottom:-10vw;left:-20vw;width:clamp(240px,70vw,460px);height:clamp(240px,70vw,460px)}.s4{bottom:-8vw;right:-16vw;width:clamp(160px,44vw,280px);height:clamp(160px,44vw,280px)}@media (max-width: 400px){.s1{top:-10vw;left:-24vw}.s2{top:6vw;right:-26vw}.s3{bottom:24vw;left:-30vw}.s4{bottom:-12vw;right:-20vw}}@media (min-width: 900px){.s1{top:-6vw;left:-10vw;width:clamp(220px,30vw,420px);height:clamp(220px,30vw,420px)}.s2{top:-4vw;right:-10vw;width:clamp(260px,34vw,480px);height:clamp(260px,34vw,480px)}.s3{bottom:-6vw;left:-10vw;width:clamp(300px,40vw,560px);height:clamp(300px,40vw,560px)}.s4{bottom:-4vw;right:-8vw;width:clamp(200px,28vw,360px);height:clamp(200px,28vw,360px)}}@media (min-width: 1400px){.s1{left:-10vw}.s2{right:-12vw}.s3{left:-14vw}.s4{right:-8vw}}.select-bar .content{flex-grow:1;display:flex;align-items:center;justify-content:center;z-index:2}.select-bar-button{padding:15px 40px;border-radius:30px;border:2px solid var(--card-background);background:transparent;color:var(--card-background);font-size:1.1rem;cursor:pointer;transition:all .3s ease}.select-bar-button:hover{background:var(--card-background);color:var(--text-primary);transform:scale(1.05)}.bar-map{padding:0;justify-content:space-between}.map-background{position:absolute;top:0;left:0;width:100%;height:100%;background:none}.map-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;text-align:center;color:#5d4037;padding-bottom:80px;transition:transform .3s ease}.map-content:hover{transform:scale(1.05)}.map-toolbar{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#000000b8;color:#fff;z-index:6;padding:12px 16px;box-sizing:border-box;min-height:clamp(64px,10vh,100px);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.08)}.map-toolbar p{margin:0;opacity:.92;text-align:center;font-size:1.06rem}.map-toolbar button{background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;padding:12px 16px;border-radius:12px;cursor:pointer;font-size:1rem}.map-toolbar button:active{transform:scale(.98)}.toolbar-search{width:min(720px,92%);max-height:0;overflow:hidden;transition:max-height .25s ease,padding .2s ease;padding:0}.toolbar-search.open{max-height:60vh;padding:10px 0 6px}.toolbar-search .search-input{width:100%;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;border-radius:12px;padding:10px 12px;font-size:16px;box-sizing:border-box}.toolbar-search .search-input::placeholder{color:#ffffffb3}.toolbar-search .search-list{list-style:none;margin:8px 0 0;padding:0;width:100%;max-height:40vh;overflow-y:auto}.toolbar-search .search-item{width:100%;text-align:left;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:10px 12px;margin-bottom:8px;cursor:pointer;color:#fff}.toolbar-search .search-item:active{transform:scale(.99)}.screen-barMap .back-button{background:#ffffff24;border:1px solid rgba(255,255,255,.7);color:#fff;z-index:7;mix-blend-mode:normal;filter:none}.screen-barMap .back-button:hover{background:#fff3}.screen-barMap .back-button:active{transform:scale(.98)}.location-pin svg{width:60px;height:60px;stroke-width:1.5;fill:var(--accent-color);stroke:#fff;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.bar-name{font-size:2rem;margin-top:5px;text-shadow:0 2px 4px rgba(255,255,255,.7)}.map-cta{margin-top:16px;background-color:var(--accent-color);color:#fff;padding:16px 32px;border-radius:20px;font-weight:600;border:none;font-size:clamp(1rem,3.8vw,1.6rem);min-width:clamp(220px,70%,460px);box-shadow:0 6px 18px #0000001f}.map-cta:focus{outline:none}.map-cta:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}.map-footer{z-index:5;width:100%;background:#2d2a26d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:30px 30px 0 0;padding:20px;text-align:center}.map-footer p{margin:0 0 10px;opacity:.8}.map-footer button{background:none;border:none;color:var(--accent-color);font-size:1rem;font-weight:700;cursor:pointer}.coffee-menu{justify-content:flex-start;padding:0;height:100%;overflow:hidden}.app-header{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:var(--header-h);padding:clamp(16px,4vh,40px) 20px;z-index:5;position:relative;width:100%;box-sizing:border-box}.app-header h1{font-size:clamp(1.6rem,2.5vw,2.1rem);color:var(--card-background)}.subheader-bar{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);font-size:.95rem;color:var(--accent-color);opacity:.9;white-space:nowrap}.subheader-bar.muted{color:#9b958c}.back-button{position:absolute;top:18px;left:20px;transform:none}.swiper-container,.skeleton-card{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center;padding:6px 0;box-sizing:border-box;height:calc(100% - var(--header-h) - var(--bottom-nav-h))}.coffee-swiper,.skeleton{width:96%;max-width:100%;height:calc(100% - var(--header-h) - var(--bottom-nav-h));max-height:calc(100% - var(--header-h) - var(--bottom-nav-h))}.swiper-container{height:calc(100% - var(--header-h) - var(--bottom-nav-h) - 10px)}.swiper-placeholder{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center;height:calc(100% - var(--header-h) - var(--bottom-nav-h) - 8px)}.loader-ring{width:40px;height:40px;border:4px solid rgba(0,0,0,.15);border-top-color:#0009;border-radius:50%;animation:spin 1s linear infinite}.coffee-slide{display:flex;align-items:center;justify-content:center;border-radius:25px;perspective:1000px;overflow:hidden}.flip-card{position:relative;width:100%;height:100%;overflow:hidden;border-radius:25px;background:transparent}.flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;overflow:visible}.is-flipped .flip-card-inner{transform:rotateY(180deg)}.coffee-card{border-radius:25px;color:var(--text-primary);box-shadow:0 10px 30px #0003;width:100%;height:100%;display:flex;flex-direction:column;transition:background-color .4s ease;backface-visibility:hidden;position:absolute;top:0;left:0;box-sizing:border-box;background-clip:padding-box}.flip-back{transform:rotateY(180deg)}.flip-card.to-prep .flip-card-inner{transform:rotateY(-180deg)}.image-container{height:50%;padding:12px 16px 8px;box-sizing:border-box}.coffee-image{width:100%;height:100%;object-fit:contain}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000001a;color:var(--text-secondary);border-radius:10px}.details{padding:25px 18px clamp(100px,14vh,180px);flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;border-top:1px solid rgba(197,158,120,.35);min-height:40%}.coffee-swiper{overflow:visible}.coffee-swiper .swiper-wrapper{align-items:stretch}.coffee-swiper .swiper-slide{height:100%!important;overflow:visible}.coffee-swiper .swiper-slide-shadow,.coffee-swiper .swiper-slide-shadow-left,.coffee-swiper .swiper-slide-shadow-right,.coffee-swiper .swiper-cube-shadow{display:none!important}.coffee-swiper .swiper-slide{border-radius:25px;overflow:hidden;background:transparent}@media (min-width: 720px){.coffee-swiper,.skeleton{width:96%;max-width:100%}.image-container{height:58%}.description-text{font-size:1.08rem;line-height:1.62}.details h2{font-size:1.8rem}.back-sections{gap:24px}.back-sections:after{top:10%;bottom:10%}}@media (min-width: 720px) and (max-width: 1200px){.details{padding-bottom:clamp(120px,16vh,200px)!important}.card-actions{margin-bottom:clamp(40px,8vh,100px)}}@media (max-height: 760px){.coffee-swiper,.skeleton{height:calc(100% - var(--header-h) - var(--bottom-nav-h));max-height:calc(100% - var(--header-h) - var(--bottom-nav-h))}.image-container{height:46%}.details{padding:10px 14px 36px}.card-actions{transform:translateY(-1.5vh)}.detail-image-top{height:clamp(90px,16vh,130px)}}@media (max-height: 680px){.image-container{height:44%}.details{padding:10px 12px 30px}.info-row{max-width:340px}.card-actions{transform:translateY(-2vh)}}@media (max-height: 860px) and (max-width: 430px){.app-header{padding:20px 16px}.coffee-swiper,.skeleton{height:calc(100% - var(--header-h) - var(--bottom-nav-h));max-height:calc(100% - var(--header-h) - var(--bottom-nav-h))}.image-container{height:45%}.details{padding:10px 14px 32px}.order-button,.info-button{margin-top:10px}.detail-image-top{height:clamp(100px,15vh,140px)}}@media (max-height: 620px) and (max-width: 420px){.back-sections{grid-template-columns:1fr;gap:6px}.back-sections:after{display:none}.right{max-height:55%}}@media (min-width: 1200px){.details{padding-bottom:clamp(120px,14vh,220px)!important}.card-actions{margin-bottom:clamp(40px,8vh,100px)}}@media (min-width: 1000px) and (max-width: 1400px){.card-actions{transform:translateY(-6vh)}}@media (min-width: 1400px){.card-actions{transform:translateY(-5vh)}}@media (min-width: 1000px) and (max-width: 1400px){.coffee-swiper,.skeleton{width:96%;max-width:640px;margin:0 auto}.image-container{height:50%}}@media (min-width: 1400px){.coffee-swiper,.skeleton{width:96%;max-width:100%}}@media (min-width: 1200px){.orders-swipe{max-width:1100px;margin:0 auto}.coffee-swiper,.skeleton{max-width:720px;margin:0 auto}.back-sections{max-width:900px}}.details h2{margin:0 0 15px;font-size:clamp(1.25rem,2.4vw,1.7rem);color:var(--accent-color)}.info-row{display:grid;grid-template-columns:24px minmax(200px,auto) 1fr;align-items:center;gap:12px;margin:8px auto;padding-top:12px;color:var(--accent-color);font-size:clamp(.98rem,1.8vw,1.08rem);border-top:1px solid rgba(197,158,120,.35);width:100%;max-width:380px}.info-row:first-of-type{border-top:none;padding-top:0}.info-icon{width:24px;height:24px;color:var(--accent-color);stroke-width:2;justify-self:start}.info-row span,.info-row .bitterness-display{justify-self:center}.bitterness-display{display:flex;gap:4px}.dot{width:10px;height:10px;border-radius:50%;background:#6d6964;overflow:hidden;position:relative}.dot.filled{background:var(--accent-color)}.dot.half{background:linear-gradient(90deg,var(--accent-color) 0 50%,#6D6964 50% 100%)}.card-actions{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;gap:10px;align-items:center;justify-content:center;width:90%;max-width:360px;margin:0 auto}.order-button{width:100%;height:clamp(46px,6vh,56px);padding:0 18px;display:flex;align-items:center;justify-content:center;background:var(--accent-color);color:var(--text-primary);border:none;border-radius:12px;font-size:clamp(1rem,2vw,1.08rem);font-weight:600;cursor:pointer;margin-top:20px;transition:transform .18s ease,box-shadow .18s ease}.order-button:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 8px 18px #0000002e}.order-button:active{transform:translateY(0) scale(.99);box-shadow:0 4px 12px #00000024}.order-button:focus-visible{outline:2px solid rgba(232,119,34,.6);outline-offset:2px}.info-button{margin-top:20px;width:clamp(46px,6vh,56px);height:clamp(46px,6vh,56px);border-radius:12px;border:2px solid rgba(255,255,255,.2);background:transparent;color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;transition:background-color .18s ease,transform .18s ease}.info-button:hover{background-color:#ffffff14;transform:translateY(-1px)}.info-button:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:2px}.prep-card{transform:rotateY(180deg);backface-visibility:hidden;display:flex;align-items:center;justify-content:center;padding:18px;position:relative}.prep-content{width:96%;max-width:380px;text-align:center;color:var(--accent-color);position:static;display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:flex-start;height:100%;padding:16px 12px;box-sizing:border-box}.prep-title-wrap{flex:0 0 25%;width:100%;display:flex;align-items:center;justify-content:center;padding:4px 0 6px}.prep-anim-area{flex:0 0 50%;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.facts-area{flex:0 0 25%;width:100%;display:flex;align-items:center;justify-content:center;padding:6px 0;overflow:hidden}.prep-anim{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:0}.prep-title{font-size:1.45rem;margin:0;color:var(--accent-color)}.coffee-svg{width:90%;height:100%;max-width:420px;margin:0 auto;display:block;overflow:visible;transform:none;transform-origin:center}@keyframes steamFlow{0%{opacity:0;transform:translateY(6px);stroke-dasharray:0 240}20%{opacity:1}60%{opacity:1;stroke-dasharray:120 120}to{opacity:0;transform:translateY(-8px);stroke-dasharray:240 0}}.steam{animation:steamFlow 2.8s ease-in-out infinite}.steam.s2{animation-delay:.35s}.steam.s3{animation-delay:.7s}@keyframes beanPulse{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(.95)}}@keyframes creaseFlow{0%{stroke-dasharray:0 120;opacity:.8}50%{stroke-dasharray:24 96;opacity:1}to{stroke-dasharray:120 0;opacity:.8}}.beans .bean{transform-origin:center;animation:beanPulse 2.6s ease-in-out infinite}.beans .b2{animation-delay:.25s}.beans .b3{animation-delay:.5s}.beans .crease{animation:creaseFlow 2.6s ease-in-out infinite}.coffee-svg .steam{stroke-linecap:round;stroke-dasharray:180;stroke-dashoffset:180;animation:steamDraw 3s ease-in-out infinite}.coffee-svg .cup{stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:240;stroke-dashoffset:240;animation:cupDraw 1.2s ease-out forwards}.coffee-svg .handle{stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:120;stroke-dashoffset:120;animation:cupDraw 1.4s ease-out forwards .2s}.coffee-svg .beans ellipse{animation:beanPulse 2.2s ease-in-out infinite;transform-origin:center}.coffee-svg .beans ellipse:nth-child(1){animation-delay:.1s}.coffee-svg .beans ellipse:nth-child(3){animation-delay:.3s}.coffee-svg .beans ellipse:nth-child(5){animation-delay:.5s}@keyframes beanPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.coffee-svg .drip{animation:dripMove 1.6s ease-in-out infinite}@keyframes dripMove{0%{transform:translateY(0);opacity:0}10%{opacity:1}70%{transform:translateY(28px);opacity:1}to{transform:translateY(40px);opacity:0}}@keyframes cupDraw{to{stroke-dashoffset:0}}@keyframes steamDraw{0%{stroke-dashoffset:180;opacity:0}20%{opacity:1}60%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:180;opacity:0}}.facts-carousel{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.fact-item{animation:fadeIn .3s;color:#ead3bd}.back-content{display:flex;flex-direction:column;height:100%;padding:10px 8px;position:relative;overflow:hidden}.back-sections{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;position:relative;max-width:96%;margin:0 auto;flex:1 1 auto;min-height:0;z-index:1;height:100%;align-items:start}.back-sections:after{content:"";position:absolute;top:8%;bottom:8%;left:50%;width:1px;background:#ffffff2e;transform:translate(-50%)}.left,.right{min-width:0}.left{padding-right:10px}.right{padding:10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-height:100%;min-height:0;height:100%}.right::-webkit-scrollbar{display:none}.detail-image-top{width:100%;height:clamp(110px,20vh,160px);object-fit:contain;object-position:center;border-radius:12px;padding:0;margin:0 0 6px;background:transparent}.description-text{margin:8px 0 0;color:#d8d2cb;font-size:clamp(.9rem,1.9vh,1.06rem);line-height:1.45;max-width:100%}.title-row{display:flex;align-items:center;justify-content:space-between}.title-stack{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:6px}.title-icon{width:22px;height:22px;color:#c8c2ba}.metrics-title.center{text-align:center;width:100%;font-size:clamp(.96rem,1.9vh,1.06rem)}.metric{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;color:#c8c2ba;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.1);background:transparent;border-radius:0}.metric .bitterness-display{justify-self:end;max-width:100%}.metric span{overflow-wrap:anywhere;font-size:clamp(.8rem,1.7vh,.94rem)}.metric .bitterness-display{justify-self:end}.metric:last-child{border-bottom:none}.detail-image-bottom{display:none}.close-back{margin:0;padding:8px 12px;border:1px solid rgba(255,255,255,.25);background:#0006;color:#e9e4de;border-radius:12px;cursor:pointer;position:absolute;z-index:100;pointer-events:auto}.close-back.top-right{inset:8px 8px auto auto;transform:none;box-shadow:0 6px 14px #00000059;font-size:14px;padding:6px 10px}.prep-card .close-back.top-right{top:12px;right:12px}body.share-capture .flip-card-inner{transform:none!important;transition:none!important}body.share-capture .flip-front{display:none!important}body.share-capture .flip-back{transform:none!important;backface-visibility:visible!important;-webkit-backface-visibility:visible!important}@media (min-height: 740px){.coffee-swiper,.skeleton{max-height:calc(100% - var(--header-h) - var(--bottom-nav-h))}.detail-image-top{height:150px}}@media (max-height: 740px) and (max-width: 420px){.right{padding:10px 6px 22px 8px}.metrics-title.center{font-size:clamp(.92rem,1.7vh,1rem)}.metric{padding:5px 0;gap:6px;grid-template-columns:52% auto}.metric span{font-size:clamp(.76rem,1.55vh,.88rem)}.bitterness-display{gap:3px}}@media (max-width: 430px){.right{padding-right:12px;box-sizing:border-box}.metric{grid-template-columns:minmax(0,1fr) auto}.metric .bitterness-display .dot{width:8px;height:8px}}@media (max-width: 360px){.coffee-swiper{width:90%}}@media (max-width: 600px){.coffee-swiper{width:88%}}.image-container-skeleton{height:55%;background-color:#3a3632;border-radius:25px 25px 0 0}.skeleton-anim{background:linear-gradient(90deg,#3a3632 25%,#4a4642,#3a3632 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-line{height:20px;border-radius:8px;margin-bottom:15px}.skeleton-line.title{height:30px;width:70%;margin-bottom:20px}.skeleton-line.short{width:50%}.skeleton-line.button{height:50px;border-radius:12px;margin-top:20px}.bottom-nav{position:sticky;bottom:0;flex-shrink:0;width:100%;height:var(--bottom-nav-h);background:#2d2a26cc;border-radius:30px 30px 0 0;display:flex;justify-content:space-around;align-items:center;padding:4px 10px 6px;box-sizing:border-box;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-button{width:70px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#e0e0e0;cursor:pointer;border:none;background:transparent;outline:none;transition:transform .15s ease,color .15s ease;font-size:11px}.nav-button:hover{transform:translateY(-1px)}.nav-button:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:2px;border-radius:12px}.nav-button svg{width:22px;height:22px;stroke-width:2}.nav-button.main-button{width:60px;height:60px;background:var(--accent-color);border-radius:50%;transition:background-color .15s ease}.bottom-nav .nav-button.main-button.active{background:#231f20}.nav-logo{filter:brightness(0) invert(1);width:35px}.nav-button.active{color:var(--accent-color)}.nav-button:active{transform:scale(.95)}.nav-button.main-button:active{transform:scale(.92)}.order-status-popup{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#2d2a26;color:#fff;padding:12px 25px;border-radius:30px;box-shadow:0 4px 15px #0003;z-index:1000;animation:fadeIn .3s}.order-status-popup.success{background-color:#4caf50}.order-status-popup.error{background-color:#f44336}.skeleton-loader-content{display:flex;align-items:center;gap:10px}.skeleton-icon{width:24px;height:24px;border-radius:50%}.skeleton-icon:after{content:"";display:block;width:100%;height:100%;border-radius:50%;border:3px solid #6D6964;border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}.error-message{color:red}.star-row{display:flex;align-items:center;justify-content:center;gap:4px}.star-row.glyphs{display:grid;grid-template-columns:repeat(5,10px);column-gap:6px;justify-content:center}.star-glyph{width:12px;height:12px;display:inline-block;background:#a99d90;border-radius:3px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.431 8.2 1.193-5.934 5.787 1.401 8.168L12 18.896 4.665 23.166l1.401-8.168L.132 9.211l8.2-1.193z"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.431 8.2 1.193-5.934 5.787 1.401 8.168L12 18.896 4.665 23.166l1.401-8.168L.132 9.211l8.2-1.193z"/></svg>') center/contain no-repeat}.star-glyph.full{background:#c59e78}.star-glyph.half{background:linear-gradient(90deg,#c59e78 50%,#a99d90 50%)}.star-glyph.empty{background:#a99d90;opacity:.75}.inline-rater.modern{display:grid;grid-template-columns:1fr;gap:8px;padding:12px;background:#faf7f3;border-radius:12px;width:100%;box-sizing:border-box}.inline-rater .stars{display:flex;gap:6px}.inline-rater .stars .star{font-size:18px;line-height:1;padding:4px 6px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#b8b3ab}.inline-rater .stars .star.filled{color:#ffc107}.inline-rater .comment-wrap{position:relative;flex:1;min-width:180px;overflow:hidden}.inline-rater .comment-input{width:100%;padding:10px 38px 10px 12px;border-radius:10px;border:1px solid #e3ded6;background:#fff;resize:none;font-size:13px;box-sizing:border-box;font-family:var(--font-family)}.inline-rater .char-count{position:absolute;right:8px;bottom:6px;font-size:11px;color:#9b958c}.inline-rater .submit-rating{background:#c59e78;color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600;white-space:nowrap}.inline-rater .submit-rating:disabled{background:#d6c9bb;cursor:not-allowed}.aggregate-rating{position:absolute;bottom:10px;right:12px;background:#00000040;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.orders-container{flex:1;width:100%;display:block;padding:0;box-sizing:border-box;height:calc(100dvh - var(--header-h) - var(--bottom-nav-h));height:calc(100svh - var(--header-h) - var(--bottom-nav-h));overflow-y:auto;scrollbar-width:none}.orders-container::-webkit-scrollbar{display:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;height:100%;min-height:300px}.empty-state h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 12px;color:var(--card-background)}.empty-state p{color:var(--text-secondary);font-size:1rem;margin:0;max-width:400px;line-height:1.5;color:#8b8680}.orders-swipe{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;align-items:start}@media (max-width: 430px){.orders-swipe{padding:16px 14px 24px;grid-template-columns:1fr;max-width:600px}.order-card{width:100%;box-sizing:border-box}}.order-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 24px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.header-icon-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:1px solid #e0dbd4;background:#fff;color:#6a625a;width:36px;height:36px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f}.header-icon-btn:active{transform:translateY(-50%) scale(.98)}.header-icon-btn .spin{animation:spin .9s linear infinite}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee}.order-info{display:flex;flex-direction:column;gap:4px}.order-id{font-weight:700;color:var(--card-background);font-size:1.1rem}.customer-name{color:var(--text-secondary);font-size:.98rem}.order-time{color:var(--accent-color);font-weight:600;font-size:.95rem}.orders-container .order-card,.orders-container .swipe-card{min-height:150px}.orders-container .rating-block{margin-top:10px}.interactions-page{display:flex;flex-direction:column;min-height:100%;align-items:stretch}.app-header.sticky{position:sticky;top:0;z-index:5;background:var(--page-bg, #F4F1EC);box-shadow:0 1px #0000000d}.interactions-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;height:calc(100vh - var(--bottom-nav-h) - 70px)}.interactions-list{display:flex;flex-direction:column;gap:clamp(10px,2.2vw,18px);padding:12px 16px 20px;width:100%;box-sizing:border-box;align-items:stretch}.bubble{width:fit-content;max-width:92%;padding:clamp(12px,2.2vw,18px) clamp(14px,2.4vw,20px);border-radius:18px;background:#fff;border:1px solid #ece7e0;box-shadow:0 2px 3px #0000000a;overflow:hidden;align-self:flex-start}.bubble.right{align-self:flex-end;background:#f7f3ee;margin-left:auto}.bubble .meta{font-size:clamp(12px,1.9vw,14px);color:#9b958c;margin-bottom:8px}.bubble .text{font-size:clamp(14px,2.6vw,18px);color:#3b362f;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.bubble .text.sm{font-size:clamp(13px,2.4vw,16px)}.bubble .text.xs{font-size:clamp(12px,2.2vw,14px)}.owner-chip{font-size:12px;color:#666}.vote-row{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-top:0;flex-shrink:0}.vote-row .vote{border:1px solid #ddd;border-radius:6px;padding:2px 6px;background:#fff;cursor:pointer;line-height:1;font-size:12px}.vote-row .vote.up{color:#2f6e4f}.vote-row .vote.down{color:#7f2424}.vote-row .vote-count{min-width:0;text-align:center;font-weight:700;font-size:12px}.content-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%}@media (max-width: 380px){.content-row{gap:6px;grid-template-columns:minmax(0,1fr) auto}.vote-row .vote{padding:2px 5px;font-size:11px}.vote-row .vote-count{font-size:11px}}@media (min-width: 900px){.interactions-list{max-width:1100px;margin:0 auto;padding:20px 16px 24px}.bubble{max-width:720px;margin-left:24px;margin-right:24px}}@media (min-width: 1400px){.interactions-list{max-width:1280px}.bubble{max-width:820px;margin-left:28px;margin-right:28px}}.pill-input{padding:12px 16px;border:2px solid #eee;border-radius:12px;background:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center}.pill-input:hover{border-color:#c59e78}.media-cell{border:none;background:transparent;cursor:pointer}@keyframes beanFall{0%{transform:translateY(0) rotate(0) scale(1);opacity:.5}to{transform:translateY(100vh) rotate(360deg) scale(.8);opacity:.5}}.beans-pour-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.coffee-bean{box-shadow:0 2px 4px #0000004d}.screen{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.screen-wrapper{position:relative;width:100%;height:100%}.screen-wrapper .screen{position:absolute;top:0;left:0;width:100%;height:100%}:root{--background-color: #F0EFEA;--card-background: #2D2A26;--text-primary: #FFFFFF;--text-secondary: #C3BDB6;--accent-color: #A67B5B;--border-radius: 20px}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:#333}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
