:root{--bg: #f5f5f7;--card: #ffffff;--ink: #1d1d1f;--ink-2: #6e6e73;--ink-3: #86868b;--fill: #e8e8ed;--blue: #0071e3;--sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Helvetica Neue", sans-serif;--serif: "Source Serif 4", Georgia, serif;--spectrum: linear-gradient(90deg, #ff9f0a, #ff375f 30%, #bf5af2 62%, #0a84ff);--ease: cubic-bezier(.16, .9, .2, 1)}@property --a{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes spin{to{--a: 360deg}}*{box-sizing:border-box}[hidden]{display:none!important}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow:hidden}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%}.screen{position:relative;height:100vh;height:100dvh;display:grid;grid-template-rows:auto 1fr}.screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 55% at 50% 42%,#fff,#fff0)}.glow{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:30;opacity:0;transition:opacity 1s ease}.glow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:14px solid transparent;border-image:conic-gradient(from var(--a),#ff9f0a,#ff375f,#bf5af2,#0a84ff,#64d2ff,#ff9f0a) 1;filter:blur(22px);animation:spin 5s linear infinite}.glow.on{opacity:.75}.bar{position:relative;z-index:5;height:52px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:#f5f5f7b8;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.bar .name{font-size:17px;font-weight:600;letter-spacing:-.02em}.bar-right{display:flex;align-items:center;gap:22px;font-size:13px;color:var(--ink-2)}.status{display:flex;align-items:center;gap:8px;min-width:64px}.status i{width:7px;height:7px;border-radius:50%;background:#30d158;box-shadow:0 0 0 3px #30d1582e}.restart{color:var(--blue);font-size:13px}.restart:hover{text-decoration:underline}.stage-scroll{position:relative;z-index:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding:0 28px;transition:opacity .35s ease}.stage-scroll.leaving{opacity:0}.orb{--s: 30px;width:var(--s);height:var(--s);flex:none;border-radius:50%;position:relative}.orb.big{--s: 76px}.orb canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.orb .spark{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%;opacity:0;transition:opacity .5s;animation:rot 3.6s linear infinite}.orb.active .spark{opacity:1}.orb .spark:before{content:"";position:absolute;top:0;left:50%;width:6px;height:6px;margin-left:-3px;border-radius:50%;background:#fff;box-shadow:0 0 6px 2px #fff,0 0 14px 5px #0a84ff8c}.orb:not(.big) .spark:before{width:3px;height:3px;margin-left:-1.5px;box-shadow:0 0 3px 1px #fff,0 0 7px 3px #0a84ff8c}@keyframes rot{to{transform:rotate(360deg)}}.greet{margin:auto;padding:40px 0 7vh;text-align:center;max-width:1080px;display:flex;flex-direction:column;align-items:center}.salute{font-size:clamp(17px,1.5vw,21px);font-weight:500;letter-spacing:-.012em;color:var(--ink-2);margin:30px 0 0}.hello{font-size:clamp(38px,5.2vw,80px);line-height:1.04;letter-spacing:-.038em;font-weight:700;margin:12px 0 50px;color:var(--ink-3)}.hello b{color:var(--ink);font-weight:700}.sub{font-size:21px;letter-spacing:-.01em;color:var(--ink-2);margin:-30px 0 44px}.hero-wrap{position:relative}.hero-wrap:before{content:"";position:absolute;top:2px;right:6px;bottom:-6px;left:6px;border-radius:999px;z-index:0;background:conic-gradient(from var(--a),#ff9f0a,#ff375f,#bf5af2,#0a84ff,#64d2ff,#ff9f0a);filter:blur(24px);opacity:.55;animation:spin 6s linear infinite,breathe 3.2s ease-in-out infinite}.hero-wrap:after{content:"";position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:999px;z-index:0;padding:1.5px;background:conic-gradient(from var(--a),#ff9f0a,#ff375f,#bf5af2,#0a84ff,#64d2ff,#ff9f0a);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0);animation:spin 6s linear infinite;opacity:.9}.hero-wrap:hover:before{animation-duration:6s,1.6s}@keyframes breathe{0%,to{opacity:.45;transform:scale(.97)}50%{opacity:.85;transform:scale(1.04)}}.hero{position:relative;z-index:1;display:flex;align-items:center;gap:18px;padding:12px 12px 12px 14px;border-radius:999px;overflow:hidden;background:#fffffff5;box-shadow:0 1px 2px #0000000d,0 22px 44px -22px #00000059;transition:transform .4s var(--ease)}.hero:after{content:"";position:absolute;top:0;bottom:0;left:-40%;width:30%;pointer-events:none;background:linear-gradient(100deg,transparent,rgba(255,255,255,.9) 45%,rgba(191,90,242,.12) 55%,transparent);transform:skew(-18deg);animation:shine 4.5s ease-in-out 1.5s infinite}@keyframes shine{0%,62%{left:-40%}88%,to{left:120%}}.hero:hover{transform:translateY(-2px) scale(1.015)}.hero:active{transform:scale(.985)}.hero-icon{width:58px;height:58px;flex:none;border-radius:50%;background:var(--bg);display:grid;place-items:center}.hero-icon .stopwatch{width:44px;height:44px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:2px;padding-right:14px}.hero-copy small{font-size:13px;font-weight:500;color:var(--ink-3);letter-spacing:-.005em;white-space:nowrap}.hero-text{font-size:clamp(20px,1.9vw,25px);font-weight:600;letter-spacing:-.022em;white-space:nowrap}.hero .go{width:52px;height:52px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;transition:transform .3s var(--ease);animation:nudge 3.2s ease-in-out infinite}.hero:hover .go{animation:none;transform:translate(3px)}@keyframes nudge{0%,70%,to{transform:none}80%{transform:translate(4px)}90%{transform:translate(-1px)}}.go svg,.alt-arrow svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.alts{display:flex;gap:8px;margin-top:30px;flex-wrap:wrap;justify-content:center}.alt{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;font-size:15px;letter-spacing:-.01em;color:var(--ink-3);transition:color .2s,background .2s}.alt:hover{color:var(--ink);background:#0000000a}.alt-arrow{display:inline-grid;opacity:.5;transition:transform .25s var(--ease),opacity .2s}.alt-arrow svg{width:14px;height:14px}.alt:hover .alt-arrow{transform:translate(3px);opacity:1}.greet.pre .g-orb,.greet.pre .g-1,.greet.pre .g-2,.greet.pre .g-3,.greet.pre .g-4{opacity:0}.greet.ready .g-orb{animation:orbIn 1s var(--ease) both}.greet.ready .g-1{animation:rise .9s var(--ease) .12s both}.greet.ready .g-2{animation:rise .9s var(--ease) .2s both}.greet.ready .g-3{animation:heroIn 1.1s var(--ease) .35s both}@keyframes heroIn{0%{opacity:0;transform:translateY(24px) scale(.94)}60%{opacity:1;transform:scale(1.03)}to{opacity:1;transform:none}}.greet.ready .g-4{animation:fadeIn 1s ease .55s both}@keyframes orbIn{0%{transform:scale(.7)}55%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lockup{display:flex;align-items:center;justify-content:center;gap:20px;margin:36px 0 4px}.lockup img{height:38px;max-width:200px;object-fit:contain}.lockup img.emblem{height:54px}.lockup b{font-size:26px;font-weight:700;letter-spacing:-.02em}.lockup .x{font-size:28px;font-weight:300;color:var(--ink-3)}.lockup .me{font-size:clamp(22px,2.3vw,32px);font-weight:600;letter-spacing:-.02em}.lockup+.salute{margin-top:22px}.salute .co{color:var(--ink);font-weight:700;font-size:1.32em;letter-spacing:-.024em}.lockup+.salute{font-size:clamp(19px,1.7vw,24px)}.stopwatch{overflow:visible}.stopwatch *{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.stopwatch .sw-face{stroke-width:2.4}.stopwatch .sw-crown{fill:currentColor;stroke:none}.stopwatch .sw-stem,.stopwatch .sw-side{stroke-width:2.4}.stopwatch .sw-tick{stroke-width:1.4;opacity:.45}.stopwatch .sw-tick.major{stroke-width:1.8;opacity:.8}.stopwatch .sw-hand{transform-box:view-box;transform-origin:20px 23px}.stopwatch .sw-hand path{stroke:var(--sw-hand, #ff375f);stroke-width:2.2}.stopwatch .sw-pin{fill:var(--sw-hand, #ff375f);stroke:none}.stopwatch .sw-body{transform-box:view-box;transform-origin:20px 23px}.stopwatch .sw-ring-l,.stopwatch .sw-ring-r{stroke-width:2;opacity:0}.stopwatch.idle{color:var(--ink)}.stopwatch.idle .sw-hand{animation:sw-spin 60s steps(60) infinite}.stopwatch.idle .sw-body{animation:sw-ring 5s ease-in-out 1.2s infinite}.stopwatch.idle .sw-ring-l,.stopwatch.idle .sw-ring-r{animation:ringlines 5s ease-out 1.2s infinite}.stopwatch.idle .sw-crown{animation:sw-press 5s ease-in-out 1.2s infinite;transform-box:view-box;transform-origin:20px 7px}.hero:hover .stopwatch.idle .sw-hand{animation:sw-spin .9s cubic-bezier(.3,.1,.3,1) infinite}@keyframes sw-spin{to{transform:rotate(360deg)}}@keyframes sw-ring{0%,80%,to{transform:none}82%{transform:rotate(-13deg)}84%{transform:rotate(12deg)}86%{transform:rotate(-10deg)}88%{transform:rotate(8deg)}90%{transform:rotate(-5deg)}92%{transform:rotate(3deg)}94%{transform:none}}@keyframes ringlines{0%,80%{opacity:0}83%,90%{opacity:.9}96%,to{opacity:0}}@keyframes sw-press{0%,78%,86%,to{transform:none}81%{transform:translateY(1.2px) scaleY(.7)}}.answer{width:100%;display:flex;flex-direction:column;align-items:center;padding:4.5vh 0 48px;animation:rise .6s var(--ease) both}.col{width:100%;max-width:920px}.ask{display:flex;justify-content:flex-end}.ask p{margin:0;max-width:480px;padding:11px 18px;border-radius:20px;background:var(--fill);font-size:16px;line-height:1.4;letter-spacing:-.01em}.reply{margin-top:28px;display:grid;grid-template-columns:28px 1fr;gap:18px;align-items:start}.reply .orb{margin-top:3px;margin-left:-1px}.reply-text{font-size:clamp(21px,2.05vw,30px);line-height:1.3;letter-spacing:-.028em;font-weight:600;color:var(--ink-3);margin:0;min-height:3.9em}.reply-text p{margin:0}.reply-text p+p{margin-top:.55em}.reply-text.long{font-size:clamp(18px,1.6vw,24px);line-height:1.36}.reply-text .li{position:relative;padding-left:1.15em}.reply-text .li:before{content:"";position:absolute;left:.1em;top:.56em;width:.36em;height:.36em;border-radius:50%;background:var(--spectrum)}.reply-text .li+p:not(.li){margin-top:.9em}.em{background:var(--spectrum);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:var(--ink);transition:-webkit-text-fill-color 1.1s ease}.em.typing{-webkit-text-fill-color:transparent}.em.settled{background:none}.em.linked{cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.18em;text-decoration-thickness:2px;transition:-webkit-text-fill-color 1.1s ease,text-decoration-color .25s}.em.linked.settled:hover{text-decoration-color:#0071e380}.caret{display:inline-block;width:3px;height:1em;margin-left:3px;vertical-align:-.12em;border-radius:2px;background:var(--spectrum);animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.stage{display:flex;justify-content:center;align-items:flex-end;gap:clamp(24px,3.4vw,56px);row-gap:72px;margin-top:calc(4.5vh + 28px);flex-wrap:wrap;width:100%;max-width:1360px}.obj{position:relative;margin:0;cursor:pointer;opacity:0;transform:translateY(34px) scale(.94);filter:blur(8px);transition:opacity .7s ease,transform 1s var(--ease),filter .7s ease;outline:none;display:flex;flex-direction:column;align-items:center}.obj.in{opacity:1;transform:none;filter:none}.obj figcaption{margin-top:20px;text-align:center;max-width:280px}.obj figcaption b{display:block;font-weight:600;font-size:15px;letter-spacing:-.015em;margin-bottom:3px}.obj figcaption span{font-size:13px;color:var(--ink-3);letter-spacing:-.005em}.lift{transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s}.obj:hover .lift,.obj.hl .lift,.obj:focus-visible .lift{transform:translateY(-10px) scale(1.02)}.vis{position:relative}.det{position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;pointer-events:none;opacity:0;z-index:2}.obj.in .det{animation:lock .9s cubic-bezier(.2,.8,.2,1) .2s forwards}.det span{transition:background .25s}.obj:hover .det span,.obj.hl .det span{background:var(--blue)}.det span.live{display:inline-flex;align-items:center;gap:7px;background:#1d1d1fdb}.obj:hover .det span.live,.obj.hl .det span.live{background:#1d1d1f}.pulse{position:relative;width:7px;height:7px;border-radius:50%;background:#30d158;box-shadow:0 0 8px #30d158}.pulse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#30d158;animation:pulse 1.6s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(3.2);opacity:0}}@keyframes lock{0%{opacity:0;transform:scale(1.14)}45%{opacity:1;transform:scale(.985)}to{opacity:1;transform:none}}.det i{position:absolute;width:22px;height:22px;border:2.5px solid var(--blue);filter:drop-shadow(0 0 1px #fff) drop-shadow(0 2px 8px rgba(0,113,227,.35))}.det i:nth-child(1){top:0;left:0;border-right:0;border-bottom:0;border-top-left-radius:12px}.det i:nth-child(2){top:0;right:0;border-left:0;border-bottom:0;border-top-right-radius:12px}.det i:nth-child(3){bottom:0;left:0;border-right:0;border-top:0;border-bottom-left-radius:12px}.det i:nth-child(4){bottom:0;right:0;border-left:0;border-top:0;border-bottom-right-radius:12px}.det span{position:absolute;top:-34px;left:50%;transform:translate(-50%);background:#1d1d1fcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:12px;font-style:normal;font-weight:500;padding:5px 11px;border-radius:999px;white-space:nowrap;letter-spacing:-.005em}.photo{width:280px;height:204px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000f,0 30px 56px -26px #00000059}.photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.photo-split{display:grid;grid-template-columns:1fr 1fr;height:100%;gap:2px;background:#fff}.photo.cert,.photo.cert img{height:auto}.sheet-wrap{position:relative;width:204px;height:264px}.sheet{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 30px 56px -26px #0000004d}.sheet img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.sheet.under{transform:translate(8px,7px) rotate(2.5deg);box-shadow:0 1px 3px #0000000d,0 14px 30px -18px #0003}.sheet-scale{width:612px;height:792px;transform:scale(.3333);transform-origin:0 0}.badge{position:absolute;top:12px;right:-12px;z-index:3;font-size:11px;font-weight:600;padding:4px 9px;border-radius:999px;background:#ffffffdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 10px #0000001f;color:#e5362b}.pass{width:250px;height:164px;border-radius:20px;padding:18px 20px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px #00000014,0 30px 50px -24px #0006;position:relative;overflow:hidden}.pass:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% -10%,rgba(255,255,255,.35),transparent 55%);pointer-events:none}.pass.tone-a{background:linear-gradient(135deg,#0a84ff,#5e5ce6)}.pass.tone-b{background:linear-gradient(135deg,#2c2c2e,#48484a)}.pass.tone-c{background:linear-gradient(135deg,#ff9f0a,#ff375f)}.pass-top{font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.pass-main small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.75;margin-bottom:3px}.pass-main b{font-size:19px;letter-spacing:-.02em;line-height:1.15}.pass-foot{font-size:12px;opacity:.8}.pass.tone-award{background:linear-gradient(135deg,#1d1d1f,#3a3a3c 60%,#5e5ce6)}.pass .medal{position:absolute;top:14px;right:16px;width:34px;height:41px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));z-index:1}.pass.tone-award .pass-top{padding-right:44px}.pass.tone-award .pass-foot{opacity:1;font-size:13px}.pass.tone-award .pass-foot b{background:linear-gradient(90deg,#ffd60a,#ff9f0a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.contact-tile{width:230px;height:140px;border-radius:22px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;box-shadow:0 1px 3px #0000000d,0 26px 50px -28px #0000004d}.contact-tile svg{width:34px;height:34px;fill:none;stroke:var(--blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-tile span{font-size:15px;font-weight:500;letter-spacing:-.01em}.doc{width:612px;height:792px;background:#fff;color:#222;font-family:var(--serif);position:relative}.paper-doc{padding:56px 58px;overflow:hidden}.paper-venue{font-family:var(--sans);font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.12em;text-align:center;margin-bottom:18px}.paper-doc h2{font-size:21px;line-height:1.25;text-align:center;margin:0 16px 14px;font-weight:600}.paper-authors{text-align:center;font-size:13px;color:#333;margin-bottom:22px}.paper-abs{font-size:11.5px;line-height:1.55;margin:0 18px 22px;text-align:justify}.paper-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}.paper-bars span{display:block;height:7px;border-radius:2px;background:#ebebef;margin-bottom:9px}.paper-bars span:nth-child(5n){width:72%}.paper-bars span:nth-child(7n){width:88%}.paper-bars span.h{width:45%;height:9px;background:#d2d2d7;margin:6px 0 12px}.followups{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:5.5vh;opacity:0;transform:translateY(10px);transition:opacity .6s,transform .6s;pointer-events:none}.followups.in{opacity:1;transform:none;pointer-events:auto}.pill{display:inline-flex;align-items:center;padding:12px 20px;border-radius:999px;background:var(--fill);font-size:15px;letter-spacing:-.01em;transition:background .2s}.pill:hover{background:#dcdce2}.pill.primary{background:var(--blue);color:#fff}.pill.primary:hover{background:#0077ed}.lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#f5f5f79e;-webkit-backdrop-filter:saturate(180%) blur(30px);backdrop-filter:saturate(180%) blur(30px);opacity:0;transition:opacity .35s}.lb.open{opacity:1}.lb-scroll{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:72px 24px 80px}.lb-body{max-width:980px;margin:0 auto;transform:translateY(24px) scale(.98);transition:transform .55s var(--ease)}.lb.open .lb-body{transform:none}.lb-close{position:fixed;top:18px;right:22px;z-index:2;width:38px;height:38px;border-radius:50%;background:var(--fill);display:grid;place-items:center}.lb-close svg{width:14px;height:14px;stroke:var(--ink-2);stroke-width:2.4;stroke-linecap:round;fill:none}.v-article{background:#fff;border-radius:32px;padding:clamp(28px,5vw,60px);box-shadow:0 2px 10px #00000008,0 50px 100px -50px #0000004d}.v-article.narrow{max-width:760px;margin:0 auto}.v-head{margin-bottom:28px}.v-eyebrow{display:block;font-size:14px;font-weight:600;color:#bf4800;letter-spacing:-.005em;margin-bottom:10px}.v-head h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em;font-weight:700;margin:0 0 14px}.v-lede{font-size:clamp(18px,1.8vw,22px);line-height:1.4;letter-spacing:-.015em;color:var(--ink-2);margin:0;max-width:760px}.v-metrics{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.v-metrics div{background:var(--bg);border-radius:16px;padding:14px 18px;font-size:16px;font-weight:600;letter-spacing:-.015em}.v-links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.v-media{display:grid;gap:16px;margin-bottom:32px}.v-media img{width:100%;max-height:72vh;object-fit:contain;background:var(--bg);border-radius:20px;display:block}.v-text{font-size:17px;line-height:1.6;color:var(--ink-2);max-width:760px}.v-text b,.v-problem b{color:var(--ink)}.v-text ul,.v-list{padding-left:20px;margin:0 0 16px}.v-text li,.v-list li{margin-bottom:10px}.v-steps{list-style:none;padding:0;margin:8px 0 20px;display:grid;gap:12px}.v-steps li{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;background:var(--bg);border-radius:18px;padding:16px 18px;margin:0}.v-steps li>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:15px;font-weight:700}.v-steps li p{margin:5px 0 0}.v-award{display:flex;align-items:center;gap:14px;background:var(--bg);border-radius:18px;padding:14px 18px;margin:0 0 20px}.v-award .medal{width:36px;height:44px;flex:none}.v-award b{display:block;font-size:19px;letter-spacing:-.02em;color:var(--ink)}.v-award span{font-size:14px;color:var(--ink-2)}.award-photo{position:relative}.award-photo img{object-position:center 30%}.award-chip{position:absolute;left:10px;bottom:10px;display:flex;align-items:center;gap:6px;padding:5px 12px 5px 6px;border-radius:999px;background:#1d1d1fb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:13px;letter-spacing:-.01em}.award-chip .medal{width:20px;height:24px}.v-photos{display:grid;gap:12px;margin:0 0 24px}.v-photos.n-2{grid-template-columns:1fr 1fr}.v-photos img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:18px;display:block}@media (max-width: 640px){.v-photos.n-2{grid-template-columns:1fr}}.v-summary{font-size:18px;line-height:1.55;color:var(--ink);margin:0 0 18px}.v-list{font-size:17px;line-height:1.55;color:var(--ink-2)}.v-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:24px}.v-tags span{font-size:13px;padding:5px 11px;border-radius:999px;background:var(--bg);color:var(--ink-2)}.v-related{margin-top:24px}.v-related>span{display:block;font-size:13px;color:var(--ink-3);margin-bottom:10px}.v-related>div{display:flex;gap:8px;flex-wrap:wrap}.v-quotes{display:grid;gap:18px;margin:8px 0 40px}.v-quotes blockquote{margin:0;font-size:clamp(20px,2.2vw,27px);line-height:1.3;letter-spacing:-.025em;font-weight:600}.v-pages{display:grid;gap:24px}.v-page{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 0 0 1px #0000000f,0 30px 60px -40px #00000059}.v-page img{display:block;width:100%}.mark{position:absolute;background:#ffd60a6b;mix-blend-mode:multiply;border-radius:3px;transform-origin:left;animation:sweep .9s var(--ease) .5s both}@keyframes sweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.v-paper{display:flex;justify-content:center;margin:8px 0 28px}.v-paper-scale{box-shadow:0 0 0 1px #0000000f,0 40px 80px -40px #00000059;border-radius:8px;overflow:hidden}.v-foot{color:var(--blue);font-size:16px;display:block;margin:0 auto}.v-foot:hover{text-decoration:underline}.ba{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.ba figure{margin:0;position:relative;border-radius:18px;overflow:hidden;background:var(--bg);box-shadow:0 0 0 1px #0000000d}.ba img{display:block;width:100%;height:min(62vh,560px);object-fit:cover;object-position:top}.ba-tag{position:absolute;top:12px;left:12px;font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px;background:#1d1d1fbf;color:#fff}.ba-arrow{width:40px;height:40px;border-radius:50%;background:var(--fill);display:grid;place-items:center;font-weight:600;color:var(--ink-2)}.boot{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;cursor:pointer}.boot-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media (max-width: 760px){.bar,.stage-scroll{padding:0 16px}.hello{margin-top:26px}.hello{margin-bottom:40px}.hero{gap:10px;padding:8px}.hero-text{font-size:17px}.bar-right{gap:12px}.hero .go{width:42px;height:42px}.lockup{gap:10px;margin-top:24px}.lockup img{height:22px;max-width:120px}.lockup img.emblem{height:32px}.lockup .x{font-size:17px}.alts{flex-direction:column;gap:2px;margin-top:22px}.reply{grid-template-columns:1fr;gap:12px}.stage{gap:20px;row-gap:34px}.photo{width:156px;height:118px;border-radius:14px}.sheet-wrap{width:128px;height:166px}.sheet-scale{transform:scale(.2092)}.pass{width:156px;height:118px;padding:12px 13px;border-radius:15px}.pass-top{font-size:11px}.pass-main b{font-size:13px}.pass-foot{display:none}.contact-tile{width:156px;height:110px}.contact-tile span{font-size:12px}.obj figcaption{max-width:156px;margin-top:14px}.obj figcaption b{font-size:13px}.obj figcaption span{font-size:12px}.det{top:-9px;right:-9px;bottom:-9px;left:-9px}.det i{width:14px;height:14px;border-width:2px}.det span{display:none}.badge{right:-6px}.v-article{border-radius:24px}.v-paper{display:none}.lb-scroll{padding:64px 12px 60px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 760px){.greet,.hero-wrap,.hero{width:100%}.hero-icon{width:46px;height:46px}.hero-icon .stopwatch{width:34px;height:34px}.hero-copy{flex:1;min-width:0;padding-right:4px}.hero-copy small{font-size:11.5px;white-space:normal}.hero-text{white-space:normal}}
