* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0D0D0D; color: #fff; max-width: 480px; margin: 0 auto; }
.qr-header { background: linear-gradient(135deg,#1B5E20,#388E3C); padding: 30px 20px; text-align: center; }
.qr-logo { font-size: 28px; font-weight: 900; }
.qr-logo span { color: #A5D6A7; }
.qr-title { font-size: 14px; opacity: 0.8; margin: 4px 0; }
.qr-masa { background: rgba(255,255,255,0.15); display: inline-block; padding: 4px 16px; border-radius: 20px; margin: 8px 0; font-size: 14px; }
.qr-masa strong { color: #FDD835; font-size: 18px; }
.qr-contact { display: flex; gap: 15px; justify-content: center; margin-top: 10px; }
.qr-contact a { color: #fff; text-decoration: none; font-size: 13px; padding: 6px 14px; border-radius: 20px; background: rgba(255,255,255,0.1); }
.qr-categories { display: flex; gap: 8px; overflow-x: auto; padding: 15px; scrollbar-width: none; }
.qr-categories::-webkit-scrollbar { display: none; }
.qr-cat { flex-shrink: 0; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-size: 13px; color: #999; background: #222; transition: 0.3s; }
.qr-cat.active, .qr-cat:hover { background: #388E3C; color: #fff; }
.qr-items { padding: 0 15px 80px; }
.qr-item { display: flex; gap: 15px; background: #1A1A1A; border-radius: 12px; padding: 15px; margin-bottom: 12px; }
.qr-item__img { width: 100px; height: 100px; object-fit: cover; border-radius: 8px; flex-shrink: 0; background: #333; }
.qr-item__info { flex: 1; }
.qr-item__header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 6px; }
.qr-item__name { font-weight: 600; font-size: 15px; color: #fff; }
.qr-item__price { color: #FDD835; font-weight: 700; font-size: 16px; white-space: nowrap; }
.qr-item__desc { font-size: 12px; color: #999; line-height: 1.4; margin-bottom: 4px; }
.qr-item__ingredients { font-size: 11px; color: #666; }
.qr-item__badge { display: inline-block; background: #E53935; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; margin-top: 6px; }
.qr-footer { position: fixed; bottom: 0; left: 0; right: 0; background: #111; padding: 12px 20px; text-align: center; border-top: 1px solid #222; max-width: 480px; margin: 0 auto; }
.qr-footer p { font-size: 12px; color: #666; margin: 2px 0; }
.qr-order a { display: block; background: #43A047; color: #fff; padding: 12px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 16px; margin-top: 6px; }