*{box-sizing:border-box}:root{--orange: #ff7a00;--orange-dark: #e56d00;--blue: #1f66d8;--blue-soft: #eaf1ff;--black: #0b0f1a;--text: #0b1220;--white: #ffffff;--line: #d8e6ff;--radius-card: 12px;--pad-x: clamp(.65rem, 2.5vw, 1.35rem);--pad-y: clamp(.75rem, 2vw, 1.2rem);--touch-min: 44px}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f3f7ff;color:var(--text);line-height:1.45;overflow-x:hidden;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);padding-bottom:env(safe-area-inset-bottom,0)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:min(1320px,100%);margin:0 auto;padding:var(--pad-y) var(--pad-x) calc(var(--pad-y) + .15rem)}.card{background:var(--white);border-radius:var(--radius-card);padding:1.1rem;border:1px solid var(--line);box-shadow:0 8px 18px #1c4c9c14}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:clamp(.75rem,2.2vw,1.1rem)}.grid.dashboard-kpis{grid-template-columns:repeat(auto-fit,minmax(min(100%,148px),1fr))}input,select,button,textarea{width:100%;padding:.65rem;margin-top:.35rem;margin-bottom:.8rem}button{cursor:pointer;background:var(--orange);color:var(--white);border:none;border-radius:10px;font-weight:700;transition:transform .15s ease,background-color .2s ease;touch-action:manipulation}button:active{transform:translateY(1px)}button:hover{background:var(--orange-dark)}input,select,textarea{border:1px solid #c7d8f8;border-radius:10px;background:var(--white)}input:focus,select:focus,textarea:focus{outline:2px solid #9ec0ff;border-color:var(--blue)}.app-shell{min-height:100dvh;display:flex;background:linear-gradient(120deg,#eff5ff,#fff)}.app-shell--simple{display:block}.sidebar{width:280px;background:var(--black);color:var(--white);padding:1.1rem .9rem .9rem;display:flex;flex-direction:column;border-right:3px solid var(--blue);z-index:20;transition:transform .25s ease;max-height:100dvh}.sidebar__main{min-height:0;display:flex;flex-direction:column;flex:1}.sidebar__brand{padding:.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar__brand h2{margin:0;color:var(--orange);font-size:1.2rem}.sidebar__brand p{margin:.25rem 0 0;font-size:.9rem;color:#c7d8f8}.sidebar__brand-logo{display:block;width:100%;max-width:200px;height:auto;margin:0 0 .85rem;padding:.4rem .5rem;background:#fff;border-radius:var(--radius-card);object-fit:contain;box-shadow:0 4px 14px #0003}.sidebar__nav{display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;padding-right:.2rem}.sidebar__link{display:flex;align-items:center;min-height:var(--touch-min);padding:.62rem .82rem;border-radius:10px;color:#fff;background:transparent;transition:all .2s ease;font-size:clamp(.86rem,1.6vw,.95rem);font-weight:600}.sidebar__link:hover{background:var(--blue)}.sidebar__link.active{background:var(--orange);color:var(--white)}.sidebar__link--logout{margin-top:0;background:#121b31;border:1px solid rgba(255,255,255,.2);text-align:center}.sidebar__footer{border-top:1px solid rgba(255,255,255,.12);padding-top:.7rem;margin-top:.7rem}.content{flex:1;min-width:0;padding:.9rem 1.1rem 1.2rem}.content--simple{padding:0}.topbar{display:flex;align-items:center;gap:.9rem;padding:.75rem 1.2rem .7rem;position:sticky;top:0;z-index:9;background:linear-gradient(180deg,#f3f7fff2,#f3f7ffb3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(31,102,216,.1);margin-bottom:.2rem}.topbar__menu-btn{display:none;min-width:var(--touch-min);min-height:var(--touch-min);width:42px;height:42px;padding:0;border-radius:10px;background:var(--blue);flex-shrink:0}.topbar__title{margin:0;font-size:clamp(1.05rem,2.8vw,1.35rem);color:var(--black);line-height:1.2}.topbar__subtitle{margin:.15rem 0 0;font-size:clamp(.75rem,2vw,.9rem);color:#4a5d7a}.topbar__logo{display:block;height:42px;width:auto;max-width:110px;object-fit:contain;flex-shrink:0}.topbar__titles{min-width:0;flex:1}.sidebar-overlay{display:none}@media (max-width: 1024px){.app-shell{display:block}.sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);border-right:3px solid var(--blue);width:min(82vw,300px)}.sidebar--open{transform:translate(0)}.topbar__menu-btn{display:inline-flex;align-items:center;justify-content:center}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#04081159;z-index:10;border-radius:0;margin:0;width:100%;height:100%;padding:0}.content{padding:.45rem .55rem 1rem}.container{padding:.95rem}.topbar{padding:.7rem .95rem .45rem}}@media (max-width: 520px){.topbar__title{font-size:1.08rem}.topbar__subtitle{font-size:.78rem}.grid{grid-template-columns:1fr}.card{padding:.9rem}.container{padding:.8rem}}@media (min-width: 1025px){.sidebar{position:sticky;top:0}}@media (min-width: 1280px){.container{padding:1.1rem 1.35rem 1.35rem}.grid{gap:1.1rem}.topbar__title{font-size:1.48rem}}@media (min-width: 1600px){.sidebar{width:310px}.container{max-width:1480px}.content{padding-inline:1.4rem}}.table-wrap{margin-top:.9rem;width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse;min-width:520px;background:#fff}.table th,.table td{padding:.7rem .75rem;border-bottom:1px solid #e3ecff;text-align:left;font-size:clamp(.82rem,1.8vw,.94rem)}.table th{background:#eef4ff;color:#0b1220;font-weight:700}.chip-row{display:flex;gap:.5rem;flex-wrap:wrap}.chip{width:auto;margin:0;padding:.45rem .8rem;background:#0b0f1a;border-radius:999px;font-weight:600}.chip--active{background:#ff7a00}.preview-mobile{max-width:520px;margin:0 auto;border:1px solid #d8e6ff}.preview-mobile__header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding-bottom:.8rem;margin-bottom:.8rem;border-bottom:1px solid #e4eeff}.preview-mobile__header span{font-size:.85rem;color:#4a5d7a}.preview-list{display:grid;gap:.75rem}.preview-item{display:flex;gap:.7rem;align-items:flex-start;border:1px solid #e7efff;border-radius:12px;padding:.65rem;background:#fff}.preview-item__img{width:88px;height:88px;border-radius:10px;object-fit:cover}.preview-item__content{min-width:0;flex:1}.preview-item__title{display:flex;justify-content:space-between;gap:.8rem;align-items:baseline}.preview-item__title h4{margin:0}.preview-item__content p{margin:.35rem 0;font-size:.92rem;color:#33455f}.preview-item__content small{color:#1f66d8;font-weight:600}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:.9rem}.template-card{width:100%;text-align:left;background:#fff;color:#0b1220;border:1px solid #d9e7ff;border-radius:12px;padding:.7rem}.template-card span{display:block;margin-top:.3rem;font-size:.86rem;color:#425672}.template-card__small{display:block;margin-top:.45rem;font-size:.8rem;color:#4b607d;line-height:1.4}.template-card--active{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a0033}.theme-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.7rem}.theme-swatch{width:100%;min-height:74px;border-radius:12px;border:2px solid transparent;font-weight:700}.theme-swatch--active{border-color:#ff7a00}.template-preview{border:2px solid;border-radius:14px;padding:.8rem;margin-bottom:.9rem;position:relative;overflow:hidden}.template-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;pointer-events:none}.template-preview>*{position:relative;z-index:1}.template-preview--dark-gold-premium{background:#14100e}.template-preview--dark-gold-premium:before{background:radial-gradient(circle at 20% 18%,#c8912f 0%,transparent 34%),radial-gradient(circle at 82% 84%,#9a6620 0%,transparent 28%)}.template-preview--clean-white-classic{background:#fff}.template-preview--clean-white-classic:before{background:linear-gradient(135deg,#1f66d81f,#1f66d800)}.template-preview--modern-red-food{background:#2a1012}.template-preview--modern-red-food:before{background:linear-gradient(120deg,#e5393566,#00000040)}.template-preview--green-nature-fresh{background:#eef9ee}.template-preview--green-nature-fresh:before{background:radial-gradient(circle at 10% 8%,rgba(46,125,50,.34),transparent 32%),radial-gradient(circle at 85% 88%,rgba(129,199,132,.5),transparent 35%)}.template-preview__header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;border-bottom:1px solid;padding-bottom:.55rem;margin-bottom:.65rem}.template-preview__layout{display:grid;gap:.5rem}.template-preview__block{border:1px solid;border-radius:10px;padding:.65rem;background:#ffffff59}.template-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin-bottom:.8rem}.template-meta-card{border:1px solid #d8e6ff;border-radius:12px;padding:.75rem;background:#fff}.template-meta-card h4{margin:0 0 .55rem}.template-meta-card ul{margin:0;padding-left:1.05rem}.template-meta-card li{margin-bottom:.22rem}.public-menu{--menu-accent: var(--orange);--menu-accent-text: #ffffff;--menu-card-bg: var(--white);--menu-card-border: var(--line);--menu-nav-bg: rgba(255, 255, 255, .92);border-radius:0;border:none;padding-bottom:1.5rem}.public-menu__hero{border-radius:14px;padding:1.2rem;margin-bottom:1rem}.public-menu__kicker{margin:0 0 .45rem;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.public-menu__hero h1{margin:0}.public-menu__hero h2{margin:.35rem 0 0;font-weight:600;opacity:.92}.public-menu__categories{position:sticky;top:0;z-index:12;display:flex;gap:.5rem;overflow-x:auto;padding:.65rem 0 .85rem;margin-bottom:.35rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--menu-nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.public-menu__categories::-webkit-scrollbar{display:none}.public-menu__category-btn{flex:0 0 auto;width:auto!important;margin:0!important;padding:.55rem 1.05rem;min-height:var(--touch-min);border-radius:999px;border:1.5px solid currentColor;background:transparent!important;color:inherit!important;font-size:.84rem;font-weight:700;white-space:nowrap;opacity:.9;transition:background .2s ease,color .2s ease,transform .15s ease}.public-menu__category-btn.is-active{background:var(--menu-accent)!important;border-color:var(--menu-accent);color:var(--menu-accent-text)!important;opacity:1}.public-menu__section{margin-bottom:1.6rem;scroll-margin-top:4.5rem}.public-menu__section-title{margin:0 0 1.15rem;text-align:center;text-transform:lowercase;font-style:italic;font-size:clamp(1.15rem,4vw,1.4rem);font-weight:600;letter-spacing:.04em;position:relative}.public-menu__section-title:after{content:"";display:block;width:min(140px,40vw);height:1.5px;margin:.45rem auto 0;border-radius:999px;background:currentColor;opacity:.75}.public-menu__grid{display:grid;grid-template-columns:1fr;gap:1rem}.public-menu__card{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;padding:0;border-radius:18px;background:var(--menu-card-bg);border:1px solid var(--menu-card-border);box-shadow:0 10px 28px #0000002e;transition:transform .22s ease,box-shadow .22s ease}.public-menu__image-wrap{width:100%;flex:none;position:relative;overflow:hidden;aspect-ratio:16 / 11;min-height:clamp(210px,54vw,300px);background:#0000000f}.public-menu__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.public-menu__image--placeholder{background:linear-gradient(135deg,#ffffff29,#ffffff0a)}.public-menu__card-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;padding:1rem 1.1rem 1.25rem}.public-menu__card-title{margin:0;font-size:clamp(1rem,3.2vw,1.12rem);font-weight:800;line-height:1.25}.public-menu__price{margin-top:.45rem;font-size:clamp(1.02rem,3.4vw,1.15rem);font-weight:800;line-height:1.2;letter-spacing:.02em;color:var(--menu-price-color, inherit)}.public-menu__card-desc{margin:0;font-size:clamp(.82rem,2.6vw,.9rem);line-height:1.45;opacity:.82;max-width:95%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.public-menu__card-desc--muted{font-style:italic;opacity:.55}.public-menu--loading .public-menu__skeleton{border-radius:12px;background:linear-gradient(90deg,#e8eef8 25%,#f4f7fd,#e8eef8 75%);background-size:200% 100%;animation:public-menu-shimmer 1.4s ease infinite}.public-menu__skeleton--hero{height:clamp(180px,42vw,240px);margin-bottom:1rem}.public-menu__skeleton--nav{height:44px;margin-bottom:1rem;border-radius:999px}.public-menu__skeleton--section-title{height:28px;width:55%;margin:0 auto 1rem}.public-menu__skeleton-grid{display:grid;gap:.85rem}.public-menu__skeleton--card{aspect-ratio:16 / 11;min-height:clamp(210px,54vw,300px);height:auto}@keyframes public-menu-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.public-menu--dark-gold-premium{--menu-accent: #d9a441;--menu-accent-text: #1a1208;--menu-price-color: #d9a441;--menu-card-bg: #2a2218;--menu-card-border: rgba(217, 164, 65, .22);--menu-nav-bg: rgba(9, 9, 9, .92);background:radial-gradient(circle at top,#2a2118,#090909);color:#f5ddb0}.public-menu--dark-gold-premium .public-menu__hero{background:linear-gradient(145deg,#d9a44133,#16120feb);border:1px solid rgba(217,164,65,.45)}.public-menu--dark-gold-premium .public-menu__kicker,.public-menu--dark-gold-premium .public-menu__section-title{color:#d9a441}.public-menu--clean-white-classic{--menu-accent: #1f66d8;--menu-accent-text: #ffffff;--menu-price-color: #1f66d8;--menu-card-bg: #ffffff;--menu-card-border: #d8e6ff;--menu-nav-bg: rgba(248, 251, 255, .95);background:#f8fbff;color:#0b1220}.public-menu--clean-white-classic .public-menu__hero{background:#fff;border:1px solid #d8e6ff}.public-menu--clean-white-classic .public-menu__kicker{color:#1f66d8}.public-menu--modern-red-food{--menu-accent: #ff8a80;--menu-accent-text: #ffffff;--menu-price-color: #ffffff;--menu-card-bg: #3a1318;--menu-card-border: rgba(255, 255, 255, .14);--menu-nav-bg: rgba(43, 15, 19, .94);background:linear-gradient(145deg,#1a080c,#2b0f13 40%,#6b1820);color:#fff2f2}.public-menu--modern-red-food .public-menu__hero{background:#ffffff14;border:1px solid rgba(255,255,255,.2)}.public-menu--modern-red-food .public-menu__kicker{color:#ff8a80}.public-menu--green-nature-fresh{--menu-accent: #2e7d32;--menu-accent-text: #ffffff;--menu-price-color: #2e7d32;--menu-card-bg: #ffffff;--menu-card-border: #cfe8cf;--menu-nav-bg: rgba(237, 249, 236, .95);background:linear-gradient(180deg,#edf9ec,#d8f0d8);color:#1d4226}.public-menu--green-nature-fresh .public-menu__hero{background:#ffffffb8;border:1px solid rgba(46,125,50,.34)}.public-menu--green-nature-fresh .public-menu__kicker{color:#2e7d32}@media (min-width: 640px){.public-menu{border-radius:16px;border:1px solid #d8e6ff;padding:clamp(.65rem,1.5vw,1rem)}.public-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.public-menu__image-wrap{min-height:clamp(180px,28vw,240px);aspect-ratio:16 / 11}.public-menu__skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.public-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.public-menu__image-wrap{min-height:200px;aspect-ratio:16 / 10}.public-menu__card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00000038}.public-menu__skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.dashboard-kpis .kpi-card{border-left:4px solid var(--blue)}.kpi-card__label{margin:0;color:#4b607d;font-size:.9rem}.kpi-card__value{margin:.55rem 0 0;font-size:1.9rem;color:var(--black)}.status-card .status-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:.6rem}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .75rem;font-weight:700;font-size:.86rem}.status-badge--active{background:#e8fff2;color:#0d7a41}.status-badge--inactive{background:#fff2f0;color:#b43a28}.status-help{margin:0;color:#445975}.quick-link{display:flex;flex-direction:column;gap:.25rem;padding:.8rem;border:1px solid #d8e6ff;border-radius:12px;background:#fff;transition:transform .15s ease,border-color .2s ease,box-shadow .2s ease}.quick-link:hover{transform:translateY(-1px);border-color:var(--orange);box-shadow:0 8px 16px #1f66d81f}.quick-link span{color:#4b607d;font-size:.88rem}.view-restaurant-showcase{background:linear-gradient(180deg,#191919,#131313);color:#f5f5f5;border-color:#2a2a2a}.view-restaurant-showcase__header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.8rem;color:#d9a441}.view-restaurant-showcase__header span{color:#cecece;font-size:.85rem}.view-restaurant-showcase__section{margin-bottom:1rem}.view-restaurant-showcase__category{margin:0 0 .65rem;text-align:center;text-transform:lowercase;font-style:italic;color:#d9a441;position:relative}.view-restaurant-showcase__category:after{content:"";display:block;width:42px;height:2px;border-radius:999px;background:#d9a441;margin:.28rem auto 0}.view-restaurant-showcase__grid{gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.view-restaurant-card{border:1px solid #2d2d2d;border-radius:10px;overflow:hidden;background:#262626}.view-restaurant-card__img{width:100%;height:128px;object-fit:cover}.view-restaurant-card__img--empty{background:linear-gradient(135deg,#2f2f2f,#1f1f1f)}.view-restaurant-card h4{margin:.7rem .65rem .35rem;text-align:center;font-size:.95rem;color:#fff}.view-restaurant-card p{margin:0 .65rem .55rem;min-height:2.2em;font-size:.73rem;text-align:center;color:#d6d6d6}.view-restaurant-card strong{display:block;margin:0 .65rem .8rem;text-align:center;color:#d9a441}.public-hero-carousel{position:relative;border-radius:14px;overflow:hidden;margin-bottom:1rem;min-height:clamp(200px,48vw,280px);background:#0f172a}.public-hero-carousel__img{width:100%;height:clamp(200px,48vw,280px);object-fit:cover;object-position:center;display:block}.public-hero-carousel__img--placeholder{background:linear-gradient(135deg,#1f66d8,#0b1220)}.public-hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080c1626,#080c16b8);pointer-events:none}.public-hero-carousel__content{position:absolute;left:0;right:0;bottom:0;padding:clamp(.85rem,3vw,1.1rem) clamp(.9rem,3.5vw,1.25rem) clamp(1rem,3.5vw,1.4rem);color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}.public-hero-carousel__content .public-menu__kicker{color:#ffffffeb;font-size:clamp(.72rem,2.2vw,.82rem)}.public-hero-carousel__content h1{margin:.2rem 0 0;font-size:clamp(1.2rem,4.5vw,1.55rem);line-height:1.2}.public-hero-carousel__subtitle{margin:.35rem 0 0;font-size:clamp(.82rem,2.6vw,.92rem);opacity:.95;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.public-hero-carousel__menu-name{margin:.45rem 0 0;font-size:clamp(.92rem,2.8vw,1.05rem);font-weight:600;opacity:.96}.public-hero-carousel__cta{display:inline-block;margin-top:.55rem;font-size:.88rem;font-weight:700;color:#fff;text-decoration:underline;text-underline-offset:3px}.public-hero-carousel__dots{position:absolute;bottom:.55rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem;z-index:2}.public-hero-carousel__dots--corner{top:.65rem;right:.65rem;left:auto;bottom:auto;transform:none}.public-hero-carousel__dot{position:relative;width:10px;height:10px;border-radius:999px;border:none;padding:0;margin:0;background:#ffffff73!important;cursor:pointer;min-width:unset;min-height:unset}.public-hero-carousel__dot:before{content:"";position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px}.public-hero-carousel__dot.is-active{background:var(--orange, #ff9800)!important;width:24px}.qrcode-hero-banner{margin-bottom:1rem}.qrcode-hero-banner__label{margin:0 0 .65rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4a5d7a}.qrcode-hero-banner__visual{position:relative;border-radius:12px;overflow:hidden;background:#0b1220}.qrcode-hero-banner__img{width:100%;height:160px;object-fit:cover;display:block}.qrcode-hero-banner__img--placeholder{height:120px;background:linear-gradient(135deg,#1f66d8,#0b1220)}.qrcode-hero-banner__text{position:absolute;left:0;right:0;bottom:0;padding:.75rem 1rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.65));color:#fff;display:flex;flex-direction:column;gap:.25rem;font-size:.92rem}.qrcode-hero-banner__dots{display:flex;justify-content:center;gap:.35rem;margin-top:.6rem}.qrcode-hero-banner__dots button{width:8px;height:8px;border-radius:999px;border:none;background:#c5d4ee;cursor:pointer;padding:0}.qrcode-hero-banner__dots button.is-active{background:var(--orange);width:20px}.qrcode-hero-banner__hint{margin:.65rem 0 0;font-size:.88rem;color:#4a5d7a}.qrcode-hero-banner--empty p:last-child{margin:.35rem 0 0;color:#4a5d7a}.hero-admin__intro{margin:-.25rem 0 1rem;color:#4a5d7a;font-size:.95rem}.hero-admin__tabs{display:flex;gap:.5rem;margin-bottom:1rem}.hero-admin__tabs button{width:auto;padding:.45rem 1rem;border-radius:999px;border:1px solid #d8e6ff;background:#fff;color:#0b1220;font-weight:600;cursor:pointer}.hero-admin__tabs button.is-active{background:var(--orange);color:#fff;border-color:var(--orange)}@media (max-width: 520px){.public-hero-carousel__img{height:clamp(180px,52vw,240px)}.public-hero-carousel{min-height:clamp(180px,52vw,240px);border-radius:12px}.public-menu__hero{border-radius:12px;padding:1rem}}.container h1{font-size:clamp(1.28rem,4.2vw,1.85rem);line-height:1.2}.container h2{font-size:clamp(1.12rem,3.2vw,1.45rem);line-height:1.25}.container h3{font-size:clamp(1rem,2.4vw,1.2rem)}@media (min-width: 641px){.table{min-width:640px}.grid:not(.dashboard-kpis){grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}.grid.dashboard-kpis{grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr))}}@media (min-width: 768px) and (max-width: 1024px){.content{padding:.65rem 1rem 1.15rem}.public-menu{padding:clamp(.75rem,2vw,1rem)}.public-menu__image-wrap{min-height:clamp(190px,24vw,230px)}}@media (min-width: 900px){.table{min-width:720px}}@media (min-width: 1025px){.grid.dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.container{max-width:min(1320px,96vw)}}@media (min-width: 1440px){.container{max-width:min(1380px,94vw)}.content{padding-inline:clamp(1rem,2vw,1.65rem)}.grid{gap:1.15rem}}@media (min-width: 1600px){.container{max-width:min(1480px,92vw)}.sidebar{width:min(310px,18vw)}.public-hero-carousel__img{height:clamp(220px,28vh,320px)}}@media (min-width: 1920px){.container{max-width:min(1600px,90vw)}.app-shell{background:linear-gradient(120deg,#e8f0ff,#fff 45%,#f5f9ff)}.card{padding:1.15rem 1.2rem}}@media (max-height: 480px) and (orientation: landscape){.public-hero-carousel{min-height:140px}.public-hero-carousel__img{height:min(180px,38vh)}.sidebar{max-height:100dvh;overflow-y:auto}}@media (max-width: 640px){.table th,.table td{padding:.55rem .5rem}.table-wrap{margin-inline:calc(-1 * var(--pad-x));padding-inline:var(--pad-x);width:calc(100% + 2 * var(--pad-x))}button:not(.topbar__menu-btn):not(.sidebar-overlay):not(.public-hero-carousel__dot){min-height:46px}.hero-admin__tabs{flex-wrap:wrap}.hero-admin__tabs button{flex:1 1 auto;min-height:var(--touch-min);justify-content:center}.qrcode-hero-banner__visual{border-radius:10px}.kpi-card__value{font-size:clamp(1.45rem,6vw,1.9rem)}}@media (max-width: 380px){.container{padding-left:max(.55rem,env(safe-area-inset-left));padding-right:max(.55rem,env(safe-area-inset-right))}.sidebar{width:min(90vw,300px)}.topbar__subtitle{display:none}.topbar__logo{max-width:84px;height:36px}}.login-pro{position:relative;min-height:100dvh;min-height:100vh;overflow:hidden;display:flex;align-items:stretch;background:#070b14}.login-pro__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 120% 80% at 20% 20%,rgba(31,102,216,.45),transparent 55%),radial-gradient(ellipse 100% 70% at 85% 75%,rgba(255,122,0,.35),transparent 50%),linear-gradient(165deg,#0a1020,#070b14 45%,#0d1528);pointer-events:none}.login-pro__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);width:100%;max-width:1200px;margin:0 auto;min-height:100dvh;align-items:center;padding:clamp(1.25rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,3rem)}.login-pro__brand{color:#e8eefc;padding-right:clamp(.5rem,2vw,2rem)}.login-pro__brand-inner{max-width:420px}.login-pro__logo-img{display:block;width:min(100%,280px);height:auto;max-height:120px;object-fit:contain;margin-bottom:1.35rem;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}.login-pro__title{margin:0;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15}.login-pro__tagline{margin:.85rem 0 0;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.55;color:#e8eefcc7;max-width:36ch}.login-pro__bullets{margin:1.5rem 0 0;padding-left:1.15rem;color:#e8eefce0;font-size:.92rem;line-height:1.65}.login-pro__bullets li{margin-bottom:.4rem}.login-pro__panel{display:flex;align-items:center;justify-content:center}.login-pro__card{width:100%;max-width:420px;padding:clamp(1.5rem,4vw,2rem);border-radius:var(--radius-card);background:#fffffff7;border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 56px #00000059,0 0 0 1px #ffffff0f inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-pro__card-title{margin:0;font-size:1.45rem;font-weight:800;color:var(--black);letter-spacing:-.02em}.login-pro__card-sub{margin:.4rem 0 1.35rem;font-size:.9rem;color:#4a5d7a}.login-pro__form{display:flex;flex-direction:column}.login-pro__label{font-size:.82rem;font-weight:700;color:#334155;margin-bottom:.25rem}.login-pro__input{width:100%;padding:.75rem .9rem;margin-bottom:1rem;border-radius:10px;border:1px solid #c7d8f8;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.login-pro__input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1f66d833}.login-pro__submit{margin-top:.35rem;padding:.82rem 1rem;font-size:1rem;font-weight:800;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(180deg,var(--orange),var(--orange-dark));color:#fff;box-shadow:0 10px 24px #ff7a0059;transition:transform .15s ease,filter .2s ease}.login-pro__submit:hover:not(:disabled){filter:brightness(1.05)}.login-pro__submit:disabled{opacity:.75;cursor:not-allowed}.login-pro__feedback{margin:1rem 0 0;font-size:.88rem;font-weight:600}.login-pro__feedback--ok{color:#0d7a41}.login-pro__feedback--err{color:#b43a28}.login-pro__hint{margin:1.15rem 0 0;font-size:.78rem;color:#64748b;line-height:1.45}@media (max-width: 900px){.login-pro__layout{grid-template-columns:1fr;padding-top:2rem;align-content:start}.login-pro__brand{padding-right:0;text-align:center}.login-pro__brand-inner{max-width:none}.login-pro__tagline{margin-left:auto;margin-right:auto}.login-pro__bullets{display:inline-block;text-align:left}}.design-pro__lead{margin:.35rem 0 1.25rem;color:#4a5d7a;font-size:clamp(.9rem,2vw,1rem);max-width:62ch;line-height:1.55}.design-pro__grid{align-items:start}.design-pro__hint{margin:-.35rem 0 1rem;font-size:.88rem;color:#64748b}.design-pro__preset-list{display:flex;flex-direction:column;gap:.55rem}.design-pro__preset-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem .85rem;margin:0;border-radius:10px;border:2px solid var(--line);background:#fafcff;font-weight:700;font-size:.92rem;color:var(--text);cursor:pointer;transition:transform .12s ease,box-shadow .2s ease}.design-pro__preset-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1f66d81f}.design-pro__preset-swatch{width:22px;height:22px;border-radius:6px;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.design-pro__color-row{display:flex;gap:.65rem;align-items:center;margin-bottom:.85rem}.design-pro__color-row input[type=color]{width:52px;height:44px;padding:2px;margin:0;border-radius:10px;cursor:pointer;border:1px solid var(--line)}.design-pro__color-row input[type=text]{flex:1;margin:0;font-family:ui-monospace,monospace;font-size:.88rem}.design-pro__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.5rem}.design-pro__actions button{flex:1 1 auto;min-width:140px;margin:0}.design-pro__btn-secondary{background:#eef2f7!important;color:#1e293b!important;font-weight:700}.design-pro__btn-secondary:hover{background:#e2e8f0!important;filter:none!important}.design-pro__message{margin:1rem 0 0;font-size:.92rem;font-weight:600;color:#0d7a41}.design-pro__preview-box{padding:1.1rem;background:linear-gradient(145deg,#f8fbff,#fff);border:1px solid var(--line)}.design-pro__preview-bar{height:6px;border-radius:999px;margin-bottom:.75rem;opacity:.9}.design-pro__preview-kicker{margin:0 0 .75rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.design-pro__preview-chips{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.85rem}.design-pro__preview-chips span{font-size:.78rem;font-weight:700;padding:.28rem .55rem;border-radius:999px}.qrcode-card{display:flex;flex-direction:column;gap:.55rem;min-height:100%}.qrcode-card__title{margin:0;font-weight:800;font-size:clamp(1rem,2vw,1.2rem);line-height:1.25}.qrcode-card__type{margin:0;color:#1f2d42;font-size:.95rem}.qrcode-card__url{margin:.1rem 0 0;color:#33455f;font-size:.92rem;word-break:break-all}.qrcode-card__image{width:clamp(132px,28vw,190px);aspect-ratio:1 / 1;object-fit:contain}.qrcode-card__actions{display:flex;gap:.5rem;margin-top:.45rem;flex-wrap:wrap}.qrcode-card__btn{width:auto;min-width:120px;margin:0;padding:.5rem .85rem}.qrcode-card__btn--print{background:#1f66d8}.qrcode-card__btn--print:hover{background:#1754b4}.coffee-admin-hero{margin-bottom:1rem;background:linear-gradient(135deg,#fff7ef,#f2f7ff)}.coffee-admin-hero__head{display:flex;justify-content:space-between;align-items:center;gap:.9rem;flex-wrap:wrap}.coffee-admin-hero__title{margin:0}.coffee-admin-hero__subtitle{margin:.35rem 0 0;color:#4a5d7a;max-width:62ch}.coffee-admin-hero__cta{width:auto;min-width:170px;margin:0;padding-inline:1rem}.coffee-btn{width:auto;margin:0}.coffee-btn--ghost{background:#eef2f7;color:#1e293b}.coffee-btn--ghost:hover{background:#e2e8f0}.coffee-admin-form--hidden{border-style:dashed;background:#fbfdff}.coffee-admin-form--hidden p{margin:0;color:#4a5d7a}.public-hero-carousel__meta{margin-top:.55rem;display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.public-hero-carousel__meta--static{color:inherit;margin-top:.85rem}.public-hero-carousel__logo{width:clamp(40px,12vw,52px);height:clamp(40px,12vw,52px);border-radius:10px;object-fit:cover;border:1px solid rgba(255,255,255,.35);background:#fff;flex-shrink:0}.public-hero-carousel__meta-text{display:flex;flex-direction:column;gap:.12rem;font-size:clamp(.74rem,2.2vw,.84rem);opacity:.95;line-height:1.35}.public-hero-carousel__socials{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.4rem}.public-hero-carousel__socials a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .7rem;border-radius:999px;font-size:clamp(.72rem,2.1vw,.78rem);font-weight:700;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.45);background:#ffffff1f}@media (max-width: 480px){.public-hero-carousel__meta-text span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.public-hero-carousel__socials a{min-height:var(--touch-min);padding:.45rem .85rem}}@media (max-width: 640px){.qrcode-card__actions{flex-direction:column}.qrcode-card__btn{width:100%;min-width:0}.qrcode-card__image{width:min(54vw,190px)}.coffee-admin-hero__cta{width:100%}}.admin-page{display:flex;flex-direction:column;gap:1rem}.admin-page__header{margin-bottom:.15rem}.admin-page__title{margin:0 0 .35rem;font-size:clamp(1.35rem,4vw,1.85rem);line-height:1.2;color:var(--black)}.admin-page__lead{margin:0;color:#4a5d7a;font-size:clamp(.9rem,2.4vw,1rem);max-width:68ch}.admin-card__title{margin:0 0 .85rem;font-size:1.08rem;color:var(--black)}.admin-form{display:flex;flex-direction:column}.admin-form__actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.15rem}.admin-form__checkbox{display:flex!important;align-items:center;gap:.6rem;margin-bottom:.8rem!important}.admin-form__checkbox input{width:auto!important;margin:0!important}.admin-form__grid-2{display:grid;grid-template-columns:1fr;gap:0 1rem}@media (min-width: 720px){.admin-form__grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-btn{width:auto!important;margin:0!important;padding:.55rem 1.05rem!important;min-height:var(--touch-min);border-radius:10px;font-weight:700;font-size:.88rem;border:none;transition:transform .15s ease,background-color .2s ease,box-shadow .2s ease}.admin-btn--sm{padding:.38rem .75rem!important;min-height:38px;font-size:.82rem}.admin-btn--primary{background:var(--orange)!important;color:#fff!important}.admin-btn--primary:hover{background:var(--orange-dark)!important}.admin-btn--secondary{background:var(--blue)!important;color:#fff!important}.admin-btn--secondary:hover{background:#1a56b8!important}.admin-btn--danger{background:#d32f2f!important;color:#fff!important}.admin-btn--danger:hover{background:#b71c1c!important}.admin-btn--dark{background:#0b0f1a!important;color:#fff!important;font-weight:600!important}.admin-btn--ghost{background:#eef4ff!important;color:var(--blue)!important;border:1px solid #c7d8f8!important}.admin-btn--ghost:hover{background:#dfeaff!important}.admin-chips{display:flex;gap:.45rem;flex-wrap:wrap}.admin-chips__label{margin:0 0 .55rem;font-weight:700;font-size:.88rem;color:#4a5d7a}.admin-message{margin:.85rem 0 0;padding:.65rem .85rem;border-radius:10px;font-weight:600;font-size:.9rem}.admin-message--ok{background:#e8f8ef;color:#0d7a41;border:1px solid #b8e6cb}.admin-message--err{background:#fdecea;color:#b42318;border:1px solid #f5c2c0}.admin-table-head{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.5rem}.admin-table-head__filter{min-width:min(100%,220px)}.admin-table-actions{display:flex;gap:.4rem;flex-wrap:wrap}.admin-table-thumb{width:56px;height:56px;border-radius:10px;object-fit:cover;border:1px solid var(--line);display:block}.admin-table-thumb--wide{width:80px;height:50px}.admin-img-preview{width:min(220px,100%);max-height:180px;border-radius:12px;border:1px solid var(--line);object-fit:cover;display:block;box-shadow:0 6px 16px #1c4c9c1a}.admin-logo-preview{margin-top:1rem;padding:1rem;border-radius:12px;background:linear-gradient(145deg,#f8fbff,#fff);border:1px solid var(--line)}.admin-logo-preview img{width:96px;height:96px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.admin-section{padding-top:1.1rem;margin-top:1.1rem;border-top:1px solid #e8f0ff}.admin-section__title{margin:0 0 .85rem;font-size:1rem;font-weight:800;color:var(--blue);letter-spacing:.02em}.admin-empty{text-align:center;padding:1.5rem 1rem;color:#4a5d7a;font-weight:600}.admin-stack{display:flex;flex-direction:column;gap:1rem}.admin-gap-top{margin-top:1rem}.admin-menu-preview-wrap{position:relative}.admin-menu-preview__badge{margin:0 0 .75rem;display:inline-flex;padding:.35rem .8rem;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-menu-preview{border-radius:16px;overflow:hidden;border:1px solid rgba(31,102,216,.15);box-shadow:0 12px 32px #0f172a1f}.admin-menu-preview.public-menu{padding:clamp(.5rem,1.5vw,.85rem)}.admin-filter-card .chip,.chip{width:auto;margin:0;padding:.5rem .95rem;min-height:40px;background:#eef4ff;color:var(--blue);border:1px solid #c7d8f8;border-radius:999px;font-weight:700;font-size:.84rem;transition:background .2s ease,color .2s ease}.chip:hover{background:#dfeaff}.chip--active{background:var(--orange)!important;color:#fff!important;border-color:var(--orange)!important}.coffee-admin-hero,.admin-hero{background:linear-gradient(135deg,#fff,#f3f8ff);border:1px solid var(--line);box-shadow:0 10px 24px #1c4c9c1a}.coffee-admin-hero__title,.admin-hero__title{margin:0;font-size:clamp(1.05rem,3vw,1.25rem);color:var(--black)}.coffee-admin-hero__subtitle,.admin-hero__subtitle{margin:.35rem 0 0;color:#4a5d7a;font-size:.9rem}.coffee-admin-hero__cta,.admin-hero__cta{width:auto!important;margin:0!important;padding:.6rem 1.15rem!important;min-height:var(--touch-min);background:var(--orange)!important;white-space:nowrap}.card{transition:box-shadow .2s ease}.admin-page .card:hover{box-shadow:0 10px 22px #1c4c9c1a}.table tbody tr:hover{background:#f8fbff}.status-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700}.status-badge--active{background:#e8f8ef;color:#0d7a41}.status-badge--inactive{background:#fdecea;color:#b42318}.quick-link{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-table-sub{font-size:.85rem;opacity:.85;margin-top:.15rem}.kpi-card{transition:transform .18s ease,box-shadow .18s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1c4c9c1f}
