/* Gogo Wheel daily streak component */

.gogo-wheel-streak { position: relative; display: grid; min-height: 165px; grid-template-columns: 245px minmax(650px,1fr) 195px; align-items: center; gap: 18px; margin-top: 16px; padding: 16px 18px; overflow: hidden; border: 1px solid #ffe2d8; border-radius: 16px; background: linear-gradient(100deg,#fff7f2,#fff 48%,#fff8f1); box-shadow: 0 8px 22px rgb(112 55 16 / 6%); }
.gogo-wheel-streak::before { position: absolute; top: -90px; left: -85px; width: 210px; border: 30px solid rgb(237 0 23 / 4%); border-radius: 50%; content: ""; aspect-ratio: 1; }

.gogo-wheel-streak__intro { position: relative; display: flex; min-height: 130px; align-items: center; gap: 2px; }.gogo-wheel-streak__intro>img { width: 105px; height: 135px; flex: 0 0 105px; align-self: end; object-fit: contain; filter: drop-shadow(0 9px 10px rgb(82 31 8 / 15%)); }.gogo-wheel-streak__intro>div { position: relative; z-index: 2; margin-left: -8px; }.gogo-wheel-streak__intro>div>span { display: inline-flex; align-items: center; gap: 5px; color: #d36d00; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }.gogo-wheel-streak__intro>div>span img { width: 17px; filter: invert(55%) sepia(97%) saturate(1475%) hue-rotate(359deg) brightness(90%); }.gogo-wheel-streak__intro h2 { margin: 5px 0 4px; font-size: 22px; letter-spacing: -.035em; line-height: 1.05; }.gogo-wheel-streak__intro h2 strong { color: var(--brand-red); }.gogo-wheel-streak__intro p { margin: 0; color: #797b80; font-size: 10px; line-height: 1.4; }

.gogo-wheel-streak__days { display: flex; min-width: 0; align-items: center; justify-content: center; overflow-x: auto; padding: 12px 6px; scrollbar-width: none; }.gogo-wheel-streak__days::-webkit-scrollbar { display: none; }
.gogo-streak-day { position: relative; display: flex; width: 86px; min-width: 86px; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #e1e1e1; border-radius: 10px; background: #fff; box-shadow: 0 3px 9px rgb(0 0 0 / 4%); }.gogo-streak-day::before,.gogo-streak-day::after { position: absolute; left: -4px; width: 7px; border: 1px solid #e1e1e1; border-radius: 50%; background: #fff8f4; content: ""; aspect-ratio: 1; }.gogo-streak-day::before { top: -4px; }.gogo-streak-day::after { bottom: -4px; }
.gogo-streak-day>small { color: #85878c; font-size: 8px; font-weight: 800; }.gogo-streak-day>span { display: grid; width: 34px; margin: 6px 0 4px; place-items: center; border-radius: 9px; background: #f0f1f3; aspect-ratio: 1; }.gogo-streak-day>span img { width: 19px; opacity: .55; }.gogo-streak-day>strong { color: #55575d; font-size: 10px; }.gogo-streak-day>b { display: inline-flex; align-items: center; gap: 3px; margin-top: 4px; color: #9a9ca1; font-size: 7px; }.gogo-streak-day>b img { width: 9px; opacity: .65; }.gogo-streak-day>em { position: absolute; top: -10px; padding: 3px 6px; border-radius: 8px; background: #727782; color: #fff; font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .05em; }
.gogo-streak-connector { width: 12px; min-width: 12px; height: 3px; background: #dddfe3; }.gogo-streak-connector.is-complete { background: #23a768; }
.gogo-streak-day.is-complete { border-color: #bfe9d2; background: #f5fff9; }.gogo-streak-day.is-complete>span { background: #dff7e9; }.gogo-streak-day.is-complete>span img { filter: invert(51%) sepia(40%) saturate(963%) hue-rotate(102deg) brightness(91%); opacity: 1; }.gogo-streak-day.is-complete>b { color: #168553; }
.gogo-streak-day.is-today { z-index: 3; border: 2px solid var(--brand-red); background: #fff6f7; box-shadow: 0 7px 20px rgb(237 0 23 / 15%); transform: scale(1.07); }.gogo-streak-day.is-today>em { background: var(--brand-red); }.gogo-streak-day.is-today>span { background: #ffe0e4; }.gogo-streak-day.is-today>span img { filter: invert(14%) sepia(99%) saturate(6600%) hue-rotate(348deg) brightness(99%); opacity: 1; }.gogo-streak-day.is-today>strong { color: var(--brand-red); font-size: 12px; }.gogo-streak-day.is-today>b { color: var(--brand-red); }
.gogo-streak-day.is-next { border-color: #f3ca77; background: #fffaf0; }.gogo-streak-day.is-next>em { background: #df9400; }.gogo-streak-day.is-next>span { background: #fff0c8; }.gogo-streak-day.is-next>span img { filter: invert(59%) sepia(84%) saturate(1050%) hue-rotate(359deg) brightness(90%); opacity: 1; }.gogo-streak-day.is-next>strong,.gogo-streak-day.is-next>b { color: #a56800; }
.gogo-streak-day.is-jackpot { border-style: dashed; border-color: #e7b14b; background: linear-gradient(145deg,#fffaf0,#fff3cf); }.gogo-streak-day.is-jackpot>em { background: linear-gradient(90deg,#c67c00,#eead20); }.gogo-streak-day.is-jackpot>span { background: #ffe8a9; }.gogo-streak-day.is-jackpot>span img { filter: invert(57%) sepia(99%) saturate(738%) hue-rotate(356deg) brightness(91%); opacity: 1; }.gogo-streak-day.is-jackpot>strong { color: #a56800; font-size: 12px; }

.gogo-wheel-streak__next { padding: 13px; border: 1px solid #f1d8bd; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgb(112 72 23 / 6%); }.gogo-wheel-streak__next>span { display: inline-flex; align-items: center; gap: 5px; color: #8c7966; font-size: 8px; font-weight: 800; text-transform: uppercase; }.gogo-wheel-streak__next>span img { width: 15px; filter: invert(57%) sepia(83%) saturate(920%) hue-rotate(359deg) brightness(91%); }.gogo-wheel-streak__next>strong { display: block; margin-top: 4px; color: #c66d00; font-size: 19px; }.gogo-wheel-streak__next>p { margin: 3px 0 10px; color: #888a8f; font-size: 9px; }.gogo-wheel-streak__next>div { display: flex; align-items: center; gap: 7px; }.gogo-wheel-streak__next>div>span { height: 6px; flex: 1; overflow: hidden; border-radius: 8px; background: #eee; }.gogo-wheel-streak__next>div i { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg,#f4a516,var(--brand-red)); }.gogo-wheel-streak__next>div small { color: #777a81; font-size: 8px; font-weight: 900; white-space: nowrap; }
.gogo-wheel-streak__notice { position: absolute; right: 18px; bottom: 3px; margin: 0; color: #168553; font-size: 8px; }

@media(max-width:1199.98px){.gogo-wheel-streak{grid-template-columns:210px minmax(620px,1fr);overflow-x:auto}.gogo-wheel-streak__next{position:sticky;right:0;min-width:185px}.gogo-wheel-streak__intro>img{width:90px;flex-basis:90px}}
@media(max-width:767.98px){.gogo-wheel-streak{grid-template-columns:1fr;gap:8px;padding:14px}.gogo-wheel-streak__intro{min-height:100px}.gogo-wheel-streak__intro>img{height:110px}.gogo-wheel-streak__days{justify-content:flex-start}.gogo-wheel-streak__next{position:static}.gogo-wheel-streak__notice{position:static;text-align:center}}
@media(prefers-reduced-motion:reduce){.gogo-streak-day.is-today{transform:none}}
