:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--dark-theme-accent:#7186b5;--dark-theme-accent-2:#f6a45f;--dark-theme-bg:#111216;--dark-header-text-color:#f6f7fb;--dark-header-scrolled-text-color:#f6f7fb;--dark-header-glass-transparency:22%;--dark-header-blur-size:18px;--dark-hero-title-default:linear-gradient(135deg, var(--dark-theme-accent), var(--dark-theme-accent-2));--dark-hero-title-color:var(--dark-hero-title-default);--dark-hero-eyebrow-color:var(--dark-theme-accent);--dark-hero-tagline-color:var(--dark-theme-accent);--dark-hero-intro-color:var(--dark-theme-accent);--light-theme-accent:#7186b5;--light-theme-accent-2:#f6a45f;--light-theme-bg:#f5f6f8;--light-header-text-color:#171923;--light-header-scrolled-text-color:#171923;--light-header-glass-transparency:22%;--light-header-blur-size:18px;--light-hero-title-default:linear-gradient(135deg, var(--light-theme-accent), var(--light-theme-accent-2));--light-hero-title-color:var(--light-hero-title-default);--light-hero-eyebrow-color:var(--light-theme-accent);--light-hero-tagline-color:var(--light-theme-accent);--light-hero-intro-color:var(--light-theme-accent);--theme-accent:var(--dark-theme-accent);--theme-accent-2:var(--dark-theme-accent-2);--theme-bg:var(--dark-theme-bg);--header-text-color:var(--dark-header-text-color);--header-scrolled-text-color:var(--dark-header-scrolled-text-color);--header-glass-transparency:var(--dark-header-glass-transparency);--header-blur-size:var(--dark-header-blur-size);--hero-title-default:var(--dark-hero-title-default);--hero-title-color:var(--dark-hero-title-color);--hero-eyebrow-color:var(--dark-hero-eyebrow-color);--hero-tagline-color:var(--dark-hero-tagline-color);--hero-intro-color:var(--dark-hero-intro-color);--first-screen-filter-images:linear-gradient(180deg, #00000014, #00000038), repeating-linear-gradient(0deg, #ffffff17 0 1px, transparent 1px 36px), repeating-linear-gradient(90deg, #ffffff17 0 1px, transparent 1px 36px);--bg:var(--theme-bg);--bg-soft:color-mix(in srgb, var(--theme-bg) 82%, #fff);--bg-mute:color-mix(in srgb, var(--theme-bg) 72%, #fff);--text:#f6f7fb;--text-soft:#f6f7fbb8;--text-muted:#f6f7fb80;--border:#ffffff1a;--shadow:0 24px 80px #0000004d;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shell:min(1160px, calc(100vw - 40px));--ease:cubic-bezier(.16, 1, .3, 1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 34rem), radial-gradient(circle at 90% 18%, #f6a45f29, transparent 26rem), linear-gradient(180deg, var(--bg), #0c0d11 68%);margin:0;font-size:16px;line-height:1.7}body[data-theme=light],body.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-accent:var(--light-theme-accent);--theme-accent-2:var(--light-theme-accent-2);--theme-bg:var(--light-theme-bg);--header-text-color:var(--light-header-text-color);--header-scrolled-text-color:var(--light-header-scrolled-text-color);--header-glass-transparency:var(--light-header-glass-transparency);--header-blur-size:var(--light-header-blur-size);--hero-title-default:var(--light-hero-title-default);--hero-title-color:var(--light-hero-title-color);--hero-eyebrow-color:var(--light-hero-eyebrow-color);--hero-tagline-color:var(--light-hero-tagline-color);--hero-intro-color:var(--light-hero-intro-color);--bg:var(--theme-bg);--bg-soft:#fff;--bg-mute:#eceff4;--text:#171923;--text-soft:#171923b8;--text-muted:#17192385;--border:#1719231a;--shadow:0 24px 80px #46527029;--surface-section:color-mix(in srgb, #fff 72%, var(--theme-bg));--surface-interactive:color-mix(in srgb, #fff 90%, var(--theme-bg));background:radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--theme-accent) 18%, transparent), transparent 34rem), radial-gradient(circle at 90% 12%, #f6a45f29, transparent 26rem), linear-gradient(180deg, var(--bg), #eef1f5 70%)}.font-system{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.font-noto_sans_sc{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}.font-pingfang{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.font-microsoft_yahei{font-family:Microsoft YaHei,PingFang SC,sans-serif}.font-lxgw_wenkai{font-family:LXGW WenKai,STKaiti,KaiTi,serif}.no-header-blur .site-header.is-scrolled{-webkit-backdrop-filter:none;backdrop-filter:none}.site-notice{z-index:44;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg-soft) 82%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:fixed;top:72px;left:0;right:0}.site-notice .shell{color:var(--text-soft);padding:10px 0;font-size:14px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.shell{width:var(--shell);margin:0 auto}.narrow{max-width:860px}.site-header{z-index:50;height:72px;color:var(--header-text-color);transition:transform .3s var(--ease), color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);position:fixed;inset:0 0 auto}.site-header.is-scrolled{color:var(--header-scrolled-text-color);background:color-mix(in srgb, var(--bg-soft), transparent var(--header-glass-transparency));border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(var(--header-blur-size));backdrop-filter:blur(var(--header-blur-size));box-shadow:0 8px 30px #00000024}.header-shell{align-items:center;gap:24px;height:100%;display:flex}.brand{align-items:center;gap:12px;min-width:0;font-weight:800;display:inline-flex}.brand-logo{width:var(--brand-logo-width,40px);height:var(--brand-logo-height,40px);object-fit:contain;flex:none;display:block}.brand-logo.brand-logo-crop-circle,.brand-logo.brand-logo-crop-square,.brand-logo.brand-logo-crop-rounded{object-fit:cover}.brand-logo.brand-logo-crop-circle{border-radius:50%}.brand-logo.brand-logo-crop-square{border-radius:0}.brand-logo.brand-logo-crop-rounded{border-radius:10px}.brand-mark{width:40px;height:40px;box-shadow:0 0 0 5px color-mix(in srgb, var(--theme-accent) 20%, transparent);color:#fff;background:linear-gradient(135deg, var(--theme-accent), var(--theme-accent-2));border:2px solid #ffffffb3;border-radius:50%;flex:none;place-items:center;display:grid}.brand-text{color:currentColor;text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.site-nav{margin-left:auto}.site-nav .menu-root,.site-nav>ul{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.site-nav a,.site-nav .menu-expand-trigger,.footer-link,.page-link,.read-more{border-radius:var(--radius-md);min-height:36px;color:var(--text-soft);border:1px solid #0000;justify-content:center;align-items:center;padding:8px 13px;font-size:14px;font-weight:700;transition:color .18s,background .18s,border-color .18s,transform .18s;display:inline-flex}.site-nav a:hover,.site-nav .menu-expand-trigger:hover,.footer-link:hover,.page-link:hover,.read-more:hover{color:var(--text);background:color-mix(in srgb, var(--theme-accent) 15%, transparent);border-color:color-mix(in srgb, var(--theme-accent) 35%, transparent);transform:translateY(-2px)}.site-header .site-nav a,.site-header .site-nav .menu-expand-trigger,.site-header .site-nav a:hover,.site-header .site-nav .menu-expand-trigger:hover{color:currentColor}.nav-toggle{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg-soft) 75%, transparent);color:currentColor;width:42px;height:42px;margin-left:auto;padding:0;display:none}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg-soft) 75%, transparent);color:currentColor;cursor:pointer;flex:none;place-items:center;width:42px;height:42px;font-size:13px;font-weight:900;transition:transform .18s,border-color .18s,background .18s;display:grid}.theme-toggle:hover{border-color:color-mix(in srgb, var(--theme-accent) 45%, transparent);background:color-mix(in srgb, var(--theme-accent) 14%, var(--bg-soft));transform:translateY(-2px)}.nav-toggle span{background:currentColor;border-radius:2px;width:18px;height:2px;margin:5px auto;transition:transform .2s;display:block}body.nav-open .nav-toggle span:first-child{transform:translateY(3.5px)rotate(45deg)}body.nav-open .nav-toggle span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.site-main{min-height:70vh}.hero-section{isolation:isolate;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.menu-item{position:relative}.menu-item-row{align-items:center;gap:1px;width:fit-content;display:flex}.menu-item-row>a,.menu-item-row>.menu-expand-trigger{flex:0 auto}.menu-expand-trigger{text-align:left;cursor:pointer;background:0 0;gap:10px;font-family:inherit}.submenu-toggle{color:currentColor;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:24px;height:30px;margin-left:-5px;padding:0;display:grid}.submenu-toggle:hover,.submenu-toggle:focus-visible{background:color-mix(in srgb, var(--theme-accent) 16%, transparent);outline:none}.submenu-chevron{border-bottom:1.5px solid;border-right:1.5px solid;flex:none;width:7px;height:7px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.site-nav .submenu{z-index:80;border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg-soft) 94%, transparent);min-width:190px;box-shadow:var(--shadow);color:var(--text);opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(var(--header-blur-size));backdrop-filter:blur(var(--header-blur-size));gap:4px;margin:0;padding:8px;list-style:none;transition:opacity .18s,visibility .18s,transform .18s;display:grid;position:absolute;top:100%;left:0;transform:translateY(8px)}.site-nav .submenu .submenu{top:-8px;left:100%}.menu-item:hover>.submenu,.menu-item:focus-within>.submenu,.menu-item.is-submenu-open>.submenu{opacity:1;visibility:visible;transform:translateY(0)}.site-nav .submenu a,.site-nav .submenu .menu-expand-trigger{white-space:nowrap;justify-content:flex-start;width:100%}.site-nav .submenu .submenu-chevron{transform:translate(-2px)rotate(-45deg)}.menu-item:hover>.menu-item-row .submenu-chevron,.menu-item:focus-within>.menu-item-row .submenu-chevron,.menu-item.is-submenu-open>.menu-item-row .submenu-chevron,[data-submenu-toggle][aria-expanded=true] .submenu-chevron{transform:translateY(2px)rotate(225deg)}.hero-section.is-animation-paused .hero-atmosphere,.hero-section.is-animation-paused .hero-atmosphere:before,.hero-section.is-animation-paused .hero-atmosphere:after,.hero-section.is-animation-paused .hero-profile,.hero-section.is-animation-paused .hero-avatar,.hero-section.is-animation-paused .hero-avatar:before,.hero-section.is-animation-paused .hero-avatar:after,.hero-section.is-animation-paused .hero-copy h1,.hero-section.is-animation-paused .hero-copy h1:after,.hero-section.is-animation-paused .hero-time-context,.hero-section.is-animation-paused .hero-scroll,.hero-section.is-animation-paused .hero-bottom-effect,.hero-section.is-animation-paused .hero-bottom-effect:before,.hero-section.is-animation-paused .hero-bottom-effect:after{animation-play-state:paused!important}.hero-media{z-index:-2;contain:layout paint style;background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 36%, transparent), transparent 45%), linear-gradient(180deg, #0003, var(--bg));position:absolute;inset:0}.hero-media img,.hero-media video{object-fit:cover;opacity:.5;filter:saturate(.9)contrast(1.05);width:100%;height:100%}.hero-media video{filter:none;transform:translateZ(0)}.hero-compact{min-height:62vh}.hero-filter{z-index:1;background-image:linear-gradient(color-mix(in srgb, var(--text) 9%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--text) 9%, transparent) 1px, transparent 1px), linear-gradient(180deg, transparent 36%, color-mix(in srgb, var(--bg) 28%, transparent) 100%);background-size:42px 42px,42px 42px,100% 100%;position:absolute;inset:0}.filter-none .hero-filter{display:none}.filter-none .hero-media img,.filter-none .hero-media video{opacity:1;filter:none}.filter-dim .hero-filter{background:linear-gradient(180deg, #0000005c, var(--bg) 100%)}.filter-soft .hero-filter{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-accent) 12%, transparent), var(--bg) 100%)}.filter-sakura-grid .hero-filter{background:var(--first-screen-filter-images);background-size:100% 100%,36px 36px,36px 36px}.filter-scanline .hero-filter{background:linear-gradient(#0000000f,#0000003d) 0 0/100% 100%,repeating-linear-gradient(#ffffff1a 0 1px,#00000014 1px 2px,#0000 2px 6px) 0 0/100% 6px}.filter-glass .hero-media img,.filter-glass .hero-media video{opacity:.72;filter:saturate(1.08)contrast(1.02)}.filter-glass .hero-filter{-webkit-backdrop-filter:blur(16px)saturate(1.18);backdrop-filter:blur(16px)saturate(1.18);background:#ffffff14}.filter-glass .hero-media video{filter:none}.hero-atmosphere{z-index:2;contain:layout paint style;opacity:0;pointer-events:none;position:absolute;inset:-12%;overflow:hidden}body.theme-light.environment-light-sunlight .hero-atmosphere{opacity:.92;background:radial-gradient(circle at 72% 78%,#ffe29b29,#0000 26%),linear-gradient(116deg,#ffde9133,#0000 46%)}.ambient-particles{opacity:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}body:not(.theme-light).environment-dark-star-dust .hero-atmosphere{opacity:.9;background:radial-gradient(circle at 72% 20%,#5b84ce1f,#0000 28%),radial-gradient(circle at 24% 74%,#82a2e014,#0000 24%)}body:not(.theme-light).environment-dark-meteor .hero-atmosphere{opacity:1;background:radial-gradient(circle at 78% 16%,#739dde29,#0000 28%),radial-gradient(circle at 18% 72%,#5470aa1a,#0000 25%),linear-gradient(145deg,#070c1c1f,#02050f75)}.hero-shell{z-index:1;padding:120px 0 96px;position:relative}.hero-profile{animation:entrance-fade-up .75s var(--ease) both;grid-template-columns:220px fit-content(640px);justify-content:center;align-items:center;gap:clamp(32px,8vw,96px);display:grid}.hero-copy{overflow-wrap:anywhere;min-width:0}.hero-avatar{aspect-ratio:1;border-radius:50%;width:clamp(138px,18vw,220px);position:relative}.avatar-crop-square .hero-avatar,.avatar-crop-none .hero-avatar{border-radius:0}.hero-avatar:before,.hero-avatar:after{content:"";border:1px solid color-mix(in srgb, var(--theme-accent) 70%, transparent);border-radius:inherit;display:none;position:absolute;inset:-10px}.hero-avatar:after{animation-delay:1.4s}.avatar-animation-breathe .hero-avatar{animation:3.6s ease-in-out infinite avatar-breathe}.avatar-animation-float .hero-avatar{animation:4.8s ease-in-out infinite avatar-float}.avatar-animation-glow .hero-avatar{animation:3.2s steps(32,end) infinite alternate avatar-glow}.avatar-animation-glow .hero-avatar:before,.avatar-animation-glow .hero-avatar:after{animation:2.8s ease-out infinite ring-pulse;display:block}.hero-avatar img,.hero-avatar>span{border-radius:inherit;object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow);border:4px solid #ffffffb8}.avatar-crop-none .hero-avatar img{object-fit:contain;box-shadow:none;border:0}.hero-avatar>span{color:#fff;background:linear-gradient(135deg, var(--theme-accent), var(--theme-accent-2));place-items:center;font-size:clamp(3rem,9vw,6rem);font-weight:900;display:grid}.eyebrow{color:var(--theme-accent-2);letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.hero-copy h1,.page-hero h1,.section-head h2,.article-title{color:var(--text);letter-spacing:0;margin:0;line-height:1.1}.hero-copy h1{background:var(--hero-title-color,var(--hero-title-default));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:760px;margin-inline-end:-.12em;padding-inline-end:.12em;font-size:clamp(3.2rem,9vw,6.5rem);font-style:italic;font-weight:950;display:inline-block;position:relative}.title-animation-gradient-flow .hero-copy h1{background-size:220% 100%;animation:5.5s steps(66,end) infinite alternate title-gradient-flow}.title-animation-glow .hero-copy h1{animation:2.8s steps(28,end) infinite alternate title-glow}.title-animation-shimmer .hero-copy h1:after{content:attr(data-title);-webkit-text-fill-color:transparent;opacity:0;pointer-events:none;background-image:linear-gradient(105deg,#0000 0%,#ffffff2e 34%,#ffffffeb 50%,#ffffff2e 66%,#0000 100%);background-position:-120px 0;background-repeat:no-repeat;background-size:96px 100%;-webkit-background-clip:text;background-clip:text;animation:4.4s steps(88,end) infinite title-shimmer;position:absolute;inset:0}.hero-copy .eyebrow,.hero-tagline,.hero-bio{background:var(--hero-text-effect,currentColor);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-copy .eyebrow{--hero-text-effect:var(--hero-eyebrow-color,var(--theme-accent))}.hero-tagline{--hero-text-effect:var(--hero-tagline-color,var(--text-soft));margin:16px 0 0;font-size:clamp(1.1rem,3vw,1.45rem);font-weight:800}.hero-bio{--hero-text-effect:var(--hero-intro-color,var(--text-muted));max-width:560px;margin:10px 0 0}.hero-socials{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.hero-socials a{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg-soft) 64%, transparent);width:40px;height:40px;color:var(--theme-accent-2);place-items:center;font-size:12px;font-weight:900;transition:transform .2s,border-color .2s,background .2s;display:grid}.hero-socials a:hover{border-color:color-mix(in srgb, var(--theme-accent) 48%, transparent);background:color-mix(in srgb, var(--theme-accent) 16%, var(--bg-soft));transform:translateY(-3px)}.hero-descent{z-index:2;grid-template-columns:minmax(0,1fr);justify-items:center;gap:7px;width:max-content;max-width:calc(100vw - 40px);display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero-time-context{max-width:min(420px,100vw - 40px);color:color-mix(in srgb, var(--hero-intro-color) 72%, var(--theme-accent-2));letter-spacing:.1em;text-align:center;text-shadow:0 1px 18px color-mix(in srgb, var(--bg) 52%, transparent);animation:hero-whisper-in .56s .38s var(--ease) both;grid-column:1;justify-content:center;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:750;line-height:1.5;display:flex}.hero-time-mark{color:var(--theme-accent-2);text-shadow:0 0 12px color-mix(in srgb, var(--theme-accent-2) 60%, transparent);flex:none;font-size:9px;line-height:1}body[data-day-phase=dawn] .hero-time-context,body[data-day-phase=evening] .hero-time-context{color:color-mix(in srgb, var(--hero-intro-color) 62%, var(--theme-accent-2))}.hero-scroll{width:38px;height:30px;color:var(--text-muted);grid-column:1;place-items:center;animation:2s ease-in-out infinite scroll-bounce;display:grid}.hero-scroll span{border-bottom:1.5px solid;border-right:1.5px solid;width:13px;height:13px;transform:rotate(45deg)}.hero-bottom-effect{z-index:0;pointer-events:none;position:absolute;bottom:-2px;left:0;right:0}.bottom-effect-wave .hero-bottom-effect{height:190px;overflow:hidden}.bottom-effect-wave .hero-bottom-effect:before,.bottom-effect-wave .hero-bottom-effect:after{content:"";background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg) 34%, transparent) 22%, color-mix(in srgb, var(--bg) 88%, transparent) 54%, var(--bg) 100%);clip-path:polygon(0 52%,7% 45%,15% 58%,24% 49%,33% 62%,43% 46%,53% 56%,64% 43%,76% 60%,88% 47%,100% 55%,100% 100%,0 100%);width:136%;height:100%;animation:22s steps(88,end) infinite alternate wave-drift;position:absolute;bottom:0;left:-18%}.bottom-effect-wave .hero-bottom-effect:after{opacity:.72;clip-path:polygon(0 62%,9% 53%,18% 68%,29% 54%,41% 65%,52% 51%,62% 60%,72% 50%,84% 66%,94% 55%,100% 60%,100% 100%,0 100%);animation-duration:29s;animation-direction:alternate-reverse;bottom:-14px}.bottom-effect-fade .hero-bottom-effect{background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg) 18%, transparent) 28%, color-mix(in srgb, var(--bg) 64%, transparent) 68%, var(--bg) 100%);height:230px}.bottom-effect-glass .hero-bottom-effect{background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg-soft) 16%, transparent) 24%, color-mix(in srgb, var(--bg) 56%, transparent) 68%, color-mix(in srgb, var(--bg) 92%, transparent) 100%);-webkit-backdrop-filter:blur(22px)saturate(1.1);backdrop-filter:blur(22px)saturate(1.1);height:230px;-webkit-mask-image:linear-gradient(#0000 0%,#000 34% 100%);mask-image:linear-gradient(#0000 0%,#000 34% 100%)}.bottom-effect-stardust .hero-bottom-effect{background:radial-gradient(circle at 12% 42%, #ffffff4d 0 1px, transparent 2px), radial-gradient(circle at 32% 62%, #fff3 0 1px, transparent 2px), radial-gradient(circle at 58% 36%, #ffffff42 0 1px, transparent 2px), radial-gradient(circle at 82% 54%, #ffffff38 0 1px, transparent 2px), linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg) 18%, transparent) 30%, color-mix(in srgb, var(--bg) 68%, transparent) 72%, var(--bg) 100%);background-size:220px 130px,260px 150px,240px 140px,300px 150px,100% 100%;height:240px;animation:34s steps(136,end) infinite alternate stardust-drift;-webkit-mask-image:linear-gradient(#0000 0%,#000 28% 100%);mask-image:linear-gradient(#0000 0%,#000 28% 100%)}.compass-zone,.feed-zone,.taxonomy-wrap,.archive-wrap{padding:80px 0}.compact-feed{padding-top:60px}.section-head{margin-bottom:28px}.section-head h2,.page-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:900}.section-head-row{justify-content:space-between;align-items:end;gap:20px;display:flex}.feed-count,.page-current{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:800}.compass-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.compass-item{border:1px solid var(--border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--bg-soft) 72%, transparent);min-height:88px;color:var(--text-soft);transition:transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease;align-items:center;gap:14px;padding:18px;font-weight:800;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.compass-item:after{content:"";background:linear-gradient(90deg, var(--theme-accent), var(--theme-accent-2));transform-origin:0;height:2px;transition:transform .3s var(--ease);position:absolute;bottom:0;left:18px;right:18px;transform:scaleX(0)}.compass-item:hover{border-color:color-mix(in srgb, var(--theme-accent) 44%, transparent);box-shadow:0 16px 44px color-mix(in srgb, var(--theme-accent) 18%, transparent);transform:translateY(-5px)}.compass-item:hover:after{transform:scaleX(1)}.compass-icon{background:color-mix(in srgb, var(--theme-accent) 16%, transparent);width:38px;height:38px;color:var(--theme-accent-2);transition:transform .3s var(--ease);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.compass-item:hover .compass-icon{transform:rotate(-6deg)scale(1.12)}.post-list{gap:22px;display:grid}.post-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--bg-soft) 78%, transparent);min-height:260px;transition:transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease;grid-template-columns:minmax(220px,34%) 1fr;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 60px #0000001f}.post-card:hover{border-color:color-mix(in srgb, var(--theme-accent) 45%, transparent);box-shadow:0 28px 80px color-mix(in srgb, var(--theme-accent) 16%, #00000047);transform:translateY(-6px)}.post-card-no-cover{grid-template-columns:1fr;min-height:auto}.post-cover{background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 45%, #15171d), #242737), radial-gradient(circle at 20% 20%, #ffffff47, transparent 30%);min-height:100%;display:block;position:relative;overflow:hidden}.post-cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease), filter .5s ease}.post-card:hover .post-cover img{filter:saturate(1.12);transform:scale(1.06)}.post-cover-fallback{place-items:center;display:grid;position:absolute;inset:0}.post-cover-fallback span{color:#ffffff2e;font-size:clamp(4rem,12vw,8rem);font-weight:950}.post-card-body{min-width:0;padding:clamp(22px,4vw,36px)}.post-meta,.article-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px 14px;font-size:13px;font-weight:700;display:flex}.post-title{letter-spacing:0;margin:10px 0 8px;font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.24}.post-title a{color:var(--text)}.post-excerpt{color:var(--text-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.post-card-foot{justify-content:space-between;align-items:center;gap:18px;margin-top:26px;display:flex}.post-categories,.article-tags,.tag-list,.category-list{flex-wrap:wrap;gap:8px;display:flex}.post-categories a,.article-tags a,.tag-list a,.category-list a,.article-meta a{border:1px solid color-mix(in srgb, var(--theme-accent) 26%, transparent);background:color-mix(in srgb, var(--theme-accent) 10%, transparent);min-height:30px;color:var(--text-soft);border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.read-more{color:var(--theme-accent-2)}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:36px;display:flex}.page-hero{border-bottom:1px solid var(--border);background:radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 28rem), linear-gradient(180deg, color-mix(in srgb, var(--bg-soft) 45%, transparent), transparent);padding:140px 0 64px}.page-hero p{max-width:680px;color:var(--text-soft);margin:14px 0 0}.article-title{font-size:clamp(2.4rem,7vw,4.8rem);font-weight:950}.article-hero .article-meta{margin-top:20px}.article-wrap,.comment-wrap{padding:56px 0}.article-cover{border-radius:var(--radius-xl);object-fit:cover;width:100%;max-height:460px;box-shadow:var(--shadow);margin-bottom:34px}.article-content{color:var(--text-soft);font-size:17px;line-height:1.9}.article-content>:first-child{margin-top:0}.article-content h1,.article-content h2,.article-content h3,.article-content h4{color:var(--text);letter-spacing:0;line-height:1.28}.article-content a{color:var(--theme-accent-2);border-bottom:1px solid color-mix(in srgb, var(--theme-accent-2) 45%, transparent)}.article-content img,.article-content pre,.article-content blockquote{border-radius:var(--radius-lg)}.article-content pre{background:#00000052;padding:18px;overflow:auto}.article-content blockquote{border:1px solid var(--border);border-left:4px solid var(--theme-accent);background:color-mix(in srgb, var(--bg-soft) 60%, transparent);margin:28px 0;padding:18px 22px}.article-tags{margin-top:34px}.post-nav{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:46px;padding-top:28px;display:grid}.post-nav a{border:1px solid var(--border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--bg-soft) 70%, transparent);min-height:64px;color:var(--text-soft);padding:16px;font-weight:800;transition:transform .2s,border-color .2s,color .2s}.post-nav a:hover{border-color:color-mix(in srgb, var(--theme-accent) 45%, transparent);color:var(--text);transform:translateY(-3px)}.archive-wrap,.taxonomy-wrap{min-height:48vh}.archive-year{border:1px solid var(--border);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--bg-soft) 70%, transparent);margin-bottom:36px;padding:26px;position:relative}.archive-year h2{color:var(--theme-accent-2);margin:0 0 18px;font-size:2rem}.archive-month{margin-top:24px}.archive-month h3{color:var(--text);margin:0 0 10px}.archive-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.archive-list li{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr);align-items:center;gap:16px;padding:14px 0;display:grid}.archive-list li.archive-item-has-cover{grid-template-columns:112px minmax(0,1fr)}.archive-cover{aspect-ratio:4/3;border-radius:var(--radius-sm);background:color-mix(in srgb, var(--theme-accent) 16%, var(--bg-soft));width:100%;overflow:hidden}.archive-cover img{object-fit:cover;width:100%;height:100%;transition:transform .35s var(--ease)}.archive-list li:hover .archive-cover img{transform:scale(1.04)}.archive-entry{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:6px 16px;min-width:0;display:grid}.archive-list time{min-width:52px;color:var(--text-muted);font-size:13px;font-weight:800}.archive-entry-title{min-width:0;color:var(--text-soft);overflow-wrap:anywhere;font-weight:800}.archive-excerpt{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-column:1/-1;margin:0;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.archive-layout-timeline{position:relative}.archive-layout-timeline:before{content:"";background:linear-gradient(180deg, transparent, var(--theme-accent) 8%, var(--theme-accent-2) 92%, transparent);width:2px;position:absolute;top:90px;bottom:96px;left:20px}.archive-layout-timeline .archive-year{background:0 0;border:0;border-radius:0;margin-bottom:52px;padding:0 0 0 62px;position:relative}.archive-layout-timeline .archive-year:before{content:"";border:4px solid var(--bg);background:var(--theme-accent-2);width:18px;height:18px;box-shadow:0 0 0 4px color-mix(in srgb, var(--theme-accent) 24%, transparent);border-radius:50%;position:absolute;top:10px;left:11px}.archive-layout-timeline .archive-year h2{margin-bottom:26px;font-size:clamp(2rem,5vw,3rem)}.archive-layout-timeline .archive-month{margin-top:30px}.archive-layout-timeline .archive-month h3{color:var(--text-muted);letter-spacing:0;font-size:14px}.archive-layout-timeline .archive-list{gap:0}.archive-layout-timeline .archive-list li{min-height:56px;padding:14px 0;position:relative}.archive-layout-timeline .archive-list li:before{content:"";border:3px solid var(--bg);background:var(--theme-accent);border-radius:50%;width:14px;height:14px;position:absolute;top:22px;left:-49px}.archive-layout-timeline .archive-list li:after{content:"";background:color-mix(in srgb, var(--theme-accent) 38%, transparent);width:26px;height:1px;position:absolute;top:28px;left:-35px}.archive-layout-timeline .archive-list a{transition:color .2s}.archive-layout-timeline .archive-list a:hover{color:var(--theme-accent-2)}.tag-list,.category-list{margin:0;padding:0;list-style:none}.tag-list a,.category-list a{min-height:48px;padding:10px 16px;font-size:14px}.category-list a{gap:10px}.category-list em{color:var(--theme-accent-2);font-style:normal}.site-footer{border-top:1px solid var(--border);background:linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg-soft) 70%, transparent))}.footer-shell{justify-content:space-between;align-items:center;gap:20px;padding:32px 0;display:flex}.footer-title,.footer-copy{margin:0}.footer-title{color:var(--text);font-weight:900}.footer-copy{color:var(--text-muted);font-size:14px}.footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.footer-record{color:var(--text-muted);font-size:13px;font-weight:700}.footer-custom{color:var(--text-muted);padding-bottom:24px;font-size:14px}.music-player{z-index:46;max-width:min(360px,100vw - 96px);position:fixed;bottom:18px;left:18px}.cursor-glow{z-index:45;opacity:0;pointer-events:none;will-change:transform;border-radius:50%;width:320px;height:320px;transition:opacity .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-glow.is-active{opacity:1}.cursor-glow-soft-light .cursor-glow{background:radial-gradient(circle, color-mix(in srgb, var(--theme-accent-2) 18%, transparent), transparent 68%);mix-blend-mode:screen}.cursor-glow-blue-glow .cursor-glow{mix-blend-mode:screen;background:radial-gradient(circle,#539bff33,#539bff0f 36%,#0000 70%)}.cursor-glow-star-trail .cursor-glow,.cursor-glow-particle-trail .cursor-glow,.cursor-glow-heart-trail .cursor-glow{display:none}.cursor-trail{z-index:65;width:var(--trail-size);height:var(--trail-size);color:var(--trail-color);font-size:var(--trail-size);text-align:center;pointer-events:none;filter:drop-shadow(0 0 5px);animation:cursor-trail-fade var(--trail-lifetime) ease-out forwards;line-height:1;position:fixed;transform:translate(-50%,-50%)}.cursor-trail-particle-trail{background:currentColor;border-radius:50%;box-shadow:0 0 8px}.back-to-top{z-index:60;border:1px solid color-mix(in srgb, var(--theme-accent) 55%, transparent);background:color-mix(in srgb, var(--bg-soft), transparent 18%);width:52px;height:52px;box-shadow:0 14px 42px #0000003d, 0 0 0 6px color-mix(in srgb, var(--theme-accent) 10%, transparent);color:var(--theme-accent-2);cursor:pointer;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:50%;place-items:center;transition:opacity .25s,transform .25s,background .25s;display:grid;position:fixed;bottom:clamp(18px,3vw,30px);right:clamp(16px,3vw,28px);transform:translateY(16px)scale(.94)}.back-to-top-icon{border-top:2px solid;border-left:2px solid;width:13px;height:13px;transform:translateY(4px)rotate(45deg)}.back-to-top-text{letter-spacing:0;margin-top:-6px;font-size:10px;font-weight:900;line-height:1}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.back-to-top:hover{background:color-mix(in srgb, var(--theme-accent) 16%, var(--bg-soft));border-color:color-mix(in srgb, var(--theme-accent) 75%, transparent);transform:translateY(-4px)scale(1.02)}.reveal-item{transition:opacity .7s var(--ease), transform .7s var(--ease)}.scroll-animation-fade-up .reveal-item:not(.is-revealed){opacity:0;transform:translateY(28px)}.scroll-animation-fade-in .reveal-item:not(.is-revealed){opacity:0}.scroll-animation-slide-left .reveal-item:not(.is-revealed){opacity:0;transform:translate(-36px)}.scroll-animation-scale .reveal-item:not(.is-revealed){opacity:0;transform:scale(.96)}@keyframes entrance-fade-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes cursor-trail-fade{to{opacity:0;transform:translate(calc(-50% + var(--trail-x)), calc(-50% + var(--trail-y))) rotate(var(--trail-rotation)) scale(.2)}}@keyframes title-gradient-flow{0%{background-position:0%}to{background-position:100%}}@keyframes title-glow{0%{filter:drop-shadow(0 0 2px color-mix(in srgb, var(--theme-accent) 22%, transparent))}to{filter:drop-shadow(0 0 15px color-mix(in srgb, var(--theme-accent-2) 64%, transparent))}}@keyframes title-shimmer{0%,22%{opacity:0;background-position:-120px 0}24%{opacity:1}66%{opacity:1;background-position:calc(100% + 120px) 0}68%,to{opacity:0;background-position:calc(100% + 120px) 0}}@keyframes avatar-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes avatar-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes avatar-glow{0%{filter:drop-shadow(0 0 4px color-mix(in srgb, var(--theme-accent) 30%, transparent))}to{filter:drop-shadow(0 0 18px color-mix(in srgb, var(--theme-accent-2) 62%, transparent))}}@keyframes ring-pulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.22)}}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes hero-whisper-in{0%{opacity:0;transform:translateY(6px)}}@keyframes wave-drift{0%{transform:translate(-2%)scaleY(1)}to{transform:translate(2%,8px)scaleY(1.04)}}@keyframes stardust-drift{0%{background-position:0 0,30px 12px,-20px 18px,42px -10px,0 0}38%{background-position:84px 22px,-96px -18px,62px 48px,-132px 20px,0 0}71%{background-position:-48px 54px,118px 32px,-104px -28px,92px 64px,0 0}to{background-position:126px -18px,-154px 58px,138px 26px,-208px -34px,0 0}}@media (width<=820px){:root{--shell:min(calc(100vw - 28px), 720px)}.site-header{height:64px}.site-notice{top:64px}.nav-toggle{display:block}.theme-toggle{margin-left:0}.site-nav{border:1px solid var(--border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--bg-soft), transparent var(--header-glass-transparency));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(var(--header-blur-size));backdrop-filter:blur(var(--header-blur-size));padding:12px;display:none;position:fixed;top:72px;left:14px;right:14px}body.nav-open .site-nav{display:block}.site-nav .menu-root,.site-nav>ul{gap:6px;display:grid}.site-nav a,.site-nav .menu-expand-trigger{justify-content:flex-start}.menu-item-row>a,.menu-item-row>.menu-expand-trigger{min-width:0;min-height:44px}.menu-item-row{border-radius:var(--radius-md);gap:6px;width:100%;max-width:100%;transition:color .2s,background .2s}.menu-item-row>.menu-item-link{flex:auto}.menu-item-row>.menu-expand-trigger{flex:auto;justify-content:space-between;width:100%}.submenu-toggle{border:1px solid color-mix(in srgb, var(--theme-accent) 26%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--theme-accent) 9%, transparent);width:44px;height:44px;margin-left:auto}.submenu-chevron{border-width:2px;width:9px;height:9px}.menu-item.is-submenu-open>.menu-item-row{color:var(--text);background:color-mix(in srgb, var(--theme-accent) 11%, transparent)}.site-nav .submenu,.site-nav .submenu .submenu{border:0;border-left:1px solid color-mix(in srgb, var(--theme-accent) 30%, transparent);min-width:0;box-shadow:none;opacity:1;visibility:visible;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;margin:2px 0 4px 14px;padding:4px 0 4px 10px;display:none;position:static;transform:none}.site-nav .submenu .menu-item-row>a,.site-nav .submenu .menu-expand-trigger{min-height:40px;padding:7px 10px;font-size:13px;font-weight:650}.menu-item:hover>.submenu,.menu-item:focus-within>.submenu{display:none}.menu-item.is-submenu-open>.submenu,.menu-item.is-submenu-open:hover>.submenu,.menu-item.is-submenu-open:focus-within>.submenu{display:grid}.site-nav .submenu .submenu-chevron,.menu-item:hover>.menu-item-row .submenu-chevron,.menu-item:focus-within>.menu-item-row .submenu-chevron{transform:translateY(-2px)rotate(45deg)}.menu-item.is-submenu-open>.menu-item-row .submenu-chevron,[data-submenu-toggle][aria-expanded=true] .submenu-chevron{transform:translateY(2px)rotate(225deg)}.hero-profile,.post-card{grid-template-columns:1fr}.archive-layout-timeline:before{left:12px}.archive-layout-timeline .archive-year{padding-left:44px}.archive-layout-timeline .archive-year:before{left:3px}.archive-layout-timeline .archive-list li:before{left:-39px}.archive-layout-timeline .archive-list li:after{width:18px;left:-25px}.archive-list li.archive-item-has-cover{grid-template-columns:92px minmax(0,1fr)}.archive-entry{gap:4px 10px}.hero-profile{text-align:center;justify-items:center;gap:24px}.hero-descent{gap:5px;bottom:18px}.hero-time-context{letter-spacing:.08em;gap:6px;font-size:11px}.hero-scroll{height:26px}.hero-copy h1{font-size:clamp(2.5rem,17vw,4.2rem)}.post-cover{min-height:220px}.compass-grid,.post-nav{grid-template-columns:1fr}.section-head-row,.footer-shell,.post-card-foot{flex-direction:column;align-items:flex-start}.footer-actions{justify-content:flex-start}.music-player{max-width:none;bottom:14px;left:14px;right:14px}}body.no-motion *,body.no-motion :before,body.no-motion :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}body.no-motion .cursor-glow{display:none}body.no-motion .hero-time-context,body.no-motion .hero-scroll{animation:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.cursor-glow{display:none}}.auth-page{background:radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--theme-accent) 30%, transparent), transparent 34rem), radial-gradient(circle at 88% 80%, color-mix(in srgb, var(--theme-accent-2) 18%, transparent), transparent 30rem), linear-gradient(145deg, var(--bg), color-mix(in srgb, var(--bg) 88%, #06070a));grid-template-rows:auto 1fr auto;min-height:100svh;display:grid;overflow-x:hidden}.auth-atmosphere,.auth-atmosphere span{pointer-events:none;position:fixed}.auth-atmosphere{z-index:0;inset:0;overflow:hidden}.auth-atmosphere:before{content:"";opacity:.24;z-index:1;background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(135deg,#000,#0000 68%);mask-image:linear-gradient(135deg,#000,#0000 68%)}.auth-background{z-index:0;opacity:.72;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.auth-atmosphere:has(.auth-background):before{opacity:1;background:linear-gradient(110deg, color-mix(in srgb, var(--bg) 88%, transparent), transparent 68%), linear-gradient(180deg, color-mix(in srgb, var(--bg) 30%, transparent), var(--bg));-webkit-mask-image:none;mask-image:none}.auth-atmosphere span{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--theme-accent) 28%, transparent);z-index:2;border-radius:50%;width:clamp(180px,26vw,360px);animation:18s ease-in-out infinite alternate auth-orbit}.auth-atmosphere span:first-child{top:-12%;right:12%}.auth-atmosphere span:nth-child(2){animation-delay:-6s;bottom:4%;right:-8%}.auth-atmosphere span:nth-child(3){width:clamp(240px,34vw,480px);animation-delay:-11s;bottom:-20%;left:22%}.auth-header,.auth-main,.auth-footer{z-index:1;position:relative}.auth-header{justify-content:space-between;align-items:center;width:min(1240px,100% - 48px);height:88px;margin:0 auto;display:flex}.auth-header .theme-toggle{margin-left:auto}.auth-main{grid-template-columns:minmax(0,1fr) minmax(340px,440px);align-items:center;gap:clamp(52px,9vw,128px);width:min(1120px,100% - 48px);margin:auto;padding:clamp(40px,7vw,92px) 0;display:grid}.auth-intro h1{max-width:680px;color:var(--text);letter-spacing:-.06em;margin:12px 0 24px;font-size:clamp(3.25rem,7.2vw,6.8rem);font-weight:950;line-height:.98}.auth-intro>p:not(.eyebrow){max-width:520px;color:var(--text-soft);margin:0;font-size:clamp(1rem,1.5vw,1.18rem)}.auth-return{color:var(--theme-accent-2);align-items:center;gap:10px;margin-top:34px;font-weight:800;transition:gap .2s;display:inline-flex}.auth-return:hover{gap:15px}.auth-panel{border:1px solid var(--border);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--bg-soft) 76%, transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:clamp(24px,4vw,38px)}.auth-panel .gateway-wrapper{--color-primary:var(--theme-accent);--color-secondary:var(--theme-accent-2);--color-link:var(--theme-accent-2);--color-text:var(--text);--color-border:var(--border);width:100%;color:var(--text)}.auth-login-brand{width:fit-content;color:var(--text);text-align:center;flex-direction:column;align-items:center;gap:10px;margin:0 auto 30px;display:flex}.auth-login-brand img,.auth-login-brand>span{border:2px solid color-mix(in srgb, var(--theme-accent) 48%, transparent);background:linear-gradient(135deg, var(--theme-accent), var(--theme-accent-2));width:84px;height:84px;box-shadow:0 12px 32px color-mix(in srgb, var(--theme-accent) 24%, transparent);color:#fff;object-fit:cover;border-radius:50%;place-items:center;font-size:1.9rem;font-weight:950;display:grid}.auth-panel .halo-form-wrapper{width:100%;box-shadow:none;background:0 0;border:0;padding:0}.auth-panel .form-item .form-input,.auth-panel select{border-color:var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--bg) 74%, transparent);min-height:50px;color:var(--text);overflow:hidden}.auth-panel .form-item .form-input input{border-radius:inherit;width:100%;min-height:48px;color:var(--text);background:0 0;border:0;outline:0}.auth-panel .form-item .form-input:focus-within,.auth-panel select:focus{border-color:var(--theme-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--theme-accent) 18%, transparent);outline:none}.auth-panel .form-item .form-input input:focus{box-shadow:none;border:0;outline:0}.auth-panel .halo-form button[type=submit],.auth-panel button[type=submit]{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--theme-accent), var(--theme-accent-2));min-height:50px;box-shadow:0 14px 34px color-mix(in srgb, var(--theme-accent) 24%, transparent);color:#fff;border:0;font-weight:900;transition:transform .2s,box-shadow .2s}.auth-panel .halo-form button[type=submit]:hover,.auth-panel button[type=submit]:hover{box-shadow:0 18px 40px color-mix(in srgb, var(--theme-accent) 34%, transparent);transform:translateY(-2px)}.auth-panel a{color:var(--theme-accent-2)}.auth-footer{width:min(1240px,100% - 48px);color:var(--text-muted);justify-content:space-between;gap:18px;margin:0 auto;padding:22px 0 30px;font-size:13px;font-weight:700;display:flex}@keyframes auth-orbit{0%{opacity:.35;transform:translate(-12px,8px)scale(.96)}to{opacity:.8;transform:translate(18px,-14px)scale(1.05)}}@media (width<=820px){.auth-header,.auth-main,.auth-footer{width:min(100% - 28px,620px)}.auth-main{grid-template-columns:1fr;gap:36px;padding:34px 0 52px}.auth-intro{text-align:center}.auth-intro h1{margin-left:auto;margin-right:auto;font-size:clamp(2.8rem,15vw,4.8rem)}.auth-intro>p:not(.eyebrow){margin-left:auto;margin-right:auto}.auth-return{margin-top:24px}}@media (width<=480px){.auth-header{height:72px}.auth-header .brand-text{max-width:160px}.auth-panel{border-radius:var(--radius-lg);padding:22px 18px}.auth-footer{text-align:center;flex-direction:column;align-items:center}}:root{--surface-section:color-mix(in srgb, var(--theme-accent) 6%, #0c0e14ad);--surface-interactive:color-mix(in srgb, var(--theme-accent) 11%, #0c0e14e6);--reading-width:760px}::selection{background:color-mix(in srgb, var(--theme-accent-2) 34%, transparent);color:var(--text)}.skip-link{z-index:100;border-radius:var(--radius-md);background:var(--bg-soft);color:var(--text);padding:9px 14px;transition:transform .18s;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.brand{isolation:isolate;position:relative}.brand:after{content:"✦";color:var(--theme-accent-2);opacity:0;pointer-events:none;position:absolute;top:-8px;left:26px;transform:translate(-8px,8px)scale(.4)rotate(-18deg)}.brand:hover:after,.brand.is-glinting:after{animation:brand-glint .48s var(--ease)}.recent-zone{scroll-margin-top:84px;position:relative}.recent-zone[aria-busy=true] [data-home-feed-content]{opacity:.58;pointer-events:none}[data-home-feed-content]{transition:opacity .18s}.trace-list{gap:14px;display:grid}.trace-entry{border-bottom:1px solid var(--border);min-width:0;transition:border-color .2s ease, background .2s ease, transform .2s var(--ease);background:0 0;grid-template-columns:128px minmax(0,1fr);display:grid;position:relative;overflow:hidden}[data-navigable-card]{cursor:pointer}[data-navigable-card]:focus-within{border-color:color-mix(in srgb, var(--theme-accent) 48%, transparent)}.trace-entry:not(:has(.trace-cover)){grid-template-columns:minmax(0,1fr)}.trace-entry-featured{border:1px solid var(--border);border-radius:var(--radius-xl);background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 7%, transparent), transparent 62%), var(--surface-interactive);grid-template-columns:minmax(260px,42%) minmax(0,1fr);min-height:360px;margin-bottom:18px;box-shadow:0 18px 56px #0000001a}.trace-entry-featured:not(:has(.trace-cover)){grid-template-columns:minmax(0,1fr)}.trace-entry-compact{border-radius:var(--radius-md);min-height:132px;padding:10px}.trace-entry-compact:hover{border-color:color-mix(in srgb, var(--theme-accent) 28%, transparent);background:color-mix(in srgb, var(--theme-accent) 6%, transparent);transform:translateY(-2px)}.trace-cover{border-radius:var(--radius-sm);background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 42%, var(--bg-soft)), color-mix(in srgb, var(--theme-accent-2) 22%, var(--bg)));min-height:100%;position:relative;overflow:hidden}.trace-entry-featured .trace-cover{border-radius:0}.trace-cover img{object-fit:cover;width:100%;height:100%;transition:transform .45s var(--ease), filter .45s ease}.trace-entry:hover .trace-cover img{filter:saturate(1.06);transform:scale(1.025)}.trace-cover-fallback{color:#ffffffb8;text-align:center;place-content:center;display:grid;position:absolute;inset:0}.trace-cover-fallback span{font-size:clamp(2.4rem,8vw,6rem);font-weight:950;line-height:.9}.trace-cover-fallback small{letter-spacing:.2em;margin-top:8px;font-weight:800}.trace-body{min-width:0;padding:18px 22px}.trace-entry-featured .trace-body{flex-direction:column;justify-content:center;padding:clamp(28px,5vw,52px);display:flex}.trace-title{color:var(--text);margin:9px 0 8px;font-size:clamp(1.25rem,2.4vw,1.8rem);line-height:1.3}.trace-entry-featured .trace-title{font-size:clamp(1.9rem,4vw,3rem)}.trace-title a,.category-entry h2 a,.archive-entry-title{background-image:linear-gradient(var(--theme-accent-2), var(--theme-accent-2));transition:color .18s ease, background-size .22s var(--ease);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px}.trace-title a:hover,.category-entry h2 a:hover,.archive-entry-title:hover{color:var(--theme-accent-2);background-size:100% 1px}.trace-excerpt{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.75;display:-webkit-box;overflow:hidden}.trace-entry-featured .trace-excerpt{-webkit-line-clamp:3}.trace-foot{justify-content:space-between;align-items:end;gap:16px;margin-top:16px;display:flex}.trace-read,.category-entry-link{color:var(--theme-accent-2);flex:none;font-size:13px;font-weight:800}.trace-read:after,.category-entry-link:after{content:"  →";transition:transform .18s;display:inline-block}.trace-read:hover:after,.category-entry-link:hover:after{transform:translate(4px)}.compass-copy{min-width:0;display:grid}.compass-copy strong{color:var(--text)}.compass-copy small{color:var(--text-muted);margin-top:2px;font-size:11px;font-weight:650}.compass-item-0 .compass-icon{border-radius:var(--radius-sm)}.compass-item-1 .compass-icon:after{content:"";background:currentColor;border-radius:3px;width:12px;height:2px;margin-left:-4px;box-shadow:5px -4px,9px 3px}.compass-item-2 .compass-icon{box-shadow:inset 9px 0 0 color-mix(in srgb, var(--theme-accent) 36%, transparent)}.empty-state{text-align:center;align-content:center;place-items:center;min-height:300px;padding:54px 24px;display:grid}.empty-state h2,.empty-state p{max-width:560px;margin:8px auto 0}.empty-state>p:not(.eyebrow){color:var(--text-soft)}.empty-state .page-link{margin-top:22px}.empty-state-mark{border:1px solid color-mix(in srgb, var(--theme-accent) 28%, transparent);width:58px;height:58px;box-shadow:inset 14px -3px 0 color-mix(in srgb, var(--theme-accent) 18%, transparent);border-radius:50%;margin-bottom:14px;position:relative}.empty-state-mark:after{content:"✦";color:var(--theme-accent-2);font-size:14px;position:absolute;top:3px;right:-4px}.category-post-list{gap:18px;display:grid}.category-entry{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-interactive);min-height:210px;transition:transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease;grid-template-columns:220px minmax(0,1fr);display:grid;overflow:hidden}.category-entry:not(:has(.category-entry-cover)){grid-template-columns:1fr}.category-entry:hover{border-color:color-mix(in srgb, var(--theme-accent) 42%, transparent);box-shadow:0 18px 54px color-mix(in srgb, var(--theme-accent) 12%, transparent);transform:translateY(-3px)}.category-entry-cover{background:color-mix(in srgb, var(--theme-accent) 14%, var(--bg-soft));min-height:100%;position:relative;overflow:hidden}.category-entry-cover img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease)}.category-entry:hover .category-entry-cover img{transform:scale(1.025)}.category-entry-cover>span{place-items:center;display:grid;position:absolute;inset:0}.category-entry-cover i{color:color-mix(in srgb, var(--theme-accent) 40%, transparent);font-size:4rem;font-style:normal;font-weight:950}.category-entry-body{flex-direction:column;justify-content:center;padding:26px 30px;display:flex}.category-entry h2{color:var(--text);margin:8px 0;font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.3}.category-entry-body>p{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.category-entry-link{align-self:flex-start;margin-top:18px}[data-category-template=category-photography\.html] .category-post-list{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}[data-category-template=category-photography\.html] .category-entry{flex-direction:column;grid-column:span 5;min-height:480px;display:flex}[data-category-template=category-photography\.html] .category-entry:nth-child(3n+1){grid-column:span 7}[data-category-template=category-photography\.html] .category-entry-cover{min-height:320px}[data-category-template=category-photography\.html] .category-entry-body{flex:1}[data-category-template=category-audio\.html] .category-entry{border-radius:var(--radius-md);grid-template-columns:112px minmax(0,1fr);min-height:148px}[data-category-template=category-audio\.html] .category-entry-cover:after{content:"♫";background:color-mix(in srgb, var(--bg) 72%, transparent);width:32px;height:32px;color:var(--theme-accent-2);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:8px;right:10px}[data-category-template=category-memory\.html] .category-post-list{padding-left:54px;position:relative}[data-category-template=category-memory\.html] .category-post-list:before{content:"";background:linear-gradient(var(--theme-accent), var(--theme-accent-2), transparent);width:1px;position:absolute;top:18px;bottom:18px;left:16px}[data-category-template=category-memory\.html] .category-entry{border:0;border-bottom:1px solid var(--border);min-height:170px;box-shadow:none;background:0 0;border-radius:0;grid-template-columns:150px minmax(0,1fr);position:relative}[data-category-template=category-memory\.html] .category-entry:before{content:"";border:3px solid var(--bg);background:var(--theme-accent-2);width:13px;height:13px;box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent) 18%, transparent);border-radius:50%;position:absolute;top:32px;left:-44px}.reading-progress{--reading-progress:0;z-index:70;pointer-events:none;height:4px;position:fixed;inset:0 0 auto}.reading-progress-track,.reading-progress-track i{position:absolute;inset:0}.reading-progress-track{background:color-mix(in srgb, var(--border) 55%, transparent)}.reading-progress-track i{width:calc(var(--reading-progress) * 100%);background:linear-gradient(90deg, var(--theme-accent), var(--theme-accent-2));transition:width 80ms linear;right:auto}.reading-progress-moon{top:-4px;left:clamp(7px, calc(var(--reading-progress) * (100% - 14px)), calc(100% - 7px));background:var(--theme-accent-2);width:12px;height:12px;box-shadow:inset 4px -1px 0 color-mix(in srgb, var(--theme-accent) 65%, var(--bg)), 0 0 12px color-mix(in srgb, var(--theme-accent-2) 52%, transparent);border-radius:50%;transition:left 80ms linear;position:absolute;transform:translate(-50%)}.reading-progress.is-complete .reading-progress-moon{box-shadow:0 0 18px color-mix(in srgb, var(--theme-accent-2) 72%, transparent)}.article-reading-layout{grid-template-columns:minmax(0, 1fr) minmax(0, var(--reading-width)) minmax(0, 1fr);align-items:start;width:min(1360px,100vw - 40px);display:grid;position:relative}.article-reading-layout .article-wrap{grid-area:1/2;width:100%;min-width:0}.article-toc{border-left:1px solid var(--border);grid-area:1/3;width:min(250px,100% - 32px);max-height:calc(100vh - 130px);margin:56px 0 0 32px;position:sticky;top:100px;overflow:auto}.toc-toggle{width:100%;color:var(--text);cursor:default;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 0 12px 18px;font-size:13px;font-weight:850;display:flex}.toc-toggle i{border-bottom:1px solid;border-right:1px solid;width:8px;height:8px;display:none;transform:rotate(45deg)}.article-toc ol{gap:2px;margin:0;padding:0;list-style:none;display:grid}.article-toc a{color:var(--text-muted);padding:7px 10px 7px 18px;font-size:12px;line-height:1.45;transition:color .18s,background .18s;display:block;position:relative}.article-toc a:before{content:"";background:var(--theme-accent-2);opacity:0;width:5px;height:5px;transition:opacity .18s ease, transform .18s var(--ease);border-radius:50%;position:absolute;top:50%;left:-3px;transform:translateY(-50%)scale(.4)}.article-toc a:hover,.article-toc a.is-active{color:var(--text);background:color-mix(in srgb, var(--theme-accent) 7%, transparent)}.article-toc a.is-active:before{opacity:1;transform:translateY(-50%)scale(1)}.article-toc .toc-level-3 a{padding-left:32px;font-size:11px}.article-content{overflow-wrap:anywhere}.article-content>*+*{margin-top:1.25em}.article-content h2,.article-content h3,.article-content h4{scroll-margin-top:112px}.article-content h2{margin-top:2.45em;margin-bottom:.8em;font-size:clamp(1.65rem,4vw,2.15rem)}.article-content h3{margin-top:2em;margin-bottom:.65em;font-size:clamp(1.3rem,3vw,1.62rem)}.article-content p,.article-content li{text-wrap:pretty}.article-content ul,.article-content ol{padding-left:1.45em}.article-content li+li{margin-top:.45em}.article-content a{background-image:linear-gradient(var(--theme-accent-2), var(--theme-accent-2));transition:color .18s ease, background-size .2s var(--ease);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px}.article-content a:hover{background-size:100% 1px}.article-content blockquote{background:linear-gradient(90deg, color-mix(in srgb, var(--theme-accent) 11%, transparent), transparent 82%);border-width:0 0 0 2px;border-radius:0}.article-content figure{margin:2.2em 0}.article-content figcaption{color:var(--text-muted);text-align:center;margin-top:10px;font-size:13px;line-height:1.6}.article-content hr{background:linear-gradient(90deg, transparent, var(--border), transparent);border:0;width:min(240px,58%);height:1px;margin:3.5em auto}.article-content table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.article-content th,.article-content td{border:1px solid var(--border);text-align:left;padding:10px 12px}.article-content th{background:color-mix(in srgb, var(--theme-accent) 9%, transparent);color:var(--text)}.article-content pre{padding-top:48px;line-height:1.65;position:relative}.code-copy{border-radius:var(--radius-sm);color:#ffffffad;cursor:pointer;background:#ffffff12;border:1px solid #ffffff24;min-width:58px;min-height:30px;padding:4px 9px;font-size:11px;font-weight:750;transition:color .15s,border-color .15s,background .15s;position:absolute;top:10px;right:10px}.code-copy:hover,.code-copy.is-copied{border-color:color-mix(in srgb, var(--theme-accent-2) 48%, transparent);background:color-mix(in srgb, var(--theme-accent) 16%, #ffffff12);color:#fff}.photo-meta,.memory-ledger dl{flex-wrap:wrap;gap:10px 22px;margin:22px 0 0;display:flex}.photo-meta div,.memory-ledger dl div{grid-template-columns:auto auto;gap:7px;display:grid}.photo-meta dt,.memory-ledger dt{color:var(--text-muted);font-size:12px;font-weight:750}.photo-meta dd,.memory-ledger dd{color:var(--text-soft);margin:0;font-size:12px}.memory-caption{font-family:LXGW WenKai,STKaiti,KaiTi,serif;font-size:clamp(1rem,2vw,1.2rem)}.memory-ledger,.later-note{border-left:2px solid color-mix(in srgb, var(--theme-accent-2) 52%, transparent);background:linear-gradient(90deg, color-mix(in srgb, var(--theme-accent) 8%, transparent), transparent);margin-bottom:34px;padding:20px 22px}.memory-ledger .eyebrow,.later-note .eyebrow,.later-note>p{margin:0}.later-note{margin-top:42px}.later-note>p:last-child{color:var(--text-soft);white-space:pre-line;margin-top:10px}.memory-origin{color:var(--text-muted);text-align:center;margin:10px 0 0;font-family:LXGW WenKai,STKaiti,KaiTi,serif}[data-article-template=post-memory\.html] .article-wrap{max-width:700px}[data-article-template=post-memory\.html] .article-content{letter-spacing:.015em;line-height:2}[data-article-template=post-photo-essay\.html]{--reading-width:820px}[data-article-template=post-photo-essay\.html] .article-content>p:not(.photo-breakout),[data-article-template=post-photo-essay\.html] .article-content>h2,[data-article-template=post-photo-essay\.html] .article-content>h3,[data-article-template=post-photo-essay\.html] .article-content>blockquote{max-width:660px;margin-left:auto;margin-right:auto}.photo-breakout,.photo-group{width:min(1080px,100vw - 40px);max-width:none;margin:clamp(34px,7vw,76px) 50%;transform:translate(-50%)}.photo-breakout img,.photo-group img{object-fit:cover;width:100%;height:100%}.photo-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.photo-group-3{grid-template-columns:repeat(12,minmax(0,1fr))}.photo-group-3>*{grid-column:span 4}.photo-group>[data-orientation=portrait] img{aspect-ratio:3/4}.photo-group>[data-orientation=landscape] img{aspect-ratio:4/3}.article-content img:not(.emoji){cursor:zoom-in}.article-content a img,.article-content img[data-no-lightbox=true]{cursor:pointer}.audio-record-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-interactive);margin:28px 0;padding:18px;transition:border-color .24s,background .24s,box-shadow .24s;display:block;position:relative;overflow:hidden}.audio-record-card:after{content:"";background:linear-gradient(var(--theme-accent), var(--theme-accent-2));opacity:0;width:2px;transition:opacity .24s;position:absolute;top:0;bottom:0;left:0}.audio-record-card.is-playing{border-color:color-mix(in srgb, var(--theme-accent) 48%, transparent);background:color-mix(in srgb, var(--theme-accent) 11%, var(--bg-soft));box-shadow:0 14px 38px color-mix(in srgb, var(--theme-accent) 11%, transparent)}.audio-record-card.is-playing:after{opacity:1;animation:2.2s ease-in-out infinite audio-breathe}.audio-record-head{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:14px;display:grid}.audio-record-number{background:color-mix(in srgb, var(--theme-accent) 14%, transparent);width:34px;height:34px;color:var(--theme-accent-2);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.audio-record-head strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.audio-record-duration{color:var(--text-muted);font-size:11px;font-weight:750}.audio-record-card audio{width:100%;display:block}.audio-record-card figcaption{text-align:left;margin-top:12px}.dream-divider{width:min(260px,70%);height:42px;margin:52px auto 0;position:relative}.dream-divider:before,.dream-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--border));width:calc(50% - 23px);height:1px;position:absolute;top:50%}.dream-divider:before{left:0}.dream-divider:after{right:0;transform:rotate(180deg)}.dream-divider span{width:22px;height:22px;box-shadow:inset 7px -1px 0 color-mix(in srgb, var(--theme-accent) 55%, transparent);opacity:.42;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-18deg)scale(.7)}.dream-divider span:after{content:"✦";color:var(--theme-accent-2);font-size:9px;position:absolute;top:-7px;right:-8px}.article-end-mark.is-seen span{animation:end-mark-appear .56s var(--ease) both}.comment-divider{margin-top:0;margin-bottom:44px}body.symbols-subtle .dream-divider span:after,body.symbols-subtle .empty-state-mark:after,body.symbols-none .dream-divider{display:none}.post-nav a{flex-direction:column;justify-content:center;display:flex}.post-nav a span{color:var(--theme-accent-2);letter-spacing:.08em;font-size:11px}.post-nav a strong{color:var(--text-soft);margin-top:5px;font-size:14px}.post-nav-newer{text-align:right}.image-lightbox{color:#fff;background:0 0;border:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:0;overflow:hidden}.image-lightbox::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05070ce8}.lightbox-frame{grid-template-columns:72px minmax(0,1fr) 72px;place-items:center;width:100%;height:100%;padding:28px;display:grid;position:relative}.lightbox-frame figure{place-items:center;max-width:100%;max-height:100%;margin:0;display:grid}.lightbox-frame img{border-radius:var(--radius-sm);object-fit:contain;max-width:100%;max-height:calc(100vh - 112px);animation:lightbox-image-in .22s var(--ease) both;box-shadow:0 26px 90px #00000073}.lightbox-frame figcaption{color:#ffffffad;justify-content:space-between;gap:20px;width:100%;margin-top:12px;font-size:12px;display:flex}.lightbox-close,.lightbox-nav{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:50%;place-items:center;line-height:0;transition:background .18s,border-color .18s,transform .18s;display:grid}.lightbox-nav{width:46px;height:46px}.lightbox-close{width:40px;height:40px}.lightbox-close svg,.lightbox-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px;display:block}.lightbox-close svg{width:16px;height:16px}.lightbox-close:hover,.lightbox-nav:hover{background:#ffffff1f;border-color:#ffffff61;transform:scale(1.04)}.lightbox-close{z-index:2;position:absolute;top:20px;right:20px}.archive-load-more{border-color:color-mix(in srgb, var(--theme-accent) 34%, transparent);background:color-mix(in srgb, var(--theme-accent) 10%, transparent);min-width:150px}.archive-load-status{min-height:1.5em;color:var(--text-muted);text-align:center;margin:14px 0 0;font-size:12px}.archive-appended{animation:archive-append-in .42s var(--ease) both}.error-page{place-items:center;min-height:100svh;padding:112px 0 70px;display:grid;position:relative;overflow:hidden}.error-content{z-index:2;text-align:center;max-width:760px;position:relative}.error-code{color:color-mix(in srgb, var(--theme-accent) 18%, transparent);letter-spacing:-.08em;margin:8px 0 -28px;font-size:clamp(7rem,25vw,16rem);font-weight:950;line-height:.9}.error-content h1{margin:0;font-size:clamp(2.2rem,7vw,4.8rem);line-height:1.1}.error-content>p:not(.eyebrow,.error-code){color:var(--text-soft);margin:20px auto 0}.error-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.error-star-path{border-top:1px solid color-mix(in srgb, var(--theme-accent) 30%, transparent);opacity:.68;width:min(780px,86vw);height:180px;animation:error-path-in .65s var(--ease) both;border-radius:50%;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(-7deg)}.error-star-path span,.error-star-path i{border-radius:50%;position:absolute}.error-star-path span{background:var(--theme-accent-2);width:15px;height:15px;box-shadow:0 0 18px color-mix(in srgb, var(--theme-accent-2) 55%, transparent);top:-8px;left:28%}.error-star-path i{border:2px solid var(--theme-accent);background:var(--bg);width:9px;height:9px;top:-5px;right:22%}@view-transition{navigation:auto}::view-transition-old(root){animation:.18s both page-fade-out}::view-transition-new(root){animation:page-fade-in .26s var(--ease) both}html:has(body.page-transitions-off)::view-transition-old(root){animation:none}html:has(body.page-transitions-off)::view-transition-new(root){animation:none}@keyframes brand-glint{0%{opacity:0;transform:translate(-8px,8px)scale(.4)rotate(-18deg)}48%{opacity:1}to{opacity:0;transform:translate(9px,-7px)scale(1)rotate(12deg)}}@keyframes audio-breathe{50%{opacity:.42}}@keyframes end-mark-appear{0%{opacity:0;transform:translate(-50%,-50%)rotate(-28deg)scale(.45)}}@keyframes lightbox-image-in{0%{opacity:0;transform:scale(.975)}}@keyframes archive-append-in{0%{opacity:0;transform:translateY(18px)}}@keyframes error-path-in{0%{opacity:0;transform:translate(-50%,-50%)rotate(-12deg)scaleX(.72)}}@keyframes page-fade-out{to{opacity:0}}@keyframes page-fade-in{0%{opacity:0}}@media (width<=1280px){.article-reading-layout{width:min(var(--reading-width), calc(100vw - 40px));display:block}.article-toc{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-section);width:100%;max-height:none;margin:38px 0 0;position:static}.toc-toggle{cursor:pointer;padding:13px 16px}.toc-toggle i{transition:transform .18s;display:block}.article-toc nav{padding:0 12px 12px;display:none}.article-toc.is-open nav{display:block}.article-toc.is-open .toc-toggle i{transform:rotate(225deg)translate(-2px,-2px)}}@media (width<=820px){.trace-entry,.trace-entry-featured{grid-template-columns:1fr}.trace-entry-featured{min-height:0}.trace-entry-featured .trace-cover{min-height:240px}.trace-entry-compact{grid-template-columns:88px minmax(0,1fr);min-height:110px}.trace-entry-compact:not(:has(.trace-cover)){grid-template-columns:1fr}.trace-entry-compact .trace-body{padding:10px 14px}.trace-entry-compact .trace-excerpt,.trace-entry-compact .post-categories{display:none}.trace-foot{flex-direction:column;align-items:flex-start}.compass-item:hover,.category-entry:hover,.trace-entry-compact:hover,.post-nav a:hover{transform:none}.category-entry,[data-category-template=category-audio\.html] .category-entry,[data-category-template=category-memory\.html] .category-entry{grid-template-columns:96px minmax(0,1fr);min-height:140px}.category-entry-body{padding:18px}[data-category-template=category-photography\.html] .category-post-list{grid-template-columns:1fr}[data-category-template=category-photography\.html] .category-entry,[data-category-template=category-photography\.html] .category-entry:nth-child(3n+1){grid-column:auto;min-height:0}[data-category-template=category-photography\.html] .category-entry-cover{min-height:260px}[data-category-template=category-memory\.html] .category-post-list{padding-left:40px}[data-category-template=category-memory\.html] .category-entry:before{left:-35px}.photo-breakout,.photo-group{width:calc(100vw - 28px)}.photo-group,.photo-group-3{grid-template-columns:1fr}.photo-group-3>*{grid-column:auto}.lightbox-frame{grid-template-columns:52px minmax(0,1fr) 52px;padding:18px 8px}.lightbox-nav{width:44px;height:44px}.lightbox-close{width:38px;height:38px;top:10px;right:10px}.post-nav-newer{text-align:left}}@media (width<=520px){.trace-entry-compact{grid-template-columns:74px minmax(0,1fr)}.trace-entry-featured .trace-body{padding:24px 20px}.trace-entry-featured .trace-cover{min-height:210px}.category-entry,[data-category-template=category-audio\.html] .category-entry,[data-category-template=category-memory\.html] .category-entry{grid-template-columns:1fr}.category-entry-cover{min-height:190px}.audio-record-head{grid-template-columns:34px minmax(0,1fr)}.audio-record-duration{grid-column:2}.lightbox-frame{grid-template-columns:44px minmax(0,1fr) 44px}.lightbox-frame figcaption{flex-direction:column;align-items:flex-start;gap:4px}}body.no-motion .audio-record-card.is-playing:after{animation:none}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}.reading-progress-track i,.reading-progress-moon{transition:none}.audio-record-card.is-playing:after{animation:none}}
