/* Insides of the mock phone screens (assets/js/mocks.js), in the game's Chunky
   Sticker UI. Delete this file and mocks.js once real screenshots replace them. */
.scr { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 30px; background: var(--sky); color: var(--ink);
  font-family: "Nunito", system-ui, sans-serif; container-type: inline-size; }
.mock-tag { position: absolute; z-index: 6; right: 10px; bottom: 10px; padding: 2px 8px; border-radius: 99px; background: rgba(43, 27, 18, .8); color: #fff;
  font: 800 9px/1.6 "Nunito", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.scr .outl { color: var(--sun); font-family: "Lilita One", sans-serif; -webkit-text-stroke: 1.4cqw var(--ink); paint-order: stroke fill; text-shadow: 0 .8cqw 0 var(--ink); }
.scr .stk { border: 1.2cqw solid var(--ink); border-radius: 6cqw; background: var(--cream); box-shadow: 0 1.8cqw 0 var(--sky-deep); }
.scr .btn { display: grid; place-items: center; height: 14cqw; min-height: 0; padding: 0; border: 1.2cqw solid var(--ink); border-radius: 5cqw; background: var(--grass); color: #fff;
  font: 400 6cqw/1 "Lilita One", sans-serif; -webkit-text-stroke: .9cqw var(--ink); paint-order: stroke fill; box-shadow: inset 0 -2cqw 0 var(--grass-dark), 0 1.6cqw 0 var(--ink); translate: none; }
.scr .btn.sun { background: var(--sun); color: var(--ink); -webkit-text-stroke: 0; box-shadow: inset 0 -2cqw 0 var(--sun-dark), 0 1.6cqw 0 var(--ink); }
.scr .btn.orange { background: var(--flame); color: var(--ink); -webkit-text-stroke: 0; box-shadow: inset 0 -2cqw 0 var(--flame-dark), 0 1.6cqw 0 var(--ink); }

/* Braai */
.s-braai { background: linear-gradient(var(--sky) 0 46%, #7cc653 46% 100%); }
.s-braai .bd { position: absolute; inset: 0 0 auto 0; height: 46%; background-size: cover; background-position: center 30%; }
.s-braai .hud { position: absolute; top: 10cqw; left: 4cqw; right: 4cqw; display: flex; gap: 2.5cqw; align-items: center; }
.s-braai .timer { padding: 1cqw 3cqw; font: 400 5.5cqw/1.2 "Lilita One", sans-serif; }
.s-braai .vibe { flex: 1; height: 5cqw; overflow: hidden; border: 1cqw solid var(--ink); border-radius: 9cqw; background: var(--cream); }
.s-braai .vibe i { display: block; width: 78%; height: 100%; background: var(--grass); }
.s-braai .guests { position: absolute; top: 22cqw; left: 0; right: 0; display: flex; justify-content: space-around; }
.s-braai .g { width: 17cqw; aspect-ratio: 1; border: 1.1cqw solid var(--ink); border-radius: 50%; background: var(--sky-pale) center / cover; box-shadow: 0 0 0 1cqw var(--grass); }
.s-braai .g.meh { box-shadow: 0 0 0 1cqw var(--sun); }
.s-braai .bubble { position: absolute; top: 43cqw; right: 3cqw; padding: 1.4cqw 3cqw; border-radius: 3cqw; font: 800 3.6cqw/1.2 "Nunito", sans-serif; }
.s-braai .lekker { position: absolute; top: 37cqw; left: 5cqw; rotate: -8deg; color: var(--grass); font-size: 9cqw; }
.s-braai .grill { position: absolute; top: 58cqw; left: 4cqw; right: 4cqw; height: 88cqw; border: 1.4cqw solid var(--ink); border-radius: 5cqw; box-shadow: 0 2cqw 0 var(--ink);
  background: repeating-linear-gradient(0deg, #6b6b6b 0 1cqw, transparent 1cqw 5.5cqw), radial-gradient(60% 55% at 42% 55%, #ff9a3c 0%, #d9481f 45%, #4a2014 80%); }
.s-braai .food { position: absolute; width: 38cqw; filter: drop-shadow(0 1cqw 0 rgba(0, 0, 0, .35)); }
.s-braai .mielie { position: absolute; width: 30cqw; height: 11cqw; rotate: -25deg; border: 1cqw solid var(--ink); border-radius: 6cqw;
  background: repeating-radial-gradient(circle at 30% 50%, #ffd23f 0 1.1cqw, #e0a800 1.1cqw 1.7cqw); }
.s-braai .mielie::after { content: ""; position: absolute; right: -6cqw; top: 1cqw; width: 8cqw; height: 6cqw; border: 1cqw solid var(--ink); border-radius: 50% 10% 50% 10%; background: var(--grass); }
.s-braai .ring { position: absolute; width: 10cqw; aspect-ratio: 1; border: 1cqw solid var(--ink); border-radius: 50%; background: conic-gradient(var(--grass) 0 70%, var(--cream) 0); }
.s-braai .tray { position: absolute; top: 152cqw; left: 4cqw; right: 4cqw; display: grid; grid-template-columns: 1fr 1fr; gap: 3cqw; }
.s-braai .tray > div { height: 26cqw; padding: 2cqw 3cqw; font: 400 4.2cqw/1 "Lilita One", sans-serif; }
.s-braai .acts, .s-verdict .acts { position: absolute; left: 4cqw; right: 4cqw; bottom: 8cqw; display: grid; grid-template-columns: 1fr 1fr; gap: 3cqw; }

/* Tour */
.s-tour, .s-verdict { background-image: repeating-conic-gradient(from 0deg at 50% 14%, rgba(255, 255, 255, .14) 0 10deg, transparent 10deg 20deg); }
.s-tour h4 { position: absolute; top: 14cqw; left: 0; right: 0; margin: 0; text-align: center; font-size: 10cqw; font-weight: 400; }
.s-tour .sub { position: absolute; top: 28cqw; width: 100%; color: #fff; text-align: center; font: 800 3.6cqw/1 "Nunito", sans-serif; }
.s-tour .mapcard { position: absolute; top: 36cqw; left: 4cqw; right: 4cqw; padding: 3cqw; }
.s-tour .mapcard svg { width: 100%; }
.s-tour .next { position: absolute; top: 122cqw; left: 4cqw; right: 4cqw; display: grid; grid-template-columns: minmax(0, 1fr) 24cqw; gap: 3cqw; align-items: center; padding: 3cqw 4cqw; }
.s-tour .next > div:first-child { min-width: 0; }
.s-tour .next .k { display: block; color: var(--sky-deep); font: 900 3cqw/1 "Nunito", sans-serif; letter-spacing: .06em; }
.s-tour .next b { display: block; font: 400 5.4cqw/1.1 "Lilita One", sans-serif; }
.s-tour .next small { color: var(--brown); font: 800 3.2cqw/1.3 "Nunito", sans-serif; }
.s-tour .next .btn { height: 12cqw; font-size: 5cqw; }
.s-tour .row { position: absolute; left: 4cqw; right: 4cqw; bottom: 12cqw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3cqw; }
.s-tour .row .btn { height: 12cqw; font-size: 4.6cqw; }
.s-tour .m-land { fill: var(--cream); stroke: var(--ink); stroke-width: 3; }
.s-tour .m-les { fill: var(--cream-dark); stroke: var(--ink); stroke-width: 2; stroke-dasharray: 4 3; }
.s-tour .m-route { stroke: var(--tomato); stroke-dasharray: 6 6; }
.s-tour .m-pin { fill: var(--tomato); stroke: var(--ink); stroke-width: 2.5; }
.s-tour .m-pin.done { fill: var(--sun); }

/* Verdict */
.s-verdict h4 { position: absolute; top: 13cqw; width: 100%; margin: 0; text-align: center; font-size: 9.5cqw; font-weight: 400; }
.s-verdict .card { position: absolute; top: 30cqw; left: 4cqw; right: 4cqw; padding: 3cqw 4cqw; }
.s-verdict .card > b { display: block; color: var(--flame-dark); text-align: center; font: 400 5.4cqw/1.3 "Lilita One", sans-serif; }
.s-verdict .gv { display: flex; gap: 3cqw; align-items: center; padding: 1.8cqw 0; border-bottom: .6cqw dashed var(--cream-dark); }
.s-verdict .gv:last-child { border: 0; }
.s-verdict .gv .g { flex: 0 0 13cqw; aspect-ratio: 1; border: 1cqw solid var(--ink); border-radius: 50%; background: var(--sky-pale) center / cover; }
.s-verdict .gv p { flex: 1; margin: 0; font: 800 3.3cqw/1.25 "Nunito", sans-serif; }
.s-verdict .gv p strong { display: block; font: 400 4.2cqw/1.1 "Lilita One", sans-serif; }
.s-verdict .pad { display: grid; place-items: center; flex: 0 0 11cqw; aspect-ratio: 1; border: 1cqw solid var(--ink); border-radius: 50%; background: var(--cream);
  box-shadow: 0 0 0 1cqw var(--grass); font: 400 5.4cqw/1 "Lilita One", sans-serif; }
.s-verdict .pad.lo { box-shadow: 0 0 0 1cqw var(--tomato); }
.s-verdict .stars { position: absolute; top: 122cqw; width: 100%; color: var(--sun); text-align: center; font-size: 15cqw; letter-spacing: 2cqw; -webkit-text-stroke: 1.2cqw var(--ink); paint-order: stroke fill; }
.s-verdict .stars .off { color: var(--cream-dark); }
.s-verdict .score { position: absolute; top: 146cqw; left: 4cqw; right: 4cqw; display: flex; justify-content: space-between; align-items: center; padding: 3cqw 5cqw; font: 400 6.4cqw/1 "Lilita One", sans-serif; }
.s-verdict .score span { color: var(--flame-dark); font-size: 11cqw; }
