:root{
  --public-bg:#f4f6f8;
  --public-card:#ffffff;
  --public-ink:#111827;
  --public-muted:#667085;
  --public-line:#e3e8ef;
  --public-brand:#315fcb;
  --public-brand2:#f59e0b;
  --public-soft:#f5f8ff;
  --public-shadow:0 14px 34px rgba(15,23,42,.10);
  --public-radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.public-ui{margin:0;background:var(--public-bg);color:var(--public-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{-webkit-tap-highlight-color:transparent}
.public-layout{min-height:100vh}
.public-side-nav{display:none}
.public-app{width:min(100%,720px);min-height:100vh;margin:0 auto;padding:0 14px calc(92px + env(safe-area-inset-bottom))}
.public-topbar{position:sticky;top:0;z-index:40;margin-inline:-14px;padding:calc(9px + env(safe-area-inset-top)) 14px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:color-mix(in srgb,var(--public-bg) 88%,#fff 12%);border-bottom:1px solid rgba(226,232,240,.84);backdrop-filter:blur(20px)}
.business-mark{display:flex;align-items:center;min-width:0;gap:10px}.business-avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,var(--public-brand),#111827);color:#fff;font-weight:900;font-size:14px;letter-spacing:.04em;box-shadow:0 8px 20px color-mix(in srgb,var(--public-brand) 24%,transparent)}
.business-name{min-width:0}.business-name strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.business-name span{display:block;margin-top:2px;color:var(--public-muted);font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar-actions{display:flex;align-items:center;gap:6px}.topbar-button{width:42px;height:42px;border:1px solid var(--public-line);border-radius:13px;background:#fff;display:grid;place-items:center;box-shadow:0 5px 16px rgba(15,23,42,.06);cursor:pointer}.topbar-button img{width:23px;height:23px;object-fit:contain}.topbar-button .fallback-dot{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#f4f6f8;color:#344054;font-weight:900}
.public-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(110px,.6fr);align-items:center;gap:12px;margin:14px 0 16px;padding:19px;border-radius:26px;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--public-brand) 7%,#fff 93%) 54%,color-mix(in srgb,var(--public-brand2) 9%,#fff 91%) 100%);border:1px solid color-mix(in srgb,var(--public-brand) 14%,var(--public-line));box-shadow:var(--public-shadow)}
.public-hero::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-85px;background:color-mix(in srgb,var(--public-brand) 9%,transparent);pointer-events:none}.hero-copy{position:relative;z-index:2}.hero-status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:#fff;border:1px solid #e7ebf1;color:#475467;font-size:9.5px;font-weight:800;box-shadow:0 3px 10px rgba(15,23,42,.04)}.hero-status i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.public-hero .eyebrow{margin:14px 0 4px;color:var(--public-brand);font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.public-hero h1{margin:0;font-size:clamp(25px,7.2vw,36px);line-height:1.02;letter-spacing:-.045em}.public-hero p:not(.eyebrow){margin:8px 0 0;color:var(--public-muted);font-size:12px;line-height:1.55}.hero-cta{display:inline-flex;align-items:center;gap:8px;margin-top:13px;padding:10px 13px;border-radius:12px;background:var(--public-ink);color:#fff;font-size:11px;font-weight:850;text-decoration:none}.hero-cta b{font-size:14px}.hero-visual{position:relative;z-index:1;display:grid;place-items:center;min-width:0;aspect-ratio:1;border-radius:22px;background:rgba(255,255,255,.80);border:1px solid rgba(255,255,255,.95);box-shadow:0 14px 30px rgba(15,23,42,.10);overflow:hidden}.hero-sector-icon{width:62%;height:62%;object-fit:contain}.hero-cover{width:100%;height:100%;object-fit:cover}.hero-sector-fallback{font-size:24px;font-weight:950;color:var(--public-brand)}
.feature-strip{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;margin:0 0 18px;padding:16px;border:1px solid #f0dfd7;border-radius:20px;background:linear-gradient(135deg,#fff8f4,#fff 55%,#f9f7ff);box-shadow:0 8px 24px rgba(15,23,42,.06)}.feature-strip .copy small{display:block;color:#9b5747;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.feature-strip .copy strong{display:block;margin-top:4px;font-size:16px}.feature-strip .copy span{display:block;margin-top:5px;color:var(--public-muted);font-size:11px;line-height:1.45}.feature-strip .feature-icon{width:62px;height:62px;display:grid;place-items:center}.feature-strip .feature-icon img{width:54px;height:54px;object-fit:contain}
.services-section{padding:2px 0 8px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 2px 11px}.section-heading>div>span{display:block;margin-bottom:3px;color:var(--public-brand);font-size:9px;font-weight:950;letter-spacing:.11em}.section-heading h2{margin:0;font-size:19px;letter-spacing:-.025em}.section-heading>b{color:#475467;background:#fff;border:1px solid var(--public-line);border-radius:999px;padding:6px 9px;font-size:9.5px}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{min-height:168px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--public-line);border-radius:20px;background:var(--public-card);color:inherit;text-decoration:none;box-shadow:0 7px 22px rgba(15,23,42,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.service-card:active{transform:scale(.985)}.service-card:hover{border-color:color-mix(in srgb,var(--public-brand) 25%,var(--public-line));box-shadow:0 12px 26px rgba(15,23,42,.09)}.service-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:10px;border-radius:17px;background:color-mix(in srgb,var(--public-brand) 7%,#fff);border:1px solid color-mix(in srgb,var(--public-brand) 11%,#e5e7eb)}.service-icon img{width:32px;height:32px;object-fit:contain;display:block}.fallback-monogram{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f2f4f7;border:1px solid #e4e7ec;color:#475467;font-size:10px;font-weight:900}.service-copy{display:flex;flex-direction:column;min-height:88px;width:100%}.service-card strong{font-size:12.5px;line-height:1.25;letter-spacing:-.01em}.service-card p{margin:5px 0 8px;color:var(--public-muted);font-size:10.3px;line-height:1.42}.service-cta{margin-top:auto;color:var(--public-brand);font-size:10px;font-weight:900}.service-cta b{font-size:12px}
.public-empty-state{grid-column:1/-1;padding:22px;border:1px dashed #cfd6e1;border-radius:20px;background:#fff;text-align:center}.public-empty-state strong{font-size:14px}.public-empty-state p{margin:7px 0 0;color:var(--public-muted);font-size:11px;line-height:1.5}.public-trust-note{display:flex;align-items:flex-start;gap:9px;margin:14px 2px 4px;padding:12px 13px;border-radius:15px;background:#ecfdf3;border:1px solid #d1fadf;color:#166534}.public-trust-note>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dcfce7;font-weight:900;flex:0 0 auto}.public-trust-note p{margin:1px 0 0;font-size:10px;line-height:1.45}
.public-bottom-nav{position:fixed;z-index:50;left:50%;bottom:0;width:min(100%,720px);transform:translateX(-50%);display:flex;justify-content:space-around;gap:4px;padding:7px 7px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);border-top:1px solid #e7ebf0;backdrop-filter:blur(18px);box-shadow:0 -10px 28px rgba(15,23,42,.07)}.bottom-link{flex:1;min-width:0;min-height:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:13px;color:#7b8493;text-decoration:none;font-size:8.8px;font-weight:750;text-align:center}.bottom-link.active{color:var(--public-brand);background:color-mix(in srgb,var(--public-brand) 7%,#fff)}.bottom-link img{width:22px;height:22px;object-fit:contain}.bottom-link .nav-fallback{width:22px;height:22px;border-radius:8px;background:#f2f4f7;display:grid;place-items:center;font-size:8px;font-weight:900;color:#667085}
.public-toast{position:fixed;left:50%;bottom:88px;transform:translateX(-50%);z-index:90;width:min(calc(100% - 32px),520px);padding:11px 14px;border-radius:13px;background:#111827;color:#fff;text-align:center;font-size:11px;font-weight:750;box-shadow:0 14px 34px rgba(15,23,42,.22)}
@media(max-width:355px){.public-hero{grid-template-columns:1fr}.hero-visual{display:none}.service-grid{grid-template-columns:1fr}.service-card{min-height:126px;display:grid;grid-template-columns:56px 1fr;gap:12px}.service-icon{margin:0}.service-copy{min-height:0}}
@media(min-width:560px){.public-app{padding-inline:18px}.public-topbar{margin-inline:-18px;padding-inline:18px}.service-card{min-height:180px}.service-icon{width:64px;height:64px}.service-icon img{width:38px;height:38px}.service-card strong{font-size:14px}.service-card p{font-size:11px}}
@media(min-width:900px){body.public-ui{background:#f0f3f7}.public-layout{display:grid;grid-template-columns:220px minmax(0,980px);justify-content:center;gap:18px;padding:20px}.public-side-nav{display:flex;position:sticky;top:20px;height:calc(100vh - 40px);flex-direction:column;padding:18px 14px;border-radius:24px;background:#121922;color:#f8fafc;box-shadow:0 18px 48px rgba(15,23,42,.18)}.side-brand{display:flex;align-items:center;gap:9px;padding:2px 5px 17px;border-bottom:1px solid rgba(255,255,255,.10)}.side-brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--public-brand);font-weight:950}.side-brand strong{font-size:13px;letter-spacing:.04em}.public-side-nav>nav{display:grid;gap:5px;margin-top:14px}.public-side-nav .bottom-link{flex:none;min-height:48px;display:grid;grid-template-columns:28px 1fr;justify-items:start;padding:8px 10px;color:#aeb8c8;font-size:10px;text-align:left}.public-side-nav .bottom-link.active{color:#fff;background:rgba(255,255,255,.08)}.public-side-nav .bottom-link img{width:22px;height:22px;filter:brightness(0) invert(1);opacity:.84}.side-token{margin-top:auto;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.05)}.side-token span{display:block;color:#9aa7b9;font-size:9px}.side-token strong{display:block;margin-top:5px;font-size:11px}.public-app{width:100%;max-width:980px;margin:0;padding:0 24px 40px;border-radius:24px;background:#f8fafc;box-shadow:0 18px 48px rgba(15,23,42,.08)}.public-topbar{position:relative;margin-inline:-24px;padding:15px 24px;border-radius:24px 24px 0 0;background:#fff}.public-hero{grid-template-columns:1.5fr .75fr;padding:28px;margin-top:18px}.public-hero h1{font-size:42px}.public-hero p:not(.eyebrow){font-size:13px;max-width:620px}.hero-visual{max-width:240px;justify-self:end;width:100%}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.service-card{min-height:156px;display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;padding:16px}.service-icon{margin:0;width:66px;height:66px}.service-copy{min-height:104px}.public-bottom-nav{display:none}.public-trust-note{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.service-card{transition:none!important}}

.public-module-page{padding-top:calc(6px + env(safe-area-inset-top))}
.module-toolbar{position:sticky;top:0;z-index:30;margin-inline:-16px;padding:10px 16px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;background:rgba(250,249,251,.92);backdrop-filter:blur(18px);border-bottom:1px solid #e9ebf0}
.module-toolbar a,.module-toolbar button{width:44px;height:44px;border:0;border-radius:14px;background:#fff;display:grid;place-items:center;color:#303643;font-size:22px;text-decoration:none;box-shadow:0 4px 15px rgba(32,37,49,.06)}
.module-toolbar strong{text-align:center;font-size:14px}
.module-stage{padding:18px 0 24px}
.module-card-modern{padding:20px;border:1px solid var(--public-line);border-radius:24px;background:#fff;box-shadow:var(--public-shadow)}
.module-visual{min-height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.module-visual img{max-width:112px;max-height:112px;width:auto;height:auto;object-fit:contain}
.module-visual.wide img{width:100%;max-width:none;max-height:220px;border-radius:18px;object-fit:cover}
.module-card-modern h1{margin:8px 0 7px;font-size:28px;letter-spacing:-.03em}
.module-card-modern .lead{margin:0 0 18px;color:var(--public-muted);font-size:14px;line-height:1.6}
.module-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #eef0f4}
.module-info-row span{color:var(--public-muted);font-size:12px}.module-info-row strong{text-align:right;font-size:13px}
.module-stack{display:grid;gap:10px}.module-stack .btn{width:100%;min-height:48px}
.module-menu{display:grid;gap:8px}.module-menu>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border:1px solid #eceff3;border-radius:16px;background:#fbfbfc}.module-menu b{font-size:14px}.module-menu span{font-weight:800;color:var(--public-brand)}
.module-promo{padding:17px;border-radius:18px;background:#fff8f3;border:1px solid #f2ddd3;margin:10px 0}.module-promo b{font-size:14px}.module-promo p{margin:7px 0 0;color:var(--public-muted);font-size:12px;line-height:1.5}
.module-chat{padding:16px;border-radius:18px;background:#f7fafc;border:1px solid #e7edf4}.module-chat p{color:var(--public-muted);line-height:1.55}
.module-card-modern details{padding:15px 0;border-bottom:1px solid #eceef2}.module-card-modern summary{font-weight:800;cursor:pointer}.module-card-modern details p{color:var(--public-muted);font-size:13px;line-height:1.55}
.module-points{font-size:54px;font-weight:950;letter-spacing:-.04em;color:var(--public-brand)}.module-points small{font-size:13px;letter-spacing:0}

.wheel-stage{position:relative;display:grid;place-items:center;min-height:350px;margin:-2px 0 10px;overflow:hidden;border-radius:22px}
.wheel-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.26}
.dynamic-wheel-wrap{position:relative;width:min(300px,78vw);aspect-ratio:1;display:grid;place-items:center}
.wheel-pointer{position:absolute;z-index:5;top:-4px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:28px solid #242832;filter:drop-shadow(0 5px 5px rgba(0,0,0,.18))}
.dynamic-wheel{position:absolute;inset:9px;border-radius:50%;border:9px solid #fff;outline:3px solid #252b36;background:conic-gradient(#f6c85f 0 45deg,#e36b54 45deg 90deg,#74b9a5 90deg 135deg,#6c7bd9 135deg 180deg,#f09cb3 180deg 225deg,#e0aa5a 225deg 270deg,#5baac5 270deg 315deg,#9b75c9 315deg);box-shadow:0 18px 50px rgba(51,40,35,.20);transition:transform 3.1s cubic-bezier(.12,.76,.16,1)}
.wheel-center{position:absolute;z-index:4;width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.16);overflow:hidden;border:5px solid rgba(255,255,255,.72)}
.wheel-center img{width:100%;height:100%;object-fit:contain}
.wheel-center .fallback-monogram{border:0;width:100%;height:100%;border-radius:50%}
.wheel-label{position:absolute;z-index:3;left:50%;top:50%;width:48%;padding-left:33%;transform-origin:left center;color:#fff;font-size:9px;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.35);white-space:nowrap}

.status-note{display:none;margin-top:12px;padding:13px 14px;border-radius:15px;background:#eefbf4;border:1px solid #c8eed9;color:#15613f;font-size:12px;line-height:1.45}
.status-note.error{background:#fff2f1;border-color:#f2d0cc;color:#9d352c}

@media(min-width:768px){
  .public-app{padding-inline:22px}
  .public-topbar{margin-inline:-22px;padding-inline:22px}
  .service-icon,.service-icon img{width:80px;height:80px}
  .service-card{min-height:188px;padding:18px}
  .service-card strong{font-size:15px}.service-card p{font-size:11px}
}

@media(max-width:350px){
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:128px;display:grid;grid-template-columns:64px 1fr;column-gap:12px;align-items:center}
  .service-icon{margin:0}.service-card p{margin-right:12px}.service-card .chevron{bottom:auto;top:50%;transform:translateY(-50%)}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.service-card,.dynamic-wheel{transition:none!important}}


/* PREMIUM RESTAURANT MENU */
.restaurant-menu-premium{--rm-accent:#e85d3f;--rm-deep:#18181b;--rm-soft:#fff7f3;--rm-green:#16845b;display:grid;gap:18px}.public-module-page:has(.restaurant-menu-premium){width:min(100%,980px)}.public-module-page:has(.restaurant-menu-premium) .module-stage{padding-top:12px}.public-module-page:has(.restaurant-menu-premium) .module-card-modern{padding:0;border:0;background:transparent;box-shadow:none}.rm-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:12px;align-items:center;padding:20px;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#fff7f1 56%,#ffe8df 100%);border:1px solid #f2ddd4;box-shadow:0 16px 44px rgba(89,49,34,.10)}.rm-hero:after{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-90px;border-radius:50%;background:rgba(232,93,63,.09)}.rm-hero-copy{position:relative;z-index:2}.rm-open{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:#fff;border:1px solid #ece7e3;font-size:10px;font-weight:850;color:#4b5563}.rm-open i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.rm-hero-copy>small{display:block;margin:13px 0 5px;color:var(--rm-accent);font-size:9px;font-weight:950;letter-spacing:.11em}.rm-hero h1{margin:0;font-size:clamp(27px,8vw,40px);line-height:1;letter-spacing:-.045em;color:var(--rm-deep)}.rm-hero p{margin:9px 0 0;color:#6b7280;font-size:12px;line-height:1.55}.rm-stats{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.rm-stats span{display:inline-flex;align-items:baseline;gap:4px;padding:7px 9px;border-radius:11px;background:#fff;border:1px solid #eee7e2;color:#6b7280;font-size:9px;font-weight:750}.rm-stats b{font-size:13px;color:#202124}.rm-hero-art{position:relative;z-index:2;display:grid;place-items:center;aspect-ratio:1;border-radius:24px;background:#fff;border:1px solid #f2e8e2;box-shadow:0 10px 26px rgba(89,49,34,.10)}.rm-hero-icon{width:62%;height:62%;object-fit:contain}.rm-hero-fallback{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--rm-accent);color:#fff;font-weight:950}.rm-tools{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.rm-search{position:relative;display:flex;align-items:center;min-height:50px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.05)}.rm-search>span{padding-left:14px;color:#9ca3af;font-size:22px}.rm-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:0 38px 0 8px;font-size:13px}.rm-search button{position:absolute;right:6px;width:34px;height:34px;border:0;border-radius:10px;background:#f4f4f5;color:#71717a;font-size:18px;cursor:pointer}.rm-result{color:#71717a;font-size:10px;font-weight:750;white-space:nowrap}.rm-category-nav{position:sticky;top:64px;z-index:22;display:flex;gap:8px;overflow-x:auto;padding:9px 2px 11px;background:linear-gradient(180deg,var(--public-bg) 75%,rgba(244,246,248,0));scrollbar-width:none}.rm-category-nav::-webkit-scrollbar{display:none}.rm-chip{flex:0 0 auto;border:1px solid #e5e7eb;border-radius:999px;background:#fff;padding:9px 12px;color:#52525b;font-size:10px;font-weight:850;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.04)}.rm-chip.is-active{border-color:var(--rm-accent);background:var(--rm-accent);color:#fff}.rm-featured-wrap{display:grid;gap:10px}.rm-section-title{display:flex;align-items:end;justify-content:space-between}.rm-section-title small{display:block;color:var(--rm-accent);font-size:8px;font-weight:950;letter-spacing:.12em}.rm-section-title h2{margin:2px 0 0;font-size:18px}.rm-section-title>span{font-size:9px;color:#9ca3af}.rm-featured-row{display:flex;gap:10px;overflow-x:auto;padding:1px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.rm-featured-row::-webkit-scrollbar{display:none}.rm-feature-card{flex:0 0 155px;scroll-snap-align:start;border:1px solid #eee7e3;border-radius:18px;background:#fff;padding:10px;text-align:left;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.06)}.rm-feature-card .rm-item-media{width:100%;height:86px;margin:0 0 8px}.rm-feature-card span{display:block}.rm-feature-card b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.rm-feature-card small{display:block;margin-top:4px;color:var(--rm-accent);font-weight:900}.rm-sections{display:grid;gap:26px}.rm-category{scroll-margin-top:126px}.rm-category>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.rm-category>header>div{display:flex;align-items:center;gap:9px}.rm-category>header span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#1f2937;color:#fff;font-size:9px;font-weight:950}.rm-category h2{margin:0;font-size:20px;letter-spacing:-.03em}.rm-category>header>b{padding:6px 9px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:#71717a;font-size:9px}.rm-category-copy{margin:6px 0 10px;color:#71717a;font-size:10px;line-height:1.5}.rm-item-grid{display:grid;grid-template-columns:1fr;gap:9px}.rm-item-card{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;min-height:112px;padding:10px;border:1px solid #e9eaed;border-radius:19px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.045)}.rm-item-card[hidden]{display:none}.rm-item-media{width:86px;height:90px;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:linear-gradient(145deg,#fff7f3,#f4f5f7);border:1px solid #f0e7e2}.rm-item-media img{width:58%;height:58%;object-fit:contain}.rm-item-fallback{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;color:var(--rm-accent);font-size:18px;font-weight:950;box-shadow:0 5px 14px rgba(15,23,42,.08)}.rm-item-body{min-width:0;display:grid;align-content:center}.rm-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.rm-item-top h3{margin:5px 0 0;font-size:13px;line-height:1.25}.rm-item-card p{margin:5px 0 0;color:#71717a;font-size:9.5px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rm-price{flex:0 0 auto;color:var(--rm-accent);font-size:12px;white-space:nowrap}.rm-badges{display:flex;flex-wrap:wrap;gap:4px}.rm-featured,.rm-stock{display:inline-flex;padding:4px 6px;border-radius:999px;background:#fff1eb;color:#a63d28;font-size:7.5px;font-weight:900}.rm-stock{background:#edf9f3;color:#13704d}.rm-stock.is-low{background:#fff8e7;color:#9a6900}.rm-stock.is-off{background:#fff1f2;color:#a52035}.rm-allergen{display:flex;align-items:flex-start;gap:5px;margin-top:6px;color:#8a8f98}.rm-allergen span{font-size:10px}.rm-allergen small{font-size:8.5px;line-height:1.35}.rm-empty{padding:28px 18px;border:1px dashed #d8dbe2;border-radius:20px;background:#fff;text-align:center}.rm-empty strong,.rm-empty span{display:block}.rm-empty span{margin-top:5px;color:#8a8f98;font-size:10px}.rm-footer{display:grid;gap:4px;padding:20px;border-radius:20px;background:#17181c;color:#fff}.rm-footer strong{font-size:14px}.rm-footer span{color:#aeb2bb;font-size:9px}.rm-footer a{margin-top:8px;color:#ffd0c4;font-size:10px;font-weight:850}.restaurant-menu-premium .rm-category.is-filter-hidden{display:none}@media(min-width:680px){.rm-hero{grid-template-columns:minmax(0,1fr) 160px;padding:26px}.rm-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-feature-card{flex-basis:180px}.rm-result{font-size:11px}}@media(max-width:390px){.rm-tools{grid-template-columns:1fr}.rm-result{padding-left:3px}.rm-item-card{grid-template-columns:74px minmax(0,1fr)}.rm-item-media{width:74px;height:80px}.rm-price{font-size:11px}.rm-category-nav{top:62px}}@media(prefers-reduced-motion:reduce){.rm-chip,.rm-feature-card{scroll-behavior:auto}}

/* KINGOLINK Hizmet Merkezi — Aşama 2 / 5
 * Restaurant public root keeps exactly 9 primary action cards in a 3x3 grid.
 * Disabled capabilities are visible but never clickable, so unfinished backend work
 * cannot look operational. Existing generic service cards remain as secondary services.
 */
.service-center-section{margin:2px 0 18px;padding:16px;border:1px solid var(--public-line);border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.065)}
.service-center-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 13px}.service-center-heading>div{min-width:0}.service-center-heading span{display:block;color:var(--public-brand);font-size:9px;font-weight:950;letter-spacing:.11em}.service-center-heading h2{margin:4px 0 0;font-size:20px;letter-spacing:-.03em}.service-center-heading p{margin:5px 0 0;color:var(--public-muted);font-size:10.5px;line-height:1.4}.service-center-heading>b{flex:0 0 auto;padding:7px 10px;border:1px solid #e7ebf1;border-radius:999px;background:#f8fafc;color:#475467;font-size:9px}
.service-center-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.service-center-card{position:relative;min-width:0;min-height:138px;padding:11px 8px 9px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;border:1px solid #e5e9ef;border-radius:17px;background:linear-gradient(180deg,#fff,#fbfcfe);color:var(--public-ink);text-decoration:none;box-shadow:0 5px 16px rgba(15,23,42,.045);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.service-center-card[href]:hover{border-color:color-mix(in srgb,var(--public-brand) 32%,#dfe5ec);box-shadow:0 10px 22px rgba(15,23,42,.075)}.service-center-card[href]:active{transform:scale(.975)}
.service-center-icon{width:46px;height:46px;flex:0 0 46px;margin:0 0 7px;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--public-brand) 7%,#fff);border:1px solid color-mix(in srgb,var(--public-brand) 12%,#e8edf3)}.service-center-icon-img{width:28px;height:28px;object-fit:contain;display:block}.service-center-fallback{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#eef2f6;color:#475467;font-size:9px;font-weight:950}.service-center-copy{display:block;min-width:0;width:100%}.service-center-copy strong{display:block;font-size:10px;line-height:1.2;letter-spacing:-.012em;overflow-wrap:anywhere}.service-center-copy small{display:block;margin-top:4px;color:var(--public-muted);font-size:8.3px;line-height:1.3;overflow-wrap:anywhere}.service-center-state{margin-top:auto;padding:4px 6px;border-radius:999px;font-size:7.8px;font-weight:900;letter-spacing:.02em}.service-center-state.is-ready{background:#ecfdf3;color:#067647}.service-center-state.is-disabled{background:#f2f4f7;color:#667085}.service-center-card.is-disabled{cursor:not-allowed;background:#f8fafc;color:#98a2b3;box-shadow:none}.service-center-card.is-disabled .service-center-icon{background:#f2f4f7;border-color:#eaecf0;filter:grayscale(1);opacity:.65}.service-center-card.is-disabled .service-center-copy small{color:#98a2b3}.service-center-disabled-reason{display:none}.services-section--secondary{margin-top:18px;padding-top:16px;border-top:1px solid #eaecf0}
@media(max-width:355px){.service-center-section{padding:12px 10px;border-radius:20px}.service-center-heading{gap:8px}.service-center-heading h2{font-size:18px}.service-center-heading p{font-size:9.5px}.service-center-heading>b{padding:6px 8px;font-size:8px}.service-center-grid{gap:6px}.service-center-card{min-height:132px;padding:9px 5px 8px;border-radius:15px}.service-center-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.service-center-icon-img{width:25px;height:25px}.service-center-copy strong{font-size:9px}.service-center-copy small{font-size:7.5px}.service-center-state{font-size:7px}}
@media(min-width:560px){.service-center-section{padding:20px}.service-center-grid{gap:11px}.service-center-card{min-height:154px;padding:15px 12px 12px}.service-center-icon{width:54px;height:54px;flex-basis:54px}.service-center-icon-img{width:32px;height:32px}.service-center-copy strong{font-size:12px}.service-center-copy small{font-size:9.5px}.service-center-state{font-size:8.5px}}
@media(min-width:900px){.service-center-section{padding:22px}.service-center-heading h2{font-size:24px}.service-center-heading p{font-size:11.5px}.service-center-grid{gap:14px}.service-center-card{min-height:170px;padding:18px 15px 14px}.service-center-icon{width:60px;height:60px;flex-basis:60px}.service-center-icon-img{width:36px;height:36px}.service-center-copy strong{font-size:14px}.service-center-copy small{font-size:10.5px}.service-center-state{font-size:9px}.service-center-card.is-disabled:hover .service-center-disabled-reason{display:block;position:absolute;left:8px;right:8px;bottom:8px;padding:6px;border-radius:8px;background:#111827;color:#fff;font-size:8px;line-height:1.25}.service-center-card.is-disabled:hover .service-center-state{opacity:0}}
/* Aşama 6 — dedicated quick_service_center tam ekran modül bağlantısı. */
.service-center-open-link{flex:0 0 auto;align-self:flex-start;padding:7px 10px;border:1px solid #e7ebf1;border-radius:999px;background:#f8fafc;color:#475467;text-decoration:none;font-size:9px;font-weight:850;white-space:nowrap}.service-center-open-link:hover{border-color:color-mix(in srgb,var(--public-brand) 28%,#dfe5ec);color:var(--public-brand)}

/* Catalog product detail + canonical checkout */
body.rm-lock{overflow:hidden}.restaurant-menu-premium{padding-bottom:82px}.rm-item-card{cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.rm-item-card:hover,.rm-item-card:focus-visible{border-color:#f0b7a7;box-shadow:0 12px 28px rgba(15,23,42,.09);outline:0}.rm-item-card:active{transform:scale(.995)}.rm-order-hint{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:7px;color:var(--rm-accent);font-size:9px;font-weight:900}.rm-order-hint span{font-size:14px;line-height:1}.rm-feature-card:focus-visible,.rm-chip:focus-visible,.rm-search button:focus-visible{outline:3px solid rgba(232,93,63,.22);outline-offset:2px}
.rm-overlay[hidden],.rm-cartbar[hidden]{display:none!important}.rm-overlay{position:fixed;inset:0;z-index:90;display:grid;align-items:end;justify-items:center;padding:12px}.rm-overlay-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.54);backdrop-filter:blur(5px);cursor:default}.rm-product-sheet,.rm-cart-sheet{position:relative;z-index:1;width:min(560px,100%);max-height:min(86vh,760px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:26px 26px 20px 20px;background:#fff;box-shadow:0 28px 90px rgba(15,23,42,.30);padding:18px}.rm-product-sheet>header,.rm-cart-sheet>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid #eef0f3}.rm-product-sheet>header small,.rm-cart-sheet>header small{display:block;color:var(--rm-accent);font-size:8px;font-weight:950;letter-spacing:.12em}.rm-product-sheet>header h2,.rm-cart-sheet>header h2{margin:3px 0 0;font-size:20px;line-height:1.15;letter-spacing:-.035em}.rm-product-sheet>header>button,.rm-cart-sheet>header>button{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:12px;background:#f4f5f7;color:#52525b;font-size:22px;cursor:pointer}.rm-product-main{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:center;padding:16px 0}.rm-product-media{display:grid;place-items:center;width:110px;height:110px;overflow:hidden;border-radius:20px;border:1px solid #f0e7e2;background:linear-gradient(145deg,#fff7f3,#f4f5f7)}.rm-product-media img{width:78%;height:78%;object-fit:contain}.rm-product-media span{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#fff;color:var(--rm-accent);font-size:22px;font-weight:950;box-shadow:0 8px 22px rgba(15,23,42,.08)}.rm-product-copy{min-width:0}.rm-product-copy>strong{color:var(--rm-accent);font-size:17px}.rm-product-copy>p{margin:7px 0 0;color:#5f6671;font-size:11px;line-height:1.55}.rm-product-meta{margin-top:8px;color:#8a8f98;font-size:9px;line-height:1.45}.rm-product-options{display:grid;gap:10px}.rm-product-options:empty{display:none}.rm-product-options label{display:grid;gap:6px;color:#3f4650;font-size:10px;font-weight:850}.rm-product-options select{width:100%;border:1px solid #dfe3e8;border-radius:13px;background:#fff;padding:11px 12px;color:#222}.rm-product-action{position:sticky;bottom:-18px;display:grid;grid-template-columns:auto 1fr;gap:10px;margin:16px -18px -18px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #eceff3;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}.rm-product-qty{display:grid;grid-template-columns:36px 38px 36px;align-items:center;border:1px solid #e0e4e9;border-radius:14px;background:#fff;overflow:hidden}.rm-product-qty button{height:42px;border:0;background:#f7f8fa;color:#252932;font-size:19px;cursor:pointer}.rm-product-qty strong{text-align:center;font-size:13px}.rm-add-cart{min-height:44px;border:0;border-radius:14px;background:var(--rm-accent);color:#fff;font-size:11px;font-weight:950;cursor:pointer}.rm-add-cart:disabled{background:#d7d9de;color:#7b8089;cursor:not-allowed}
.rm-cartbar{position:fixed;z-index:70;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(900px,calc(100% - 24px));display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px 11px 16px;border:1px solid rgba(255,255,255,.18);border-radius:19px;background:rgba(24,24,27,.96);color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.28);backdrop-filter:blur(12px)}.rm-cartbar small{display:block;color:#c7cad1;font-size:7px;font-weight:900;letter-spacing:.12em}.rm-cartbar b{display:block;margin-top:2px;font-size:11px}.rm-cartbar>button{flex:0 0 auto;border:0;border-radius:13px;background:var(--rm-accent);color:#fff;padding:11px 14px;font-size:10px;font-weight:950;cursor:pointer}.rm-cartbar>button span{margin-left:5px}.rm-checkout-form{display:grid;gap:14px;padding-top:14px}.rm-cart-lines{display:grid;gap:8px}.rm-cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #eceff2;border-radius:15px;background:#fbfbfc}.rm-cart-line-copy{min-width:0}.rm-cart-line-copy strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-cart-line-copy small{display:block;margin-top:3px;color:#80858e;font-size:8.5px}.rm-cart-line-copy b{display:block;margin-top:4px;color:var(--rm-accent);font-size:10px}.rm-cart-line-controls{display:grid;grid-template-columns:30px 28px 30px 30px;align-items:center;text-align:center;border:1px solid #e1e4e8;border-radius:11px;overflow:hidden}.rm-cart-line-controls button{height:32px;border:0;background:#fff;color:#3b4048;font-size:15px;cursor:pointer}.rm-cart-line-controls span{font-size:10px;font-weight:900}.rm-cart-line-controls .rm-cart-remove{background:#fff1f2;color:#b4233c}.rm-checkout-fields{display:grid;grid-template-columns:1fr;gap:10px}.rm-checkout-fields label{display:grid;gap:6px;color:#3f4650;font-size:9px;font-weight:850}.rm-checkout-fields label small{color:#9297a0;font-weight:650}.rm-checkout-fields input,.rm-checkout-fields textarea{width:100%;border:1px solid #dfe3e8;border-radius:13px;background:#fff;padding:11px 12px;color:#222;font:inherit;font-size:11px}.rm-checkout-fields textarea{min-height:80px;resize:vertical}.rm-checkout-total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:15px;background:#fff7f3;border:1px solid #f3ded5}.rm-checkout-total small{display:block;color:#9a6a5c;font-size:7px;font-weight:900;letter-spacing:.11em}.rm-checkout-total b{display:block;margin-top:2px;font-size:10px}.rm-checkout-total>strong{color:var(--rm-accent);font-size:18px}.rm-checkout-submit{min-height:48px;border:0;border-radius:15px;background:var(--rm-accent);color:#fff;font-size:12px;font-weight:950;cursor:pointer}.rm-checkout-submit:disabled{opacity:.6;cursor:not-allowed}.rm-checkout-submit.is-loading{position:relative}.rm-checkout-note{margin:0;color:#8a8f98;font-size:8.5px;line-height:1.45;text-align:center}
@media(min-width:680px){.rm-overlay{align-items:center}.rm-product-sheet,.rm-cart-sheet{border-radius:26px;padding:20px}.rm-product-action{bottom:-20px;margin:18px -20px -20px;padding-left:20px;padding-right:20px}.rm-checkout-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-checkout-fields .full{grid-column:1/-1}}
@media(max-width:390px){.rm-product-main{grid-template-columns:88px minmax(0,1fr)}.rm-product-media{width:88px;height:88px}.rm-product-action{grid-template-columns:1fr}.rm-product-qty{grid-template-columns:1fr 42px 1fr}.rm-cartbar{width:calc(100% - 16px);bottom:max(8px,env(safe-area-inset-bottom));border-radius:17px}.rm-cartbar>button{padding-inline:12px}.rm-cart-line{grid-template-columns:1fr}.rm-cart-line-controls{width:max-content}}
@media(prefers-reduced-motion:reduce){.rm-item-card{transition:none}}

/* Catalog Stage 4 — canonical delivery channel state. */
.rm-delivery-channels{display:grid;gap:9px;padding:12px;border:1px solid #e7e9ee;border-radius:16px;background:#fafbfc}.rm-delivery-title b,.rm-delivery-title span{display:block}.rm-delivery-title b{font-size:10.5px;color:#2f343c}.rm-delivery-title span{margin-top:3px;color:#858b95;font-size:8.5px;line-height:1.45}.rm-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.rm-delivery-card{min-width:0;padding:9px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.rm-delivery-card span,.rm-delivery-card b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-delivery-card span{color:#6b7280;font-size:8px}.rm-delivery-card b{margin-top:3px;font-size:9.5px}.rm-delivery-card.is-default{border-color:#cfdcff;background:#f5f8ff}.rm-delivery-card.is-default b{color:#315fcb}.rm-delivery-card.is-live{border-color:#bde8d2;background:#f1fbf6}.rm-delivery-card.is-live b{color:#16845b}.rm-delivery-card.is-pending{border-color:#f2d8b0;background:#fffaf0}.rm-delivery-card.is-pending b{color:#a15c00}.rm-delivery-card.is-soon{border-style:dashed;background:#f7f7f8}.rm-delivery-card.is-soon b{color:#6b7280}@media(max-width:390px){.rm-delivery-grid{grid-template-columns:1fr}.rm-delivery-card span,.rm-delivery-card b{white-space:normal}}

/* Digital Product Passport — public UI foundation */
.digital-product-passport-public{display:grid;gap:16px}.public-module-page:has(.digital-product-passport-public){width:min(100%,980px)}.public-module-page:has(.digital-product-passport-public) .module-stage{padding-top:12px}.public-module-page:has(.digital-product-passport-public) .module-card-modern{padding:0;border:0;background:transparent;box-shadow:none}.dpp-hero{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:16px;align-items:center;padding:20px;border:1px solid color-mix(in srgb,var(--public-brand) 14%,var(--public-line));border-radius:26px;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--public-brand) 6%,#fff 94%) 58%,color-mix(in srgb,var(--public-brand2) 8%,#fff 92%) 100%);box-shadow:var(--public-shadow);overflow:hidden}.dpp-hero-copy{min-width:0}.dpp-badge{display:inline-flex;padding:6px 9px;border:1px solid #dfe6f2;border-radius:999px;background:#fff;color:var(--public-brand);font-size:8px;font-weight:950;letter-spacing:.11em}.dpp-hero-copy>small{display:block;margin:12px 0 4px;color:var(--public-muted);font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.dpp-hero h1{margin:0;font-size:clamp(26px,7vw,40px);line-height:1.03;letter-spacing:-.045em}.dpp-subtitle{margin:7px 0 0;color:var(--public-muted);font-size:12px;line-height:1.5}.dpp-status{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:7px 10px;border-radius:12px;background:#ecfdf3;color:#166534;font-size:10px;font-weight:850}.dpp-status i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.dpp-hero-media{display:grid;place-items:center;aspect-ratio:1;border:1px solid rgba(255,255,255,.96);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.09)}.dpp-hero-media img{width:100%;height:100%;object-fit:contain;padding:12px}.dpp-product-fallback{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:color-mix(in srgb,var(--public-brand) 10%,#fff);color:var(--public-brand);font-size:15px;font-weight:950}.dpp-grid{display:grid;grid-template-columns:1fr;gap:12px}.dpp-card{padding:17px;border:1px solid var(--public-line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.055)}.dpp-card>header{display:flex;align-items:center;gap:11px;margin-bottom:8px}.dpp-card>header>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--public-ink);color:#fff;font-size:9px;font-weight:950}.dpp-card>header small{display:block;color:var(--public-brand);font-size:8px;font-weight:950;letter-spacing:.11em}.dpp-card>header h2{margin:2px 0 0;font-size:16px;letter-spacing:-.025em}.dpp-fact-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eef1f5}.dpp-fact-row:last-child{border-bottom:0}.dpp-fact-row span{color:var(--public-muted);font-size:11px}.dpp-fact-row strong{max-width:62%;text-align:right;font-size:12px;overflow-wrap:anywhere}.dpp-empty-inline{padding:13px;border:1px dashed #d7dde7;border-radius:14px;background:#fafbfc;color:var(--public-muted);font-size:10.5px;line-height:1.5}.dpp-trust-note{margin:0;padding:12px 14px;border:1px solid #d9e5ff;border-radius:15px;background:#f5f8ff;color:#475467;font-size:10px;line-height:1.5}@media(min-width:680px){.dpp-hero{grid-template-columns:minmax(0,1fr) 170px;padding:26px}.dpp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:390px){.dpp-hero{grid-template-columns:1fr}.dpp-hero-media{width:110px}.dpp-fact-row{display:grid;gap:4px}.dpp-fact-row strong{max-width:none;text-align:left}}@media(prefers-reduced-motion:reduce){.digital-product-passport-public *{scroll-behavior:auto!important}}
