@charset "UTF-8";
:root{--bg:#fbf9f4;--paper:#fffefa;--ink:#302216;--muted:#746f67;--line:#e9e3d9;--orange:#ce470a;--soft:#fff0e4;--green:#24764b;--radius:22px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:12px;min-height:44px;padding:10px 16px;transition:background .15s,transform .15s}button:hover{background:var(--soft)}button:active{transform:translateY(1px)}button:disabled{opacity:.6;cursor:wait}a{color:inherit;text-decoration:none}a:hover{color:var(--orange)}:focus-visible{outline:3px solid #c75b20;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1{font-size:48px;line-height:1.05;letter-spacing:-2px;font-weight:800}h2{font-size:27px;letter-spacing:-.8px;line-height:1.2}h3{font-size:19px;line-height:1.25;margin-bottom:7px}small,.muted{color:var(--muted)}small{font-size:12px}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.primary{background:var(--orange);border-color:var(--orange);color:white}.primary:hover{background:#b93d07;color:white}.textbutton{border:0;background:transparent;padding:8px;color:var(--orange)}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.badge{border-radius:7px;padding:4px 8px;font-size:11px;background:var(--soft);color:#a43c09;font-weight:700;letter-spacing:.4px}.pill{border-radius:99px}.topbar{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:rgba(251,249,244,.97);backdrop-filter:blur(16px)}.top-inner{max-width:1260px;margin:auto;padding:15px 30px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:7px;flex-shrink:0}.brand-mark{width:41px;height:46px;background-image:url('/static/logo-small.png');background-size:89px 89px;background-position:-24px -15px;mix-blend-mode:multiply}.wordmark{font-size:27px;font-weight:800;letter-spacing:-1.6px;color:#452411}.wordmark b{color:var(--orange)}.brand small{display:block;letter-spacing:2.2px;font-size:8px;margin-top:-3px}.searchbox{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:13px;flex:1;padding:0 16px}.searchbox input{border:0;background:transparent;width:100%;outline-offset:-2px;height:47px;padding:0}.top-actions{display:flex;align-items:center;gap:8px}.round{padding:10px;display:grid;place-items:center}.top-link{font-size:13px}.shell{max-width:1260px;padding:35px 30px 80px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:end;margin:0 0 26px;gap:30px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--orange);margin-bottom:12px}.intro h1{max-width:660px;margin-bottom:14px}.intro p{max-width:510px;color:var(--muted);margin:0}.intro-note{max-width:190px;border-left:1px solid var(--line);padding-left:22px;font-size:13px;color:var(--muted)}.toolbar{display:flex;align-items:center;gap:9px;margin-bottom:24px;flex-wrap:wrap}.toolbar select{width:auto;min-width:140px;background:var(--paper)}.toolbar .spacer{flex:1}.chip{white-space:nowrap;font-size:13px;border-radius:10px}.chip.active{background:var(--orange);border-color:var(--orange);color:white}.banner{position:relative;overflow:hidden;border-radius:20px;min-height:270px;background:#30170c;color:white;isolation:isolate;display:flex;align-items:center}.banner .food-art{position:absolute;inset:0;z-index:-2;border-radius:0;opacity:.92}.banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,13,5,.96),rgba(28,13,5,.66) 37%,transparent 76%);z-index:-1}.banner-body{padding:30px 34px;max-width:60%}.banner h2{font-size:35px;line-height:1.05;max-width:340px;margin-bottom:12px;letter-spacing:-1px}.banner p{color:#eee0cf;font-size:14px;margin-bottom:22px}.banner .ad-label{position:absolute;right:16px;top:14px;background:#ffffff28;color:#fff;font-size:10px;padding:3px 7px;border-radius:5px}.banner .primary{display:inline-flex;align-items:center;gap:12px;border-radius:10px}.banner-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.food-art{background-image:url('/static/reference.webp');background-repeat:no-repeat;background-color:#432616;background-size:190% auto;background-position:18% 26%;aspect-ratio:1.45;border-radius:16px}.food-art.coffee{background-size:190% auto;background-position:16% 69%}.food-art.pizza{background-size:190% auto;background-position:16% 98%}.food-art.burger{background-size:510% auto;background-position:84% 34.5%}.food-art.sushi{background-size:520% auto;background-position:76% 31%}.food-art.sweet{background-size:1250% auto;background-position:41% 33.6%}.food-art.image{background:none;overflow:hidden}.food-art.image img{width:100%;height:100%;object-fit:cover;display:block}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:23px 0 34px}.category{display:flex;flex-direction:column;align-items:center;padding:18px 8px 13px;gap:10px;background:var(--paper);border-radius:15px}.category .icon{width:29px;height:29px;color:#b34d19}.category span{font-size:13px}.category.active{border-color:var(--orange);background:var(--soft);color:var(--orange)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px}.section-heading{margin-bottom:8px}.section-heading h2{margin:0}.section-heading small{font-size:13px}.venue-card{padding:20px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px}.venue-logo{width:93px;height:93px;border-radius:19px;flex-shrink:0;background:#291810;color:#ffce8b;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;line-height:1.05;font-size:14px;font-weight:800;overflow:hidden}.venue-logo .icon{width:34px;height:34px;margin-bottom:6px}.venue-logo.coffee{background:#563720;color:#fff0d6}.venue-logo.pizza{background:#f5aa34;color:#4b210b}.venue-logo.burger{background:#18221b;color:#ffbd45}.venue-logo.sushi{background:#251917;color:#f06744}.venue-logo.sweet{background:#f5d4d0;color:#822f28}.venue-logo img{width:100%;height:100%;object-fit:cover}.venue-info{flex:1;min-width:0}.venue-info h3{margin-bottom:5px}.venue-info p{font-size:13px;color:var(--muted);margin-bottom:3px}.rating{font-size:13px;color:#b74705}.open{color:var(--green);font-size:12px}.closed{color:var(--muted);font-size:12px}.card-end{align-self:flex-start;text-align:right;display:grid;gap:8px;justify-items:end}.heart{border:0;background:transparent;padding:7px;color:var(--muted)}.heart.active{color:var(--orange)}.heart.active svg{fill:#ffeadc}.aside-card{background:#f1eade;border-radius:20px;padding:25px;margin-bottom:18px}.aside-card h3{font-size:24px;letter-spacing:-.6px}.aside-card p{font-size:13px;color:#756553}.aside-card .brand-mark{width:72px;height:76px;background-size:154px;background-position:-42px -27px;margin-bottom:18px}.side-banner{min-height:255px}.side-banner .banner-body{max-width:100%;padding:25px}.side-banner h2{font-size:27px}.side-banner:after{background:linear-gradient(90deg,#201007db,#20100740)}.demo-note{font-size:11px;color:var(--muted);margin:15px 0}.bottom-nav{display:none}.footer{display:flex;justify-content:space-between;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.empty{text-align:center;padding:55px 20px;border:1px dashed var(--line);border-radius:18px;margin-top:18px}.empty h3{margin-bottom:9px}.empty p{color:var(--muted)}.detail-cover{height:300px;position:relative;border-radius:24px;overflow:hidden;margin-bottom:25px}.detail-cover .food-art{height:100%;border-radius:0;aspect-ratio:auto}.detail-cover:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#27120999);pointer-events:none}.back{margin-bottom:20px;display:inline-flex;gap:9px;align-items:center}.detail-header{display:flex;gap:22px;align-items:center;margin-bottom:25px}.detail-header h1{font-size:35px;margin-bottom:7px}.detail-header .venue-logo{width:100px;height:100px}.detail-actions{margin-left:auto;display:flex;gap:8px}.tabs{display:flex;gap:7px;margin:22px 0;overflow-x:auto;padding-bottom:5px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:25px}.panel h2{font-size:22px}.contact-link{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--orange);font-size:14px}.dish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.dish{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--paper)}.dish .food-art{border-radius:0;aspect-ratio:1.75}.dish-body{padding:17px}.dish h3{font-size:17px}.dish p{font-size:13px;color:var(--muted);margin-bottom:14px}.dish strong{font-size:17px}.review{padding:17px 0;border-bottom:1px solid var(--line)}.review p{white-space:pre-wrap;margin:8px 0;font-size:14px}.profile{max-width:720px;margin:auto}.profile-hero{padding:30px;text-align:center;background:#f3ecdf;border-radius:24px;margin-bottom:20px}.avatar{width:70px;height:70px;border-radius:50%;background:#e9c6a6;display:grid;place-items:center;font-size:26px;font-weight:bold;margin:0 auto 15px}.profile-links{display:grid;gap:9px}.profile-links a{padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--paper);display:flex;justify-content:space-between}.admin-shell{display:grid;grid-template-columns:205px minmax(0,1fr);gap:30px}.admin-nav{display:flex;flex-direction:column;gap:7px;align-self:start;position:sticky;top:110px}.admin-nav button{text-align:left;display:flex;align-items:center;gap:10px;border:0;background:transparent;font-size:13px}.admin-nav button.active{background:var(--soft);color:var(--orange);font-weight:bold}.admin-main h1{font-size:34px;margin-bottom:10px}.admin-title{margin-bottom:28px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:25px}.stat{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.stat strong{font-size:32px;display:block;margin-top:8px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--paper)}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-weight:500;color:var(--muted);background:#f6f2ea}td .muted{display:block;font-size:12px}.status{display:inline-block;font-size:11px;padding:4px 8px;border-radius:7px;background:#eaf4ed;color:#276441}.status.off{background:#f3e9df;color:#7d603e}.admin-tip{padding:20px 24px;border-radius:15px;background:var(--soft);font-size:14px;margin-top:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.full{grid-column:1/-1}label.field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #dcd4c8;background:white;border-radius:10px;color:var(--ink);min-height:44px}textarea{min-height:95px;resize:vertical}input[type=checkbox]{width:18px;min-height:18px;accent-color:var(--orange)}.check{display:flex;align-items:center;gap:9px;font-size:13px}.check input{flex-shrink:0}.checks{display:flex;gap:14px;flex-wrap:wrap}.help{font-size:12px;color:var(--muted);font-weight:400}.upload-field{border:1px dashed #d3c3b1;padding:15px;border-radius:12px}.upload-field input[type=file]{border:0;padding:8px 0;font-size:12px}.upload-preview{max-width:100%;max-height:110px;border-radius:8px;display:block}.form-error{color:#a62117;font-size:13px;min-height:20px;white-space:pre-wrap}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}dialog{border:1px solid var(--line);border-radius:23px;padding:28px;width:min(690px,calc(100% - 24px));max-height:90dvh;color:var(--ink);background:var(--paper);box-shadow:0 25px 90px #271a1a33}dialog::backdrop{background:#21180e77;backdrop-filter:blur(4px)}dialog h2{font-size:26px;margin-bottom:23px}.modal-head{display:flex;justify-content:space-between;align-items:start;gap:10px}.modal-head button{border:0;background:transparent;padding:5px;min-width:44px}.auth-form{max-width:420px;margin:auto}.auth-form label{margin-bottom:15px}.auth-form .primary{width:100%}#toast{position:fixed;bottom:35px;left:50%;transform:translate(-50%,20px);background:#302216;color:white;padding:13px 21px;border-radius:13px;z-index:100;opacity:0;pointer-events:none;max-width:90%;transition:.2s;font-size:14px}#toast.visible{opacity:1;transform:translate(-50%,0)}.loading{padding:70px;text-align:center}.inline-banner{margin-top:22px;min-height:205px}.inline-banner h2{font-size:28px}.saved-count{font-size:12px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:13px}.video-wrap{position:relative}.banner video{object-fit:cover}.banner .video-control{position:absolute;bottom:15px;right:15px;z-index:3;background:#21160cbf;color:white;border:1px solid #ffffff55;font-size:12px}.error-page{padding:70px 20px;text-align:center}
@media(min-width:1500px){.shell{padding-top:44px}.intro h1{font-size:54px}.banner{min-height:300px}}
@media(max-width:1000px){.top-inner{gap:18px}.top-link{display:none}.content-layout{grid-template-columns:minmax(0,1fr) 250px;gap:24px}.intro-note{display:none}.detail-layout{grid-template-columns:minmax(0,1fr) 260px}.admin-shell{grid-template-columns:165px minmax(0,1fr);gap:20px}}
@media(max-width:760px){body{font-size:14px}.top-inner{padding:10px 17px;gap:10px;flex-wrap:wrap}.brand{margin-right:auto}.wordmark{font-size:24px}.brand-mark{width:34px;height:39px;background-size:76px;background-position:-20px -12px}.brand small{font-size:7px}.searchbox{order:3;flex-basis:calc(100% - 60px)}.searchbox input{height:44px;font-size:13px}.top-actions{margin-left:auto}.top-actions .desktop-only{display:none}.shell{padding:24px 18px 95px}.intro{margin-bottom:22px}.intro h1{font-size:34px;letter-spacing:-1.3px;max-width:370px;margin-bottom:12px}.intro p{font-size:13px;max-width:340px}.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:9px}.toolbar{gap:7px;margin-bottom:17px}.toolbar .spacer{display:none}.toolbar select{min-width:0;flex:1;font-size:12px;padding:10px}.toolbar .chip{font-size:11px;padding:8px 11px;min-height:39px}.banner{min-height:208px;border-radius:17px}.banner-body{padding:23px;max-width:72%}.banner h2{font-size:29px;max-width:250px}.banner p{font-size:12px;margin-bottom:18px}.banner .primary{font-size:12px;padding:9px 12px;min-height:40px}.banner .food-art{background-size:190% auto}.category-grid{display:flex;overflow-x:auto;gap:8px;margin:16px -1px 26px;padding-bottom:6px;scrollbar-width:none}.category{min-width:73px;padding:14px 8px 11px;gap:8px}.category span{font-size:11px}.category .icon{width:27px;height:27px}.content-layout{display:block}.content-layout aside{display:none}.section-heading h2{font-size:23px}.section-heading small{font-size:12px}.venue-card{gap:13px;padding:17px 0}.venue-logo{width:73px;height:79px;border-radius:15px;font-size:11px}.venue-logo .icon{width:29px;height:29px}.venue-info h3{font-size:18px}.venue-info p{font-size:11px}.rating{font-size:11px}.open,.closed{font-size:11px}.card-end .badge{display:none}.card-end{gap:0}.heart{padding:5px}.footer{display:block;font-size:11px}.footer>div{margin-bottom:10px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;justify-content:space-around;padding:9px 8px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,254,250,.98);backdrop-filter:blur(10px)}.bottom-nav a{display:flex;align-items:center;flex-direction:column;gap:4px;min-width:60px;font-size:10px;color:var(--muted);padding:3px}.bottom-nav a.active{color:var(--orange)}.bottom-nav .icon{width:22px;height:22px}.inline-banner{min-height:175px}.inline-banner h2{font-size:25px}.detail-cover{height:220px;border-radius:18px;margin-bottom:20px}.detail-header{flex-wrap:wrap;gap:14px}.detail-header h1{font-size:28px}.detail-header .venue-logo{width:75px;height:80px}.detail-actions{margin:0;width:100%;flex-wrap:wrap}.detail-layout{display:flex;flex-direction:column-reverse;gap:20px}.detail-layout aside .panel{padding:20px}.detail-layout aside .panel h2{font-size:19px}.contact-link{padding:9px 0}.dish-grid{gap:10px}.dish-body{padding:13px}.dish h3{font-size:15px}.dish p{font-size:12px}.dish strong{font-size:16px}.panel{padding:20px}.admin-shell{display:block}.admin-nav{position:static;display:flex;flex-direction:row;overflow-x:auto;margin-bottom:23px;padding-bottom:5px}.admin-nav button{white-space:nowrap}.admin-main h1{font-size:29px}.admin-title .row{align-items:start}.stats{gap:8px}.stat{padding:14px 12px;font-size:11px}.stat strong{font-size:26px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}dialog{padding:22px 19px;max-height:92dvh}dialog h2{font-size:23px}.form-actions{position:sticky;bottom:-22px;background:var(--paper);padding:14px 0;margin-top:14px}.form-actions button{flex:1}.profile-hero{padding:25px}#toast{bottom:90px}.gallery{grid-template-columns:repeat(2,1fr)}.topbar .round{min-width:42px}.back{margin-bottom:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.food-art{background-image:none!important}.food-art>svg{width:100%;height:100%;display:block}.banner .food-art{left:48%;opacity:1}.banner:after{background:linear-gradient(90deg,#30170c 35%,#30170cbb 51%,transparent 80%)}.banner a.primary{padding:11px 17px;min-height:44px}.side-banner .food-art{left:0;opacity:.5}.side-banner:after{background:linear-gradient(90deg,#201007dd,#20100744)}.language{width:65px;padding:8px;font-size:12px}.venue-info .rating .icon{width:15px;height:15px}.venue-info .row{gap:8px}.detail-cover .food-art{max-width:100%}@media(max-width:760px){.banner .food-art{left:42%}.banner:after{background:linear-gradient(90deg,#30170c 25%,#30170cbb 50%,transparent 90%)}}
.banner .food-art{height:100%;aspect-ratio:auto}.detail-cover .food-art{height:100%}.dish .food-art{height:180px;aspect-ratio:auto}@media(max-width:760px){.dish .food-art{height:135px}.section-heading h2{max-width:260px}.intro{margin-bottom:22px}}
.banner-pager{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-top:9px;font-size:12px;color:var(--muted)}.banner-pager button{border:0;background:transparent;padding:4px;min-width:44px}.brand-mark{flex-shrink:0}
/* Responsive navigation and category directory */
[hidden]{display:none!important}.shell{padding-bottom:125px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;justify-content:center;gap:65px;padding:10px 16px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,254,250,.98);backdrop-filter:blur(12px)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:80px;min-height:44px;font-size:12px;color:var(--muted)}.bottom-nav a.active{color:var(--orange)}.category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));overflow:visible}.category{min-width:0}.category:last-child{background:var(--soft);border-color:#e8bba0}.feed-ad{margin:24px 0}.food-art img{width:100%;height:100%;object-fit:cover;display:block}.categories-intro{max-width:700px;margin-bottom:38px}.categories-intro h1{margin-bottom:16px}.category-search{margin-top:24px}.category-section{margin:0 0 38px}.all-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.all-category-card{display:grid;grid-template-columns:42px 1fr;text-align:left;gap:0 12px;align-items:center;padding:18px;min-height:90px}.category-card-icon{grid-row:span 2;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--orange)}.all-category-card>span:nth-child(2){font-weight:700;overflow-wrap:anywhere}.all-category-card small{font-size:11px}.category-editor{border:1px solid var(--line);border-radius:12px;padding:16px}.category-editor summary{cursor:pointer;font-weight:700}.category-editor fieldset{border:1px solid var(--line);border-radius:10px;margin:15px 0;padding:12px}.category-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-checks .check{margin:0;font-size:13px}.portal-top{justify-content:space-between}.portal-label{margin-right:auto;font-size:13px;color:var(--muted)}.portal-gate{max-width:640px;margin:60px auto;text-align:center}.portal-gate h1{font-size:44px}.portal-gate>p{max-width:470px;margin:20px auto;color:var(--muted)}.portal-symbol{display:grid;place-items:center;width:76px;height:76px;border-radius:22px;background:var(--soft);color:var(--orange);margin:0 auto 25px}.portal-symbol .icon{width:34px;height:34px}.portal-warning{background:var(--soft);padding:14px;border-radius:12px}.business .shell{padding-bottom:40px}.business .top-actions{flex-wrap:wrap}#toast{bottom:90px}
@media(max-width:1000px){.all-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category span{font-size:11px}.category{padding:15px 5px}}
@media(max-width:760px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.category{padding:12px 4px;min-height:83px}.bottom-nav{justify-content:space-around;gap:0;padding-left:5px;padding-right:5px}.bottom-nav a{min-width:0;flex:1;font-size:10px}.all-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.all-category-card{grid-template-columns:1fr;padding:14px 11px;gap:8px;min-height:127px}.category-card-icon{grid-row:auto}.all-category-card>span:nth-child(2){font-size:13px}.categories-intro h1{font-size:34px}.category-section h2{font-size:23px}.portal-gate{margin:30px auto}.portal-gate h1{font-size:32px}.portal-label{order:3;width:100%;text-align:center}.portal-top{gap:8px}.portal-top .top-actions{gap:4px}.business .top-link{display:inline}.category-checks{grid-template-columns:1fr}.footer .row{flex-wrap:wrap}}
@media(max-width:360px){.top-inner{padding:9px 12px}.shell{padding-left:13px;padding-right:13px}.wordmark{font-size:21px}.brand small{letter-spacing:1.5px}.top-actions{gap:4px}.language{width:57px}.banner h2{font-size:24px}.banner-body{padding:19px}.venue-card{gap:9px}.venue-logo{width:61px;height:68px}.venue-info h3{font-size:16px}.category span{font-size:10px}.all-category-card{padding:12px 9px}.business .top-actions .top-link{font-size:11px}}
.food-art.illustration{display:grid;place-items:center;background:radial-gradient(ellipse at center,#83542c,#30170c);color:#ffc581}.food-art.illustration.sweet{background:radial-gradient(ellipse at center,#efd7c4,#d6b394);color:#7e391a}.food-art.illustration>.icon{width:45%;height:65%;max-height:180px;stroke-width:1.2}.detail-cover .food-art.illustration>.icon{max-height:210px}
.card-phones{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:8px}.card-phone{display:inline-flex;align-items:center;gap:6px;font-size:12px;min-height:32px;color:var(--orange);white-space:nowrap}.card-phone .icon{width:15px;height:15px}.contact-link{overflow-wrap:anywhere}.contact-link span{min-width:0}.social-contact .icon:last-child{width:15px;height:15px;margin-left:auto;color:var(--muted)}.social-contact .icon:first-child{color:var(--orange)}@media(max-width:760px){.card-phones{display:grid;gap:0}.card-phone{font-size:11px;min-height:32px}.detail-layout aside{width:100%}.social-contact{font-size:13px}}
.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.profile-stats a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:82px;border:1px solid #dacebc;border-radius:14px;padding:12px 6px;background:var(--paper);font-size:13px}.profile-stats strong{font-size:24px;color:var(--orange)}.profile-stats a:hover,.business-entry:hover{background:var(--soft);border-color:var(--orange)}.business-entrances{display:grid;gap:12px;margin:22px 0}.business-entry{display:flex;align-items:center;gap:12px;border:1px solid #dfb79e;background:var(--soft);border-radius:14px;padding:18px;font-weight:700;min-height:62px}.business-entry .icon{color:var(--orange)}.business-entry .icon:last-child{margin-left:auto}.business-entry span{min-width:0}@media(max-width:360px){.profile-stats{gap:6px}.profile-stats a{font-size:11px}.profile-hero{padding:20px 13px}.business-entry{font-size:13px;padding:14px}}
.deal-switch{display:flex;gap:8px;margin:22px 0 18px}.deal-switch button{min-width:95px}.venue-tags{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.venue-category-tag,.promotion-tag{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;min-height:32px;border-radius:8px;font-size:11px;background:var(--soft);color:var(--orange)}.promotion-tag{background:#ce470a;color:white}.promotion-tag .icon{width:15px;height:15px}.promotion-panel{background:var(--soft);border:1px solid #e6bda5;border-radius:12px;padding:15px;margin:16px 0}.promotion-panel p{margin:10px 0 0;white-space:pre-line}.toolbar #venue-category{max-width:245px}@media(max-width:760px){.toolbar #venue-category{flex-basis:100%;max-width:none;width:100%}}
.brand-mark{width:44px!important;height:42px!important;background-size:92px 92px!important;background-position:-25px -18px!important;clip-path:inset(0 0 3px 0)}.favorite-tabs{display:flex;gap:6px;background:#f0ece5;padding:6px;border-radius:99px;margin:25px 0}.favorite-tabs button{flex:1;border:0;border-radius:99px;background:transparent;font-weight:700}.favorite-tabs button.active{background:#fff;box-shadow:0 2px 6px #3022160c}.favorite-tabs b{background:var(--soft);padding:4px 8px;border-radius:20px;margin-left:5px}.dish{position:relative}.dish-heart{position:absolute;right:10px;top:10px;z-index:2;background:#fffefaee;border-radius:50%;min-width:44px;min-height:44px}.ad-slot{margin:24px 0}.ad-slot .banner{min-height:0;aspect-ratio:3/1}.ad-profile .banner{aspect-ratio:6/1}.ad-categories .banner{aspect-ratio:4/1}.ad-profile .banner h2{font-size:24px}.ad-profile .banner p{display:none}.ad-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:5px}.ad-controls button{padding:7px;min-width:44px}.ad-places{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}.ad-places button{display:grid;gap:7px;text-align:left;padding:17px}.ad-places button.active{border-color:var(--orange);background:var(--soft)}.notification{display:block;margin:15px 0}.distance{white-space:nowrap}.category-photo{width:68px;height:55px;flex-shrink:0;display:block;object-fit:contain;border-radius:10px;background-image:url('/static/food/category-atlas.webp');background-size:500% 500%;background-repeat:no-repeat}.all-category-card{grid-template-columns:68px 1fr}.all-category-card>.category-photo{grid-row:span 2}.category .category-photo{width:68px;height:55px}.menu-categories{flex-wrap:wrap}.menu-categories .chip{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:90px}.menu-categories .chip .icon{height:55px}.table-wrap td:last-child{min-width:180px}.table-wrap td button{margin:3px}.banner-media{object-fit:contain;background:#30170c}.ad-slot .banner:has(.banner-media) .banner-body{background:#30170c88;border-radius:12px;margin:15px;padding:15px}.ad-slot .banner:has(.banner-media):after{display:none}
@media(max-width:760px){.ad-places{grid-template-columns:repeat(2,minmax(0,1fr))}.ad-slot .banner{aspect-ratio:2.2/1}.ad-profile .banner{aspect-ratio:4/1}.ad-profile .banner h2{font-size:16px;margin:0}.ad-profile .banner .primary{display:none}.ad-profile .banner-body{padding:12px}.all-category-card{grid-template-columns:1fr}.all-category-card>.category-photo{grid-row:auto;width:85px;height:65px}.category .category-photo{width:56px;height:42px}}
.tile-0{background-position:0% 0%}
.tile-1{background-position:25% 0%}
.tile-2{background-position:50% 0%}
.tile-3{background-position:75% 0%}
.tile-4{background-position:100% 0%}
.tile-5{background-position:0% 25%}
.tile-6{background-position:25% 25%}
.tile-7{background-position:50% 25%}
.tile-8{background-position:75% 25%}
.tile-9{background-position:100% 25%}
.tile-10{background-position:0% 50%}
.tile-11{background-position:25% 50%}
.tile-12{background-position:50% 50%}
.tile-13{background-position:75% 50%}
.tile-14{background-position:100% 50%}
.tile-15{background-position:0% 75%}
.tile-16{background-position:25% 75%}
.tile-17{background-position:50% 75%}
.tile-18{background-position:75% 75%}
.tile-19{background-position:100% 75%}
.tile-20{background-position:0% 100%}
.tile-21{background-position:25% 100%}
.tile-22{background-position:50% 100%}
.tile-23{background-position:75% 100%}
.tile-24{background-position:100% 100%}
.location-switch{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.location-switch .active{background:var(--soft);border-color:var(--orange);color:var(--orange)}
.category-grid .category{display:grid;grid-template-rows:64px 32px;justify-items:center;align-items:center;gap:8px;padding:12px 5px;min-height:130px}.category-grid .category>.icon{width:34px;height:34px}.category-grid .category>.category-photo{width:90px;height:60px;max-width:100%;border-radius:8px}.category-grid .category>span:last-child{align-self:start;line-height:16px;text-align:center}.category-photo{background-size:500% 580%}.category-photo:is(img){background:none}.all-category-card>.category-photo{aspect-ratio:1.5;height:auto}.menu-categories .chip{min-height:105px;justify-content:center}
.tile-0{background-position:0% 1.6667%}
.tile-1{background-position:25% 1.6667%}
.tile-2{background-position:50% 1.6667%}
.tile-3{background-position:75% 1.6667%}
.tile-4{background-position:100% 1.6667%}
.tile-5{background-position:0% 25.8333%}
.tile-6{background-position:25% 25.8333%}
.tile-7{background-position:50% 25.8333%}
.tile-8{background-position:75% 25.8333%}
.tile-9{background-position:100% 25.8333%}
.tile-10{background-position:0% 50.0000%}
.tile-11{background-position:25% 50.0000%}
.tile-12{background-position:50% 50.0000%}
.tile-13{background-position:75% 50.0000%}
.tile-14{background-position:100% 50.0000%}
.tile-15{background-position:0% 74.1667%}
.tile-16{background-position:25% 74.1667%}
.tile-17{background-position:50% 74.1667%}
.tile-18{background-position:75% 74.1667%}
.tile-19{background-position:100% 74.1667%}
.tile-20{background-position:0% 98.3333%}
.tile-21{background-position:25% 98.3333%}
.tile-22{background-position:50% 98.3333%}
.tile-23{background-position:75% 98.3333%}
.tile-24{background-position:100% 98.3333%}
@media(max-width:760px){.category-grid .category{grid-template-rows:48px 30px;min-height:106px;padding:8px 3px}.category-grid .category>.category-photo{width:66px;height:44px}.category-grid .category>.icon{width:29px;height:29px}}

.category-photo.main-food{background-image:url(/static/food/main-categories.webp);background-size:300% 200%;width:60px;height:60px;aspect-ratio:1}.category-grid .category>.main-food{width:60px;height:60px}
.main-food-0{background-position:0% 0%}
.main-food-1{background-position:50% 0%}
.main-food-2{background-position:100% 0%}
.main-food-3{background-position:0% 100%}
.main-food-4{background-position:50% 100%}
.main-food-5{background-position:100% 100%}
@media(max-width:760px){.category-grid .category>.main-food{width:44px;height:44px}}

.offer-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.offer-photo{height:230px;position:relative;overflow:hidden}.offer-photo img{width:100%;height:100%;object-fit:contain;background:#fff}.offer-copy{padding:22px}.offer-copy h3{margin:10px 0}.offer-copy p{white-space:pre-line;line-height:1.6}

.delivery-label{font-weight:600;color:var(--brown);margin:9px 0}.distance-prompt{font-size:11px;padding:6px;max-width:112px}.card-end{gap:10px}.card-end .muted{font-size:10px;max-width:110px;text-align:right}

.category-photo.photo-cuisines{background-image:url(/static/food/cuisines-categories.webp);background-size:400% 400%;aspect-ratio:1.5;height:auto}
.category-photo.photo-venues{background-image:url(/static/food/venues-categories.webp);background-size:400% 400%;aspect-ratio:1.5;height:auto}
.category-photo.photo-extras{background-image:url(/static/food/extras-categories.webp);background-size:400% 400%;aspect-ratio:1.5;height:auto}
.grid4-0{background-position:0.00000% 0.00000%}
.grid4-1{background-position:33.33333% 0.00000%}
.grid4-2{background-position:66.66667% 0.00000%}
.grid4-3{background-position:100.00000% 0.00000%}
.grid4-4{background-position:0.00000% 33.33333%}
.grid4-5{background-position:33.33333% 33.33333%}
.grid4-6{background-position:66.66667% 33.33333%}
.grid4-7{background-position:100.00000% 33.33333%}
.grid4-8{background-position:0.00000% 66.66667%}
.grid4-9{background-position:33.33333% 66.66667%}
.grid4-10{background-position:66.66667% 66.66667%}
.grid4-11{background-position:100.00000% 66.66667%}
.grid4-12{background-position:0.00000% 100.00000%}
.grid4-13{background-position:33.33333% 100.00000%}
.grid4-14{background-position:66.66667% 100.00000%}
.grid4-15{background-position:100.00000% 100.00000%}

.category-photo{box-shadow:inset 0 0 0 2px #fff}.offer-photo{height:auto;aspect-ratio:4/3}.offer-photo .food-art{height:100%;width:100%;border-radius:0}.offer-photo .food-art img{object-fit:contain}.venue-logo.photo-logo{background:#fff;display:grid;place-items:center;overflow:hidden}.venue-logo.photo-logo .category-photo{width:90%;height:auto;aspect-ratio:1.5}.venue-logo.photo-logo .main-food{aspect-ratio:1}.photo-fallback{display:grid;place-items:center;background:#fff}.photo-fallback>.category-photo.main-food{width:min(100%,230px);height:auto;aspect-ratio:1}

/* Explicit artwork bounds keep adjacent subjects outside each category viewport. */
.category-photo.photo-cuisines.grid4-0{background-size:400% 411.244980%;background-position:0.000000% 0.000000%}
.category-photo.photo-cuisines.grid4-1{background-size:400% 411.244980%;background-position:33.333333% 0.000000%}
.category-photo.photo-cuisines.grid4-2{background-size:400% 411.244980%;background-position:66.666667% 0.000000%}
.category-photo.photo-cuisines.grid4-3{background-size:400% 411.244980%;background-position:100.000000% 0.000000%}
.category-photo.photo-cuisines.grid4-4{background-size:400% 417.959184%;background-position:0.000000% 32.092426%}
.category-photo.photo-cuisines.grid4-5{background-size:400% 417.959184%;background-position:33.333333% 32.092426%}
.category-photo.photo-cuisines.grid4-6{background-size:400% 417.959184%;background-position:66.666667% 32.092426%}
.category-photo.photo-cuisines.grid4-7{background-size:400% 417.959184%;background-position:100.000000% 32.092426%}
.category-photo.photo-cuisines.grid4-8{background-size:400% 412.903226%;background-position:0.000000% 63.917526%}
.category-photo.photo-cuisines.grid4-9{background-size:400% 412.903226%;background-position:33.333333% 63.917526%}
.category-photo.photo-cuisines.grid4-10{background-size:400% 412.903226%;background-position:66.666667% 63.917526%}
.category-photo.photo-cuisines.grid4-11{background-size:400% 412.903226%;background-position:100.000000% 63.917526%}
.category-photo.photo-cuisines.grid4-12{background-size:400% 367.025090%;background-position:0.000000% 100.000000%}
.category-photo.photo-cuisines.grid4-13{background-size:400% 367.025090%;background-position:33.333333% 100.000000%}
.category-photo.photo-cuisines.grid4-14{background-size:400% 367.025090%;background-position:66.666667% 100.000000%}
.category-photo.photo-cuisines.grid4-15{background-size:400% 367.025090%;background-position:100.000000% 100.000000%}
.category-photo.photo-venues.grid4-0{background-size:400% 406.349206%;background-position:0.000000% 0.000000%}
.category-photo.photo-venues.grid4-1{background-size:400% 406.349206%;background-position:33.333333% 0.000000%}
.category-photo.photo-venues.grid4-2{background-size:400% 406.349206%;background-position:66.666667% 0.000000%}
.category-photo.photo-venues.grid4-3{background-size:400% 406.349206%;background-position:100.000000% 0.000000%}
.category-photo.photo-venues.grid4-4{background-size:400% 411.244980%;background-position:0.000000% 32.645161%}
.category-photo.photo-venues.grid4-5{background-size:400% 411.244980%;background-position:33.333333% 32.645161%}
.category-photo.photo-venues.grid4-6{background-size:400% 411.244980%;background-position:66.666667% 32.645161%}
.category-photo.photo-venues.grid4-7{background-size:400% 411.244980%;background-position:100.000000% 32.645161%}
.category-photo.photo-venues.grid4-8{background-size:400% 421.399177%;background-position:0.000000% 64.404609%}
.category-photo.photo-venues.grid4-9{background-size:400% 421.399177%;background-position:33.333333% 64.404609%}
.category-photo.photo-venues.grid4-10{background-size:400% 421.399177%;background-position:66.666667% 64.404609%}
.category-photo.photo-venues.grid4-11{background-size:400% 421.399177%;background-position:100.000000% 64.404609%}
.category-photo.photo-venues.grid4-12{background-size:400% 369.675090%;background-position:0.000000% 100.000000%}
.category-photo.photo-venues.grid4-13{background-size:400% 369.675090%;background-position:33.333333% 100.000000%}
.category-photo.photo-venues.grid4-14{background-size:400% 369.675090%;background-position:66.666667% 100.000000%}
.category-photo.photo-venues.grid4-15{background-size:400% 369.675090%;background-position:100.000000% 100.000000%}
.category-photo.photo-extras.grid4-0{background-size:400% 409.600000%;background-position:0.000000% 0.000000%}
.category-photo.photo-extras.grid4-1{background-size:400% 409.600000%;background-position:33.333333% 0.000000%}
.category-photo.photo-extras.grid4-2{background-size:400% 409.600000%;background-position:66.666667% 0.000000%}
.category-photo.photo-extras.grid4-3{background-size:400% 409.600000%;background-position:100.000000% 0.000000%}
.category-photo.photo-extras.grid4-4{background-size:400% 406.349206%;background-position:0.000000% 32.512953%}
.category-photo.photo-extras.grid4-5{background-size:400% 406.349206%;background-position:33.333333% 32.512953%}
.category-photo.photo-extras.grid4-6{background-size:400% 406.349206%;background-position:66.666667% 32.512953%}
.category-photo.photo-extras.grid4-7{background-size:400% 406.349206%;background-position:100.000000% 32.512953%}
.category-photo.photo-extras.grid4-8{background-size:400% 416.260163%;background-position:0.000000% 64.781491%}
.category-photo.photo-extras.grid4-9{background-size:400% 416.260163%;background-position:33.333333% 64.781491%}
.category-photo.photo-extras.grid4-10{background-size:400% 416.260163%;background-position:66.666667% 64.781491%}
.category-photo.photo-extras.grid4-11{background-size:400% 416.260163%;background-position:100.000000% 64.781491%}
.category-photo.photo-extras.grid4-12{background-size:400% 375.091575%;background-position:0.000000% 100.000000%}
.category-photo.photo-extras.grid4-13{background-size:400% 375.091575%;background-position:33.333333% 100.000000%}
.category-photo.photo-extras.grid4-14{background-size:400% 375.091575%;background-position:66.666667% 100.000000%}
.category-photo.photo-extras.grid4-15{background-size:400% 375.091575%;background-position:100.000000% 100.000000%}

.content-layout{grid-template-columns:minmax(0,1fr)}

.category-photo{border-radius:0!important;box-shadow:none!important}
.category-photo.photo-cuisines{background-image:url(/static/food/cuisines-categories-v2.webp)}
.category-photo.photo-cuisines.grid4-0{background-size:400% 400.000000%;background-position:0.000000% 0.000000%}
.category-photo.photo-cuisines.grid4-1{background-size:400% 400.000000%;background-position:33.333333% 0.000000%}
.category-photo.photo-cuisines.grid4-2{background-size:400% 400.000000%;background-position:66.666667% 0.000000%}
.category-photo.photo-cuisines.grid4-3{background-size:400% 400.000000%;background-position:100.000000% 0.000000%}
.category-photo.photo-cuisines.grid4-4{background-size:400% 400.000000%;background-position:0.000000% 33.333333%}
.category-photo.photo-cuisines.grid4-5{background-size:400% 400.000000%;background-position:33.333333% 33.333333%}
.category-photo.photo-cuisines.grid4-6{background-size:400% 400.000000%;background-position:66.666667% 33.333333%}
.category-photo.photo-cuisines.grid4-7{background-size:400% 400.000000%;background-position:100.000000% 33.333333%}
.category-photo.photo-cuisines.grid4-8{background-size:400% 457.142857%;background-position:0.000000% 64.000000%}
.category-photo.photo-cuisines.grid4-9{background-size:400% 457.142857%;background-position:33.333333% 64.000000%}
.category-photo.photo-cuisines.grid4-10{background-size:400% 457.142857%;background-position:66.666667% 64.000000%}
.category-photo.photo-cuisines.grid4-11{background-size:400% 457.142857%;background-position:100.000000% 64.000000%}
.category-photo.photo-cuisines.grid4-12{background-size:400% 355.555556%;background-position:0.000000% 100.000000%}
.category-photo.photo-cuisines.grid4-13{background-size:400% 355.555556%;background-position:33.333333% 100.000000%}
.category-photo.photo-cuisines.grid4-14{background-size:400% 355.555556%;background-position:66.666667% 100.000000%}
.category-photo.photo-cuisines.grid4-15{background-size:400% 355.555556%;background-position:100.000000% 100.000000%}
.category-photo.photo-venues{background-image:url(/static/food/venues-categories-v2.webp)}
.category-photo.photo-venues.grid4-0{background-size:400% 400.000000%;background-position:0.000000% 0.000000%}
.category-photo.photo-venues.grid4-1{background-size:400% 400.000000%;background-position:33.333333% 0.000000%}
.category-photo.photo-venues.grid4-2{background-size:400% 400.000000%;background-position:66.666667% 0.000000%}
.category-photo.photo-venues.grid4-3{background-size:400% 400.000000%;background-position:100.000000% 0.000000%}
.category-photo.photo-venues.grid4-4{background-size:400% 400.000000%;background-position:0.000000% 33.333333%}
.category-photo.photo-venues.grid4-5{background-size:400% 400.000000%;background-position:33.333333% 33.333333%}
.category-photo.photo-venues.grid4-6{background-size:400% 400.000000%;background-position:66.666667% 33.333333%}
.category-photo.photo-venues.grid4-7{background-size:400% 400.000000%;background-position:100.000000% 33.333333%}
.category-photo.photo-venues.grid4-8{background-size:400% 457.142857%;background-position:0.000000% 64.000000%}
.category-photo.photo-venues.grid4-9{background-size:400% 457.142857%;background-position:33.333333% 64.000000%}
.category-photo.photo-venues.grid4-10{background-size:400% 457.142857%;background-position:66.666667% 64.000000%}
.category-photo.photo-venues.grid4-11{background-size:400% 457.142857%;background-position:100.000000% 64.000000%}
.category-photo.photo-venues.grid4-12{background-size:400% 355.555556%;background-position:0.000000% 100.000000%}
.category-photo.photo-venues.grid4-13{background-size:400% 355.555556%;background-position:33.333333% 100.000000%}
.category-photo.photo-venues.grid4-14{background-size:400% 355.555556%;background-position:66.666667% 100.000000%}
.category-photo.photo-venues.grid4-15{background-size:400% 355.555556%;background-position:100.000000% 100.000000%}
.category-photo.photo-extras{background-image:url(/static/food/extras-categories-v2.webp)}
.category-photo.photo-extras.grid4-0{background-size:400% 400.000000%;background-position:0.000000% 0.000000%}
.category-photo.photo-extras.grid4-1{background-size:400% 400.000000%;background-position:33.333333% 0.000000%}
.category-photo.photo-extras.grid4-2{background-size:400% 400.000000%;background-position:66.666667% 0.000000%}
.category-photo.photo-extras.grid4-3{background-size:400% 400.000000%;background-position:100.000000% 0.000000%}
.category-photo.photo-extras.grid4-4{background-size:400% 400.000000%;background-position:0.000000% 33.333333%}
.category-photo.photo-extras.grid4-5{background-size:400% 400.000000%;background-position:33.333333% 33.333333%}
.category-photo.photo-extras.grid4-6{background-size:400% 400.000000%;background-position:66.666667% 33.333333%}
.category-photo.photo-extras.grid4-7{background-size:400% 400.000000%;background-position:100.000000% 33.333333%}
.category-photo.photo-extras.grid4-8{background-size:400% 457.142857%;background-position:0.000000% 64.000000%}
.category-photo.photo-extras.grid4-9{background-size:400% 457.142857%;background-position:33.333333% 64.000000%}
.category-photo.photo-extras.grid4-10{background-size:400% 457.142857%;background-position:66.666667% 64.000000%}
.category-photo.photo-extras.grid4-11{background-size:400% 457.142857%;background-position:100.000000% 64.000000%}
.category-photo.photo-extras.grid4-12{background-size:400% 355.555556%;background-position:0.000000% 100.000000%}
.category-photo.photo-extras.grid4-13{background-size:400% 355.555556%;background-position:33.333333% 100.000000%}
.category-photo.photo-extras.grid4-14{background-size:400% 355.555556%;background-position:66.666667% 100.000000%}
.category-photo.photo-extras.grid4-15{background-size:400% 355.555556%;background-position:100.000000% 100.000000%}

.category-photo.tile-0{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:0% 2.398082%;border-radius:0}
.category-photo.tile-1{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:25% 2.398082%;border-radius:0}
.category-photo.tile-2{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:50% 2.398082%;border-radius:0}
.category-photo.tile-3{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:75% 2.398082%;border-radius:0}
.category-photo.tile-4{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:100% 2.398082%;border-radius:0}
.category-photo.tile-5{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:0% 23.980815%;border-radius:0}
.category-photo.tile-6{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:25% 23.980815%;border-radius:0}
.category-photo.tile-7{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:50% 23.980815%;border-radius:0}
.category-photo.tile-8{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:75% 23.980815%;border-radius:0}
.category-photo.tile-9{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:100% 23.980815%;border-radius:0}
.category-photo.tile-10{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:0% 46.163070%;border-radius:0}
.category-photo.tile-11{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:25% 46.163070%;border-radius:0}
.category-photo.tile-12{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:50% 46.163070%;border-radius:0}
.category-photo.tile-13{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:75% 46.163070%;border-radius:0}
.category-photo.tile-14{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:100% 46.163070%;border-radius:0}
.category-photo.tile-15{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:0% 67.745803%;border-radius:0}
.category-photo.tile-16{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:25% 67.745803%;border-radius:0}
.category-photo.tile-17{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:50% 67.745803%;border-radius:0}
.category-photo.tile-18{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:75% 67.745803%;border-radius:0}
.category-photo.tile-19{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:100% 67.745803%;border-radius:0}
.category-photo.tile-20{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:0% 90.527578%;border-radius:0}
.category-photo.tile-21{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:25% 90.527578%;border-radius:0}
.category-photo.tile-22{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:50% 90.527578%;border-radius:0}
.category-photo.tile-23{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:75% 90.527578%;border-radius:0}
.category-photo.tile-24{background-image:url(/static/food/category-atlas-v2.webp);background-size:500% 538.947368%;background-position:100% 90.527578%;border-radius:0}
.all-category-card{grid-template-columns:96px minmax(0,1fr)}.all-category-card>.category-photo{width:96px;height:64px;aspect-ratio:auto}.all-category-card>.category-photo.main-food{width:64px;height:64px;justify-self:center}@media(max-width:760px){.all-category-card{grid-template-columns:1fr}.all-category-card>.category-photo.main-food{justify-self:start}}

/* Consistent light presentation and fully visible business controls. */
:root{color-scheme:only light}.business .stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.business .stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.business .stat{padding:20px}.business .admin-main{min-width:0}.business .table-wrap table{width:100%;table-layout:fixed}.business td,.business th{white-space:normal;overflow-wrap:anywhere}.business td:last-child{display:flex;flex-wrap:wrap;gap:8px}.business td:last-child button{padding:9px 12px;min-height:42px}.business th:last-child{width:38%}.danger{color:#ad2e1d;border-color:#ecc9c1}.weekday-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}fieldset{border:1px solid var(--line);border-radius:14px;padding:18px}.venue-logo img,.detail-logo img{object-fit:contain!important}.detail-cover>img,.detail-cover .food-art img{object-fit:contain!important;background:var(--soft)}.dish .food-art img{object-fit:contain!important;background:var(--paper)}

@media(max-width:760px){.business .table-wrap{overflow:visible}.business .table-wrap table{min-width:0;display:block}.business thead{display:none}.business tbody{display:block}.business tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;border-bottom:1px solid var(--line)}.business td{display:block;padding:8px;border:0;min-width:0}.business td:before{content:attr(data-label);display:block;font-size:11px;color:var(--muted);margin-bottom:5px}.business td:last-child{grid-column:1/-1;display:flex;flex-wrap:wrap}.business td:last-child:before{width:100%}.business .table-wrap td button{min-width:0}.business .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.business .stat{font-size:12px;padding:14px}}
@media(max-width:760px){.business .admin-nav{display:flex;flex-wrap:wrap;overflow:visible;gap:6px}.business .admin-nav button{flex:1 1 auto;white-space:normal;min-width:0;padding:10px}}

/* Seller dishes grouped by venue and category. */
.seller-menu-toolbar{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}
.seller-menu-section{margin-bottom:24px;min-width:0}
.seller-menu-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}
.seller-menu-heading h2{margin:0;overflow-wrap:anywhere}
.seller-menu-heading small{flex-shrink:0}
.seller-menu-item{display:grid;grid-template-columns:80px minmax(140px,1fr) auto;gap:16px;align-items:center;padding:20px 0;border-top:1px solid var(--line,#e7dfd3)}
.seller-menu-photo{width:80px;height:80px;overflow:hidden;border-radius:16px;background:#fff}
.seller-menu-photo>*{width:100%;height:100%;min-height:0;object-fit:contain}
.seller-menu-photo img{width:100%;height:100%;object-fit:contain}
.seller-menu-info{display:flex;flex-direction:column;gap:6px;min-width:0}
.seller-menu-info h3{margin:0;overflow-wrap:break-word;word-break:normal}
.seller-menu-info strong{color:var(--accent,#cf4500)}
.seller-menu-status{grid-column:2;grid-row:auto}
.seller-menu-actions{grid-column:3;grid-row:1 / span 2;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.seller-menu-item{position:relative}
.seller-menu-actions button{padding:12px 16px}
.seller-menu-add{margin-top:16px;max-width:100%;white-space:normal}
@media(max-width:760px){.seller-menu-item{grid-template-columns:64px minmax(0,1fr)}.seller-menu-photo{width:64px;height:64px}.seller-menu-actions{grid-column:1 / -1;grid-row:auto;justify-content:flex-start}.seller-menu-status{grid-column:2}.seller-menu-heading{align-items:flex-start}.seller-menu-heading h2{font-size:24px}.seller-menu-section{padding:20px}.seller-menu-add{font-size:16px}}
