:root{
  --bg:#fff4f8;
  --ink:#6a405a;
  --ink-2:#865d75;
  --muted:#ae879e;
  --pink:#ff8fbd;
  --pink2:#ffb2d0;
  --hot:#f36fa7;
  --lav:#cab9ff;
  --peach:#ffd6bf;
  --cream:#fff7df;
  --paper:#fffdf9;
  --mint:#c8eadf;
  --line:#efbfd6;
  --shadow:0 14px 0 rgba(218,125,166,.10), 0 24px 60px rgba(206,117,159,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:"Fredoka",system-ui,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,178,208,.45), transparent 24%),
    radial-gradient(circle at 90% 12%, rgba(202,185,255,.32), transparent 24%),
    linear-gradient(#fff8fb,#fff3f8);
  overflow-x:hidden;
}
button,input,textarea{font:inherit}
button{cursor:pointer}

.noise{display:none}
.ambient{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}
.ambient-a{width:320px;height:320px;background:rgba(255,143,189,.18);top:-120px;right:-50px}
.ambient-b{width:300px;height:300px;background:rgba(202,185,255,.14);bottom:-100px;left:-50px}

.floating-heart{
  position:fixed;z-index:0;pointer-events:none;font-family:Georgia,serif;
  color:rgba(243,111,167,.13);animation:heartFloat 6s ease-in-out infinite
}
.heart-a{font-size:38px;left:4%;top:28%}
.heart-b{font-size:54px;right:5%;top:39%;animation-delay:1.2s;color:rgba(167,133,236,.14)}
.heart-c{font-size:30px;left:11%;bottom:10%;animation-delay:2.5s}
@keyframes heartFloat{50%{transform:translateY(-12px) rotate(9deg)}}

.app-shell,.admin-shell{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:24px 26px 60px}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}

