﻿:root{
  --bg:#fbf7ef;
  --paper:#fffdf8;
  --ink:#2f251d;
  --muted:#77675b;
  --brown:#5b3d29;
  --green:#758b5b;
  --line:#eadfce;
  --soft:#f1e6d7;
  --shadow:0 12px 26px rgba(61,40,25,.10);
}
*{box-sizing:border-box}
html{background:#eee5d8;scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fffdf8,#f3e8d8)}
a{text-decoration:none;color:inherit}button{font:inherit;border:0;cursor:pointer;color:inherit}.app-shell{width:min(100%,430px);min-height:100dvh;margin:0 auto;padding:12px 12px 106px;background:var(--bg);box-shadow:0 0 0 1px rgba(85,56,35,.08)}
.shop-head{position:relative}.cover{display:block;width:100%;height:176px;border-radius:28px;object-fit:cover;background:#ddc5a8}.shop-card{display:grid;grid-template-columns:76px 1fr;gap:13px;align-items:center;margin:-32px 10px 0;padding:12px;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:rgba(255,253,248,.92);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.logo{width:76px;height:76px;border-radius:22px;object-fit:cover;background:#fff}.status{display:inline-flex;margin-bottom:5px;padding:5px 9px;border-radius:999px;background:#edf4e7;color:#587044;font-size:11px;font-weight:900}.shop-card h1{margin:0;font-size:27px;line-height:1;letter-spacing:-.05em}.shop-card p{margin:5px 0 0;color:var(--muted);font-size:13px}
.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 4px 0}.quick-actions a,.quick-actions button{display:grid;place-items:center;min-height:54px;padding:8px;border:1px solid var(--line);border-radius:17px;background:var(--paper);font-size:12px;font-weight:850;text-align:center;box-shadow:0 6px 14px rgba(61,40,25,.06)}.quick-actions a:nth-child(2){background:var(--brown);border-color:var(--brown);color:#fff}
.qr-panel{display:grid;grid-template-columns:1fr 96px;gap:14px;align-items:center;margin:18px 4px 0;padding:16px;border-radius:24px;background:linear-gradient(135deg,#fffdf8,#f0e4d3);border:1px solid var(--line);box-shadow:var(--shadow)}.qr-panel span{display:block;color:var(--green);font-size:11px;font-weight:950;text-transform:uppercase}.qr-panel h2{margin:5px 0 6px;font-size:21px;line-height:1.12;letter-spacing:-.045em}.qr-panel p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.qr-panel img{width:96px;height:96px;padding:6px;border-radius:18px;background:#fff;object-fit:contain;box-shadow:0 8px 18px rgba(61,40,25,.08)}
.menu-block{margin:24px 4px 0}.block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.block-head h2{margin:0;font-size:21px;letter-spacing:-.04em}.block-head a{color:var(--muted);font-size:12px;font-weight:850}.simple-list{display:grid;gap:10px}.simple-list article{display:grid;grid-template-columns:74px 1fr 36px;gap:12px;align-items:center;padding:9px;border:1px solid var(--line);border-radius:20px;background:rgba(255,253,248,.86);box-shadow:0 8px 18px rgba(61,40,25,.06)}.simple-list img{width:74px;height:74px;border-radius:16px;object-fit:cover}.simple-list h3{margin:0 0 3px;font-size:14px;line-height:1.25}.simple-list p{margin:0 0 5px;color:var(--muted);font-size:11px;line-height:1.25}.simple-list b{font-size:13px}.simple-list button{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--green);color:#fff;font-size:23px;line-height:1;box-shadow:0 8px 16px rgba(117,139,91,.22)}
.note-card{margin:20px 4px 0;padding:16px;border-radius:22px;background:#fff4e4;border:1px solid #ead9bf}.note-card b{font-size:15px}.note-card p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.bottom-bar{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));z-index:20;display:grid;grid-template-columns:1fr 1fr;gap:8px;width:min(calc(100% - 28px),402px);padding:8px;border-radius:22px;background:rgba(255,253,248,.86);border:1px solid rgba(255,255,255,.75);backdrop-filter:blur(16px);box-shadow:0 18px 38px rgba(61,40,25,.18)}.bottom-bar a{display:flex;align-items:center;justify-content:center;height:50px;border-radius:16px;background:#fff;color:var(--brown);font-weight:900}.bottom-bar a:last-child{background:var(--brown);color:#fff}
@media(min-width:700px){body{padding:28px 0}.app-shell{border-radius:38px;overflow:hidden;min-height:auto}.bottom-bar{position:sticky;margin:-88px auto 28px;left:auto;bottom:auto}}
@media(max-width:360px){.app-shell{padding-left:10px;padding-right:10px}.quick-actions{gap:6px}.quick-actions a,.quick-actions button{font-size:11px}.qr-panel{grid-template-columns:1fr 82px}.qr-panel img{width:82px;height:82px}.simple-list article{grid-template-columns:66px 1fr 34px}.simple-list img{width:66px;height:66px}}
