.nav{z-index:1;gap:12px;display:flex;position:fixed;top:24px;right:24px}.nav-link{border:1.5px solid var(--color-fg);width:40px;height:40px;color:var(--color-fg);opacity:.75;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.nav-link:hover{opacity:1}.nav-icon-text{font-family:system-ui,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}.lang-switcher{border:1.5px solid var(--color-fg);opacity:.75;border-radius:20px;flex-direction:column;transition:opacity .2s;display:flex;overflow:hidden}.lang-switcher:hover,.lang-switcher.is-open{opacity:1}.lang-trigger{height:40px;color:var(--color-fg);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 16px;font-family:inherit;font-size:.8rem;font-weight:700;display:flex}.lang-options{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.lang-switcher.is-open .lang-options{grid-template-rows:1fr}.lang-options>*{overflow:hidden}.lang-option{color:var(--color-fg);white-space:nowrap;text-align:center;padding:10px 16px;font-size:.8rem;text-decoration:none;transition:background .15s;display:block}.lang-option:hover{background:#0000000d}.page{justify-content:center;align-items:stretch;gap:32px;width:100%;max-width:540px;height:100svh;margin:0 auto;display:flex}.logo{align-self:stretch;width:200px;min-width:200px;padding-bottom:24px}.text{flex-direction:column;justify-content:center;gap:32px;display:flex}.title{letter-spacing:.1em;-webkit-text-stroke:.7px currentColor;margin:0;font-family:Hiragino Mincho ProN,游明朝,YuMincho,serif;font-size:1.5rem;font-weight:900;display:flex}.title .ruby-wrapper{flex-direction:column;gap:3px;line-height:1;display:inline-flex}.title .ruby-text{justify-content:space-between;width:100%;font-size:.4em;display:flex}.description{opacity:.75;text-align:justify;margin:0;font-size:.9rem;line-height:1.8}.section{flex-direction:column;gap:12px;display:flex}.creators-label{letter-spacing:.05em;-webkit-text-stroke:1px currentColor;margin:0;font-family:Hiragino Mincho ProN,游明朝,YuMincho,serif;font-size:.9rem;font-weight:900}.creators-list{opacity:.75;gap:32px;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.creator,.creator-links{align-items:center;gap:8px;display:flex}.creator-links svg{display:block}.creator-links a{color:var(--color-fg);opacity:.75;transition:opacity .2s}.creator-links a:hover{opacity:1}@media (max-width:540px){.page{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;padding:16svh 24px 0}.logo{align-self:center;width:160px;min-width:160px;height:160px;padding-bottom:0;transform:translate(-11px)}.text{align-self:stretch}}
