*{box-sizing:border-box}body{margin:0;background:#050505;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-image:radial-gradient(circle at 10% 15%,#43100055,transparent 28%),radial-gradient(circle at 90% 40%,#79200040,transparent 30%)}main{max-width:760px;margin:auto;padding:calc(20px + env(safe-area-inset-top)) 18px 50px}.hero{display:flex;align-items:center;gap:16px;margin:10px 0 22px}.hero img{width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 0 14px #ff5a00)}h1{font-size:clamp(28px,6vw,48px);margin:0;background:linear-gradient(90deg,#ff3300,#ffb000,#ffe066);-webkit-background-clip:text;color:transparent;font-weight:900;letter-spacing:-1px}.hero p{color:#ffc23d;font-weight:800;letter-spacing:4px;margin:5px 0}.card{background:linear-gradient(145deg,#171717,#0b0b0b);border:1px solid #5a3c08;border-radius:24px;padding:22px;margin:16px 0;box-shadow:0 12px 40px #0008,0 0 22px #ff4d0014}h2{margin:0 0 18px;color:#ffbd32}label{display:block;color:#e0b05a;font-weight:700;margin:14px 0 7px}input[type=text],input[type=email],label>input:not([type=checkbox]){width:100%;font-size:18px;padding:15px;border-radius:13px;border:1px solid #4b3916;background:#101010;color:white;outline:none}input:focus{border-color:#ff9d00;box-shadow:0 0 0 3px #ff8a001c}.consent{display:flex;gap:12px;align-items:flex-start;color:#ddd;font-weight:500;line-height:1.35;margin:18px 0}.consent input{width:24px;height:24px;accent-color:#ff8a00;flex:none}button{border:0;border-radius:14px;background:linear-gradient(90deg,#ff2d00,#ff8700,#ffd23f);color:#160900;font-weight:900;font-size:17px;padding:15px 18px;width:100%;cursor:pointer}.small{width:auto;padding:10px 14px;font-size:14px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stats div{background:#111;border:1px solid #43300c;border-radius:18px;text-align:center;padding:17px}.stats strong{display:block;color:#ffb21a;font-size:29px}.stats span{color:#aaa}.row{display:flex;justify-content:space-between;align-items:center;gap:12px}.row h2{margin:0}.entry{padding:14px 0;border-bottom:1px solid #292929}.entry:last-child{border:0}.entry b{display:block}.entry span{color:#aaa;font-size:14px}.entry .yes{color:#ffad18}.foot{text-align:center;color:#666;font-size:13px;margin-top:28px}#msg{min-height:20px;text-align:center;margin-top:12px;color:#ffbd32}@media(max-width:430px){.hero img{width:70px;height:70px}.card{padding:18px}.stats{gap:8px}}
.actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.secondary{background:#242424;color:#ffbd32;border:1px solid #5a3c08}.entry{display:flex;align-items:center;justify-content:space-between;gap:12px}.entryText{min-width:0}.entryText span{display:block;overflow-wrap:anywhere}.deleteBtn{width:auto;flex:none;padding:9px 11px;font-size:13px;background:#2a1111;color:#ff8b72;border:1px solid #6b2118}@media(max-width:560px){.row{align-items:flex-start;flex-direction:column}.actions{width:100%;justify-content:stretch}.actions .small{flex:1}.entry{align-items:flex-start;flex-direction:column}.deleteBtn{width:100%}}


/* Kiosk mode */
.kiosk-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  background:
    radial-gradient(circle at 50% 25%, rgba(255,77,0,.20), transparent 34%),
    #050505;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.kiosk-overlay[hidden]{display:none}
.kiosk-success-card{
  width:min(680px, 94vw);
  text-align:center;
  padding:42px 34px;
  border:1px solid #7a4d00;
  border-radius:28px;
  background:linear-gradient(145deg,#171717,#090909);
  box-shadow:0 18px 70px #000,0 0 45px rgba(255,81,0,.18);
}
.kiosk-logo{
  width:120px;
  height:120px;
  object-fit:contain;
  filter:drop-shadow(0 0 18px #ff5a00);
  margin-bottom:8px;
}
.kiosk-flame{font-size:44px;margin:4px 0 8px}
.kiosk-success-card h2{
  margin:0 0 14px;
  font-size:clamp(30px,6vw,54px);
  color:#ffbd32;
}
.kiosk-success-card p{
  color:#eee;
  font-size:clamp(18px,3vw,24px);
  line-height:1.45;
  margin:12px auto;
  max-width:560px;
}
.kiosk-code{
  display:inline-block;
  margin:20px 0 14px;
  padding:16px 28px;
  border-radius:16px;
  border:1px solid #8a5700;
  background:#111;
  color:#ffd24a;
  font-size:clamp(30px,6vw,48px);
  font-weight:900;
  letter-spacing:2px;
}
.kiosk-next{color:#aaa!important;font-size:16px!important}
#kioskNextNow{
  width:auto;
  margin-top:14px;
  padding:14px 24px;
}


/* v7 Social Media */
.social-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  margin:22px 0;
  padding:24px;
  border:1px solid #4c360c;
  border-radius:22px;
  background:linear-gradient(145deg,#171717,#0b0b0b);
}
.social-card h2{margin:4px 0 8px;color:#ffbd32}
.social-card p{margin:0 0 14px;color:#aaa;line-height:1.5}
.social-kicker{font-size:12px;font-weight:900;letter-spacing:2px;color:#ff8a00}
.social-links{display:flex;gap:8px;flex-wrap:wrap}
.social-links a{
  color:#fff;text-decoration:none;background:#202020;border:1px solid #444;
  border-radius:10px;padding:9px 12px;font-size:13px;font-weight:800
}
.social-qr-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#ffbd32;font-weight:800;font-size:12px}
.social-qr-link img{width:132px;height:132px;background:#fff;padding:7px;border-radius:14px;margin-bottom:7px}
.kiosk-social{
  display:flex;align-items:center;justify-content:center;gap:16px;
  margin:20px auto 8px;padding:12px 16px;max-width:440px;
  border:1px solid #624000;border-radius:16px;background:#101010;text-align:left
}
.kiosk-social img{width:105px;height:105px;background:#fff;padding:5px;border-radius:10px}
.kiosk-social strong{display:block;color:#ffbd32;font-size:18px;margin-bottom:5px}
.kiosk-social span{display:block;color:#bbb;font-size:14px;line-height:1.4}
@media(max-width:600px){
  .social-card{grid-template-columns:1fr;text-align:center}
  .social-links{justify-content:center}
  .social-qr-link{margin:auto}
  .kiosk-success-card{padding:24px 18px}
  .kiosk-logo{width:80px;height:80px}
  .kiosk-flame{font-size:30px}
  .kiosk-social img{width:90px;height:90px}
}
