.basic-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}}