.show-logo{display:flex;align-items:center;gap:12px}
.show-logo-star{
  width:44px;height:44px;border-radius:14px 14px 14px 4px;
  display:grid;place-items:center;background:var(--hot);color:white;font-size:22px;
  transform:rotate(-5deg);box-shadow:4px 4px 0 #ffd6e5
}
.show-logo-small{font-size:9px;letter-spacing:.18em;font-weight:700;color:#bd7f9f}
.show-logo-big{font-family:"Patrick Hand";font-size:27px;line-height:1;color:#6f4560}
.admin-show-logo .show-logo-big{font-size:24px}

.status-chip{
  display:inline-flex;align-items:center;gap:8px;border:2px solid #f1c2d8;background:#fffdfd;
  padding:8px 11px;border-radius:999px;color:#9d7189;font-size:12px;box-shadow:4px 4px 0 #fbe3ee
}
.status-chip .dot{width:8px;height:8px;border-radius:50%;background:#f17bad;box-shadow:0 0 0 4px #ffe3ef}
.status-chip.offline .dot{background:#c9afbd;box-shadow:none}

.screen{display:none;animation:popIn .35s ease both}
.screen.active{display:block}
@keyframes popIn{from{opacity:0;transform:scale(.99) translateY(8px)}to{opacity:1;transform:none}}

.show-stage{
  position:relative;min-height:700px;padding:44px 52px 34px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.32) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.32) 1px,transparent 1px),
    linear-gradient(180deg,#ffd7e7 0 22%,#fff3f7 22% 78%,#ffd6bf 78%);
  background-size:32px 32px,32px 32px,auto;
  border:5px solid #f6a7c7;border-radius:30px;
  box-shadow:0 12px 0 #e98eb6,0 30px 70px rgba(211,119,159,.17);
  overflow:hidden
}
.curtain{
  position:absolute;top:0;width:120px;height:100%;
  background:repeating-linear-gradient(90deg,#e971a6 0 18px,#f487b6 18px 36px);
  opacity:.23
}
.curtain-left{left:0}.curtain-right{right:0}

.marquee-sign{
  position:relative;z-index:2;max-width:760px;margin:0 auto 34px;padding:34px 28px 28px;text-align:center;
  background:var(--cream);border:5px solid #f28bb5;border-radius:26px;
  box-shadow:inset 0 0 0 4px #fff7df,0 10px 0 #dc7da8,0 20px 40px rgba(208,108,151,.18)
}
.marquee-sign h1{
  font-family:"Patrick Hand";font-size:clamp(48px,7vw,78px);line-height:.92;letter-spacing:.005em;margin:0;color:#724359
}
.marquee-sign h1 span{color:#ef6da4}
.marquee-kicker{font-size:11px;letter-spacing:.21em;font-weight:700;color:#b57495;margin-bottom:8px}
.hero-copy{color:#9f748b;font-size:17px;line-height:1.5;margin:18px auto 0;max-width:560px}
.bulb{
  position:absolute;width:12px;height:12px;border-radius:50%;background:#ffcb67;
  box-shadow:0 0 0 3px #fff0bf,0 0 14px #ffcd72
}
.b1{left:18px;top:18px}.b2{left:50%;top:12px}.b3{right:18px;top:18px}
.b4{left:18px;bottom:18px}.b5{left:50%;bottom:12px}.b6{right:18px;bottom:18px}

.welcome-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;max-width:930px;margin:0 auto}
.ticket-card{
  position:relative;background:#fffdf9;border:3px solid #eda7c7;border-radius:20px;padding:26px;
  box-shadow:8px 8px 0 #f7d5e4
}
.ticket-card:before,.ticket-card:after{
  content:"";position:absolute;left:26px;right:26px;border-top:2px dashed #edbfd2
}
.ticket-card:before{top:56px}.ticket-card:after{bottom:78px}
.ticket-notch{
  position:absolute;top:50%;width:26px;height:44px;background:#fff1f6;border:3px solid #eda7c7;transform:translateY(-50%)
}
.notch-left{left:-15px;border-radius:0 22px 22px 0;border-left:0}
.notch-right{right:-15px;border-radius:22px 0 0 22px;border-right:0}
.ticket-label{font-size:10px;letter-spacing:.2em;font-weight:700;color:#c1779d;margin-bottom:18px}
.card-kicker{font-family:"Patrick Hand";font-size:28px;color:#75475f;margin-bottom:18px}
.check-row{display:flex;align-items:center;gap:12px;padding:11px 0;color:#765268;cursor:pointer}
.check-row input{display:none}
.fake-check{
  width:24px;height:24px;border-radius:8px;border:2px solid #e8abc6;background:#fff;position:relative;flex:0 0 24px
}
.check-row input:checked + .fake-check{background:#ff91bd;border-color:#ff91bd;transform:rotate(-4deg)}
.check-row input:checked + .fake-check:after{content:"♥";position:absolute;inset:0;display:grid;place-items:center;color:white;font-size:12px}

.primary-btn,.secondary-btn,.ghost-btn{border:none;font-weight:700;transition:.16s ease}
.primary-btn{
  margin-top:18px;padding:15px 18px;background:#f67bae;color:white;border:3px solid #dd5e96;
  border-radius:16px;box-shadow:0 6px 0 #c95084;display:flex;align-items:center;justify-content:center;gap:10px
}
.primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 0 #c95084}
.primary-btn:active:not(:disabled){transform:translateY(4px);box-shadow:0 2px 0 #c95084}
.primary-btn:disabled{opacity:.38;cursor:not-allowed}
.primary-btn.wide{width:100%;margin-top:24px}
.buzzer-btn{width:100%;font-size:15px;letter-spacing:.04em}
.secondary-btn{
  padding:13px 16px;background:#fff9fc;color:#824f6b;border:2px solid #edbbd1;border-radius:14px;
  box-shadow:0 4px 0 #f3d6e3
}
.secondary-btn:disabled{opacity:.38;cursor:not-allowed}
.ghost-btn{background:white;color:#9a7087;border:2px solid #efc4d7;border-radius:12px;padding:8px 11px}

.prize-booth{text-align:center;background:#ffe7f1;border:3px solid #ed9ec0;border-radius:22px;padding:18px 20px 24px;box-shadow:8px 8px 0 #f6ccdd}
.booth-banner{
  display:inline-block;background:#8b6fc8;color:white;padding:8px 14px;border-radius:10px 10px 5px 5px;
  font-size:11px;letter-spacing:.12em;font-weight:700;transform:rotate(1deg);box-shadow:0 4px 0 #7152ad
}
.heart-wheel{
  position:relative;width:230px;height:230px;border-radius:50%;margin:22px auto 12px;
  background:conic-gradient(#ff97bf 0 45deg,#cab9ff 45deg 90deg,#ffd6bf 90deg 135deg,#ffb6d1 135deg 180deg,#cab9ff 180deg 225deg,#ffd6bf 225deg 270deg,#ff97bf 270deg 315deg,#fff1c7 315deg 360deg);
  border:8px solid #fff;box-shadow:0 0 0 4px #e98eb6,0 10px 0 #d77ba4
}
.wheel-ring{position:absolute;border-radius:50%;inset:18px;border:4px dashed rgba(255,255,255,.75)}
.ring-b{inset:46px;border-style:solid;border-width:3px}
.wheel-center{
  position:absolute;inset:62px;border-radius:50%;display:grid;place-items:center;background:#fff9e5;
  border:4px solid #ef96b9;font-family:"Patrick Hand";font-size:70px;color:#ef6da4;box-shadow:0 6px 0 #de80a7
}
.wheel-heart{position:absolute;color:white;font-size:18px;text-shadow:0 2px 0 rgba(151,77,111,.16)}
.wh1{top:12px;left:50%}.wh2{right:16px;top:48%}.wh3{bottom:12px;left:48%}.wh4{left:16px;top:48%}
.booth-note{font-family:"Patrick Hand";font-size:22px;color:#955e7a}
.stage-floor{
  position:relative;z-index:2;margin:28px auto 0;max-width:700px;text-align:center;color:#bf7b9d;
  letter-spacing:34px;font-size:17px
}

.quiz-show-wrap{max-width:930px;margin:0 auto}
.quiz-scoreboard{
  background:#fff7df;border:4px solid #ef8fb7;border-radius:22px;padding:18px 20px 16px;
  box-shadow:0 8px 0 #d76f9f,0 20px 40px rgba(208,108,151,.15);margin-bottom:24px
}
.scoreboard-title{
  font-family:"Patrick Hand";font-size:33px;text-align:center;color:#6d435a;margin-bottom:12px;
  text-decoration:underline;text-decoration-style:wavy;text-decoration-color:#ffb6d1;text-underline-offset:6px
}
.scoreboard-meta{display:flex;justify-content:space-between;gap:18px}
.scoreboard-meta div{display:flex;align-items:center;gap:8px}
.scoreboard-meta span{font-size:10px;letter-spacing:.14em;color:#b77c9a;font-weight:700}
.scoreboard-meta strong{font-size:14px;color:#7b5268}
.progress-track{height:10px;background:#f6dce8;border-radius:999px;overflow:hidden;margin-top:14px;border:1px solid #efc3d7}
.progress-bar{height:100%;width:0;background:repeating-linear-gradient(45deg,#f47bab 0 12px,#c8b5fb 12px 24px);transition:width .35s ease}

.question-stage{
  position:relative;background:linear-gradient(180deg,#ffd9e7 0 22%,#fff6f9 22% 84%,#ffd7bf 84%);
  border:5px solid #ef9bbd;border-radius:28px;padding:50px 38px 34px;box-shadow:0 10px 0 #dd7da7,0 28px 60px rgba(208,108,151,.18);overflow:hidden
}
.stage-lights{position:absolute;top:12px;left:0;right:0;display:flex;justify-content:center;gap:18px}
.stage-lights i{width:14px;height:14px;background:#ffd36b;border-radius:50%;box-shadow:0 0 0 3px #fff2b5,0 0 13px #ffd36b}
.question-number-badge{
  position:absolute;left:18px;top:14px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;
  background:#8f72cf;color:white;border:4px solid white;box-shadow:0 5px 0 #7455b1;font-weight:700
}
.question-card{
  max-width:760px;margin:0 auto;background:#fffdfb;border:3px solid #efbfd2;border-radius:22px;padding:26px;
  box-shadow:8px 8px 0 #f4d6e3
}
.host-line{font-family:"Patrick Hand";font-size:21px;color:#b46e91;margin-bottom:6px}
.question-card h3{font-family:"Patrick Hand";font-size:clamp(30px,4vw,45px);line-height:1.05;color:#6e4259;margin:4px 0 22px}
.answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.answer-btn{
  text-align:left;padding:15px;border-radius:15px;border:2px solid #efbfd3;background:#fff8fc;color:#774e65;
  font-weight:600;transition:.14s ease;box-shadow:0 4px 0 #f4dce7
}
.answer-btn:hover{transform:translateY(-2px) rotate(-.2deg);border-color:#ed91b8}
.answer-btn.correct{background:#effaf6;border-color:#9dcfbf}
.answer-btn.wrong{background:#fff0f4;border-color:#efa3b9}
.answer-letter{
  display:inline-flex;width:29px;height:29px;border-radius:50%;align-items:center;justify-content:center;
  background:#ffe3ef;margin-right:9px;color:#bd7097;border:1px solid #f0bfd4
}
.quiz-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:22px}
.feedback{font-family:"Patrick Hand";font-size:18px;color:#9a7187}
.next-show-btn{white-space:nowrap}
.audience-row{text-align:center;margin-top:22px;color:#c26f98;font-size:22px;letter-spacing:18px}

.prize-show-screen{
  position:relative;max-width:780px;margin:0 auto;text-align:center;padding:54px 40px 40px;
  background:linear-gradient(180deg,#ffd6e5 0 26%,#fff6f9 26% 100%);
  border:5px solid #ef96b9;border-radius:30px;box-shadow:0 10px 0 #db78a4,0 30px 70px rgba(208,108,151,.18);overflow:hidden
}
.prize-curtain-left,.prize-curtain-right{
  position:absolute;top:0;width:110px;height:100%;background:repeating-linear-gradient(90deg,#ef80b0 0 18px,#f798bf 18px 36px);opacity:.22
}
.prize-curtain-left{left:0}.prize-curtain-right{right:0}
.winner-ribbon{
  position:relative;z-index:2;display:inline-block;background:#8f72cf;color:white;border:3px solid #7455b1;
  border-radius:10px;padding:8px 18px;font-size:12px;letter-spacing:.14em;font-weight:700;
  box-shadow:0 5px 0 #66489f;transform:rotate(-1deg)
}
.winner-ribbon.small{font-size:10px;margin-bottom:14px}
.prize-show-screen h2,.finale-card h2,.claim-booth h2{font-family:"Patrick Hand";font-size:clamp(42px,6vw,64px);line-height:1;color:#6f435a;margin:18px 0 8px}
.muted{color:#a17b90;line-height:1.55}
.prize-pedestal{
  position:relative;z-index:2;margin:28px auto 20px;padding:28px 24px;background:#fffaf0;border:3px solid #efb5ca;
  border-radius:22px;box-shadow:8px 8px 0 #f2d3e0;max-width:520px
}
.pedestal-lights{display:flex;justify-content:center;gap:15px;margin-bottom:18px}
.pedestal-lights span{width:12px;height:12px;border-radius:50%;background:#ffd269;box-shadow:0 0 0 3px #fff2bc}
.gift-box{position:relative;width:150px;height:145px;margin:0 auto 18px}
.gift-body{
  position:absolute;left:17px;right:17px;bottom:0;height:100px;background:#ff94bd;border:4px solid #df6699;
  border-radius:10px;display:grid;place-items:center;color:white;font-size:42px
}
.gift-lid{
  position:absolute;left:7px;right:7px;top:18px;height:36px;background:#c9b7ff;border:4px solid #8f72cf;border-radius:10px;
  z-index:2;display:grid;place-items:center;color:white
}
.gift-ribbon{position:absolute;top:18px;bottom:0;left:67px;width:18px;background:#fff3c8;border-left:3px solid #e7c464;border-right:3px solid #e7c464;z-index:3}
.reveal-kicker{font-size:10px;letter-spacing:.16em;font-weight:700;color:#bf7799}
.reveal-title{font-family:"Patrick Hand";font-size:39px;color:#70445a;margin:6px 0}
.reveal-copy{color:#9d748a}
.claim-show-btn{max-width:520px;margin-left:auto;margin-right:auto}

.claim-booth{
  max-width:900px;margin:0 auto;background:#fff9fc;border:5px solid #ef96ba;border-radius:28px;padding:34px;
  box-shadow:0 10px 0 #d979a4,0 28px 65px rgba(208,108,151,.17)
}
.booth-top-sign{
  width:max-content;max-width:100%;margin:-58px auto 8px;background:#8f72cf;color:white;border:4px solid #7557b2;
  border-radius:14px;padding:10px 20px;font-family:"Patrick Hand";font-size:30px;box-shadow:0 6px 0 #65469e;transform:rotate(-1deg)
}
.booth-subtitle{text-align:center;color:#a1798f;margin:18px 0 24px}
.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.delivery-option{
  position:relative;display:flex;gap:12px;align-items:center;padding:17px;border:2px solid #efbfd3;border-radius:17px;
  background:#fffdfd;cursor:pointer;box-shadow:0 5px 0 #f4dbe6;transition:.14s ease
}
.delivery-option input{position:absolute;opacity:0}
.delivery-option:has(input:checked){border-color:#ec80ae;background:#fff0f6;transform:translateY(-2px)}
.delivery-icon{
  width:42px;height:42px;border-radius:50%;background:#ffe1ed;display:grid;place-items:center;color:#b96590;border:2px solid #efbad0
}
.delivery-option strong,.delivery-option span{display:block}
.delivery-option span{font-size:12px;color:#aa8297;margin-top:3px}
.claim-form-card{
  margin-top:26px;padding:24px;background:#fffaf0;border:3px dashed #e9afc8;border-radius:20px
}
.claim-form-title{font-family:"Patrick Hand";font-size:28px;color:#754a62;margin-bottom:16px}
.input-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.input-grid label,.full-field{display:block}
.input-grid span,.full-field span{display:block;font-size:12px;color:#987088;margin-bottom:7px}
input[type="text"],input[type="email"],input[type="date"],input[type="time"],textarea{
  width:100%;background:white;color:#724d61;border:2px solid #efbfd3;border-radius:13px;padding:13px;outline:none;
  box-shadow:0 3px 0 #f5dde8
}
input:focus,textarea:focus{border-color:#ed82b0}
.full-field{margin-top:15px}

.finale-card{
  max-width:690px;margin:64px auto;text-align:center;background:#fffaf0;border:5px solid #ef96ba;border-radius:28px;
  padding:40px;box-shadow:0 10px 0 #d979a4,0 28px 65px rgba(208,108,151,.17)
}
.finale-stars{font-family:"Patrick Hand";font-size:25px;color:#c6789e;letter-spacing:12px;margin-bottom:15px}
.receipt{
  text-align:left;margin:25px 0;background:white;border:2px dashed #eab1ca;border-radius:16px;padding:18px;color:#7b576b;font-size:14px;line-height:1.8
}

/* Admin control room */
.admin-body{
  background:
    radial-gradient(circle at 10% 5%, rgba(255,183,211,.40), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(202,185,255,.25), transparent 26%),
    linear-gradient(180deg,#fff8fb,#fff1f7)
}
.admin-shell{max-width:1380px}
.admin-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:18px}
.admin-panel{
  border:3px solid #efbfd4;background:#fffdfb;border-radius:22px;padding:20px;
  box-shadow:7px 7px 0 #f4d8e4
}
.monitor-panel{min-height:600px}
.side-panel{min-height:600px}
.submission-panel{grid-column:1/-1}
.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.panel-head.compact{margin-bottom:12px}
.panel-head h2,.panel-head h3{font-family:"Patrick Hand";color:#70465d;margin:0}
.panel-head h2{font-size:34px}.panel-head h3{font-size:27px}
.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:700;color:#c17198;margin-bottom:5px}
.monitor-stage{
  position:relative;overflow:hidden;border:3px solid #eebbd1;background:#fff8fc;border-radius:20px;padding:16px;min-height:500px
}
.monitor-topline{display:flex;justify-content:space-between;color:#ab8499;font-size:12px;margin-bottom:16px}
.stage-tag{
  padding:6px 8px;border-radius:8px;background:#ffe4ef;color:#ba6892;font-weight:700;letter-spacing:.09em;border:1px solid #efbad0
}
.monitor-card{border:2px solid #efc3d6;border-radius:17px;padding:20px;background:white;min-height:300px;box-shadow:0 4px 0 #f7e2eb}
.monitor-question{font-family:"Patrick Hand";font-size:30px;line-height:1.1;margin-bottom:16px;color:#70465c}
.monitor-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.monitor-option{padding:13px;border-radius:12px;border:2px solid #efc4d7;color:#805a6f;background:#fffafd}
.monitor-option.selected{border-color:#ec83af;background:#fff0f6}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}
.metric{background:#fffaf0;border:2px solid #efd0dc;border-radius:13px;padding:13px}
.metric span{display:block;color:#aa8598;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.metric strong{display:block;margin-top:5px;font-size:16px;color:#78546a}
.event-log{height:510px;overflow:auto;padding-right:4px}
.empty-log{color:#aa8498;font-size:14px;padding:14px 0}
.log-item{padding:12px 0;border-bottom:1px dashed #ecc7d7}
.log-time{font-size:10px;color:#bea4b2;margin-bottom:3px}
.log-text{font-size:13px;color:#79586b;line-height:1.4}
.mail-badge{font-size:10px;color:#b56891;border:2px solid #efc0d4;background:#fff2f7;padding:6px 8px;border-radius:999px}
.submission-empty{color:#aa8498}
.submission-data{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.submission-data.hidden{display:none}
.sub-card{border:2px solid #efd0dc;border-radius:14px;background:#fffaf0;padding:14px}
.sub-card span{display:block;color:#a98296;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.sub-card strong{display:block;margin-top:6px;font-size:14px;overflow-wrap:anywhere;color:#755268}

/* live cursor preserved */
.live-cursor{
  position:absolute;left:0;top:0;transform:translate(-50%,-50%);
  pointer-events:none;z-index:20;display:flex;align-items:center;gap:7px;
  transition:left .045s linear,top .045s linear
}
.live-cursor.hidden{display:none}
.cursor-heart{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  color:white;background:#f47bae;border:3px solid white;box-shadow:0 4px 0 #ce598b,0 0 0 3px #ffd9e8;font-size:13px
}
.live-cursor span{
  background:#fffdfb;border:2px solid #efbfd3;color:#976b82;font-size:10px;font-weight:700;
  padding:5px 7px;border-radius:999px;box-shadow:3px 3px 0 #f5dce7
}

@media (max-width:900px){
  .welcome-grid,.admin-grid{grid-template-columns:1fr}
  .show-stage{padding:34px 20px}
  .curtain{width:58px}
  .submission-panel{grid-column:auto}
  .answer-grid,.input-grid{grid-template-columns:1fr}
  .delivery-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .app-shell,.admin-shell{padding:18px 13px 38px}
  .topbar{margin-bottom:24px}
  .show-logo-big{font-size:21px}
  .show-logo-star{width:38px;height:38px}
  .status-chip{font-size:10px}
  .show-stage{border-width:4px}
  .marquee-sign{padding:30px 16px 24px}
  .ticket-card{padding:22px 18px}
  .question-stage{padding:46px 14px 28px}
  .question-card{padding:20px 16px}
  .quiz-footer{align-items:stretch;flex-direction:column}
  .audience-row{letter-spacing:10px}
  .prize-show-screen{padding:48px 16px 34px}
  .prize-curtain-left,.prize-curtain-right{width:48px}
  .claim-booth{padding:28px 16px}
  .booth-top-sign{font-size:24px}
  .metric-row{grid-template-columns:1fr}
  .monitor-options{grid-template-columns:1fr}
  .submission-data{grid-template-columns:1fr}
}


/* ===== Noon Trivia simplified cute pass ===== */

.cat-sticker{
  position:fixed;
  z-index:0;
  pointer-events:none;
  font-family:"Patrick Hand",sans-serif;
  color:#b66e94;
  background:rgba(255,255,255,.72);
  border:2px solid rgba(239,191,212,.82);
  box-shadow:4px 4px 0 rgba(244,216,228,.9);
  border-radius:16px;
  padding:7px 10px;
  font-size:18px;
  transform:rotate(-5deg);
  opacity:.82;
}
.cat-one{left:2.5%;top:19%}
.cat-two{right:2.2%;top:29%;transform:rotate(6deg)}
.cat-three{left:4%;bottom:9%;transform:rotate(3deg)}
.cat-four{right:4%;bottom:6%;transform:rotate(-4deg)}

.simple-stage{
  max-width:860px;
  margin:0 auto;
  background:#fff9fc;
  border:4px solid #ef9fbe;
  border-radius:28px;
  padding:34px;
  box-shadow:0 9px 0 #dc7fa6,0 28px 62px rgba(208,108,151,.15);
  position:relative;
}

.marquee-mini{
  width:max-content;
  max-width:100%;
  margin:0 auto 30px;
  display:flex;
  align-items:center;
  gap:9px;
  background:#fff6d8;
  border:3px solid #ed8db4;
  border-radius:999px;
  padding:9px 15px;
  box-shadow:0 5px 0 #d875a0;
}
.marquee-word{
  font-family:"Patrick Hand";
  color:#70465d;
  font-size:25px;
  letter-spacing:.04em;
}
.mini-bulb{
  width:8px;height:8px;border-radius:50%;
  background:#ffd36f;
  box-shadow:0 0 8px rgba(255,211,111,.9);
}

.welcome-copy{
  text-align:center;
  max-width:650px;
  margin:0 auto 26px;
}
.welcome-copy h1{
  font-family:"Patrick Hand";
  font-size:clamp(44px,6vw,68px);
  line-height:.96;
  letter-spacing:0;
  color:#724359;
  margin:0;
}
.welcome-copy h1 span{color:#ed6fa5}
.welcome-copy p{
  color:#a0788e;
  font-family:"Patrick Hand";
  font-size:20px;
  margin:16px auto 0;
}

.simple-stage .ticket-card{
  max-width:670px;
  margin:0 auto;
}
.simple-stage .ticket-card:before,
.simple-stage .ticket-card:after,
.simple-stage .ticket-notch{display:none}
.simple-stage .ticket-card:after{display:none}

.locked-check{
  position:relative;
  background:#fff1f7;
  border:2px dashed #efb0cb;
  border-radius:14px;
  padding-left:12px;
  padding-right:12px;
  margin-top:5px;
}
.locked-check:hover{background:#ffeaf3}
.locked-tooltip{
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(4px);
  width:max-content;
  max-width:280px;
  background:#7e5670;
  color:white;
  padding:8px 10px;
  border-radius:10px;
  font-size:11px;
  line-height:1.25;
  opacity:0;
  pointer-events:none;
  transition:.15s ease;
  box-shadow:0 5px 0 rgba(91,56,77,.18);
}
.locked-tooltip:after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  transform:translateX(-50%);
  border:6px solid transparent;
  border-top-color:#7e5670;
}
.locked-check:hover .locked-tooltip,
.locked-check:focus .locked-tooltip{opacity:1;transform:translateX(-50%)}

.tiny-note{
  color:#aa8197;
  font-family:"Patrick Hand";
  font-size:16px;
  margin-top:10px;
}
.centered-note{text-align:center}

.cute-scoreboard{max-width:830px;margin-left:auto;margin-right:auto}
.scoreboard-row{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-top:8px;
}
.question-progress,.heart-counter-wrap{display:flex;flex-direction:column;gap:4px}
.heart-counter-wrap{align-items:flex-end}
.score-label{
  font-size:9px;
  letter-spacing:.16em;
  color:#b17896;
  font-weight:700;
}
.heart-counter{
  min-height:30px;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:27px;
  line-height:1;
}
.heart-counter .alive{
  color:#f271a7;
  text-shadow:0 3px 0 #f8cade;
  animation:heartPop .22s ease;
}
.heart-counter .lost{
  color:#d6b3c5;
  text-shadow:none;
}
.heart-counter .bonus{color:#9f80dd}
@keyframes heartPop{50%{transform:scale(1.22) rotate(-7deg)}}

.simple-question-stage{
  max-width:830px;
  margin:0 auto;
  background:#ffe0ec;
  padding-top:48px;
}
.simple-question-stage .question-card{max-width:710px}
.cat-peek{
  position:absolute;
  right:26px;
  bottom:12px;
  font-family:"Patrick Hand";
  font-size:24px;
  color:#a36585;
  transform:rotate(-4deg);
}

.answer-btn:disabled{cursor:default}
.answer-btn.wrong{
  opacity:.62;
  text-decoration:line-through;
}
.wrong-shake{animation:wrongShake .32s ease}
@keyframes wrongShake{
  25%{transform:translateX(-6px) rotate(-1deg)}
  50%{transform:translateX(6px) rotate(1deg)}
  75%{transform:translateX(-4px)}
}

.simpler-prize{
  max-width:700px;
  padding-top:42px;
}
.simpler-prize .prize-pedestal{margin-top:24px}
.simpler-prize h2{margin-top:20px}

.simple-claim-booth{
  max-width:720px;
  position:relative;
}
.delivery-stamp{
  width:max-content;
  max-width:100%;
  margin:15px auto 24px;
  padding:8px 13px;
  color:#9a5e7c;
  background:#fff0f6;
  border:2px dashed #e993b9;
  border-radius:10px;
  font-family:"Patrick Hand";
  font-size:21px;
  transform:rotate(-1deg);
}
.simple-claim-booth .claim-form-card{
  max-width:560px;
  margin:24px auto 0;
}
.calendar-field{margin-top:0}

.route-choice{
  margin:20px 0 0;
  border:2px dashed #e8abc7;
  border-radius:15px;
  padding:14px 15px 9px;
}
.route-choice legend{
  padding:0 8px;
  font-family:"Patrick Hand";
  font-size:21px;
  color:#7a4e66;
}
.route-option{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  padding:10px 8px;
  border-radius:10px;
  color:#7d566b;
}
.route-option:hover{background:#fff0f6}
.route-option input{position:absolute;opacity:0}
.radio-dot{
  width:20px;height:20px;border-radius:50%;
  border:2px solid #e49abb;
  background:white;
  box-shadow:inset 0 0 0 4px white;
}
.route-option input:checked + .radio-dot{
  background:#ef7eae;
}
.claim-cat{
  position:absolute;
  right:18px;
  bottom:10px;
  color:#ad6b8e;
  font-family:"Patrick Hand";
  font-size:25px;
  transform:rotate(3deg);
}

.heart-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(111,69,92,.26);
  backdrop-filter:blur(5px);
}
.heart-modal.hidden{display:none}
.heart-modal-card{
  width:min(430px,100%);
  text-align:center;
  background:#fffaf0;
  border:4px solid #ef91b8;
  border-radius:25px;
  padding:28px;
  box-shadow:0 9px 0 #d979a4,0 24px 65px rgba(116,68,92,.24);
  animation:modalPop .24s ease both;
}
@keyframes modalPop{from{transform:scale(.86) rotate(-2deg);opacity:0}to{transform:none;opacity:1}}
.modal-cat{
  font-family:"Patrick Hand";
  color:#a76a89;
  font-size:22px;
}
.big-heart{
  color:#f270a7;
  font-size:72px;
  line-height:1;
  text-shadow:0 6px 0 #ffd1e3;
  margin:5px 0 8px;
}
.heart-modal-card h3{
  font-family:"Patrick Hand";
  color:#71475e;
  font-size:35px;
  line-height:1;
}
.heart-modal-card p{
  color:#9d778b;
  margin:10px 0 2px;
}
.modal-btn{width:100%;margin-top:18px}

.tiny-toast{
  position:fixed;
  z-index:1200;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  background:#775269;
  color:white;
  border:2px solid white;
  border-radius:999px;
  padding:10px 15px;
  font-size:12px;
  box-shadow:0 6px 0 rgba(95,58,79,.15),0 12px 30px rgba(94,54,77,.22);
  transition:.18s ease;
}
.tiny-toast.hidden{
  opacity:0;
  transform:translateX(-50%) translateY(15px);
  pointer-events:none;
}

@media (max-width:620px){
  .cat-sticker{font-size:14px;padding:5px 7px;opacity:.62}
  .cat-one{left:1%;top:14%}
  .cat-two{right:1%;top:34%}
  .cat-three{display:none}
  .cat-four{right:1%;bottom:3%}
  .simple-stage{padding:26px 15px}
  .marquee-mini{gap:5px;padding:8px 10px}
  .mini-bulb{width:6px;height:6px}
  .marquee-word{font-size:20px}
  .scoreboard-row{align-items:center}
  .heart-counter{font-size:22px;gap:4px}
  .locked-tooltip{max-width:220px}
}


.final-plan-message{
  margin:22px auto 4px;
  max-width:560px;
  background:#fff0f6;
  border:3px dashed #e891b7;
  border-radius:18px;
  padding:18px 20px;
  color:#774d64;
  font-family:"Patrick Hand";
  font-size:24px;
  line-height:1.18;
  text-align:center;
  box-shadow:5px 5px 0 #f4d2e1;
}


/* ===== Hosted/mobile hardening ===== */

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100dvh;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
}

button,
.answer-btn,
.check-row,
.route-option,
.delivery-option {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button,
.answer-btn,
.route-option {
  min-height: 48px;
}

input[type="date"],
input[type="time"],
input[type="text"],
input[type="email"],
textarea {
  font-size: 16px;
  min-height: 50px;
}

.app-shell,
.admin-shell {
  padding-left: max(13px, env(safe-area-inset-left));
  padding-right: max(13px, env(safe-area-inset-right));
  padding-bottom: max(38px, env(safe-area-inset-bottom));
}

.tap-pulse .cursor-heart {
  animation: adminTapPulse .34s ease;
}

@keyframes adminTapPulse {
  50% {
    transform: scale(1.7);
    box-shadow: 0 4px 0 #ce598b, 0 0 0 14px rgba(244,123,174,.18);
  }
}

.monitor-option.monitor-wrong {
  border-color: #ee9aae;
  background: #fff1f4;
}

.monitor-option.monitor-correct {
  border-color: #99cbbd;
  background: #effaf6;
}

@media (hover: none) and (pointer: coarse) {
  .answer-btn:hover,
  .route-option:hover,
  .check-row:hover {
    transform: none;
  }

  .locked-tooltip {
    display: none;
  }
}

@media (max-width: 620px) {
  .topbar {
    gap: 10px;
    align-items: flex-start;
  }

  .show-logo-small {
    letter-spacing: .11em;
  }

  .status-chip {
    flex: 0 0 auto;
    max-width: 42%;
    text-align: center;
  }

  .simple-stage,
  .quiz-scoreboard,
  .question-stage,
  .prize-show-screen,
  .claim-booth,
  .finale-card {
    width: 100%;
    max-width: 100%;
  }

  .welcome-copy h1 {
    font-size: clamp(40px, 13vw, 60px);
  }

  .ticket-card {
    box-shadow: 5px 5px 0 #f7d5e4;
  }

  .check-row {
    align-items: flex-start;
    line-height: 1.25;
  }

  .fake-check {
    margin-top: 1px;
  }

  .scoreboard-row {
    gap: 12px;
  }

  .question-card h3 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .answer-btn {
    width: 100%;
    padding: 15px 13px;
    line-height: 1.25;
  }

  .quiz-footer {
    gap: 12px;
  }

  .next-show-btn,
  .primary-btn.wide,
  .secondary-btn {
    width: 100%;
  }

  .heart-modal {
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(14px, env(safe-area-inset-right));
  }

  .heart-modal-card {
    padding: 24px 18px;
  }

  .final-plan-message {
    font-size: 22px;
  }

  .tiny-toast {
    width: calc(100% - 28px);
    max-width: 430px;
    text-align: center;
    bottom: max(18px, env(safe-area-inset-bottom));
  }
}
