@font-face{font-family:Mitr;src:url("/assets/mitr-regular.ttf")format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Mitr;src:url("/assets/mitr-semibold.ttf")format("truetype");font-style:normal;font-weight:600;font-display:swap}:root{--ink:#281923;--ink-soft:#5f4c58;--paper:#fffaf2;--paper-deep:#f7ead9;--white:#fff;--coral:#e84f3d;--coral-dark:#a82d31;--chili:#c72832;--gold:#f5b82e;--gold-light:#ffdf6b;--jade:#0e806d;--jade-dark:#075149;--sky:#53a9d8;--aubergine:#472442;--border:#d9c7b4;--shadow:0 18px 48px #371b2324;--page-width:1180px}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;height:auto;scroll-padding-top:92px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;min-width:320px;height:auto;min-height:100%;margin:0;font-family:Mitr,system-ui,sans-serif;font-size:16px;line-height:1.65;overflow:hidden auto}#root{height:auto;min-height:100%;display:block}button,input,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3,strong{font-weight:600}h2{margin-bottom:22px;font-size:46px;line-height:1.12}h3{font-size:24px;line-height:1.25}p{color:var(--ink-soft)}::selection{background:var(--gold-light);color:var(--ink)}.site-shell{min-height:100vh;overflow:hidden}.skip-link{z-index:100;background:var(--white);color:var(--ink);opacity:0;pointer-events:none;border-radius:4px;padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-20px)}.skip-link:focus{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header{z-index:30;background:#fffaf2f5;border-bottom:1px solid #4f2b3224;position:relative}.site-header--home{color:var(--white);backdrop-filter:blur(14px);background:#2d121ea3;border-bottom-color:#ffffff38;width:100%;position:absolute}.site-header__inner{width:min(calc(100% - 48px),var(--page-width));justify-content:space-between;align-items:center;min-height:82px;margin:0 auto;display:flex}.brand{align-items:center;gap:12px;min-width:250px;text-decoration:none;display:inline-flex}.brand__icon{border:2px solid #ffffffb8;border-radius:8px;width:48px;height:48px;box-shadow:0 8px 24px #27131c33}.brand__name{font-size:19px;font-weight:600;line-height:1.1}.site-nav{align-items:center;gap:30px;display:flex}.site-nav a{font-size:14px;font-weight:600;text-decoration:none;position:relative}.site-nav>a:not(.header-cta):after{background:var(--coral);content:"";opacity:0;border-radius:2px;height:3px;transition:opacity .18s,transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(.2)}.site-header--home .site-nav>a:not(.header-cta):after{background:var(--gold)}.site-nav>a:hover:after,.site-nav>a:focus-visible:after,.site-nav>a.is-current:after{opacity:1;transform:scaleX(1)}.header-cta{border:2px solid var(--ink);background:var(--gold);color:var(--ink);box-shadow:0 4px 0 var(--ink);border-radius:6px;align-items:center;min-height:42px;padding:0 17px;display:inline-flex}.site-header--home .header-cta{border-color:var(--white);box-shadow:0 4px #ffffff59}.header-cta:hover{box-shadow:0 3px 0 var(--ink);transform:translateY(1px)}.menu-toggle{cursor:pointer;background:0 0;border:0;width:44px;height:44px;padding:10px;display:none}.menu-toggle span{background:currentColor;border-radius:2px;height:3px;margin:5px 0;display:block}.hero{color:var(--white);background:#5d262f;align-items:center;height:calc(100svh - 32px);min-height:620px;max-height:850px;display:flex;position:relative;overflow:hidden}.hero__image{background-image:url("/assets/hero-racers.png");background-position:50%;background-size:cover;animation:1.1s cubic-bezier(.2,.75,.2,1) both hero-arrive;position:absolute;inset:0;transform:scale(1.015)}.hero__shade{background:#371220;width:58%;position:absolute;inset:0 auto 0 0;box-shadow:90px 0 100px #371220eb}.hero:after{background:var(--gold);content:"";height:9px;position:absolute;bottom:0;left:0;right:0}@keyframes hero-arrive{0%{opacity:.3;transform:scale(1.08)}to{opacity:1;transform:scale(1.015)}}.hero__content{z-index:2;width:min(calc(100% - 48px),var(--page-width));margin:58px auto 0;position:relative}.hero__content>*{max-width:620px}.hero__kicker{flex-wrap:wrap;gap:9px;margin-bottom:25px;display:flex}.hero__kicker span{color:var(--gold-light);text-transform:uppercase;background:#130b1057;border:1px solid #ffffff80;border-radius:4px;padding:6px 11px;font-size:12px;font-weight:600}.hero h1{color:var(--white);text-shadow:0 6px #631525c7,0 12px 26px #16070e4d;margin-bottom:10px;font-size:76px;line-height:1}.hero__tagline{color:var(--gold-light);margin-bottom:18px;font-size:29px;font-weight:600;line-height:1.25}.hero__copy{color:#ffffffe6;margin-bottom:30px;font-size:18px;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.button{cursor:pointer;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 22px;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px}.button--primary{border-color:var(--ink);background:var(--gold);color:var(--ink);box-shadow:0 5px 0 var(--ink)}.button--primary:hover,.button--primary:focus-visible{box-shadow:0 3px 0 var(--ink);transform:translateY(2px)}.button--primary:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.55;transform:none}.button--quiet{color:var(--white);backdrop-filter:blur(8px);background:#ffffff1a;border-color:#ffffff8a}.button--quiet:hover,.button--quiet:focus-visible{background:#ffffff30}.hero__scroll{z-index:3;right:max(24px,calc((100% - var(--page-width))/2));color:var(--white);text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:600;text-decoration:none;display:flex;position:absolute;bottom:35px}.hero__scroll span{border:2px solid #ffffffb3;border-radius:12px;width:24px;height:38px;display:block;position:relative}.hero__scroll span:after{background:var(--gold);content:"";border-radius:3px;width:4px;height:8px;animation:1.6s ease-in-out infinite scroll-dot;position:absolute;top:7px;left:8px}@keyframes scroll-dot{0%,to{opacity:.3;transform:translateY(0)}45%{opacity:1;transform:translateY(11px)}}.section{width:min(calc(100% - 48px),var(--page-width));margin:0 auto;padding:112px 0}.identity-section{width:min(calc(100% - 48px),var(--page-width));grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch;gap:46px;margin:0 auto;padding:94px 0 38px;display:grid}.identity-section__purpose{padding:12px 20px 18px 0}.identity-section__purpose h2{max-width:650px;margin-bottom:20px;font-size:40px}.identity-section__purpose p{max-width:660px;margin-bottom:0;font-size:17px}.identity-section__signin{border:1px solid #98c6bb;border-left:7px solid var(--jade);background:#e9f5ef;border-radius:8px;align-items:flex-start;padding:32px;display:flex}.identity-section__label{color:var(--jade);text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:600;display:block}.identity-section__signin h3{margin-bottom:10px;font-size:19px}.identity-section__signin p{margin-bottom:14px;font-size:13px;line-height:1.72}.identity-section__signin a{color:var(--jade-dark);text-underline-offset:3px;font-size:12px;font-weight:600}.section-heading{max-width:720px;margin-bottom:58px}.section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.section-heading>p{margin-bottom:0;font-size:18px}.eyebrow{color:var(--coral-dark);text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:600;display:block}.loop-section{position:relative}.loop-section:before{background:var(--coral);content:"";width:88px;height:10px;position:absolute;top:0;left:50%;transform:translate(-50%)}.loop-grid{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);display:grid}.loop-step{border-right:1px solid var(--border);min-width:0;padding:30px 26px 26px}.loop-step:last-child{border-right:0}.loop-step__number{color:var(--coral);margin-bottom:38px;font-size:16px;font-weight:600;display:block}.loop-step h3{margin-bottom:12px;font-size:21px}.loop-step p{margin-bottom:0;font-size:14px}.screens-section{padding-top:70px}.screen-gallery{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:42px;display:grid}.screen-shot{min-width:0}.screen-shot--2{margin-top:64px}.screen-shot__media{border:7px solid var(--ink);aspect-ratio:9/16;background:var(--aubergine);box-shadow:0 14px 0 var(--gold),var(--shadow);border-radius:8px;position:relative;overflow:hidden}.screen-shot__media:before{z-index:1;content:"";background:#ffffffa6;border-radius:3px;width:50px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.screen-shot img{object-fit:cover;width:100%;height:100%}.screen-shot figcaption{padding:28px 5px 0}.screen-shot h3{margin-bottom:8px;font-size:21px}.screen-shot p{margin-bottom:0;font-size:14px}.modes-section{background:var(--aubergine);color:var(--white);position:relative;overflow:hidden}.modes-section:before,.modes-section:after{content:"";border:22px solid #ffffff12;border-radius:50%;width:180px;height:180px;position:absolute}.modes-section:before{top:-92px;left:-70px}.modes-section:after{bottom:-105px;right:-60px}.modes-section__inner{z-index:1;width:min(calc(100% - 48px),var(--page-width));margin:0 auto;padding:108px 0 92px;position:relative}.section-heading--light h2{color:var(--white)}.section-heading--light .eyebrow{color:var(--gold-light)}.mode-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.mode{background:#ffffff14;border:1px solid #fff3;border-radius:8px;min-height:300px;padding:34px;position:relative;overflow:hidden}.mode:after{content:"";opacity:.17;border:18px solid;border-radius:50%;width:112px;height:112px;position:absolute;bottom:-34px;right:-34px}.mode--coral{color:#ff7b67}.mode--gold{color:var(--gold-light)}.mode--jade{color:#51d5b2}.mode>span{color:currentColor;text-transform:uppercase;margin-bottom:56px;font-size:12px;font-weight:600;display:block}.mode h3{color:var(--white);margin-bottom:14px;font-size:34px}.mode p{color:#ffffffbf;margin-bottom:0;font-size:14px}.guest-note{color:#ffffffa3;text-align:center;margin:34px 0 0;font-size:13px}.world-section{background:#e9f3e2;grid-template-columns:minmax(380px,.92fr) minmax(500px,1.08fr);min-height:760px;display:grid}.world-section__art{background:#173d39;min-height:760px;position:relative;overflow:hidden}.world-section__art img{object-fit:cover;object-position:center 45%;width:100%;height:100%;position:absolute;inset:0}.world-section__content{padding:95px max(48px,calc((100vw - var(--page-width))/2))95px 72px;flex-direction:column;justify-content:center;width:100%;min-width:0;display:flex}.world-section__content h2{max-width:590px}.world-section__content>p{max-width:620px;margin-bottom:42px;font-size:18px}.world-stats{border-top:1px solid #2c483940;border-bottom:1px solid #2c483940;grid-template-columns:repeat(3,1fr);display:grid}.world-stats div{border-right:1px solid #2c483940;padding:20px 17px}.world-stats div:first-child{padding-left:0}.world-stats div:last-child{border-right:0}.world-stats strong,.world-stats span{display:block}.world-stats strong{color:var(--jade-dark);font-size:31px}.world-stats span{color:var(--ink-soft);font-size:12px}.personality-section{grid-template-columns:.86fr 1.14fr;align-items:center;gap:72px;display:grid}.personality-copy>p{margin-bottom:30px;font-size:17px}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid var(--border);color:var(--ink-soft);padding:12px 0 12px 34px;font-size:14px;position:relative}.feature-list li:before{border-bottom:3px solid var(--jade);border-left:3px solid var(--jade);content:"";width:18px;height:12px;position:absolute;top:17px;left:1px;transform:rotate(-45deg)}.personality-visuals{min-height:590px;position:relative}.personality-visuals figure{z-index:2;border:6px solid var(--ink);background:var(--ink);box-shadow:var(--shadow);border-radius:8px;width:49%;position:absolute;top:0;right:0;overflow:hidden}.personality-visuals figure img{aspect-ratio:9/16;object-fit:cover;width:100%}.personality-visuals figcaption{background:var(--ink);color:var(--white);text-align:center;padding:9px 12px;font-size:12px}.restaurant-atlas{filter:drop-shadow(0 20px 20px #2d1f1b2e);width:72%;position:absolute;bottom:2%;left:0}.download-section{background:var(--chili);color:var(--white);grid-template-columns:minmax(320px,.9fr) minmax(480px,1.1fr);min-height:520px;display:grid;overflow:hidden}.download-section__character{background:var(--gold);min-height:520px;position:relative}.download-section__character:before,.download-section__character:after{content:"";border:18px solid #97292c33;border-radius:50%;position:absolute}.download-section__character:before{width:120px;height:120px;top:54px;left:48px}.download-section__character:after{width:210px;height:210px;bottom:22px;right:32px}.download-section__character img{z-index:1;border:8px solid var(--white);border-radius:8px;width:min(350px,72%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-4deg);box-shadow:0 22px #80202652}.download-section__copy{padding:70px max(48px,calc((100vw - var(--page-width))/2))70px 72px;flex-direction:column;justify-content:center;width:100%;min-width:0;display:flex}.download-section .eyebrow{color:var(--gold-light)}.download-section h2{color:var(--white)}.download-section__copy>p{color:#ffffffd1;font-size:17px}.play-badge{border:2px solid var(--white);background:var(--ink);color:var(--white);border-radius:6px;align-items:center;gap:13px;width:fit-content;min-width:210px;min-height:62px;margin:12px 0 26px;padding:9px 18px;display:inline-flex;box-shadow:0 5px #ffffff59}.play-badge__mark{border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:24px solid #79d978;width:0;height:0}.play-badge small,.play-badge strong{line-height:1.25;display:block}.play-badge small{text-transform:uppercase;font-size:10px}.play-badge strong{font-size:18px}.download-section__legal{margin:0;font-size:12px!important}.download-section__legal a{color:var(--white);font-weight:600}.site-footer{padding:54px max(24px,calc((100% - var(--page-width))/2))26px;color:var(--white);background:#20151c}.site-footer__top{justify-content:space-between;align-items:center;gap:35px;padding-bottom:42px;display:flex}.footer-brand{align-items:center;gap:16px;display:flex}.footer-brand img{border-radius:8px;width:58px;height:58px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:18px}.footer-brand span{color:#ffffff8c;margin-top:2px;font-size:12px}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:25px;display:flex}.footer-links a{color:#ffffffbf;font-size:12px;font-weight:600;text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{color:var(--gold-light)}.site-footer__bottom{color:#ffffff6b;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;padding-top:20px;font-size:11px;display:flex}.legal-hero{background:var(--aubergine);color:var(--white);position:relative;overflow:hidden}.legal-hero:before{content:"";border:30px solid #ffffff14;border-radius:50%;width:220px;height:220px;position:absolute;top:-96px;right:7%}.legal-hero:after{background:var(--gold);content:"";height:7px;position:absolute;bottom:0;left:0;right:0}.legal-hero__inner{z-index:1;width:min(calc(100% - 48px),var(--page-width));margin:0 auto;padding:92px 0 82px;position:relative}.legal-hero .eyebrow{color:var(--gold-light)}.legal-hero h1{color:var(--white);max-width:850px;margin-bottom:18px;font-size:58px;line-height:1.08}.legal-hero p{color:#ffffffc2;max-width:760px;margin-bottom:22px;font-size:18px}.legal-hero__date{color:#ffffff85;font-size:12px}.legal-layout{width:min(calc(100% - 48px),var(--page-width));grid-template-columns:220px minmax(0,780px);justify-content:center;align-items:start;gap:74px;margin:0 auto;padding:80px 0 110px;display:grid}.legal-toc{padding-top:8px;position:sticky;top:32px}.legal-toc>span{color:var(--coral-dark);text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:600;display:block}.legal-toc nav{border-left:2px solid var(--border);flex-direction:column;display:flex}.legal-toc a{color:var(--ink-soft);padding:7px 0 7px 18px;font-size:12px;text-decoration:none}.legal-toc a:hover,.legal-toc a:focus-visible{border-left:3px solid var(--coral);color:var(--ink);transform:translate(-2px)}.legal-article>section{padding:0 0 48px;scroll-margin-top:30px}.legal-article>section+section{border-top:1px solid var(--border);padding-top:54px}.legal-article h2{margin-bottom:24px;font-size:31px}.legal-article h3{margin:34px 0 10px;font-size:18px}.legal-article p,.legal-article li{font-size:15px;line-height:1.78}.legal-article p{margin-bottom:18px}.legal-article ul{margin:0 0 22px;padding-left:24px}.legal-article li{color:var(--ink-soft);margin-bottom:8px;padding-left:4px}.legal-article a{color:var(--coral-dark);text-underline-offset:3px;font-weight:600}.legal-summary{border:1px solid #e1bd69;border-left:8px solid var(--gold);background:#fff4cf;border-radius:6px;margin-bottom:52px;padding:30px 32px 30px 38px!important}.legal-summary h2{margin-bottom:14px;font-size:24px}.legal-summary p:last-child,.legal-summary ul:last-child{margin-bottom:0}.deletion-warning{border-color:#ed9b90;border-left-color:var(--coral);background:#ffebe6}.legal-table-wrap{border:1px solid var(--border);border-radius:6px;width:100%;margin:25px 0 28px;overflow-x:auto}.legal-table-wrap table{border-collapse:collapse;width:100%;min-width:580px}.legal-table-wrap th,.legal-table-wrap td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:16px 18px}.legal-table-wrap tr:last-child td{border-bottom:0}.legal-table-wrap th{background:var(--paper-deep);color:var(--ink);text-transform:uppercase;font-size:12px}.legal-table-wrap td{color:var(--ink-soft);font-size:13px}.legal-table-wrap td:first-child{color:var(--ink);width:31%;font-weight:600}.contact-block{border:1px solid var(--border);border-left:6px solid var(--jade);background:var(--white);border-radius:6px;flex-direction:column;margin-top:26px;padding:24px 26px;display:flex}.contact-block strong{font-size:17px}.contact-block span{color:var(--ink-soft);margin:2px 0 8px;font-size:12px}.contact-block a{width:fit-content}.deletion-form{border:1px solid var(--border);background:var(--white);border-radius:8px;gap:20px;margin:28px 0;padding:30px;display:grid;box-shadow:0 12px 32px #371b2314}.deletion-form label{color:var(--ink);gap:7px;font-size:13px;font-weight:600;display:grid}.deletion-form label>span{color:var(--ink-soft);font-size:11px;font-weight:400}.deletion-form input,.deletion-form textarea{background:var(--paper);border:1px solid #bca99b;border-radius:5px;outline:0;width:100%;padding:13px 14px;font-size:14px;font-weight:400}.deletion-form input:focus,.deletion-form textarea:focus{border-color:var(--jade);box-shadow:0 0 0 3px #0e806d29}.deletion-form textarea{resize:vertical}.deletion-form .check-field{border:1px solid var(--border);background:var(--paper-deep);cursor:pointer;border-radius:5px;align-items:flex-start;gap:12px;padding:15px;display:flex}.check-field input{accent-color:var(--jade);width:19px;height:19px;margin:2px 0 0}.deletion-form .check-field span{color:var(--ink-soft);font-size:12px;line-height:1.6}.deletion-form .button{width:fit-content}.form-fallback{border-left:4px solid var(--sky);background:#eaf5fa;padding:16px 18px}@media (width<=1060px){.site-nav{gap:20px}.site-nav a{font-size:12px}.brand{min-width:210px}.hero h1{font-size:62px}.hero__shade{width:67%}.loop-step{padding-left:18px;padding-right:18px}.world-section{grid-template-columns:.85fr 1.15fr}.world-section__content,.download-section__copy{padding-left:48px;padding-right:42px}.personality-section{gap:46px}}@media (width<=860px){h2{font-size:38px}.site-header__inner{width:min(calc(100% - 32px),var(--page-width));min-height:72px}.menu-toggle{display:block}.site-nav{border:1px solid var(--border);background:var(--paper);box-shadow:var(--shadow);color:var(--ink);border-radius:8px;flex-direction:column;align-items:stretch;gap:0;padding:14px;display:none;position:absolute;top:72px;left:16px;right:16px}.site-nav--open{display:flex}.site-nav a{padding:12px;font-size:14px}.site-nav>a:not(.header-cta):after{display:none}.header-cta,.site-header--home .header-cta{box-shadow:0 3px 0 var(--ink);justify-content:center;margin-top:6px}.hero{min-height:650px;max-height:790px}.hero__content{width:min(calc(100% - 40px),var(--page-width))}.hero__shade{width:78%}.hero__scroll{display:none}.loop-grid{grid-template-columns:repeat(2,1fr)}.identity-section{grid-template-columns:1fr;gap:26px}.identity-section__purpose{max-width:720px}.loop-step:nth-child(2){border-right:0}.loop-step:nth-child(-n+2){border-bottom:1px solid var(--border)}.screen-gallery{gap:22px}.mode-grid{grid-template-columns:1fr}.mode{min-height:0}.mode>span{margin-bottom:28px}.world-section{grid-template-columns:minmax(280px,.75fr) minmax(400px,1.25fr)}.world-section__content{padding-left:38px}.world-stats{grid-template-columns:1fr}.world-stats div,.world-stats div:first-child{border-bottom:1px solid #2c483940;border-right:0;padding:12px 0}.world-stats div:last-child{border-bottom:0}.personality-section{grid-template-columns:1fr}.personality-copy{max-width:680px}.personality-visuals{min-height:670px}.download-section{grid-template-columns:.75fr 1.25fr}.download-section__copy{padding-left:38px}.legal-layout{grid-template-columns:190px minmax(0,1fr);gap:45px}}@media (width<=680px){body{font-size:15px}h2{font-size:33px}.brand{min-width:0}.brand__icon{width:42px;height:42px}.brand__name{max-width:150px;font-size:16px}.hero{align-items:flex-end;height:calc(100svh - 22px);min-height:590px;max-height:760px}.hero__image{background-position:100%}.hero__shade{box-shadow:none;background:#2e0e1b94;width:100%;inset:0}.hero__content{width:calc(100% - 32px);margin:0 auto;padding-bottom:48px}.hero__content>*{max-width:500px}.hero__kicker{margin-bottom:16px}.hero h1{text-shadow:0 4px #631525cc,0 8px 20px #16070e59;font-size:44px;line-height:1.04}.hero__tagline{margin-bottom:12px;font-size:22px}.hero__copy{margin-bottom:22px;font-size:15px;line-height:1.52}.hero__actions{gap:9px}.hero__actions .button{min-height:48px;padding:0 15px;font-size:13px}.section,.modes-section__inner{width:calc(100% - 32px);padding:78px 0}.identity-section{width:calc(100% - 32px);padding:72px 0 18px}.identity-section__purpose{padding-right:0}.identity-section__purpose h2{font-size:31px}.identity-section__purpose p{font-size:15px}.identity-section__signin{padding:24px 20px}.section-heading{margin-bottom:38px}.section-heading>p,.world-section__content>p{font-size:16px}.loop-grid{grid-template-columns:1fr}.loop-step{border-right:0;border-bottom:1px solid var(--border);grid-template-columns:42px 1fr;column-gap:16px;padding:24px 4px;display:grid}.loop-step:nth-child(-n+2){border-bottom:1px solid var(--border)}.loop-step:last-child{border-bottom:0}.loop-step__number{grid-row:1/3;margin:2px 0 0}.loop-step h3{margin-bottom:6px}.screen-gallery{scroll-snap-type:x mandatory;width:calc(100vw - 16px);margin-left:-8px;padding:10px 16px 34px;display:flex;overflow-x:auto}.screen-shot{scroll-snap-align:center;width:min(78vw,330px);min-width:min(78vw,330px)}.screen-shot--2{margin-top:0}.mode{padding:28px}.mode h3{font-size:29px}.world-section{flex-direction:column;min-height:0;display:flex}.world-section__art{min-height:550px}.world-section__art img{object-position:center 40%}.world-section__content{max-width:none;padding:72px 16px}.world-stats{grid-template-columns:repeat(3,1fr)}.world-stats div,.world-stats div:first-child{border-bottom:0;border-right:1px solid #2c483940;padding:14px 9px}.world-stats div:first-child{padding-left:0}.world-stats div:last-child{border-right:0}.world-stats strong{font-size:24px}.world-stats span{font-size:10px}.personality-section{gap:46px}.personality-visuals{flex-direction:column-reverse;gap:22px;min-height:0;display:flex}.personality-visuals figure,.restaurant-atlas{position:relative;inset:auto}.personality-visuals figure{width:min(72%,330px);margin:0 auto}.restaurant-atlas{width:100%}.download-section{flex-direction:column;min-height:0;display:flex}.download-section__character{min-height:360px}.download-section__character img{width:min(280px,66%)}.download-section__copy{max-width:none;padding:65px 16px 70px}.site-footer{padding-left:16px;padding-right:16px}.site-footer__top,.site-footer__bottom{flex-direction:column;align-items:flex-start}.footer-links{justify-content:flex-start}.legal-hero__inner{width:calc(100% - 32px);padding:68px 0 64px}.legal-hero h1{font-size:41px}.legal-hero p{font-size:15px}.legal-layout{width:calc(100% - 32px);padding:50px 0 80px;display:block}.legal-toc{border:1px solid var(--border);background:var(--paper-deep);border-radius:6px;margin-bottom:44px;padding:18px;position:relative;top:auto}.legal-toc>span{margin-bottom:10px}.legal-toc nav{border-left:0;grid-template-columns:1fr 1fr;column-gap:12px;display:grid}.legal-toc a{padding:7px 0;font-size:11px}.legal-toc a:hover,.legal-toc a:focus-visible{border-left:0;transform:none}.legal-article h2{font-size:27px}.legal-article p,.legal-article li{font-size:14px}.legal-summary{padding:24px 20px 24px 25px!important}.deletion-form{padding:20px}.deletion-form .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.site-footer,.legal-toc{display:none}body,.legal-hero{background:var(--white);color:#000}.legal-hero h1,.legal-hero p,.legal-hero .eyebrow,.legal-hero__date{color:#000}.legal-layout{width:100%;padding:30px;display:block}}