.app-loading-screen{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 43%,rgba(233,201,168,.24),transparent 28%),linear-gradient(145deg,#fffaf4,#f8eee3 52%,#f2e5d7);isolation:isolate}.app-loading-screen:not(.app-loading-contained){position:fixed;z-index:1000;inset:0;width:100%;height:100vh;height:100dvh}.app-loading-screen:before{position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(107,58,31,.025) 1px,transparent 0),linear-gradient(90deg,rgba(107,58,31,.025) 1px,transparent 0);background-size:52px 52px;content:"";-webkit-mask-image:radial-gradient(circle at center,#000 0 22%,transparent 64%);mask-image:radial-gradient(circle at center,#000 0 22%,transparent 64%)}.app-loading-contained{min-height:240px;width:100%;background:transparent}.app-loading-contained .app-loading-atmosphere,.app-loading-contained:before{display:none}.app-loading-atmosphere{position:absolute;z-index:-1;inset:0;pointer-events:none}.app-loading-atmosphere span{position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(180,106,44,.1);filter:blur(72px);animation:app-loading-ambient-glow 5s ease-in-out infinite alternate}.app-loading-atmosphere span:first-child{top:18%;left:20%}.app-loading-atmosphere span:last-child{right:18%;bottom:12%;width:280px;height:280px;background:rgba(107,58,31,.07);animation-delay:-2.5s}.app-loading-content{position:relative;display:flex;flex-direction:column;align-items:center;min-width:220px;gap:14px;color:var(--qr-ink,#191512);animation:app-loading-content-enter .7s cubic-bezier(.22,1,.36,1) both}.app-loading-logo-stage{position:relative;width:124px;height:124px;display:grid;place-items:center}.app-loading-orbit{position:absolute;inset:2px;border:1px solid rgba(107,58,31,.12);border-radius:50%;animation:app-loading-orbit-spin 4.8s linear infinite}.app-loading-orbit:after,.app-loading-orbit:before{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--qr-brand-2,#8a4e2a);box-shadow:0 0 18px rgba(138,78,42,.42);content:""}.app-loading-orbit:before{top:12px;right:18px}.app-loading-orbit:after{bottom:12px;left:18px;opacity:.48}.app-loading-logo-shell{position:relative;display:grid;width:94px;height:94px;place-items:center;animation:app-loading-logo-float 2.8s ease-in-out infinite}.app-loading-logo-shell img{display:block;width:78px;height:78px}.app-loading-brand{font-size:27px;font-weight:850;letter-spacing:-.045em;line-height:1}.app-loading-brand b{color:var(--qr-brand-2,#8a4e2a);font-weight:inherit}.app-loading-tagline{margin-top:-5px;color:var(--qr-muted,#786b61);font-size:10px;font-weight:700;letter-spacing:.12em;line-height:1.4;text-align:center;text-transform:uppercase}.app-loading-loader{width:156px;margin-top:8px}.app-loading-progress{position:relative;display:block;width:100%;height:3px;overflow:hidden;border-radius:999px;background:rgba(107,58,31,.1)}.app-loading-progress i{position:absolute;inset:0 auto 0 0;width:42%;border-radius:inherit;background:linear-gradient(90deg,var(--qr-brand,#6b3a1f),var(--qr-brand-soft,#e9c9a8));box-shadow:0 0 16px rgba(138,78,42,.3);animation:app-loading-progress-move 1.35s cubic-bezier(.65,0,.35,1) infinite}.app-loading-retry{width:42px;height:42px;margin-top:4px;border:1px solid rgba(107,58,31,.22);border-radius:50%;background:rgba(255,255,255,.7);color:var(--qr-brand,#6b3a1f);font-size:20px;line-height:1;box-shadow:0 12px 28px rgba(63,43,29,.1);transition:color .2s ease,background .2s ease,transform .2s ease}.app-loading-retry:hover{border-color:var(--qr-brand,#6b3a1f);background:var(--qr-brand,#6b3a1f);color:#fff;transform:rotate(12deg) scale(1.05)}@keyframes app-loading-content-enter{0%{filter:blur(3px);transform:translateY(12px) scale(.98)}to{filter:none;transform:none}}@keyframes app-loading-orbit-spin{to{transform:rotate(1turn)}}@keyframes app-loading-logo-float{50%{transform:translateY(-4px)}}@keyframes app-loading-progress-move{0%{transform:translateX(-115%)}to{transform:translateX(350%)}}@keyframes app-loading-ambient-glow{to{opacity:.58;transform:translate3d(16px,-12px,0) scale(1.08)}}@media (prefers-reduced-motion:reduce){.app-loading-atmosphere span,.app-loading-content,.app-loading-logo-shell,.app-loading-orbit,.app-loading-progress i{animation:none}.app-loading-progress i{width:58%}}.catalog-menu-template{--bs-body-bg:var(--template-bg);--bs-body-color:var(--template-text);background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.32),transparent 28%),linear-gradient(180deg,var(--template-bg-soft),var(--template-bg));color:var(--template-text);font-family:Inter,Segoe UI,Helvetica,Arial,sans-serif}.template-loading-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:24px}.template-loading-logo{width:min(68vw,360px);height:112px;object-fit:cover;border-radius:999px;box-shadow:0 24px 70px rgba(69,48,22,.22)}.template-loading-spinner{width:38px;height:38px;border:4px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:template-spin .8s linear infinite}@keyframes template-spin{to{transform:rotate(1turn)}}.template-shell{width:min(100%,760px);margin:0 auto;padding:54px 32px 46px}.template-brand-header{text-align:center;color:#fff;margin-bottom:56px}.template-brand-logo{width:min(72vw,500px);height:104px;object-fit:cover;border-radius:999px;margin-bottom:28px;box-shadow:0 24px 70px rgba(69,48,22,.18)}.template-brand-header h1{margin:0;font-size:clamp(40px,7vw,62px);font-weight:900}.template-brand-header p{margin:22px 0 0;font-size:clamp(24px,4vw,34px);font-weight:800}.template-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.template-category-card{min-height:440px;border:1px solid rgba(255,255,255,.68);border-radius:44px;background:var(--template-surface);color:var(--template-text);padding:42px 24px 34px;text-align:center;box-shadow:0 18px 48px rgba(93,67,31,.16)}.template-category-card img{width:min(72%,210px);aspect-ratio:1;border-radius:50%;object-fit:cover;margin-bottom:46px;box-shadow:0 12px 28px rgba(27,20,12,.12)}.template-category-card span{display:block;margin-bottom:18px;font-size:clamp(28px,4.3vw,38px);font-weight:900;line-height:1.05}.template-category-card small{display:block;color:var(--template-muted);font-size:clamp(20px,3.2vw,29px);line-height:1.25}.template-home-footer{color:rgba(45,35,23,.72);text-align:center;font-size:clamp(18px,3vw,25px);line-height:1.55;margin-top:46px}.template-home-footer p{margin:0 0 28px}.template-list-header{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid var(--template-border);border-radius:44px;background:var(--template-surface);padding:34px;margin-bottom:32px;box-shadow:0 12px 34px rgba(93,67,31,.12)}.template-list-header h1{margin:0 0 12px;font-size:clamp(30px,5vw,40px);font-weight:900}.template-list-header p{margin:0;color:var(--template-muted);font-size:clamp(20px,3.4vw,29px)}.template-back-button{flex:0 0 auto;border:2px solid var(--template-border);border-radius:999px;background:#f7f6f4;color:#333;padding:16px 26px;font-size:24px;font-weight:900}.template-product-list{display:grid;gap:26px}.template-product-card{border:1px solid var(--template-border);border-radius:44px;background:var(--template-surface);color:var(--template-text);padding:34px;text-align:center;box-shadow:0 16px 38px rgba(93,67,31,.14)}.template-product-avatar{width:min(52vw,230px);aspect-ratio:1;border:2px solid var(--template-border);border-radius:50%;object-fit:cover;margin-bottom:26px}.template-product-card h2{margin:0 0 26px;font-size:clamp(28px,4.5vw,36px);font-weight:900}.template-portion-toggle{width:min(100%,280px);min-height:78px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:4px;margin:0 auto 22px;border-radius:999px;background:#f0f0f0;padding:8px}.template-portion-toggle button,.template-portion-toggle span{min-height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:24px;color:#626262;font-size:23px;font-weight:900;border:0}.template-portion-toggle button.active,.template-portion-toggle span.active{background:#fff;color:#111;box-shadow:0 6px 18px rgba(25,25,25,.12)}.template-product-meta{color:#7b7b7b;font-size:clamp(19px,3.2vw,25px);font-weight:800}.template-product-meta strong{color:var(--template-text);margin-left:12px}.template-product-description{max-width:590px;margin:24px auto;color:var(--template-muted);font-size:clamp(20px,3.5vw,29px);line-height:1.45}.template-product-ingredients{border-radius:999px;background:#f4efe6;color:#4e4a45;padding:14px 22px;margin:0;font-size:clamp(17px,3vw,24px);text-align:left}.template-detail-screen{min-height:100vh;background:var(--template-detail-bg);color:var(--template-detail-text)}.template-detail-shell{width:min(100%,760px);margin:0 auto;padding:12px 40px 64px}.template-detail-handle{width:96px;height:12px;border-radius:999px;background:rgba(255,255,255,.32);margin:0 auto 32px}.template-detail-hero{width:100%;height:min(44vh,420px);border:1px solid rgba(255,255,255,.12);border-radius:34px;object-fit:cover;margin-bottom:44px}.template-detail-title{margin:0 0 34px;color:var(--template-detail-text);font-size:clamp(35px,6vw,44px);font-weight:950}.template-detail-options{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:48px}.template-detail-option{border:2px solid rgba(211,175,114,.55);border-radius:999px;background:rgba(211,175,114,.16);color:#e8d6b4;padding:20px 32px;font-size:clamp(21px,3.8vw,30px);font-weight:900}.template-detail-option.active{outline:4px solid rgba(255,255,255,.14);background:rgba(211,175,114,.22)}.template-detail-option strong{color:#fff}.template-detail-option span{color:rgba(255,255,255,.74);margin-left:8px}.template-detail-panel{border:1px solid rgba(255,255,255,.08);border-radius:30px;background:var(--template-detail-surface);padding:30px 34px;margin-bottom:28px}.template-detail-panel h2{margin:0 0 14px;color:rgba(255,255,255,.54);font-size:24px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.template-detail-panel p{margin:0;color:rgba(255,255,255,.88);font-size:clamp(23px,4vw,31px);line-height:1.55}.template-detail-close{width:100%;min-height:104px;border:0;border-radius:30px;background:var(--template-button);color:var(--template-button-text);font-size:28px;font-weight:950;margin-top:20px}@media (max-width:520px){.template-shell{padding:34px 18px}.template-category-grid{gap:14px}.template-category-card{min-height:270px;border-radius:28px;padding:26px 14px 22px}.template-category-card img{width:76%;margin-bottom:24px}.template-list-header{border-radius:28px;padding:24px 18px}.template-back-button{padding:12px 16px;font-size:18px}.template-product-card{border-radius:28px;padding:28px 18px}.template-detail-shell{padding:12px 22px 44px}}