/* Food Court Nutrition Facts — no external resources */
:root{color-scheme:light;
 --bg:#F4F7FB;--ink:#1F2430;--muted:#525A67;--line:#E2E8F0;--zero:#5A616A;--flag:#B4233C;
 --hl:#FFD3E2;--hl-bar:#E0457B;--name2:#EFF3F8;--nameh:#E6EBF2;--bar-h:4.4rem;
 --sage1:#EEF4F2;--sage2:#E0EBE6;--sageh:#D0E1DA;
 --butter1:#FFF7D6;--butter2:#FFEEB3;--butterh:#FFE08A;
 --sky1:#EDF5FF;--sky2:#DDEAFD;--skyh:#C7DCFA;
 --mint1:#EBF8F1;--mint2:#D9F0E3;--minth:#BEE5CE;
 --peach1:#FFF1E7;--peach2:#FFE2CF;--peachh:#FFCEAC;
 --lilac1:#F4F0FF;--lilac2:#E7E0FF;--lilach:#D5CAFA;
 --pad:clamp(.75rem,2.5vw,1.75rem);--font:system-ui,sans-serif;--display:ui-rounded,system-ui,sans-serif}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.5 var(--font)}
a{color:inherit}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.wrap{max-width:1940px;margin:0 auto;padding:0 var(--pad)}
.top{padding:clamp(1.25rem,4vw,2.4rem) 0 .5rem}
h1{font:800 clamp(1.8rem,5.4vw,2.8rem)/1.04 var(--display);letter-spacing:-.015em;margin:0}
.rule{height:8px;width:min(100%,23rem);background:var(--ink);border-radius:2px;margin:.55rem 0 .75rem}
.lede{margin:0;max-width:64ch;color:var(--muted);font-size:clamp(.95rem,2.3vw,1.05rem)}
.allergy{margin:.75rem 0 0;max-width:78ch;font-size:.86rem;line-height:1.45;color:#4A3B12;background:#FFF1C7;border-radius:10px;padding:.5rem .75rem}
.allergy b{color:#5E4700}
.bar{position:sticky;top:0;z-index:30;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .9rem;padding:.65rem 0;background:var(--bg)}
.search{position:relative;flex:1 1 22rem;max-width:40rem}
.search svg{position:absolute;left:.8rem;top:50%;width:18px;height:18px;margin-top:-9px;color:var(--muted);pointer-events:none}
#q{width:100%;height:46px;border:1.5px solid #D3DBE6;border-radius:12px;background:#fff;padding:0 .9rem 0 2.5rem;font:inherit;font-size:16px;color:var(--ink)}
#q::placeholder{color:#737B87}
#q:focus{outline:none;border-color:#86ABE6;box-shadow:0 0 0 4px #DCE8FB}
.tools{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .8rem;font-size:.88rem}
.switch{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;-webkit-user-select:none}
.switch input{-webkit-appearance:none;appearance:none;position:relative;width:40px;height:24px;margin:0;border-radius:99px;background:#CDD5E0;cursor:pointer;transition:background .15s}
.switch input::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(31,36,48,.3);transition:transform .15s}
.switch input:checked{background:#8F7BE0}
.switch input:checked::after{transform:translateX(16px)}
.switch input:focus-visible,.pill:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
#count{color:var(--muted)}
.pill{border:0;border-radius:99px;padding:.5rem .85rem;font:600 .82rem/1.1 var(--font);color:var(--ink);cursor:pointer}
#reset{background:var(--skyh)}
#clear{background:var(--hl)}
.narrow{display:none}
.tablebox{position:relative}
.panel{background:#fff;border:1px solid var(--line);border-radius:14px;overflow-x:auto;overscroll-behavior-x:contain}
.fh-wrap{position:sticky;top:var(--bar-h);height:0;z-index:25;display:none}
.stuck .fh-wrap{display:block}
.fh-clip{position:absolute;top:0;left:1px;right:1px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;box-shadow:0 8px 10px -9px rgba(31,36,48,.45)}
.fh-clip::-webkit-scrollbar{display:none}
.nt{border-collapse:separate;border-spacing:0;width:100%;font-size:.84rem;line-height:1.25;font-variant-numeric:tabular-nums}
th,td{padding:.48rem .42rem;text-align:center;white-space:nowrap}
.nt thead th{padding:.35rem .08rem;font-size:.75rem;line-height:1.15;vertical-align:bottom;white-space:normal;border-left:1px solid #fff;border-bottom:1px solid #fff}
.nt thead .corner{position:sticky;left:0;z-index:6;text-align:left;padding-left:.6rem;border-left:0}
thead .n{background:var(--nameh)}
th button{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:1.9rem;min-height:2.6rem;padding:.15rem .14rem;border-radius:7px;cursor:pointer;font:inherit;text-align:center}
thead .corner button{align-items:flex-start}
th button:focus-visible{outline:2px solid var(--ink);outline-offset:1px}
th button::after{content:"\2195";font-size:.8em;line-height:1;margin-top:.15rem;opacity:.35}
th[aria-sort=ascending] button::after{content:"\2191";opacity:1}
th[aria-sort=descending] button::after{content:"\2193";opacity:1}
.lb{display:block;font-weight:700}
.un{display:block;min-height:1.05em;font-size:.68rem;font-weight:500;opacity:.85}
@media (hover:hover){th button:hover{background:rgba(255,255,255,.6)}}
.g-sage{background:var(--sageh)}.g-butter{background:var(--butterh)}
.g-sky{background:var(--skyh)}.g-mint{background:var(--minth)}.g-peach{background:var(--peachh)}.g-lilac{background:var(--lilach)}
.g-sky.u{background:var(--sky2)}.g-mint.u{background:var(--mint2)}.g-peach.u{background:var(--peach2)}.g-lilac.u{background:var(--lilac2)}
.nt.sorted thead th{box-shadow:inset 0 -2px 0 var(--ink)}
tr.it{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
tr.it>*{background:var(--a,#fff);border-bottom:1px solid rgba(255,255,255,.9)}
tr.it.alt>*{background:var(--b,var(--name2))}
tr.it.hl>*{background:var(--hl)}
tr.it>th{position:sticky;left:0;z-index:1;min-width:11rem;max-width:14.5rem;white-space:normal;text-align:left;font-weight:600;padding-left:.75rem}
tr.it.hl>th{box-shadow:inset 4px 0 0 var(--hl-bar)}
.scrolled tr.it>th,.scrolled thead .corner{box-shadow:7px 0 10px -8px rgba(31,36,48,.45)}
.scrolled tr.it.hl>th{box-shadow:inset 4px 0 0 var(--hl-bar),7px 0 10px -8px rgba(31,36,48,.45)}
tr.it:focus{outline:none}
tr.it:focus-visible>*{box-shadow:inset 0 2px 0 var(--ink),inset 0 -2px 0 var(--ink)}
@media (hover:hover){tr.it:hover>*{background-image:linear-gradient(rgba(31,36,48,.05),rgba(31,36,48,.05))}}
td.al{min-width:7rem;max-width:8.75rem;white-space:normal;font-size:.78rem;color:var(--muted)}
.nm{display:block}
.alg,.cat{display:none;margin-top:.12rem;font-size:.72rem;font-weight:500;color:var(--muted)}
.sorted .cat{display:block}
.z{color:var(--zero)}
.f{color:var(--flag);font-weight:700}
.f sup a{text-decoration:none;padding:0 .15rem}
.nt tr.it>:nth-child(5){font-weight:700}
tr.sec th{text-align:left;background:#fff;border-top:2px solid var(--ink);padding:.85rem .75rem .4rem;font:700 .95rem/1.2 var(--display)}
tr.sec th span{position:sticky;left:.75rem}
tr.sec small{margin-left:.5rem;font:500 .8rem var(--font);color:var(--muted)}
tr.empty td{text-align:left;white-space:normal;padding:1.5rem .75rem;color:var(--muted)}
tr.empty td span{position:sticky;left:.75rem;display:inline-block;max-width:calc(100vw - 3rem)}
.notes{max-width:74ch;padding:1.75rem 0 2.75rem;color:#39404D;font-size:.95rem}
.notes h2{font:800 1.3rem/1.2 var(--display);margin:0 0 .5rem}
.notes p{margin:.55rem 0}
.notes .fine{color:var(--muted);font-size:.85rem}
.nf{min-height:100vh;display:grid;place-items:center;padding:1.5rem}
.nf main{max-width:28rem}
.nf .rule{width:12rem}
.nf a{display:inline-block;margin-top:.5rem;background:var(--skyh);font-weight:600;text-decoration:none;padding:.6rem 1rem;border-radius:99px}
.nf a:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
@media (max-width:640px){
 :root{--bar-h:6.6rem}
 .nt{font-size:.78rem}
 th,td{padding:.45rem .4rem}
 tr.it>th{min-width:8.75rem;max-width:10.25rem;padding-left:.6rem}
 td.al,thead th.al{display:none}
 .alg{display:block}
 .sorted .cat{display:none}
 .search{flex-basis:100%}
 .tools{gap:.5rem .65rem}
 .allergy{font-size:.8rem}
 .wide{display:none}
 .narrow{display:inline}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important}}
@media print{.bar,.allergy,.fh-wrap{display:none}.panel{border:0;overflow:visible}.nt thead th,tr.it>th{position:static}}
.nt tr.it>:nth-child(1),.nt tr.it>:nth-child(2){--a:#fff;--b:var(--name2)}
.nt tr.it>:nth-child(3),.nt tr.it>:nth-child(4){--a:var(--sage1);--b:var(--sage2)}
.nt tr.it>:nth-child(5){--a:var(--butter1);--b:var(--butter2)}
.nt tr.it>:nth-child(6),.nt tr.it>:nth-child(7){--a:var(--sky1);--b:var(--sky2)}
.nt tr.it>:nth-child(8),.nt tr.it>:nth-child(9){--a:var(--mint1);--b:var(--mint2)}
.nt tr.it>:nth-child(10){--a:var(--peach1);--b:var(--peach2)}
.nt tr.it>:nth-child(11),.nt tr.it>:nth-child(12){--a:var(--lilac1);--b:var(--lilac2)}
.nt tr.it>:nth-child(13),.nt tr.it>:nth-child(14){--a:var(--sky1);--b:var(--sky2)}
.nt tr.it>:nth-child(15),.nt tr.it>:nth-child(16){--a:var(--mint1);--b:var(--mint2)}
.nt tr.it>:nth-child(17),.nt tr.it>:nth-child(18){--a:var(--peach1);--b:var(--peach2)}
.nt tr.it>:nth-child(19){--a:var(--lilac1);--b:var(--lilac2)}
.nt tr.it>:nth-child(20),.nt tr.it>:nth-child(21){--a:var(--sky1);--b:var(--sky2)}
.nt tr.it>:nth-child(22){--a:var(--mint1);--b:var(--mint2)}
.nt tr.it>:nth-child(23),.nt tr.it>:nth-child(24){--a:var(--peach1);--b:var(--peach2)}
.nt tr.it>:nth-child(25),.nt tr.it>:nth-child(26){--a:var(--lilac1);--b:var(--lilac2)}
.nt tr.it>:nth-child(27),.nt tr.it>:nth-child(28){--a:var(--sky1);--b:var(--sky2)}
.nt tr.it>:nth-child(29),.nt tr.it>:nth-child(30){--a:var(--mint1);--b:var(--mint2)}
.nt tr>:nth-child(3),.nt tr>:nth-child(5),.nt tr>:nth-child(6),.nt tr>:nth-child(8),.nt tr>:nth-child(10),.nt tr>:nth-child(11),.nt tr>:nth-child(13),.nt tr>:nth-child(15),.nt tr>:nth-child(17),.nt tr>:nth-child(19),.nt tr>:nth-child(20),.nt tr>:nth-child(22),.nt tr>:nth-child(23),.nt tr>:nth-child(25),.nt tr>:nth-child(27),.nt tr>:nth-child(29){border-left:2px solid #fff}
@media (max-width:1819px){.nt:not(.dv-on) tr>:nth-child(7),.nt:not(.dv-on) tr>:nth-child(9),.nt:not(.dv-on) tr>:nth-child(12),.nt:not(.dv-on) tr>:nth-child(14),.nt:not(.dv-on) tr>:nth-child(16),.nt:not(.dv-on) tr>:nth-child(18),.nt:not(.dv-on) tr>:nth-child(21),.nt:not(.dv-on) tr>:nth-child(24),.nt:not(.dv-on) tr>:nth-child(26),.nt:not(.dv-on) tr>:nth-child(28),.nt:not(.dv-on) tr>:nth-child(30){display:none}}
@media (min-width:1820px){.nt.dv-off tr>:nth-child(7),.nt.dv-off tr>:nth-child(9),.nt.dv-off tr>:nth-child(12),.nt.dv-off tr>:nth-child(14),.nt.dv-off tr>:nth-child(16),.nt.dv-off tr>:nth-child(18),.nt.dv-off tr>:nth-child(21),.nt.dv-off tr>:nth-child(24),.nt.dv-off tr>:nth-child(26),.nt.dv-off tr>:nth-child(28),.nt.dv-off tr>:nth-child(30){display:none}}
