*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;background:#050505;color:#f5f5f5;font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Noto Sans JP,ui-sans-serif,system-ui,-apple-system,sans-serif;font-feature-settings:"palt"}.app{position:relative;width:100vw;height:100vh;overflow:hidden}.chapter{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;padding:6vh 8vw}.chapter h2{margin:0;font-size:clamp(1.6rem,4.2vw,3.6rem);font-weight:800;letter-spacing:.02em;line-height:1.18;word-break:keep-all;overflow-wrap:break-word}.chapter p{margin:.4em 0 0;font-size:clamp(.95rem,1.6vw,1.2rem);color:#c9c9c9;max-width:40ch;line-height:1.55}.chapter--hero{align-items:center;justify-content:center;text-align:center;flex-direction:column}.chapter--bottom-left{align-items:flex-start;justify-content:flex-end;flex-direction:column}.chapter--top-left{align-items:flex-start;justify-content:flex-start;flex-direction:column}.chapter--bottom-right{align-items:flex-end;justify-content:flex-end;flex-direction:column;text-align:right}.chapter--bottom-right p{margin-left:auto}.chapter--colors{align-items:flex-end;justify-content:center;flex-direction:column;gap:1.2rem;text-align:right}.chapter--colors p{margin-left:auto}.color-picker{display:flex;gap:.6rem;pointer-events:auto}.color-swatch{width:44px;height:44px;border-radius:999px;border:2px solid #2a2a2a;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.color-swatch:hover,.color-swatch:focus-visible{transform:scale(1.1);border-color:#fff;outline:none}.color-swatch[aria-pressed=true]{border-color:#fff}.cta{pointer-events:auto;padding:.9rem 1.6rem;border-radius:999px;background:#f5f5f5;color:#050505;font-weight:700;border:none;cursor:pointer}.cta:hover{background:#fff}.brand{position:absolute;left:1.25rem;top:1.1rem;z-index:10;color:#d8d8d8;pointer-events:none}.brand__line{margin:0;font-size:.78rem;letter-spacing:.28em;font-weight:700}.brand__sub{margin:.2em 0 0;font-size:.7rem;color:#777;letter-spacing:.05em}.skiplinks{position:absolute;right:1.25rem;top:1.1rem;z-index:10;display:flex;gap:.9rem}.skiplinks a{color:#888;text-decoration:none;font-size:.7rem;letter-spacing:.18em}.skiplinks a:hover{color:#fff}.skiplinks a:focus-visible{color:#fff;outline:2px solid #fff;outline-offset:2px}.scrollhint{position:absolute;left:50%;bottom:1.5rem;transform:translate(-50%);z-index:10;color:#777;font-size:.7rem;letter-spacing:.3em;display:flex;flex-direction:column;align-items:center;gap:.2rem;pointer-events:none}.scrollhint__chev{animation:scrollhint-bounce 1.8s ease-in-out infinite}@keyframes scrollhint-bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(4px);opacity:1}}@media (prefers-reduced-motion: reduce){.scrollhint__chev{animation:none}}.chapter__selected{font-size:.85rem;color:#aaa;letter-spacing:.05em;margin:0}.chapter__spec{margin-top:1.2em!important;font-size:.78rem!important;color:#888!important;letter-spacing:.18em;font-weight:500;text-transform:none;border-top:1px solid rgba(255,255,255,.18);padding-top:.8em;max-width:36ch}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#050505;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:opacity .7s ease}.loader--exit{opacity:0;pointer-events:none}.loader__logo{width:min(280px,50vw);height:auto;filter:drop-shadow(0 4px 24px rgba(15,77,168,.4));animation:loader-pulse 2.4s ease-in-out infinite}@keyframes loader-pulse{0%,to{opacity:.92}50%{opacity:1}}.loader__bar{width:min(260px,60vw);height:2px;background:#ffffff1f;overflow:hidden}.loader__fill{height:100%;background:#fff;transition:width .22s ease}.loader__caption{display:flex;gap:1.2rem;align-items:center;font-size:.7rem;letter-spacing:.28em;color:#888;margin:0;font-weight:600}.loader__pct{color:#fff;font-variant-numeric:tabular-nums;min-width:3ch;text-align:right}@media (prefers-reduced-motion: reduce){.loader__logo{animation:none}}.section-anchor{position:relative;width:100vw;height:100vh}.credits{position:fixed;bottom:.75rem;right:.75rem;z-index:10;font-size:.75rem;color:#aaa;max-width:28rem}.credits summary{cursor:pointer;padding:.25rem .5rem;background:#0000008c;border-radius:.5rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);list-style:none;-webkit-user-select:none;user-select:none}.credits summary::-webkit-details-marker{display:none}.credits[open] summary,.credits details[open] summary{margin-bottom:.4rem}.credits ul{margin:0;padding:.6rem .9rem;list-style:none;background:#0000008c;border-radius:.5rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.credits li+li{margin-top:.3rem}.credits a{color:#ddd;text-decoration:underline}.credits a:hover,.credits a:focus-visible{color:#fff}@media (max-width: 720px){.brand{left:.85rem;top:.75rem;max-width:60vw}.brand__line{font-size:.6rem;letter-spacing:.22em;line-height:1.3}.brand__sub{font-size:.58rem}.skiplinks{right:.85rem;top:.75rem;gap:.5rem .6rem;flex-wrap:wrap;justify-content:flex-end;max-width:38vw}.skiplinks a{font-size:.55rem;letter-spacing:.12em}.chapter{padding:3vh 5vw}.chapter h2{font-size:clamp(1.25rem,6vw,1.9rem);letter-spacing:.01em;line-height:1.22}.chapter p{font-size:clamp(.78rem,3.2vw,.95rem);max-width:92vw;line-height:1.55}.chapter__spec{font-size:.62rem!important;letter-spacing:.08em;padding-top:.55em;margin-top:.8em!important;max-width:92vw}.chapter--hero{padding:0 6vw}.chapter--colors{align-items:stretch;padding:0 5vw 9vh;text-align:left;gap:.7rem}.chapter--colors p,.chapter--bottom-right p{margin-left:0;max-width:100%}.chapter--colors h2{text-align:left}.color-picker{gap:.5rem;justify-content:flex-start}.color-swatch{width:36px;height:36px;border-width:1.5px}.cta{padding:.7rem 1.2rem;font-size:.85rem;align-self:flex-start}.chapter__selected{font-size:.7rem}.chapter--bottom-right{padding:0 5vw 9vh;align-items:flex-start;text-align:left}.chapter--bottom-right p{margin-left:0}.chapter--top-left{padding:12vh 5vw 3vh}.scrollhint{display:none}.credits{bottom:.5rem;right:.5rem;font-size:.62rem;max-width:calc(100vw - 1rem)}.credits summary{padding:.2rem .45rem}.credits ul{padding:.5rem .7rem}.loader__caption{flex-direction:column;gap:.4rem;font-size:.6rem}}@media (max-width: 380px){.skiplinks{display:none}.brand{max-width:90vw}.chapter h2{font-size:1.18rem}.chapter p{font-size:.76rem}}
