/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#102647;--muted:#607089;--paper:#f7f8f5;--white:#fff;--blue:#2855c7;--blue-light:#e9efff;--amber:#d68a00;--amber-light:#fff3d7;--green:#08796d;--green-light:#e3f5f1;--border:#dde3e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{color:inherit}main{min-height:100vh}.site-header{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 48px);min-height:90px;margin:0 auto;display:flex}.brand{color:var(--ink);align-items:center;gap:13px;text-decoration:none;display:inline-flex}.brand-mark{background:var(--ink);border-radius:12px;justify-content:center;align-items:end;gap:3px;width:42px;height:42px;padding:9px;display:flex;transform:rotate(-2deg)}.brand-mark i{background:#fff;border-radius:3px 3px 1px 1px;width:5px;display:block}.brand-mark i:first-child{opacity:.7;height:13px}.brand-mark i:nth-child(2){height:22px}.brand-mark i:nth-child(3){opacity:.85;height:17px}.brand strong{letter-spacing:.14em;font-size:14px;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.period-pill,.today-pill,.result-count{border:1px solid var(--border);color:var(--muted);background:#ffffffb3;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700}.hero{background:var(--ink);color:#fff;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;min-height:430px;padding:72px max(24px,50vw - 590px);display:grid;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.hero:before{border:70px solid #4770db33;width:420px;height:420px;top:-210px;right:-160px}.hero:after{border:55px solid #ffffff0d;width:260px;height:260px;bottom:-220px;left:38%}.hero-copy,.search-panel{z-index:1;position:relative}.eyebrow{color:#79a2ff;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.045em;max-width:650px;margin:0;font-size:clamp(43px,5vw,70px);line-height:.98}.hero h1 em{color:#8db0ff;font-style:normal}.intro{color:#c8d2e2;max-width:560px;margin:24px 0 0;font-size:16px;line-height:1.65}.search-panel{color:var(--ink);background:#fff;border-radius:22px;padding:28px;box-shadow:0 22px 70px #020c1f47}.search-panel label{margin-bottom:12px;font-size:15px;font-weight:800;display:block}.search-combobox{position:relative}.search-field{border:2px solid #cdd5e0;border-radius:14px;align-items:center;gap:12px;height:62px;padding:0 16px;transition:border .2s,box-shadow .2s;display:flex}.search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-light)}.search-field input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:17px}.search-field input::placeholder{color:#8a96a6}.search-field input::-webkit-search-cancel-button{display:none}.search-field button{cursor:pointer;background:#eef1f5;border:0;border-radius:50%;width:32px;height:32px;padding:0;font-size:23px;line-height:1}.search-symbol{border:2px solid var(--blue);border-radius:50%;flex:none;width:18px;height:18px;position:relative}.search-symbol:after{content:"";background:var(--blue);border-radius:2px;width:8px;height:2px;position:absolute;bottom:-3px;right:-6px;transform:rotate(45deg)}.search-tip{color:var(--muted);margin:14px 0 0;font-size:12px}.search-tip span{color:var(--blue);background:var(--blue-light);text-transform:uppercase;border-radius:5px;margin-right:5px;padding:3px 7px;font-size:10px;font-weight:800}.suggestions{z-index:20;background:#fff;border:1px solid #bac8df;border-radius:14px;padding:7px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 42px #03122b38}.suggestions button{width:100%;min-height:61px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px 10px;display:grid}.suggestions button+button{margin-top:2px}.suggestions button:hover,.suggestions button.active{background:#edf3ff}.suggestions button:focus-visible{outline-offset:-2px;outline:3px solid #91aff4}.suggestions button>span:nth-child(2){min-width:0}.suggestions button strong,.suggestions button small{display:block}.suggestions button strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.suggestions button small{color:var(--muted);margin-top:3px;font-size:10px}.suggestions button b{color:var(--blue);white-space:nowrap;font-size:10px}.option-kind{background:var(--blue-light);min-width:48px;color:var(--blue);letter-spacing:.06em;text-align:center;border-radius:7px;padding:7px 5px;font-size:8px;font-weight:900}.option-kind.group{background:var(--green-light);color:var(--green)}.no-suggestions{color:var(--muted);text-align:center;margin:0;padding:18px 14px;font-size:12px}.lock-teacher-button{background:var(--blue-light);width:100%;min-height:68px;color:var(--ink);text-align:left;cursor:pointer;border:1px solid #b9c9ea;border-radius:12px;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;margin-top:14px;padding:10px 13px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.lock-teacher-button:hover{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 7px 18px #2855c71f}.lock-teacher-button strong,.lock-teacher-button small{display:block}.lock-teacher-button strong{color:var(--blue);font-size:13px}.lock-teacher-button small{color:var(--muted);margin-top:3px;font-size:10px}.lock-teacher-button b{color:var(--blue);padding-right:3px;font-size:20px}.lock-mark{background:var(--blue);border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:relative}.lock-mark:before{content:"";border:2px solid #fff;border-bottom:0;border-radius:8px 8px 0 0;width:13px;height:12px;position:absolute;top:7px}.lock-mark i{background:#fff;border-radius:3px;width:18px;height:15px;position:absolute;bottom:7px}.teacher-lock-card{min-height:210px}.teacher-lock-top{align-items:center;gap:13px;display:flex}.teacher-lock-top .lock-mark{border-radius:12px;width:45px;height:45px}.teacher-lock-top small,.teacher-lock-top strong{display:block}.teacher-lock-top small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:800}.teacher-lock-top strong{color:var(--blue);letter-spacing:.05em;font-size:28px}.teacher-lock-card>p{color:var(--muted);margin:17px 0;font-size:12px;line-height:1.55}.lock-actions{flex-wrap:wrap;gap:8px;display:flex}.lock-actions button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:10px 14px;font-size:11px;font-weight:800}.lock-actions button.remove-lock{color:var(--muted);background:#fff;border:1px solid #d8dee7}.local-note{color:#8893a1;margin-top:12px;font-size:9px;display:block}.search-label-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.search-panel .search-label-row label{margin-bottom:12px}.search-label-row>button{color:var(--blue);cursor:pointer;background:0 0;border:0;margin-bottom:12px;padding:0;font-size:11px;font-weight:800}.food-section{z-index:3;width:min(1180px,100% - 48px);margin:-42px auto 0;padding-bottom:8px;position:relative}.featured-food{background:#f2f7e9;border:1px solid #d9e2d7;border-radius:26px;grid-template-columns:minmax(0,1fr) 320px;align-items:center;min-height:330px;display:grid;overflow:hidden;box-shadow:0 22px 48px #10264724}.food-copy{padding:42px 48px}.food-kicker{align-items:center;gap:12px;margin-bottom:13px;display:flex}.food-kicker .eyebrow{color:#4b6f25;margin:0}.food-kicker>span{color:#5d7053;border-left:1px solid #b8c7aa;padding-left:12px;font-size:12px;font-weight:700}.food-copy h2{color:#173c2f;letter-spacing:-.045em;max-width:710px;margin:0;font-size:clamp(34px,4.2vw,58px);line-height:1.02}.diet-pills{flex-wrap:wrap;gap:6px;min-height:25px;margin-top:15px;display:flex}.diet-pills span{color:#46613d;background:#ffffffa3;border:1px solid #bdd0ad;border-radius:999px;place-items:center;min-width:26px;height:25px;padding:0 8px;font-size:10px;font-weight:900;display:grid}.alternative-food{align-items:center;gap:11px;margin-top:23px;display:flex}.leaf-mark{color:#397236;background:#dcebd0;border-radius:50% 50% 50% 10%;flex:none;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid;transform:rotate(-5deg)}.alternative-food small,.alternative-food strong{display:block}.alternative-food small{color:#64805d;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800}.alternative-food strong{color:#294c39;font-size:15px}.food-sides{color:#526b58;max-width:720px;margin:20px 0 0;font-size:12px;line-height:1.55}.food-sides strong{color:#294c39}.plate-illustration{background:#d9e8c8;justify-content:center;align-items:center;gap:24px;min-height:330px;display:flex;position:relative}.plate-illustration:before{content:"";border:45px solid #fff3;border-radius:50%;width:270px;height:270px;position:absolute}.plate{background:#eef5e7;border:22px solid #fff;border-radius:50%;width:205px;height:205px;display:block;position:relative;transform:rotate(-8deg);box-shadow:0 18px 30px #26462a24,inset 0 0 0 2px #dae5d0}.plate i{border-radius:999px;display:block;position:absolute}.plate i:first-child{background:#d88742;width:76px;height:61px;top:24px;left:22px;transform:rotate(12deg)}.plate i:nth-child(2){background:#7eaa5c;width:62px;height:84px;bottom:20px;right:17px;transform:rotate(-18deg)}.plate i:nth-child(3){background:#efc95a;width:69px;height:48px;bottom:19px;left:19px;transform:rotate(5deg)}.fork{z-index:1;color:#7c8b74;font-size:42px;font-weight:200;position:relative;transform:rotate(90deg)scaleX(.8)}.knife{z-index:1;background:#8b9784;border-radius:8px 8px 3px 3px;width:7px;height:115px;position:relative}.knife:after{content:"";background:#aab5a4;border-radius:10px 10px 3px 3px;width:13px;height:56px;position:absolute;top:0;left:-3px}.week-food-section{background:#f4f8ee;border:1px solid #cbd9c5;border-radius:21px;width:min(1180px,100% - 48px);margin:0 auto 70px;padding:27px 30px;box-shadow:0 12px 32px #224b2c14}.week-menu-heading{justify-content:space-between;align-items:center;gap:24px;margin:0;display:flex}.week-menu-heading .eyebrow{color:var(--green);margin-bottom:7px}.week-menu-heading h3{letter-spacing:-.03em;margin:0;font-size:31px}.week-menu-heading>div>small{color:#687c65;margin-top:6px;font-size:11px;display:block}.week-menu-heading button{color:var(--green);cursor:pointer;background:#fff;border:1px solid #a9c1a1;border-radius:999px;flex:none;align-items:center;gap:12px;padding:7px 7px 7px 15px;font-size:11px;font-weight:850;transition:transform .18s,box-shadow .18s;display:flex}.week-menu-heading button:hover{transform:translateY(-1px);box-shadow:0 7px 17px #08796d21}.week-toggle-icon{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:25px;font-weight:400;line-height:1;display:grid}.week-menu-panel{border-top:1px solid #cfdbc9;margin-top:25px;padding-top:23px}.week-menu-loading,.week-menu-error{color:var(--muted);background:#fff;border-radius:12px;padding:22px;font-size:12px}.week-menu-error{justify-content:space-between;align-items:center;gap:20px;display:flex}.week-menu-error p{margin:0}.week-menu-error a{color:var(--green);font-weight:800}.week-menu{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.week-day-card{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:245px;padding:17px;position:relative;overflow:hidden}.week-day-card.current{border-color:#6db2a7;box-shadow:0 0 0 2px #d9f0eb}.week-day-top{align-items:center;gap:9px;display:flex}.week-day-top>span{width:34px;height:34px;color:var(--muted);text-transform:uppercase;background:#edf1f4;border-radius:9px;place-items:center;font-size:11px;font-weight:900;display:grid}.week-day-card.current .week-day-top>span{color:var(--green);background:var(--green-light)}.week-day-top strong,.week-day-top small{display:block}.week-day-top strong{font-size:12px}.week-day-top small{color:var(--muted);margin-top:2px;font-size:10px}.week-day-card h4{letter-spacing:-.01em;margin:18px 0 13px;font-size:15px;line-height:1.35}.week-day-card>p{color:var(--muted);align-items:flex-start;gap:7px;margin:0;font-size:10px;line-height:1.4;display:flex}.week-day-card>p span{background:var(--green-light);width:19px;height:19px;color:var(--green);border-radius:50%;flex:none;place-items:center;font-size:8px;font-weight:900;display:grid}.week-sides{color:#84909d;border-top:1px solid #edf0f2;margin-top:12px;padding-top:10px;font-size:9px;line-height:1.45;display:block}.current-label{background:var(--green);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:9px 0 0;padding:6px 10px;font-size:8px;font-style:normal;font-weight:900;position:absolute;bottom:0;right:0}.menu-source{color:#7a8798;margin:14px 0 0;font-size:10px;line-height:1.5}.menu-source a{color:var(--green);font-weight:700}.food-loading{background:#fff;border-radius:26px;min-height:350px;padding:48px;box-shadow:0 22px 48px #1026471a}.loading-line,.loading-card{background:linear-gradient(90deg,#edf0f2,#f7f8f9,#edf0f2) 0 0/200% 100%;animation:1.25s linear infinite shimmer}.loading-line{border-radius:6px;width:42%;height:22px;margin-bottom:12px}.loading-line.wide{width:68%;height:48px}.loading-card{border-radius:15px;height:140px;margin-top:45px}@keyframes shimmer{to{background-position:-200% 0}}.food-error{background:#fff9ec;border:1px solid #ead8b8;border-radius:20px;justify-content:space-between;align-items:center;gap:30px;min-height:180px;margin-top:-28px;padding:34px 40px;display:flex;box-shadow:0 18px 42px #1026471a}.food-error .eyebrow{color:var(--amber)}.food-error h2{margin:0 0 8px;font-size:25px}.food-error p{color:var(--muted);margin:0;font-size:13px}.food-error a{background:var(--ink);color:#fff;border-radius:9px;flex:none;padding:12px 16px;font-size:12px;font-weight:800;text-decoration:none}.schedule-section{width:min(1180px,100% - 48px);margin:0 auto;padding:64px 0 52px}.section-heading{justify-content:space-between;align-items:center;gap:24px;min-height:68px;display:flex}.section-heading .eyebrow{color:var(--blue);margin-bottom:6px}.section-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(28px,4vw,42px)}.today-pill{color:var(--green);background:var(--green-light);border-color:#0000;align-items:center;gap:7px;display:flex}.today-pill i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #08796d1f}.teacher-heading{margin-bottom:5px}.teacher-view-badge{background:var(--blue-light);color:var(--blue);border-radius:999px;align-items:center;gap:7px;padding:9px 13px;font-size:10px;font-weight:800;display:inline-flex}.teacher-view-badge i{background:var(--blue);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #2855c71c}.teacher-summary{color:var(--muted);margin:0 0 24px;font-size:13px}.teacher-results{grid-template-columns:repeat(2,minmax(0,1fr))}.day-tabs{background:#edf3ff;border:2px solid #b8caf3;border-radius:18px;grid-template-columns:repeat(5,1fr);gap:7px;margin:24px 0 30px;padding:7px;display:grid;box-shadow:0 9px 24px #2855c717}.day-tabs button{min-height:64px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #d8e1f2;border-radius:12px;font-size:14px;font-weight:850;transition:background .18s,color .18s,transform .18s,border-color .18s;position:relative}.day-tabs button:hover{color:var(--blue);background:#f8faff;border-color:#8eaaeb}.day-tabs button:active{transform:scale(.98)}.day-tabs button.active{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 7px 18px #2855c747}.day-tabs button span{display:none}.day-tabs button i{background:#33cfac;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:10px;box-shadow:0 0 0 4px #33cfac2b}.cards-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:18px;display:grid}.search-results{grid-template-columns:repeat(2,minmax(0,1fr))}.lunch-card{--accent:var(--blue);--soft:var(--blue-light);border:1px solid var(--border);border-top:5px solid var(--accent);background:#fff;border-radius:17px;min-width:0;padding:22px;box-shadow:0 9px 24px #1026470e}.lunch-card.amber{--accent:var(--amber);--soft:var(--amber-light)}.lunch-card.green{--accent:var(--green);--soft:var(--green-light)}.card-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.slot-label{align-items:center;gap:11px;display:flex}.slot-number{background:var(--soft);width:36px;height:36px;color:var(--accent);border-radius:10px;flex:none;place-items:center;font-size:17px;font-weight:900;display:grid}.slot-label strong,.slot-label small{display:block}.slot-label strong{font-size:14px}.slot-label small{color:var(--muted);margin-top:3px;font-size:10px}.day-badge{background:var(--blue-light);color:var(--blue);letter-spacing:.01em;border:1px solid #a9bef0;border-radius:9px;padding:8px 11px;font-size:12px;font-weight:900}.time-grid{border-bottom:1px solid #e8ebef;gap:8px;margin:20px 0;padding-bottom:19px;display:grid}.time-block{background:#f6f7f8;border-radius:11px;align-items:center;gap:12px;min-height:63px;padding:12px 14px;display:flex}.primary-time{background:var(--soft)}.time-icon{border:1px solid var(--accent);place-items:center;width:28px;height:28px;display:grid}@supports (color:color-mix(in lab, red, red)){.time-icon{border:1px solid color-mix(in srgb, var(--accent), transparent 65%)}}.time-icon{color:var(--accent);border-radius:50%;font-size:10px}.lesson-mark{width:28px;height:28px;color:var(--muted);border:1px solid #cbd2dc;border-radius:8px;place-items:center;font-size:12px;font-weight:900;display:grid}.time-block small,.time-block strong{display:block}.time-block small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:10px;font-weight:700}.time-block strong{font-size:14px;line-height:1.25}.primary-time strong{color:var(--accent);font-size:19px}.card-food{background:#f2f8eb;border:1px solid #cfe0c7;border-radius:12px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;margin:0 0 19px;padding:14px;display:grid}.card-food-icon{background:#dcebd0;border-radius:11px;grid-template-columns:repeat(3,5px);place-content:center;gap:2px;width:42px;height:42px;display:grid}.card-food-icon i{background:#4f7a45;border-radius:999px;width:5px}.card-food-icon i:first-child{height:15px}.card-food-icon i:nth-child(2){height:21px}.card-food-icon i:nth-child(3){height:12px}.card-food small,.card-food strong,.card-food>div>span{display:block}.card-food small{color:#5f7b56;letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900}.card-food strong{color:#244a34;font-size:13px;line-height:1.35}.card-food>div>span{color:#5b715d;margin-top:7px;font-size:10px;line-height:1.35}.card-food>div>span b{width:18px;height:18px;color:var(--green);background:#d7ead0;border-radius:50%;place-items:center;margin-right:3px;font-size:8px;display:inline-grid}.groups-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:10px;font-weight:800}.group-list{flex-wrap:wrap;gap:7px;display:flex}.group-chip{background:#fafbfc;border:1px solid #e0e4e9;border-radius:8px;align-items:center;font-size:11px;display:inline-flex;overflow:hidden}.group-chip strong{color:var(--ink);padding:7px 8px}.group-chip span{color:var(--muted);background:#f0f2f5;border-left:1px solid #e0e4e9;align-self:stretch;align-items:center;padding:0 7px;font-size:9px;font-weight:800;display:flex}.search-heading{margin-bottom:24px}.result-count{color:var(--blue);background:var(--blue-light);border-color:#0000}.empty-state{text-align:center;background:#fff;border:1px dashed #c8d0da;border-radius:18px;padding:65px 24px}.empty-state>span{width:48px;height:48px;color:var(--blue);background:var(--blue-light);border-radius:50%;place-items:center;margin:0 auto 15px;font-weight:900;display:grid}.empty-state h3{margin:0 0 8px;font-size:22px}.empty-state p{color:var(--muted);margin:0}.empty-state button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:9px;margin-top:20px;padding:11px 16px;font-weight:700}.local-lunch-section{background:#f8f5ff;border:1px solid #d4c9ec;border-radius:22px;width:min(1180px,100% - 48px);margin:0 auto 70px;overflow:hidden;box-shadow:0 12px 32px #39236214}.local-lunch-heading{justify-content:space-between;align-items:center;gap:28px;min-height:132px;padding:27px 30px;display:flex}.local-lunch-heading .eyebrow{color:#7752b6;margin-bottom:7px}.local-lunch-heading h3{letter-spacing:-.03em;margin:0;font-size:31px}.local-lunch-heading>div>small{color:#756b86;margin-top:6px;font-size:11px;display:block}.local-lunch-heading>button{color:#65429e;cursor:pointer;background:#fff;border:1px solid #c2b2e1;border-radius:999px;flex:none;align-items:center;gap:12px;padding:7px 7px 7px 16px;font-size:11px;font-weight:850;transition:transform .18s,box-shadow .18s;display:flex}.local-lunch-heading>button:hover{transform:translateY(-1px);box-shadow:0 7px 17px #65429e29}.local-lunch-heading>button b{color:#fff;background:#6e4ca8;border-radius:50%;place-items:center;width:42px;height:42px;font-size:25px;font-weight:400;line-height:1;display:grid}.local-lunch-panel{background:#fdfcff;border-top:1px solid #dbd2ec;padding:27px 30px 30px}.local-lunch-toolbar{justify-content:space-between;align-items:center;gap:22px;margin-bottom:22px;display:flex}.local-lunch-toolbar>div strong,.local-lunch-toolbar>div span{display:block}.local-lunch-toolbar>div strong{font-size:18px}.local-lunch-toolbar>div span{color:var(--muted);margin-top:4px;font-size:10px}.local-lunch-toolbar label{width:min(340px,100%)}.local-lunch-toolbar input{width:100%;height:44px;color:var(--ink);background:#fff;border:1px solid #cfc5e3;border-radius:11px;outline:0;padding:0 15px;font-size:12px}.local-lunch-toolbar input:focus{border-color:#7654af;box-shadow:0 0 0 3px #7654af21}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.local-restaurants-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;display:grid}.local-restaurant-card{background:#fff;border:1px solid #ddd6e9;border-radius:15px;min-width:0;padding:17px;overflow:hidden;box-shadow:0 7px 17px #281b410b}.local-restaurant-card.no-lunch{opacity:.73}.local-card-heading{align-items:center;gap:11px;display:flex}.restaurant-letter{color:#6d4aa6;background:#eee8f8;border-radius:10px;flex:none;place-items:center;width:37px;height:37px;font-size:14px;font-weight:900;display:grid}.local-card-heading h4{margin:0;font-size:15px;line-height:1.2}.restaurant-time{color:#7752b6;margin-top:4px;font-size:9px;font-weight:850;display:block}.restaurant-address{color:#7b7289;align-items:flex-start;gap:6px;min-height:30px;margin:13px 0 0;font-size:9px;line-height:1.45;display:flex}.restaurant-address span{color:#7752b6;font-size:14px;line-height:.8}.restaurant-menu{border-top:1px solid #eeeaf3;margin-top:14px;padding-top:13px}.restaurant-menu>small{color:#7752b6;letter-spacing:.09em;text-transform:uppercase;margin-bottom:9px;font-size:8px;font-weight:900;display:block}.restaurant-menu ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.restaurant-menu li{color:#46546b;padding-left:11px;font-size:10px;line-height:1.4;position:relative}.restaurant-menu li:before{content:"";background:#9171c5;border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0}.restaurant-menu>p{color:var(--muted);margin:0;font-size:10px}.restaurant-menu details{margin-top:10px}.restaurant-menu summary{color:#6d4aa6;cursor:pointer;font-size:9px;font-weight:800}.restaurant-menu details ul{margin-top:9px}.restaurant-links{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.restaurant-links a{color:#69469f;background:#faf8ff;border:1px solid #ded6eb;border-radius:7px;padding:6px 8px;font-size:8px;font-weight:850;text-decoration:none}.restaurant-links a:hover{border-color:#9c83c8}.local-lunch-source{color:#81778f;margin:19px 0 0;font-size:9px;line-height:1.5}.local-lunch-source a{color:#6d4aa6;font-weight:800}.local-lunch-status{min-height:110px;color:var(--muted);background:#fff;border:1px dashed #cfc4e2;border-radius:13px;justify-content:center;align-items:center;gap:12px;padding:22px;font-size:12px;display:flex}.local-lunch-status.error{justify-content:space-between}.local-lunch-status.error strong,.local-lunch-status.error span{display:block}.local-lunch-status.error strong{color:var(--ink)}.local-lunch-status.error span{margin-top:4px;font-size:10px}.local-lunch-status.error a{color:#fff;background:#6e4ca8;border-radius:8px;padding:9px 12px;font-size:10px;font-weight:850;text-decoration:none}.lunch-spinner{border:2px solid #d8ceea;border-top-color:#6d4aa6;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}footer{border-top:1px solid var(--border);width:min(1180px,100% - 48px);color:var(--muted);justify-content:space-between;gap:24px;margin:0 auto;padding:32px 0 40px;font-size:11px;line-height:1.6;display:flex}footer p{margin:0}footer p:last-child{text-align:right}footer strong{color:var(--ink)}@media (width<=900px){.hero{grid-template-columns:1fr;gap:38px;padding-top:58px;padding-bottom:58px}.food-section{margin-top:-24px}.featured-food{grid-template-columns:1fr}.plate-illustration{min-height:260px}.week-menu,.local-restaurants-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid,.search-results,.teacher-results{grid-template-columns:1fr}.lunch-card{padding:20px}}@media (width<=620px){.site-header{width:calc(100% - 32px);min-height:76px}.period-pill{display:none}.brand-mark{width:37px;height:37px}.hero{min-height:0;padding:46px 16px 52px}.hero h1{font-size:42px}.intro{margin-top:19px;font-size:15px}.search-panel{border-radius:17px;padding:18px}.search-field{height:57px}.suggestions button{grid-template-columns:49px minmax(0,1fr)}.suggestions button b{display:none}.teacher-lock-card{min-height:0}.food-section{width:calc(100% - 32px);margin-top:-18px}.featured-food{border-radius:19px;min-height:0}.food-copy{padding:29px 22px 31px}.food-kicker{flex-direction:column;align-items:flex-start;gap:6px}.food-kicker>span{border-left:0;padding-left:0}.food-copy h2{font-size:36px}.alternative-food strong{font-size:13px}.plate-illustration{min-height:215px}.plate{border-width:18px;width:165px;height:165px}.plate i:first-child{width:59px;height:46px}.plate i:nth-child(2){width:48px;height:65px}.plate i:nth-child(3){width:54px;height:37px}.fork{font-size:34px}.knife{height:95px}.week-food-section{border-radius:17px;width:calc(100% - 32px);margin-bottom:50px;padding:22px 18px}.week-menu-heading{align-items:center;margin:0}.week-menu-heading h3{font-size:26px}.week-menu-heading button{border:0;padding:5px}.week-toggle-label{display:none}.week-toggle-icon{width:44px;height:44px;font-size:26px}.week-menu{grid-template-columns:1fr}.week-day-card{min-height:155px}.local-lunch-section{border-radius:17px;width:calc(100% - 32px);margin-bottom:50px}.local-lunch-heading{min-height:120px;padding:22px 18px}.local-lunch-heading h3{font-size:26px}.local-lunch-heading>button{border:0;padding:5px}.local-lunch-heading>button>span{display:none}.local-lunch-heading>button b{width:44px;height:44px}.local-lunch-panel{padding:20px 17px 22px}.local-lunch-toolbar{flex-direction:column;align-items:stretch;gap:14px}.local-lunch-toolbar label{width:100%}.local-restaurants-grid{grid-template-columns:1fr}.local-lunch-status.error{flex-direction:column;align-items:flex-start}.food-error{flex-direction:column;align-items:flex-start;padding:28px 24px}.schedule-section{width:calc(100% - 32px);padding:44px 0 64px}.section-heading{min-height:58px}.section-heading h2{font-size:30px}.teacher-view-badge{border-radius:11px;max-width:120px;line-height:1.25}.day-tabs{gap:5px;padding:5px}.day-tabs button{min-height:54px}.day-tabs button strong{display:none}.day-tabs button span{font-size:14px;display:block}.day-tabs button i{top:8px;right:8px}.lunch-card{border-radius:15px}footer{flex-direction:column;width:calc(100% - 32px)}footer p:last-child{text-align:left}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.loading-line,.loading-card,.lunch-spinner{animation:none}}
