.bazooka-app {
  --bazooka-primary: #ff5e00;
  --bazooka-primary-2: #ff8c00;
  --bazooka-bg: #0a0a0a;
  --bazooka-surface: #111;
  --bazooka-surface-2: #1a1a1a;
  --bazooka-border: #2a2a2a;
  --bazooka-muted: #a0a0a0;
  --bazooka-text: #fff;
  background: var(--bazooka-bg);
  color: var(--bazooka-text);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.bazooka-app * { box-sizing: border-box; }
.bazooka-app button,
.bazooka-app input,
.bazooka-app textarea { font: inherit; }
.bazooka-container { width: min(100%, 980px); margin: 0 auto; padding: 0 18px; }
.bazooka-navbar { position: sticky; top: 0; z-index: 80; background: rgba(10,10,10,.9); backdrop-filter: blur(12px); border-bottom: 1px solid #222; }
.bazooka-nav-inner { display: flex; justify-content: space-between; align-items: center; min-height: 72px; gap: 16px; }
.bazooka-nav-logo { max-height: 54px; width: auto; display: block; }
.bazooka-text-logo { font-family: Impact, Arial Black, sans-serif; color: var(--bazooka-primary); letter-spacing: 1px; font-size: 22px; }
.bazooka-cart-btn { border: 1px solid rgba(255,94,0,.55); background: rgba(255,94,0,.12); color: #fff; border-radius: 999px; padding: 10px 16px; font-weight: 900; cursor: pointer; }
.bazooka-cart-count { display: inline-flex; min-width: 22px; height: 22px; align-items: center; justify-content: center; background: var(--bazooka-primary); border-radius: 999px; margin-left: 6px; font-size: 12px; }
.bazooka-hero { text-align: center; padding: 58px 0 36px; position: relative; overflow: hidden; }
.bazooka-hero::before { content: ""; position: absolute; inset: -10%; pointer-events: none; background: radial-gradient(circle at 50% 30%, rgba(255,94,0,.18), transparent 55%); }
.bazooka-hero > * { position: relative; z-index: 1; }
.bazooka-hero-badge { display: inline-flex; align-items: center; border: 1px solid rgba(255,94,0,.4); background: rgba(255,94,0,.1); border-radius: 999px; padding: 7px 14px; font-size: 12px; font-weight: 900; letter-spacing: 1.5px; color: var(--bazooka-primary); text-transform: uppercase; margin-bottom: 14px; }
.bazooka-hero h1 { font-family: Impact, Arial Black, sans-serif; font-size: clamp(54px, 10vw, 92px); line-height: .88; letter-spacing: 2px; margin: 0 0 16px; font-style: italic; text-transform: uppercase; transform: skewX(-5deg); }
.bazooka-hero h1 span { background: linear-gradient(180deg, var(--bazooka-primary) 0%, #ffcc00 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; padding-right: 14px; }
.bazooka-hero p { color: var(--bazooka-muted); font-size: 16px; max-width: 560px; margin: 0 auto 24px; line-height: 1.55; }
.bazooka-hero-actions { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.bazooka-btn-gradient,
.bazooka-wide-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: linear-gradient(135deg, var(--bazooka-primary), var(--bazooka-primary-2)); color: #fff; border-radius: 10px; padding: 14px 24px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; cursor: pointer; text-decoration: none; box-shadow: 0 0 20px rgba(255,94,0,.35); }
.bazooka-btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: transparent; color: #fff; border: 1px solid #444; border-radius: 10px; padding: 13px 24px; font-weight: 800; cursor: pointer; text-decoration: none; }
.bazooka-btn-outline:hover,
.bazooka-btn-gradient:hover,
.bazooka-wide-btn:hover { transform: translateY(-1px); filter: brightness(1.04); color: #fff; }
.bazooka-qr-link { display: inline-block; line-height: 0; }
.bazooka-qr-link img { width: 54px; height: 54px; border-radius: 10px; border: 2px solid var(--bazooka-primary); box-shadow: 0 4px 15px rgba(255,94,0,.3); object-fit: cover; transition: transform .2s; }
.bazooka-qr-link:hover img { transform: scale(1.05); }
.bazooka-info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; max-width: 540px; margin: 0 auto; }
.bazooka-info-card { background: rgba(20,20,20,.84); border: 1px solid #333; border-radius: 12px; padding: 14px 10px; text-align: center; }
.bazooka-label { font-size: 11px; font-weight: 900; letter-spacing: 1px; color: var(--bazooka-primary); text-transform: uppercase; margin-bottom: 5px; }
.bazooka-value { font-weight: 800; font-size: 14px; }
.bazooka-hero-img { position: relative; width: 100%; max-width: 690px; margin: 32px auto 0; }
.bazooka-hero-img::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255,94,0,.35), transparent 70%); filter: blur(40px); z-index: 0; }
.bazooka-hero-img img { position: relative; z-index: 1; width: 110%; max-width: 110%; left: -5%; height: auto; filter: drop-shadow(0 0 40px rgba(255,94,0,.35)); display: block; }
.bazooka-menu { padding: 10px 0 45px; }
.bazooka-section-header { display: flex; align-items: center; gap: 12px; margin: 34px 0 18px; }
.bazooka-section-header h2 { font-family: Impact, Arial Black, sans-serif; font-size: 30px; letter-spacing: 1px; text-transform: uppercase; margin: 0; white-space: nowrap; }
.bazooka-section-header div { height: 2px; flex: 1; background: linear-gradient(90deg, var(--bazooka-primary), transparent); border-radius: 999px; }
.bazooka-menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }
.bazooka-menu-card { appearance: none; text-align: left; background: var(--bazooka-surface); border: 1px solid var(--bazooka-border); border-radius: 16px; overflow: hidden; cursor: pointer; transition: all .2s ease; color: #fff; padding: 0; display: flex; flex-direction: column; width: 100%; }
.bazooka-menu-card:hover { border-color: var(--bazooka-primary); transform: translateY(-4px); box-shadow: 0 12px 40px -10px rgba(255,94,0,.35); }
.bazooka-card-img { aspect-ratio: 4 / 3; overflow: hidden; background: #1a1a1a; position: relative; display: block; }
.bazooka-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; display: block; }
.bazooka-menu-card:hover .bazooka-card-img img { transform: scale(1.05); }
.bazooka-card-body { padding: 16px; display: grid; gap: 5px; }
.bazooka-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.bazooka-row strong { font-family: Impact, Arial Black, sans-serif; letter-spacing: .6px; font-size: 19px; text-transform: uppercase; }
.bazooka-row em { color: var(--bazooka-primary); font-weight: 900; font-style: normal; white-space: nowrap; }
.bazooka-desc { color: var(--bazooka-muted); font-size: 13px; line-height: 1.45; }
.bazooka-footer { border-top: 1px solid #222; padding: 40px 0; text-align: center; color: #888; font-size: 14px; margin-top: 20px; }
.bazooka-brand { font-family: Impact, Arial Black, sans-serif; font-size: 25px; letter-spacing: 2px; color: var(--bazooka-primary); margin-bottom: 8px; }
.bazooka-footer p { margin: 8px 0; }
.bazooka-small { font-size: 12px; opacity: .65; }
.bazooka-credit { font-size: 11px; opacity: .75; }
.bazooka-credit a { color: var(--bazooka-primary); text-decoration: none; font-weight: 800; }
.bazooka-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.86); z-index: 99999; display: flex; align-items: flex-end; justify-content: center; backdrop-filter: blur(5px); padding: 14px; }
.bazooka-hidden { display: none !important; }
.bazooka-modal-content,
.bazooka-cart-panel { background: var(--bazooka-surface); width: min(100%, 560px); max-height: 90vh; border-top: 2px solid var(--bazooka-primary); border-radius: 22px 22px 16px 16px; display: flex; flex-direction: column; position: relative; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.65); }
.bazooka-cart-panel { padding: 24px; overflow-y: auto; }
.bazooka-close-btn { position: absolute; top: 12px; right: 16px; background: none; border: none; color: #aaa; font-size: 32px; line-height: 1; cursor: pointer; z-index: 3; padding: 4px; }
.bazooka-modal-scroll { flex: 1; overflow-y: auto; padding: 28px 22px; }
.bazooka-modal-title,
.bazooka-cart-panel h2 { color: var(--bazooka-primary); font-family: Impact, Arial Black, sans-serif; font-size: 26px; text-transform: uppercase; text-align: center; margin: 0 0 10px; letter-spacing: 1px; }
.bazooka-modal-desc { text-align: center; color: #aaa; font-size: 14px; margin: 0 0 22px; padding: 0 10px; }
.bazooka-option-title { font-size: 13px; color: #fff; text-transform: uppercase; font-weight: 900; margin: 24px 0 10px; letter-spacing: .4px; }
.bazooka-input-label { display: flex; align-items: center; background: #1a1a1a; border: 1px solid #333; padding: 15px; border-radius: 12px; margin-bottom: 8px; cursor: pointer; }
.bazooka-input-label input { display: none; }
.bazooka-input-circle { width: 21px; height: 21px; border: 2px solid #555; border-radius: 50%; margin-right: 14px; position: relative; flex-shrink: 0; }
.bazooka-input-label input[type="checkbox"] + .bazooka-input-circle { border-radius: 6px; }
.bazooka-input-label input:checked + .bazooka-input-circle { border-color: var(--bazooka-primary); }
.bazooka-input-label input:checked + .bazooka-input-circle::after { content: ''; position: absolute; top: 4px; left: 4px; width: 9px; height: 9px; background: var(--bazooka-primary); border-radius: 50%; }
.bazooka-input-label input[type="checkbox"]:checked + .bazooka-input-circle::after { border-radius: 2px; }
.bazooka-input-text { flex: 1; font-size: 15px; color: #eee; }
.bazooka-modal-footer { padding: 15px 20px 24px; background: #0a0a0a; border-top: 1px solid #222; display: flex; gap: 14px; align-items: center; }
.bazooka-qty-selector { display: flex; align-items: center; background: #1a1a1a; border-radius: 12px; border: 1px solid #333; }
.bazooka-qty-selector button { background: none; border: none; color: #fff; font-size: 20px; width: 42px; height: 52px; cursor: pointer; }
.bazooka-qty-selector span { width: 34px; text-align: center; font-weight: 900; }
.bazooka-add-cart { flex: 1; background: linear-gradient(135deg, var(--bazooka-primary), var(--bazooka-primary-2)); border: none; color: #fff; font-weight: 900; font-size: 15px; border-radius: 12px; min-height: 52px; cursor: pointer; text-transform: uppercase; padding: 10px; }
.bazooka-cart-list { display: grid; gap: 10px; margin-top: 16px; }
.bazooka-cart-empty { text-align: center; color: #aaa; background: #1a1a1a; border: 1px dashed #333; border-radius: 14px; padding: 24px; }
.bazooka-cart-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 14px; background: #1a1a1a; border: 1px solid #333; border-radius: 12px; }
.bazooka-cart-item b { text-transform: uppercase; display: block; margin-bottom: 3px; }
.bazooka-cart-item small { color: #aaa; line-height: 1.4; display: block; }
.bazooka-cart-price { text-align: right; color: var(--bazooka-primary); font-weight: 900; white-space: nowrap; }
.bazooka-remove { background: none; border: none; color: #999; cursor: pointer; font-size: 18px; margin-top: 6px; }
.bazooka-cart-total { display: flex; justify-content: space-between; align-items: center; font-size: 22px; font-weight: 900; padding: 20px 0; border-top: 1px solid #333; margin-top: 18px; }
.bazooka-cart-total strong { color: var(--bazooka-primary); }
.bazooka-checkout-form { display: grid; gap: 12px; }
.bazooka-checkout-form h3 { color: var(--bazooka-primary); font-family: Impact, Arial Black, sans-serif; letter-spacing: .8px; margin: 0; text-transform: uppercase; }
.bazooka-checkout-form input[type="text"],
.bazooka-checkout-form input[type="tel"],
.bazooka-checkout-form textarea { width: 100%; background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 10px; padding: 14px; font-size: 16px; }
.bazooka-checkout-form textarea { min-height: 96px; resize: vertical; }
.bazooka-check { display: flex; align-items: center; background: #1a1a1a; padding: 14px; border-radius: 10px; border: 1px solid #333; cursor: pointer; color: #fff; }
.bazooka-check input { width: auto; margin: 0 10px 0 0; }
.bazooka-wide-btn { width: 100%; min-height: 54px; }
.bazooka-toast { position: fixed; left: 50%; bottom: 36px; transform: translateX(-50%); background: var(--bazooka-primary); color: #fff; padding: 13px 22px; border-radius: 999px; font-weight: 900; font-size: 14px; z-index: 100000; box-shadow: 0 8px 30px rgba(0,0,0,.55); }
@media (max-width: 680px) {
  .bazooka-container { padding: 0 14px; }
  .bazooka-nav-logo { max-height: 44px; max-width: 150px; }
  .bazooka-cart-btn { padding: 9px 12px; font-size: 13px; }
  .bazooka-hero { padding-top: 42px; }
  .bazooka-info-cards { grid-template-columns: 1fr; }
  .bazooka-hero h1 { font-size: clamp(48px, 17vw, 72px); }
  .bazooka-menu-grid { grid-template-columns: 1fr; }
  .bazooka-section-header h2 { font-size: 25px; }
  .bazooka-modal-overlay { padding: 0; align-items: flex-end; }
  .bazooka-modal-content,
  .bazooka-cart-panel { border-radius: 20px 20px 0 0; max-height: 92vh; }
  .bazooka-modal-footer { flex-direction: column; align-items: stretch; }
  .bazooka-qty-selector { justify-content: center; }
}

.bazooka-menu-intro {
  text-align: center;
  max-width: 720px;
  margin: 4px auto 8px;
  padding: 20px 18px;
  border: 1px solid rgba(255,94,0,.25);
  border-radius: 18px;
  background: rgba(255,94,0,.06);
}
.bazooka-menu-intro h2 {
  margin: 0 0 8px;
  font-family: Impact, Arial Black, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bazooka-primary);
}
.bazooka-menu-intro p {
  margin: 0;
  color: var(--bazooka-muted);
  line-height: 1.5;
}
