.login-page{box-sizing:border-box;background:radial-gradient(circle at 0 0,#1565c01a,#0000 32%),radial-gradient(circle at 100% 100%,#11182714,#0000 28%),linear-gradient(#f8fafc 0%,#eef2f7 100%);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.login-card{box-sizing:border-box;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #11182714;border-radius:28px;flex-direction:column;align-items:center;width:min(100%,460px);padding:36px 32px;display:flex;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.login-card__logo{width:auto;height:74px;display:block}.login-card__copy{text-align:center;margin-top:28px}.login-card__title{color:#111827;letter-spacing:-.05em;margin:0;font-size:42px;font-weight:800;line-height:1}.login-card__subtitle{color:#6b7280;margin-top:14px;font-size:17px;line-height:1.45}.login-card__button{color:#111827;width:100%;min-height:56px;font:700 16px/1 var(--sans);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:18px;justify-content:center;align-items:center;gap:12px;margin-top:30px;padding:0 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.login-card__button:hover:not(:disabled){border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14,0 4px 12px #0f172a0f}.login-card__button:focus-visible{outline-offset:4px;outline:2px solid #111827}.login-card__button:disabled{opacity:.72;cursor:wait}.login-card__button-icon{flex:0 0 22px;width:22px;height:22px;display:inline-flex}.login-card__button-icon svg{width:100%;height:100%;display:block}.login-card__error{color:#b91c1c;margin-top:16px;font-size:14px;line-height:1.4}@media (width<=640px){.login-page{padding:20px 14px}.login-card{border-radius:22px;padding:28px 20px}.login-card__logo{height:60px}.login-card__copy{margin-top:22px}.login-card__title{font-size:34px}.login-card__subtitle{margin-top:12px;font-size:15px}.login-card__button{border-radius:16px;min-height:52px;margin-top:24px;font-size:15px}}.dashboard-page{max-width:1200px;margin:0 auto;position:relative}.dashboard-page__content{transition:transform .2s}.dashboard-refresh-indicator{z-index:30;color:#1a73e8;opacity:0;pointer-events:none;background:#fffffff5;border-radius:999px;place-items:center;width:36px;height:36px;transition:opacity .18s,transform .18s;display:grid;position:fixed;top:72px;left:50%;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.dashboard-refresh-indicator--visible{opacity:1}.dashboard-refresh-indicator--spinning .dashboard-refresh-indicator__icon{animation:.85s linear infinite dashboard-refresh-spin}.dashboard-refresh-indicator__icon{width:20px;height:20px}@keyframes dashboard-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-page__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.dashboard-page__title{color:#111827;letter-spacing:-.04em;margin:0;font-size:34px;font-weight:800;line-height:1.05}.dashboard-page__subtitle{color:#6b7280;font-size:16px}.dashboard-metrics{flex-wrap:wrap;gap:18px;display:flex}.dashboard-message{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;font-size:16px}.dashboard-message--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.dashboard-metric-card{box-sizing:border-box;background:#1565c0;border:1px solid #1565c0;border-radius:22px;flex:0 0 calc(50% - 9px);max-width:calc(50% - 9px);min-height:170px;padding:22px;position:relative;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.dashboard-metric-card__title{color:#ffffffd1;font-size:14px;font-weight:700}.dashboard-metric-card__value{color:#fff;letter-spacing:-.04em;margin-top:4px;font-size:34px;font-weight:800;line-height:1}.dashboard-metric-card__comparison{gap:0;margin-top:5px;display:grid}.dashboard-metric-card__comparison-value{color:#fff;font-size:15px;font-weight:500}.dashboard-metric-card__comparison-label{color:#ffffffb8;font-size:12px;line-height:1.35}.dashboard-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-top:28px;padding:24px;position:relative;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.dashboard-chart-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-chart-card__title{color:#111827;margin:0;font-size:22px;font-weight:800}.dashboard-chart-card__subtitle{color:#6b7280;margin-top:6px;font-size:14px}.dashboard-chart-card__legend{flex-wrap:wrap;gap:16px;display:flex}.dashboard-chart-card__legend-item{color:#374151;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.dashboard-chart-card__legend-dot{border-radius:999px;width:10px;height:10px}.dashboard-chart-card__plot{width:100%;position:relative;overflow:hidden}.dashboard-chart-card__svg{width:100%;height:260px;display:block}.dashboard-chart-card__grid-line{stroke:#e5e7eb;stroke-width:1px;stroke-dasharray:6 6}.dashboard-chart-card__active-line{stroke:#9ca3af;stroke-width:2px;stroke-dasharray:4 10}.dashboard-chart-card__tooltip{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background:#fffffff5;border-radius:16px;width:min(280px,100% - 32px);padding:14px 16px;position:absolute;box-shadow:0 18px 42px #0f172a29}.dashboard-chart-card__tooltip-date{color:#111827;font-size:14px;font-weight:700}.dashboard-chart-card__tooltip-weekday{color:#6b7280;margin-top:-5px;font-size:11px;font-weight:400}.dashboard-chart-card__tooltip-list{gap:0;margin-top:10px;display:grid}.dashboard-chart-card__tooltip-row{color:#111827;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.dashboard-chart-card__tooltip-row strong{white-space:nowrap;font-size:12px;font-weight:700}.dashboard-chart-card__tooltip-series{align-items:center;gap:8px;min-width:0;display:inline-flex}.dashboard-chart-card__hit-areas{display:grid;position:absolute;inset:0}.dashboard-chart-card__hit-area{cursor:pointer;background:0 0;border:0;padding:0}.dashboard-chart-card__hit-area--active{background:linear-gradient(#1565c014 0%,#1565c000 100%)}.dashboard-chart-card__labels{color:#9ca3af;gap:4px;margin-top:12px;font-size:11px;display:grid}.dashboard-chart-card__labels span{white-space:nowrap;text-align:center}.dashboard-skeleton-card,.dashboard-skeleton-chart{overflow:hidden}.dashboard-skeleton-card--neutral{background:#fff;border-color:#e5e7eb}.dashboard-skeleton-card>*{opacity:0}.dashboard-skeleton-card--neutral>*{opacity:1}.dashboard-skeleton-card:after,.dashboard-skeleton-chart:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#ffffff2e 50%,#fff0 100%);animation:1.2s linear infinite dashboard-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.dashboard-skeleton{background:linear-gradient(90deg,#ffffff24 0%,#ffffff47 50%,#ffffff24 100%) 0 0/220px 100%;border-radius:999px;animation:1.2s linear infinite dashboard-skeleton-shimmer;display:block}.dashboard-skeleton-chart .dashboard-skeleton{background:linear-gradient(90deg,#e5e7eb99 0%,#f3f4f6 50%,#e5e7eb99 100%) 0 0/220px 100%}.dashboard-skeleton-card--neutral .dashboard-skeleton{background:linear-gradient(90deg,#e5e7ebb8 0%,#f3f4f6 50%,#e5e7ebb8 100%) 0 0/220px 100%}.dashboard-skeleton--title{width:34%;height:14px}.dashboard-skeleton--value{width:62%;height:34px;margin-top:8px}.dashboard-skeleton--comparison{width:48%;height:14px;margin-top:5px}.dashboard-skeleton--label{width:72%;height:11px;margin-top:4px}.dashboard-skeleton-card__lines{gap:12px;margin-top:6px;display:grid}.dashboard-skeleton--line-lg{width:64%;height:18px}.dashboard-skeleton--line-md{width:48%;height:28px}.dashboard-skeleton--line-sm{width:72%;height:14px}.dashboard-skeleton--chart-title{width:220px;height:24px}.dashboard-skeleton--chart-subtitle{width:320px;height:14px;margin-top:10px}.dashboard-skeleton-chart__plot{height:320px;position:relative;overflow:hidden}.dashboard-skeleton--chart-line{border-radius:0;height:1px;position:absolute;top:84px;left:0;right:0}.dashboard-skeleton--chart-line-mid{top:160px}.dashboard-skeleton--chart-line-low{top:236px}@keyframes dashboard-skeleton-shimmer{0%{background-position:-220px 0}to{background-position:calc(100% + 220px) 0}}@media (width<=640px){.dashboard-refresh-indicator{width:34px;height:34px;top:76px}.dashboard-page__header{margin-bottom:20px}.dashboard-page__title{font-size:28px}.dashboard-metrics{gap:12px}.dashboard-metric-card{border-radius:18px;flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);min-height:auto;padding:14px}.dashboard-metric-card__title{font-size:12px}.dashboard-metric-card__value{margin-top:4px;font-size:22px}.dashboard-metric-card__comparison{gap:0;margin-top:5px}.dashboard-metric-card__comparison-value{font-size:12px}.dashboard-metric-card__comparison-label{font-size:11px;line-height:1.25}.dashboard-chart-card{border-radius:18px;margin-top:20px;padding:16px}.dashboard-chart-card__header{flex-direction:column;margin-bottom:16px}.dashboard-chart-card__title{font-size:18px}.dashboard-chart-card__svg{height:220px}.dashboard-chart-card__plot{min-height:220px}.dashboard-chart-card__tooltip{border-radius:14px;width:min(240px,100% - 20px);padding:12px 14px}.dashboard-chart-card__tooltip-list{margin-top:8px}.dashboard-chart-card__tooltip-row,.dashboard-chart-card__tooltip-row strong{font-size:11px}.dashboard-chart-card__hit-areas{inset:0}.dashboard-skeleton--chart-title{width:160px}.dashboard-skeleton--chart-subtitle{width:220px}.dashboard-skeleton-chart__plot{height:260px}}@media (width<=420px){.dashboard-metric-card{border-radius:16px;padding:12px}.dashboard-metric-card__value{font-size:19px}.dashboard-metric-card__comparison-value{font-size:12px}}.menu-page{max-width:1200px;margin:0 auto}.menu-page__header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.menu-page__title{color:#111827;margin:0;font-size:34px;font-weight:800;line-height:1.1}.menu-page__restaurant{color:#6b7280;margin-top:6px;font-size:15px}.menu-search{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-bottom:24px;padding:16px}.menu-message{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px;font-size:18px}.menu-message--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.menu-message--compact{margin-bottom:16px;padding:14px 18px;font-size:15px}.menu-category{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-bottom:28px;overflow:hidden}.menu-category__title{text-align:center;letter-spacing:.3px;color:#4b5563;text-transform:uppercase;background:#f8f8f8;border-bottom:1px solid #e5e7eb;padding:18px 32px;font-size:20px;font-weight:800}.menu-submenu-list{background:#e5e7eb;gap:1px;display:grid}.menu-submenu{background:#fff}.menu-submenu--empty{color:#9ca3af;text-align:center;padding:24px}.menu-submenu__header{color:#374151;background:#fbfbfb;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;font-size:16px;font-weight:800;display:flex}.menu-submenu__count{color:#6b7280;text-align:center;background:#e5e7eb;border-radius:8px;min-width:32px;padding:4px 8px;font-size:13px}.menu-submenu__empty{color:#9ca3af;padding:18px 24px}.menu-dish-list{background:#e5e7eb;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.menu-dish{background:#fff;grid-template-columns:96px minmax(0,1fr);gap:16px;padding:18px;transition:background .2s,opacity .2s;display:grid}.menu-dish[data-disabled=true]{background:#f3f4f6}.menu-dish__media{width:100%}.menu-dish__image,.menu-dish__placeholder{border-radius:8px;width:96px;height:72px;display:block}.menu-dish__image{object-fit:cover;background:#f3f4f6}.menu-dish[data-disabled=true] .menu-dish__image{filter:grayscale();opacity:.45}.menu-dish__placeholder{background:#e5e7eb}.menu-dish__content{min-width:0}.menu-dish__title{color:#374151;margin:0;font-size:16px;font-weight:800;line-height:1.2}.menu-dish[data-disabled=true] .menu-dish__title,.menu-dish[data-disabled=true] .menu-dish__description{color:#9ca3af}.menu-dish__description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:13px;line-height:1.25;display:-webkit-box;overflow:hidden}.menu-dish__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;display:flex}.menu-dish__price{color:#3f3a2f;background:#f0be43;border-radius:8px;padding:4px 10px;font-size:14px;font-weight:800;display:inline-block}.menu-dish[data-disabled=true] .menu-dish__price{color:#9ca3af;background:#e5e7eb}.menu-dish__inactive{color:#9ca3af;white-space:nowrap;font-size:13px;font-weight:700}.menu-switch{cursor:pointer;align-items:center;min-width:56px;min-height:40px;margin-left:auto;display:inline-flex;position:relative}.menu-switch input{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.menu-switch__track{border-radius:999px;width:56px;height:32px;transition:background .2s;display:inline-block;position:relative}.menu-switch__thumb{background:#fff;border-radius:50%;width:24px;height:24px;transition:left .2s;position:absolute;top:4px;box-shadow:0 1px 4px #0003}.menu-switch input:focus-visible+.menu-switch__track{outline-offset:3px;outline:2px solid #16a34a}.menu-switch input:disabled+.menu-switch__track{opacity:.65}@media (width<=980px){.menu-dish-list{grid-template-columns:1fr}}@media (width<=760px){.menu-page__header{margin-bottom:14px}.menu-page__title{font-size:28px}.menu-search{border-radius:14px;margin-bottom:16px}.menu-category{border-radius:14px;margin-bottom:18px}.menu-category__title{padding:14px 16px;font-size:16px}.menu-submenu__header{padding:14px 16px}.menu-dish{grid-template-columns:84px minmax(0,1fr);gap:12px;padding:14px}.menu-dish__image,.menu-dish__placeholder{width:84px;height:72px}}@media (width<=430px){.menu-dish__meta{gap:10px}.menu-switch{flex:100%;justify-content:flex-end;margin-left:0}}.users-page{gap:20px;display:grid}.users-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.users-page__title{margin:0;font-size:40px;line-height:1}.users-page__subtitle{color:#6b7280;margin:10px 0 0;font-size:16px;line-height:1.45}.users-page__summary{color:#1d4ed8;font:700 14px/1 var(--sans);background:#eff6ff;border-radius:999px;flex:none;padding:10px 14px}.users-page__state{color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px 20px;font-size:15px;line-height:1.4}.users-page__state--error{color:#b91c1c}.users-list{gap:14px;display:grid}.user-card__avatar{background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.user-card__avatar-image{object-fit:cover;width:100%;height:100%;display:block}.user-card__avatar-fallback{color:#1d4ed8;font:700 20px/1 var(--sans)}.user-card__content{gap:14px;min-width:0;display:grid}.user-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.user-card__header{justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.user-card__identity{gap:6px;min-width:0;display:grid}.user-card__name{color:#111827;margin:0;font-size:20px;line-height:1.15}.user-card__email{color:#6b7280;word-break:break-word;margin:0;font-size:14px;line-height:1.4}.user-card__status{color:#047857;width:fit-content;font:700 13px/1 var(--sans);background:#ecfdf5;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;display:inline-flex}.user-card__status--disabled{color:#b91c1c;background:#fef2f2}.user-card__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.user-card__meta-item{gap:4px;min-width:0;display:grid}.user-card__meta-label{color:#9ca3af;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.user-card__meta-value{color:#374151;word-break:break-word;overflow-wrap:anywhere;font-size:14px;line-height:1.4}.user-card__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;padding-top:2px;display:flex}.user-card__action-note{color:#9ca3af;font-size:13px;line-height:1.4}.user-card__role-select{color:#111827;min-width:104px;height:38px;font:700 13px/1 var(--sans);background:#fff;border:1px solid #d1d5db;border-radius:12px;flex:none;padding:0 30px 0 10px}.user-card__add-button,.user-card__delete-button{min-height:38px;font:700 13px/1 var(--sans);cursor:pointer;white-space:nowrap;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.user-card__button-icon{flex:none;width:15px;height:15px}.user-card__add-button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.user-card__add-button:hover:not(:disabled){background:#dbeafe}.user-card__delete-button{color:#b91c1c;background:#fff;border:1px solid #fecaca}.user-card__delete-button:hover:not(:disabled),.user-card__role-select:focus-visible,.user-card__add-button:focus-visible{outline:none}.user-card__delete-button:hover:not(:disabled){background:#fef2f2}.user-card__add-button:disabled,.user-card__delete-button:disabled{opacity:.65;cursor:wait}@media (width<=760px){.users-page{gap:16px}.users-page__header{flex-direction:column;align-items:stretch;gap:12px}.users-page__title{font-size:34px}.users-page__subtitle{margin-top:8px;font-size:15px}.users-page__summary{align-self:flex-start;padding:9px 12px;font-size:13px}.user-card{border-radius:20px;gap:12px;padding:14px}.user-card__content{gap:12px}.user-card__header{gap:10px}.user-card__avatar{flex:0 0 48px;width:48px;height:48px}.user-card__identity{gap:4px}.user-card__name{font-size:18px}.user-card__email{font-size:13px}.user-card__meta{grid-template-columns:1fr;gap:10px}.user-card__meta-value{font-size:13px}.user-card__actions{flex-wrap:wrap;justify-content:flex-start}.user-card__role-select,.user-card__add-button,.user-card__delete-button{min-height:38px;font-size:13px}}@media (width<=480px){.users-page__title{font-size:30px}.users-page__state{border-radius:16px;padding:16px;font-size:14px}.user-card{border-radius:18px;padding:12px}.user-card__avatar{flex-basis:44px;width:44px;height:44px}.user-card__avatar-fallback{font-size:18px}.user-card__status{padding:7px 10px;font-size:12px}}.activity-page{gap:20px;display:grid}.activity-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.activity-page__title{margin:0}.activity-page__subtitle{color:#6b7280;font:500 15px/1.4 var(--sans);margin-top:6px}.activity-page__message{color:#4b5563;font:500 15px/1.5 var(--sans);background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px}.activity-page__message--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.activity-list{gap:12px;display:grid}.activity-card{background:linear-gradient(#fffffffa,#f8fafcf5),#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px 20px;box-shadow:0 10px 30px #0f172a0d}.activity-card__content{gap:8px;display:grid}.activity-card__text{color:#111827;font:400 14px/1.45 var(--sans)}.activity-card__meta{color:#6b7280;font:500 13px/1.4 var(--sans);flex-wrap:wrap;gap:10px 16px;display:flex}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}.app-shell{min-height:100vh;display:flex}.app-main{flex:1;min-width:0;margin-bottom:200px;padding:24px}.app-desktop-toolbar{justify-content:flex-end;align-items:center;gap:16px;margin-bottom:20px;display:flex}.app-logo{flex:none;width:auto;height:34px;display:block}.app-header-controls{justify-content:flex-end;align-items:center;gap:12px;height:44px;margin-left:auto;display:flex}.app-user-menu{flex:none;align-items:center;height:44px;display:flex;position:relative}.app-user-menu__trigger{color:#111827;cursor:pointer;background:#e5e7eb;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;overflow:hidden}.app-user-menu__trigger:focus-visible{outline-offset:3px;outline:2px solid #111827}.app-user-menu__avatar-image{object-fit:cover;width:100%;height:100%;display:block}.app-user-menu__avatar-fallback{font:700 14px/1 var(--sans)}.app-user-menu__dropdown{box-sizing:border-box;z-index:60;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:140px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 1px 2px #3c404314,0 1px 3px 1px #3c40430a}.app-user-menu__dropdown-item{color:#111827;width:100%;font:700 14px/1.2 var(--sans);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.app-user-menu__dropdown-icon{flex:none;width:16px;height:16px}.app-user-menu__dropdown-item:hover{background:#f3f4f6}.app-user-menu__dropdown-item:focus-visible{outline-offset:2px;outline:2px solid #111827}.app-restaurant-select{color:#111827;min-width:240px;max-width:min(100%,320px);height:44px;font:700 14px/1 var(--sans);text-overflow:ellipsis;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 34px 0 12px}.app-restaurant-select:focus-visible{outline-offset:3px;outline:2px solid #111827}.app-mobile-header,.app-menu-button,.app-sidebar-overlay{display:none}.app-sidebar{color:#111827;box-sizing:border-box;background:#fff;border-right:1px solid #e5e7eb;flex:0 0 240px;width:240px;padding:20px}.app-sidebar__nav{margin-top:0}.app-sidebar__nav-item,.app-sidebar__section-toggle{color:#111827;width:100%;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;margin:0;padding:10px;text-decoration:none;display:flex}.app-sidebar__nav-item{margin-bottom:8px}.app-sidebar__item-icon{color:#1565c0;flex:0 0 18px;width:18px;height:18px}.app-sidebar__nav-item--active,.app-sidebar__section-toggle--active,.app-sidebar__nav-item:hover,.app-sidebar__section-toggle:hover{background:#dbeafe}.app-sidebar__nav-item:focus-visible,.app-sidebar__section-toggle:focus-visible{outline-offset:2px;outline:2px solid #111827}.app-sidebar__submenu{gap:6px;margin-top:8px;padding-left:12px;display:grid}.app-sidebar__submenu-button{color:#4b5563;width:100%;font:700 14px/1.2 var(--sans);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px}.app-sidebar__submenu-button:hover,.app-sidebar__submenu-button--active{color:#111827;background:#dbeafe}.app-sidebar__submenu-button:focus-visible{outline-offset:2px;outline:2px solid #111827}.app-sidebar__submenu-note{color:#6b7280;padding:8px 10px;font-size:13px;line-height:1.25}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}@media (width<=760px){.app-shell{display:block}.app-main{padding:76px 16px 16px}.app-desktop-toolbar{display:none}.app-mobile-header{z-index:40;box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;height:64px;padding:10px 16px;display:flex;position:fixed;top:0;left:0;right:0}.app-menu-button{cursor:pointer;background:#fff;border:0;border-radius:8px;flex-direction:column;flex:0 0 44px;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;display:inline-flex}.app-restaurant-select{min-width:0;max-width:calc(100vw - 196px)}.app-logo{height:28px}.app-header-controls,.app-user-menu{height:36px}.app-user-menu__trigger{width:36px;height:36px}.app-menu-button span{background:#111827;border-radius:999px;width:100%;height:2px;display:block}.app-menu-button:focus-visible{outline-offset:3px;outline:2px solid #111827}.app-sidebar-overlay{z-index:45;opacity:0;pointer-events:none;background:#1118276b;border:0;padding:0;transition:opacity .2s;display:block;position:fixed;inset:0}.app-sidebar-overlay.is-open{opacity:1;pointer-events:auto}.app-sidebar{z-index:50;width:min(82vw,300px);box-shadow:none;flex-basis:auto;padding:22px 20px;transition:transform .24s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.app-sidebar--open{transform:translate(0);box-shadow:16px 0 34px #11182738}}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
