.site{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Pretendard Variable,Pretendard,-apple-system,sans-serif;line-height:1.75}.site *,.site :before,.site :after{box-sizing:border-box}@layer components{.site a{color:var(--brand);text-decoration:none}.site a:hover{color:var(--brand-hover)}}.site-wrap{box-sizing:content-box;max-width:1120px;padding:0 var(--wrap-pad);margin:0 auto}.site-header{z-index:20;padding-top:var(--safe-top);background:var(--header-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 1px #14202e0a}.site-header .site-wrap{height:var(--header-h);align-items:center;gap:40px;display:flex}.site-brand{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.site-logo{letter-spacing:-.03em;color:var(--foreground);font-size:25px;font-weight:800;line-height:1.12}.site-logo:hover{color:var(--foreground)}.site-logo .u-onair,.site-ft-logo .u-onair{vertical-align:baseline;background:currentColor;border-radius:50%;width:.2em;height:.2em;margin-left:.04em;display:inline-block}.site-logo .u-onair{color:var(--brand-dot)}.site-org{letter-spacing:.04em;color:var(--muted-foreground);padding-left:1px;font-size:11.5px;font-weight:600;line-height:1.3}.site-nav{flex:1;gap:28px;margin-left:24px;font-size:15px;display:flex}.site-nav a{color:var(--foreground-soft)}.site-burger{width:44px;height:44px;color:var(--foreground-soft);border-radius:999px;justify-content:center;align-items:center;margin-left:-8px;display:none}.site-burger:hover{background:#14202e0f}.site-burger{display:flex}.site-header .site-nav,.site-header .site-org{display:none}.site{--header-h:var(--bar-h)}.site-header .site-wrap{justify-content:space-between;gap:12px}.site-header .site-brand{flex:1}.site-nav a:hover{color:var(--brand)}.site-header-btn{height:44px;color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .2s,color .2s;display:inline-flex}.site-header-btn:hover{background:var(--well-soft);color:var(--foreground)}.site-header-btn:focus-visible{outline:3px solid var(--ring);outline-offset:1px}@media (prefers-reduced-motion:reduce){.site *,.site :before,.site :after{transition:none!important;animation:none!important}}