.App{text-align:center}.pwa-install-banner{z-index:1400;background:linear-gradient(95deg,#000000bf,#0000006b),linear-gradient(128deg,#8d1010 0%,#d12424 40%,#8a0f0f 100%);border:2px solid #f4d18a;border-radius:14px;align-items:flex-end;gap:14px;padding:16px 52px 16px 16px;font-family:"Serif",serif;animation:.36s ease-out install-banner-rise;display:flex;position:fixed;bottom:12px;left:12px;right:12px;overflow:hidden;box-shadow:0 16px 34px #0000006b}.pwa-install-banner:before{content:"";pointer-events:none;opacity:.5;background:repeating-linear-gradient(-58deg,#ffffff1a 0 6px,#fff0 6px 14px);position:absolute;inset:0}.pwa-install-banner__content{text-align:left;z-index:1;min-width:0;position:relative}.pwa-install-banner__kicker{text-align:center;color:#f4d18a;letter-spacing:.12em;background:#00000059;border:1px solid #f4d18abf;border-radius:999px;justify-content:center;margin-bottom:10px;padding:4px 10px 2px;font-size:.65rem;font-weight:700;line-height:1.15;display:inline-flex}.pwa-install-banner__title{color:#fff;letter-spacing:.04em;word-spacing:.05em;text-shadow:0 1px #00000059;text-wrap:balance;max-width:58ch;font-size:1.02rem;line-height:1.15}.pwa-install-banner__subtitle{color:#ffe7e7;max-width:60ch;margin-top:5px;font-size:.8rem;line-height:1.4}.pwa-install-banner__voice{color:#ffe19c;letter-spacing:.01em;opacity:.98;max-width:62ch;margin-top:6px;font-family:"Serif",serif,monospace;font-size:1rem;font-weight:700;line-height:1.42}.pwa-install-banner__action{z-index:1;color:#121212;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#f4d18a;border:1px solid #121212;border-radius:999px;margin-left:auto;padding:10px 16px;font:800 .75rem/1 Courier New,Courier,monospace;transition:transform .14s,box-shadow .14s,background-color .14s;position:relative}.pwa-install-banner__action:hover{background:#ffe6ad;transform:translateY(-1px);box-shadow:0 6px 12px #00000042}.pwa-install-banner__close{z-index:2;color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff4d;border-radius:999px;width:26px;height:26px;font-size:1rem;font-weight:900;line-height:1;position:absolute;top:8px;right:8px}@keyframes install-banner-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=700px){.pwa-install-banner{flex-wrap:wrap;align-items:flex-start;padding-right:40px}.pwa-install-banner__action{margin-top:10px;margin-left:0}.pwa-install-banner__title{letter-spacing:.03em;font-size:.94rem}.pwa-install-banner__subtitle{font-size:.72rem}}body{background-color:#effbf8;margin:0;padding:0;font-family:sans-serif;overflow-x:hidden}.app{text-align:center;border-bottom:2.5rem solid;text-decoration:none;display:block;position:relative}.app__wrapper{padding-top:62.5%}.app__title{color:#fff;text-align:center;background:#00000080;height:2rem;margin:0;padding-top:.55rem;font:1.4rem/1 sans-serif;position:absolute;bottom:-2.5rem;left:0;right:0;overflow:hidden}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App-logo{height:80px;animation:20s linear infinite App-logo-spin}.page-container{height:100%;position:relative;overflow-x:hidden}@media screen and (width>=1000px){.home-page-container,.page-container{margin:0 25%}}@media screen and (width>=1500px){.home-page-container,.page-container{margin:0 33%}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-7px)}60%{transform:translateY(-5px)}}.small-vertical-bounce{animation:1.5s ease-in-out infinite bounce}@keyframes pulse{0%{transform:scale(1)}30%{transform:scale(1.05)}50%{transform:scale(1)}70%{transform:scale(1.05)}to{transform:scale(1)}}.heart-pulse{animation:1.2s infinite pulse}@keyframes planeAnimation{0%{transform:translate(0)}20%{transform:translate(-10px,10px)}50%{opacity:0;transform:translate(150px,-150px)scale(1.2)}75%{opacity:0;transform:translate(0)scale(1)}to{opacity:1;transform:translate(0)scale(1)}}.fly-plane{animation:3s ease-in-out planeAnimation}@keyframes gentle-icon-wiggle{0%,86%,to{transform:translateY(0)rotate(0)}88%{transform:translateY(-1px)rotate(-4deg)}90%{transform:translateY(0)rotate(3deg)}92%{transform:translateY(-1px)rotate(-2deg)}94%{transform:translateY(0)rotate(0)}}.add-reminder-icon-wiggle,.notify-icon-wiggle{transform-origin:50% 20%;animation:9s ease-in-out infinite gentle-icon-wiggle}@keyframes airplane-idle-bob{0%,78%,to{transform:rotate(-45deg)translate(0)}82%{transform:rotate(-44deg)translate(1px,-1px)}86%{transform:rotate(-42deg)translate(3px,-3px)}90%{transform:rotate(-44deg)translate(1px,-1px)}94%{transform:rotate(-45deg)translate(0)}}.share-plane-idle{animation:8s ease-in-out infinite airplane-idle-bob}.loader{margin-top:5em;margin-left:50%;transform:translate(-50%,-50%)}@keyframes rotate{to{transform:translate(-50%,-50%)rotate(1turn)}}@keyframes line{0%{stroke-dasharray:2 85.964;transform:rotate(0)}50%{stroke-dasharray:65.973 21.9911;stroke-dashoffset:0}to{stroke-dasharray:2 85.964;stroke-dashoffset:-65.973px;transform:rotate(90deg)}}.loader #spinner{box-sizing:border-box;stroke:#673ab7;stroke-width:3px;transform-origin:50%;animation:1.6s cubic-bezier(.4,0,.2,1) infinite line,1.6s linear infinite rotate}@keyframes flash-keyframe{0%{opacity:1}25%{opacity:1}50%{opacity:.5}to{opacity:0}}.fast-flash{animation-name:flash-keyframe;animation-duration:.5s;animation-iteration-count:infinite}.flash{animation-name:flash-keyframe;animation-duration:1s;animation-iteration-count:infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{opacity:0;animation:1s ease-in forwards fadeIn}@media screen and (width>=1000px){#home{width:100%}}.link-group{color:#000;text-decoration:none!important}.link-text:hover{color:#1e90ff!important;font-size:10px!important;font-weight:700!important}.link-text-main:hover{padding:.25rem;font-size:17px;font-weight:700;color:#1e90ff!important}.home-doodle{color:#1f2b3d;background:radial-gradient(circle at 16% 8%,#ffe7a3f2,#ffe7a300 28%),radial-gradient(circle at 86% 14%,#8edeffe6,#8edeff00 34%),linear-gradient(#f8fbff 0%,#e5f4ff 50%,#dbefdc 100%);min-height:100vh;padding:6.2rem 1rem 2.4rem;position:relative}.home-doodle__drop-logo-wrap{z-index:4;pointer-events:none;width:min(80vw,330px);margin-top:1rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-doodle__drop-logo{width:100%;height:auto;animation:.88s ease-out forwards home-doodle-logo-drop;display:block}.home-doodle__hero{text-align:center;max-width:70ch;margin:0 auto}.home-doodle__eyebrow{color:#bf4518;letter-spacing:.14em;margin:0;font:700 .73rem/1.2 Courier New,Courier,monospace}.home-doodle__hero h1{color:#12233f;margin:.55rem 0 0;font-family:Marker Felt,Trebuchet MS,sans-serif;font-size:clamp(1.8rem,6.7vw,3.1rem);line-height:1.02}.home-doodle__subhead{color:#324866;max-width:64ch;margin:5rem auto 0;font:600 .94rem/1.5 Courier New,Courier,monospace}.home-doodle__hero-actions{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:1rem;display:flex}.home-doodle__cta,.home-doodle__ghost{text-transform:uppercase;letter-spacing:.08em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.66rem 1rem;font:700 .72rem/1 Courier New,Courier,monospace;text-decoration:none;display:inline-flex}.home-doodle__cta{color:#111f3a;background:#f2c34a;border-color:#d0a126}.home-doodle__ghost{color:#1f2b3d;background:#fff;border-color:#b3c7e2}.home-doodle__storyline{max-width:76ch;height:48px;margin:1.3rem auto 0;position:relative}.home-doodle__milestone-track,.home-doodle__milestone-progress{border-radius:999px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.home-doodle__milestone-track{background:#29487433;width:100%}.home-doodle__milestone-progress{background:linear-gradient(90deg,#f2c34a,#ff9152);transition:width .22s}.home-doodle__milestone{position:absolute;top:50%;transform:translate(-50%,-50%)}.home-doodle__milestone-dot{background:#fff;border:2px solid #1a2a45;border-radius:999px;width:14px;height:14px;transition:transform .22s,background-color .22s;display:block;box-shadow:0 0 0 3px #ffffff8c}.home-doodle__milestone.is-active .home-doodle__milestone-dot{background:#f2c34a;animation:.9s ease-in-out infinite home-doodle-milestone-pop;transform:scale(1.25)}.home-doodle__road{background:linear-gradient(#b0e1ffb3,#b0e1ff59 38%,#46a04f33 39%),repeating-linear-gradient(90deg,#348f3f,#348f3f 24px,#3da348 24px 48px);border:1px solid #b8d4b8;border-radius:16px;min-height:154px;margin-top:1.5rem;padding:.9rem;position:relative;overflow:hidden}.home-doodle__lane{background:#ffffff59;height:2px;position:absolute;top:66%;left:0;right:0}.home-doodle__lane--mid{top:76%}.home-doodle__controls-hint{z-index:5;opacity:1;background:#ffffffe6;border:1px solid #1a2a4538;border-radius:10px;max-width:9rem;margin:0;padding:.48rem .58rem;transition:opacity .22s,transform .22s;position:absolute;bottom:.55rem;right:.55rem;transform:translateY(0)}.home-doodle__controls-hint.is-hidden{opacity:0;pointer-events:none;transform:translateY(6px)}.home-doodle__controls-copy{color:#1a2a45;margin:0;font:700 .72rem/1.35 Courier New,Courier,monospace}.home-doodle__controls-meta{color:#2d476f;text-transform:uppercase;letter-spacing:.03em;margin:.35rem 0 0;font:700 .66rem/1.25 Courier New,Courier,monospace}.home-doodle__touchdown-celebration{z-index:4;pointer-events:none;opacity:0;transition:opacity .22s;position:absolute;inset:0}.home-doodle__touchdown-celebration.is-live{opacity:1}.home-doodle__confetti{opacity:0;border-radius:2px;width:10px;height:16px;animation-name:home-doodle-confetti-fall;animation-timing-function:ease-out;animation-iteration-count:infinite;position:absolute;top:-18px}.home-doodle__confetti:nth-child(4n+1){background:#f2c34a}.home-doodle__confetti:nth-child(4n+2){background:#ff5f45}.home-doodle__confetti:nth-child(4n+3){background:#34a853}.home-doodle__confetti:nth-child(4n+4){background:#2d8cff}.home-doodle__typing{z-index:2;color:#1a2a45;text-align:left;background:#ffffffeb;border:1px solid #1f2b3d3d;border-radius:10px;max-width:66ch;min-height:2.5rem;margin:0 auto;padding:.52rem .6rem;font:700 .8rem/1.4 Courier New,Courier,monospace;position:relative}.home-doodle__cursor{vertical-align:-2px;background:#1a2a45;width:.46rem;height:.95rem;margin-left:.15rem;animation:.9s step-end infinite home-doodle-cursor;display:inline-block}.home-doodle__truck-wrap{z-index:3;transition:transform .16s linear;position:absolute;bottom:.72rem;left:0}.home-doodle__truck{width:140px;height:62px;animation:.7s ease-in-out infinite home-doodle-truck-bounce;position:relative}.home-doodle__truck--right .home-doodle__truck-emoji{transform:scaleX(-1)}.home-doodle__truck-emoji{filter:drop-shadow(0 2px #00000047);font-size:3.9rem;line-height:1;position:absolute;bottom:0;left:0}.home-doodle__truck-riders{z-index:2;gap:.15rem;display:flex;position:absolute;bottom:70px;left:-30px}.home-doodle__truck-rider{transform-origin:bottom;font-size:1.1rem;line-height:1;animation:.88s ease-in-out infinite home-doodle-rider-bob;display:inline-block}.home-doodle__truck-rider:nth-child(2n){animation-delay:.12s}.home-doodle__truck-bed{background:#d65d2f;border:2px solid #2a1f1a;border-radius:6px;width:76px;height:22px;position:absolute;bottom:18px;left:12px}.home-doodle__truck-cab{background:#eb7a3b;border:2px solid #2a1f1a;border-radius:8px 9px 5px 5px;width:38px;height:29px;position:absolute;bottom:18px;left:82px}.home-doodle__windshield{background:linear-gradient(140deg,#e1f5fff5,#96cbebe6);border:2px solid #182235a6;border-radius:6px 8px 3px 3px;width:22px;height:11px;position:absolute;bottom:32px;left:89px}.home-doodle__wheel{background:radial-gradient(circle,#bfc9d8 0 35%,#1f2b3d 36% 100%);border:3px solid #172133;border-radius:999px;width:28px;height:28px;animation:.7s linear infinite home-doodle-wheel-spin;position:absolute;bottom:0}.home-doodle__wheel--left{left:20px}.home-doodle__wheel--right{left:88px}.home-doodle__flag-pole{background:#162236;width:3px;height:42px;position:absolute;bottom:20px;left:5px}.home-doodle__flag{transform-origin:0;background:linear-gradient(90deg,#fff,#ececec);border:1px solid #16223680;border-radius:3px;width:62px;height:34px;animation:1.1s ease-in-out infinite home-doodle-flag-wave;position:absolute;bottom:36px;left:8px;overflow:hidden}.home-doodle__flag-pole--rear-right{left:24px}.home-doodle__flag--rear-right{transform-origin:100%;animation-direction:reverse;left:-40px}.home-doodle__flag img{object-fit:contain;width:100%;height:100%}.home-doodle__finale{text-align:center;background:#ffffffdb;border:1px solid #b9cfef;border-radius:14px;margin-top:1.4rem;padding:.9rem}.home-doodle__winding-run{background:radial-gradient(circle at 15% 12%,#ffffff61,#fff0 45%),repeating-linear-gradient(90deg,#3b9e45,#3b9e45 26px,#46b454 26px 52px);border:1px solid #b6d2b6;border-radius:16px;min-height:140vh;margin-top:1.4rem;padding:1rem .85rem;position:relative;overflow:hidden}.home-doodle__winding-title{z-index:2;color:#22344f;letter-spacing:.08em;text-transform:uppercase;background:#ffffffe0;border:1px solid #c6d7e8;border-radius:999px;width:fit-content;margin:0 auto;padding:.45rem .75rem;font:700 .72rem/1 Courier New,Courier,monospace;position:sticky;top:14px}.home-doodle__winding-typing{z-index:5;color:#1a2a45;text-align:left;background:#ffffffeb;border:1px solid #1f2b3d3d;border-radius:10px;max-width:66ch;min-height:2.5rem;margin:.55rem auto 0;padding:.52rem .6rem;font:700 .8rem/1.4 Courier New,Courier,monospace;position:sticky;top:52px}.home-doodle__touchdown-celebration--winding{z-index:4}.home-doodle__winding-track{position:absolute;inset:0}.home-doodle__winding-truck{z-index:3;width:82px;height:52px;transition:top .12s linear,left .12s linear,transform .12s linear;position:absolute}.home-doodle__winding-truck-emoji{filter:drop-shadow(0 1px #00000052);font-size:2.7rem;line-height:1;position:absolute;bottom:0;left:0}.home-doodle__winding-flag-pole{background:#162236;width:2px;height:34px;position:absolute;bottom:20px;left:22px}.home-doodle__winding-flag{background:#fff;border:1px solid #16223680;border-radius:2px;width:62px;height:34px;position:absolute;bottom:40px;left:24px;overflow:hidden}.home-doodle__winding-flag img{object-fit:contain;width:100%;height:100%}.home-doodle__winding-segment{background:linear-gradient(#fdf1bcf2,#ecd189eb);border:2px solid #ab802f85;border-radius:999px;height:20px;position:absolute;box-shadow:0 0 0 6px #ffffff24}.home-doodle__winding-segment:before{content:"";opacity:.7;background:repeating-linear-gradient(90deg,#fff9,#fff9 9px,#fff0 9px 18px);border-radius:999px;position:absolute;inset:7px 9px}.home-doodle__finale h2{color:#10274b;margin:0;font-family:Marker Felt,Trebuchet MS,sans-serif;font-size:1.15rem}.home-doodle__finale p{color:#243450;margin:.55rem 0 .75rem;font:600 .84rem/1.45 Courier New,Courier,monospace}.home-doodle__footer{margin-top:1.2rem}.home-doodle__footer-links{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.home-doodle__footer-link{color:#2f3f57;font:700 .74rem/1 Courier New,Courier,monospace;text-decoration:none}.home-doodle__footer-copy{text-align:center;color:#4d5d74;margin-top:.7rem;font:600 .66rem/1.45 Courier New,Courier,monospace}@keyframes home-doodle-cursor{0%,48%{opacity:1}49%,to{opacity:0}}@keyframes home-doodle-logo-drop{0%{opacity:0;transform:translateY(-120px)}to{opacity:1;transform:translateY(0)}}@keyframes home-doodle-wheel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes home-doodle-truck-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes home-doodle-rider-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes home-doodle-flag-wave{0%,to{transform:skewY(0)scaleX(1)}50%{transform:skewY(3deg)scaleX(.95)}}@keyframes home-doodle-milestone-pop{0%,to{box-shadow:0 0 0 3px #ffffff8c}50%{box-shadow:0 0 0 8px #f2c34a3d}}@keyframes home-doodle-confetti-fall{0%{opacity:0;transform:translateY(0)rotate(0)}15%{opacity:1}to{opacity:0;transform:translateY(182px)rotate(280deg)}}@media screen and (width>=860px){.home-doodle{padding:7rem 1.6rem 2.8rem}.home-doodle__drop-logo-wrap{width:360px}.home-doodle__storyline{margin-top:1.6rem}.home-doodle__road{min-height:174px;padding:1.05rem}.home-doodle__controls-hint{width:17rem;bottom:.75rem;right:.75rem}.home-doodle__winding-run{min-height:170vh;margin-top:1.9rem}.home-doodle__truck{width:162px;height:72px}.home-doodle__truck-emoji{font-size:4.6rem}.home-doodle__truck-riders{gap:.2rem;bottom:75px;left:-30px}.home-doodle__truck-rider{font-size:1.2rem}.home-doodle__truck-bed{width:90px;height:24px}.home-doodle__truck-cab{width:43px;height:32px;left:94px}.home-doodle__windshield{width:24px;height:12px;bottom:34px;left:103px}.home-doodle__wheel{width:30px;height:30px}.home-doodle__wheel--right{left:102px}}.home-quest{color:#f3f7ff;background:radial-gradient(circle at 12% 15%,#1b7cff59,#1b7cff00 38%),radial-gradient(circle at 85% 10%,#ffbd3e4d,#ffbd3e00 32%),linear-gradient(#06122a 0%,#132346 48%,#1d2f59 100%);min-height:100vh;padding:2.2rem 1rem 2.5rem;font-family:Courier New,Courier,monospace}.home-quest__hero{grid-template-columns:minmax(0,1fr);align-items:center;gap:1.25rem;display:grid}.home-quest__map-orb{aspect-ratio:1;background:radial-gradient(circle at 30% 25%,#7ed9ff,#4b79ff 42%,#1a2f6c 74%,#0d173d 100%);border-radius:999px;width:min(74vw,360px);margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 2px #ffffff38,0 22px 45px #00000075}.home-quest__grid{opacity:.5;background:repeating-linear-gradient(0deg,#ffffff26,#ffffff26 1px,#0000 1px 24px),repeating-linear-gradient(90deg,#ffffff1f,#ffffff1f 1px,#0000 1px 24px);position:absolute;inset:0}.home-quest__route{border:2px dashed #fff2bae6;border-radius:999px;animation:16s linear infinite home-quest-route-spin;position:absolute}.home-quest__route--one{inset:16% 18%}.home-quest__route--two{animation-duration:22s;animation-direction:reverse;inset:26% 10%}.home-quest__hero-copy{text-align:left;max-width:58ch;margin:0 auto}.home-quest__eyebrow{color:#ffd47f;letter-spacing:.15em;margin:0 0 .55rem;font-size:.72rem;font-weight:700}.home-quest__hero-copy h1{margin:0;font-size:clamp(1.6rem,5.2vw,2.8rem);line-height:1.06}.home-quest__hero-copy p{color:#dce8ff;margin:1rem 0 0;font-size:.94rem;line-height:1.5}.home-quest__hero-links{flex-wrap:wrap;gap:.7rem;margin-top:1.1rem;display:flex}.home-quest__primary,.home-quest__secondary{text-transform:uppercase;letter-spacing:.06em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.6rem 1rem;font-size:.73rem;font-weight:700;text-decoration:none;display:inline-flex}.home-quest__primary{color:#192542;background:#ffd47f;border-color:#ffd47f}.home-quest__secondary{color:#f3f7ff;background:#0000004d;border-color:#ffffff59}.home-quest__story{gap:.9rem;margin-top:2rem;display:grid}.home-quest__chapter{text-align:left;background:linear-gradient(160deg,#081637d6,#1d305fe0);border:1px solid #d2e2ff4d;border-radius:14px;padding:.85rem .95rem;position:sticky;top:16px;box-shadow:0 10px 20px #0003}.home-quest__chapter-number{color:#ffd47f;letter-spacing:.15em;margin-bottom:.35rem;font-size:.66rem;display:inline-block}.home-quest__chapter p{color:#eef4ff;margin:0;font-size:.88rem;line-height:1.38}.home-quest__drop-zone{background:linear-gradient(#6dc4ff33,#16964747);border:1px solid #ffffff38;border-radius:14px;margin-top:2.4rem;padding:1rem;position:relative;overflow:hidden}.home-quest__skydiver{font-size:1.8rem;position:absolute;top:.4rem;right:.8rem;transform:translateY(0)rotate(8deg)}.home-quest__skydiver.is-diving{animation:1.9s cubic-bezier(.12,.75,.2,1) forwards home-quest-skydive}.home-quest__field{background:repeating-linear-gradient(90deg,#118634ad,#118634ad 18px,#1ca23ecc 18px 36px);border:1px solid #ffffff38;border-radius:8px;height:52px}.home-quest__drop-zone h2{margin:.7rem 0 0;font-size:1rem}.home-quest__drop-zone p{color:#e7f8ff;margin:.55rem 0 .8rem;font-size:.84rem}.home-quest__footer{margin-top:1.8rem;padding:1rem 0 .5rem}.home-quest__footer-links{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.home-quest__footer-link{color:#d7e7ff;font-size:.8rem;text-decoration:none}.home-quest__footer-copy{color:#d7e7ff;text-align:center;margin-top:.8rem;font-size:.65rem;line-height:1.45}@keyframes home-quest-route-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes home-quest-skydive{0%{transform:translateY(0)rotate(8deg)scale(1)}65%{transform:translateY(70px)rotate(2deg)scale(.96)}to{opacity:.3;transform:translateY(122px)rotate(0)scale(.84)}}@media screen and (width>=860px){.home-quest{padding:3.2rem 2.5rem}.home-quest__hero{grid-template-columns:360px minmax(0,1fr);align-items:center;gap:2.2rem}.home-quest__story{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.8rem}.home-quest__chapter{min-height:122px;top:28px}.home-quest__drop-zone{margin-top:3rem;padding:1.2rem}}#app-bar{background-color:#0000!important}#app-bar button div svg{fill:#000!important}.menu-item{font-weight:700}.list{flex-wrap:wrap;padding:0;list-style:none;display:flex}.list-item{color:#0000;background-color:#00f;flex-direction:column;justify-content:center;width:100%;margin:12px 0 0;padding:10px;font:3.5em/1 sans-serif;display:flex}.list-item-text{cursor:pointer}#login-container{background:#fff;width:100%;height:100%;position:absolute}.fa{text-align:center;width:150px;margin:5px 2px;padding:20px;font-size:130px;text-decoration:none}.fa:hover{opacity:.7;cursor:pointer!important}.preview{color:#fff;background-color:#3d9970;padding:65px 20px;font-family:sans-serif;font-size:40px;font-weight:900}.game-check{opacity:.5;background-color:#d3d3d3;height:100%;position:sticky;left:50%}@media screen and (width>=600px){.game-tile-large{display:none}.game-tile-small{display:block}}@media screen and (width<=600px){.game-tile-large{display:block}.game-tile-small{display:none}}.game-pick-in-progress{border:"8px solid #BA68C8"!important}.pick-processing{z-index:1;position:absolute;left:50%}.leader-win-loss-tie-header{color:#fff;flex-direction:column;justify-content:center;height:1.5em;font-size:32px;font-weight:700;display:flex}.leader-item{color:#000;font:1.4rem/1 sans-serif}.video-stream{display:none}@media screen and (width<=700px){.video-stream{display:block}}.typer-cursor{margin-left:10px;animation-name:flash-keyframe;animation-duration:1s;animation-iteration-count:infinite}.ball{background-color:#ff5722;border-radius:50%;width:100px;height:100px;font-size:1.75rem}@keyframes throw-ball-left-to-right{0%{transform:translate(0)}to{transform:translate(1900px)}}.throwBallRight.ball{z-index:10000;width:25%;animation:3s linear forwards throw-ball-left-to-right;display:block;position:absolute;top:2rem}.throwBaseBallRight.ball{z-index:10000;width:25%;animation:7s linear forwards throw-ball-left-to-right;display:block;position:absolute;top:2rem}@keyframes throw-ball-right-to-left{0%{transform:translate(0)}to{transform:translate(-1900px)}}.throwBallLeft.ball{z-index:10000;width:25%;animation:3s linear forwards throw-ball-right-to-left;display:block;position:absolute;top:2rem}.remaining-games-notifier{bottom:50px!important}.one-tap-sign-in{bottom:0!important;left:0!important;right:0!important}@media screen and (width>=800px){.one-tap-sign-in{width:50%;margin:auto}}@keyframes nudgeSun{0%{transform:rotate(0)}50%{transform:rotate(45deg)}to{transform:rotate(0)}}.celestial-nudge{animation:3s ease-in-out infinite nudgeSun}@keyframes moveClouds{0%{transform:translate(0)}50%{transform:translate(10px)}to{transform:translate(0)}}.center-box{justify-content:center;align-items:center;margin:2.5rem 0 1rem;display:flex}.animated-border-box{z-index:0;color:#fff;text-align:center;cursor:pointer;border-radius:10px;width:10rem;height:2rem;padding-top:.75rem;font-size:1rem;position:absolute;overflow:hidden}.animated-border-box:before{content:"";z-index:-2;text-align:center;background-image:conic-gradient(#0000,#1976ed,#0000 25%);background-position:0 0;background-repeat:no-repeat;width:99999px;height:99999px;animation:2s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.animated-border-box:after{content:"";z-index:-1;background:#292a2e;border-radius:7px;width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;top:5px;left:5px}
