:root{--page-bg:#f5f3ef;--surface:#fbfaf8;--surface-strong:#eeece7;--ink:#242422;--ink-muted:#74736d;--line:#24242221;--accent:#e05a47;--accent-deep:#b63d30;--accent-soft:#f6ddd8;--shadow:0 18px 55px #2a231b17;--page-gutter:clamp(1.1rem, 4vw, 4.6rem);--content-width:112rem;--reading-width:720px;--header-height:76px;color-scheme:light}:root[data-theme=dark]{--page-bg:#171715;--surface:#201f1c;--surface-strong:#2a2925;--ink:#f1efe9;--ink-muted:#aaa79d;--line:#f1efe926;--accent:#f07b67;--accent-deep:#ff9a87;--accent-soft:#492b28;--shadow:0 22px 70px #00000040;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0;display:none}body{background:var(--page-bg);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.65;transition:background .3s,color .3s}body::selection{background:var(--accent);color:#fff}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh;overflow:clip}.container{width:min(var(--content-width), 92vw);margin-inline:auto}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.serif{font-family:Songti SC,SimSun,Georgia,serif}.eyebrow{color:var(--accent-deep);letter-spacing:.08em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}.muted{color:var(--ink-muted)}.accent{color:var(--accent-deep)}.section-space{padding-block:clamp(4.5rem,9vw,8rem)}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.section-heading h2{letter-spacing:-.025em;margin:.4rem 0 0;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.7rem,3vw,2.45rem);font-weight:600;line-height:1.22}.section-heading p{max-width:25rem;color:var(--ink-muted);margin:0;font-size:.9rem}.text-link{color:var(--accent-deep);white-space:nowrap;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:inline-flex}.text-link:after{content:"↗";font-size:1rem;transition:transform .2s}.text-link:hover:after{transform:translate(3px,-3px)}.site-header{z-index:30;height:var(--header-height);border-bottom:1px solid #0000;transition:background .3s,border-color .3s,backdrop-filter .3s;position:fixed;inset:0 0 auto}.site-header.scrolled{border-color:var(--line);background:color-mix(in srgb, var(--page-bg) 84%, transparent);backdrop-filter:blur(18px)}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:.7rem;font-family:Noto Serif SC,Georgia,serif;font-size:1.2rem;font-weight:700;display:inline-flex}.brand-mark{border:1px solid var(--accent);width:30px;height:30px;color:var(--accent);border-radius:50%;flex:0 0 30px;place-items:center;display:grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.desktop-nav{align-items:center;gap:.25rem;display:flex}.desktop-nav a{color:var(--ink-muted);padding:.45rem .75rem;font-size:.82rem;transition:color .2s,background .2s}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{background:var(--surface-strong);color:var(--ink);border-radius:999px}.nav-more{position:relative}.nav-more summary{color:var(--ink-muted);cursor:pointer;border-radius:999px;padding:.45rem .75rem;font-size:.82rem;list-style:none}.nav-more summary::-webkit-details-marker{display:none}.nav-more[open] summary,.nav-more summary:hover{background:var(--surface-strong);color:var(--ink)}.nav-more-menu{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, transparent);width:220px;box-shadow:var(--shadow);backdrop-filter:blur(18px);border-radius:.9rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .65rem);right:0}.nav-more-menu a{border-radius:.55rem;gap:.1rem;padding:.6rem .65rem;display:grid}.nav-more-menu a:hover{background:var(--surface-strong)}.nav-more-menu strong{color:var(--ink);font-size:.78rem;font-weight:600}.nav-more-menu small{color:var(--ink-muted);font-size:.65rem}.header-actions{align-items:center;gap:.45rem;display:flex}.icon-btn{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;transition:background .2s,border-color .2s,transform .2s;display:grid}.icon-btn:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.icon-btn svg{width:17px;height:17px}.theme-light-icon,.close-icon,:root[data-theme=dark] .theme-dark-icon{display:none}:root[data-theme=dark] .theme-light-icon{display:block}.menu-toggle[aria-expanded=true] .menu-icon{display:none}.menu-toggle[aria-expanded=true] .close-icon{display:block}.menu-toggle{display:none}.mobile-nav{z-index:29;inset:var(--header-height) 0 auto;max-height:calc(100dvh - var(--header-height));padding:.8rem var(--page-gutter) 1.3rem;border-bottom:1px solid var(--line);background:var(--page-bg);box-shadow:var(--shadow);display:none;position:fixed;overflow-y:auto}.mobile-nav.open{gap:.2rem;display:grid}.mobile-nav a{border-bottom:1px solid var(--line);color:var(--ink-muted);padding:.75rem .2rem}.hero{isolation:isolate;color:#fff;align-items:end;min-height:min(720px,83vh);display:flex;position:relative}.hero:before{z-index:-2;content:"";background:linear-gradient(#00000014 20%,#000000b3 100%),url(/assets/images/hero.webp) 50% 46%/cover;position:absolute;inset:0}.hero:after{z-index:-1;content:"";background:linear-gradient(90deg,#0a090899,#0000 70%);position:absolute;inset:0}.hero-content{width:min(760px, calc(100% - 2 * var(--page-gutter)));padding-block:clamp(6.5rem,13vw,10rem) clamp(3rem,8vw,6rem)}.hero .eyebrow{color:#ffffffb8}.hero h1{letter-spacing:-.09em;margin:.8rem 0 1rem;font-size:clamp(4rem,11vw,8.5rem);font-weight:600;line-height:.92}.hero p{color:#ffffffc7;max-width:32rem;margin:0;font-size:clamp(1rem,2vw,1.2rem)}.hero-meta{color:#ffffffb8;align-items:center;gap:1.25rem;margin-top:2rem;font-size:.75rem;display:flex}.hero-meta span{align-items:center;gap:.4rem;display:inline-flex}.hero-meta span+span:before{background:var(--accent);content:"";border-radius:50%;width:4px;height:4px}.scroll-cue{right:var(--page-gutter);color:#ffffffb3;letter-spacing:.15em;writing-mode:vertical-rl;justify-items:center;gap:.7rem;font-family:DM Mono,monospace;font-size:.6rem;display:grid;position:absolute;bottom:3.2rem}.scroll-cue:before{background:linear-gradient(var(--accent), transparent);content:"";width:1px;height:66px}.intro-grid{grid-template-columns:minmax(0,1.6fr) minmax(260px,.9fr);align-items:start;gap:clamp(2.5rem,8vw,8rem);display:grid}.intro-copy h2{letter-spacing:-.04em;max-width:680px;margin:.45rem 0 1.2rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.8rem,4vw,3.35rem);font-weight:600;line-height:1.25}.intro-copy>p{max-width:580px;color:var(--ink-muted);margin:0;font-size:1rem}.profile-panel{border-block:1px solid var(--line);grid-template-columns:62px 1fr;gap:1rem;padding:1.3rem 0;display:grid}.profile-avatar{object-fit:cover;filter:saturate(.8);border-radius:50%;width:62px;height:62px}.profile-panel h3{margin:.1rem 0 .2rem;font-size:1rem}.profile-panel p{color:var(--ink-muted);margin:0;font-size:.82rem}.profile-status{color:var(--accent-deep);align-items:center;gap:.45rem;margin-top:.7rem;font-family:DM Mono,monospace;font-size:.65rem;display:flex}.profile-status:before{content:"";background:#4bb574;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4bb5742e}.featured-grid{grid-template-columns:1.35fr 1fr;gap:1.2rem;display:grid}.post-card{border:1px solid var(--line);background:var(--surface);border-radius:1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.post-card:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));box-shadow:var(--shadow);transform:translateY(-4px)}.post-card-image{aspect-ratio:16/9;position:relative;overflow:hidden}.post-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.post-card:hover .post-card-image img{transform:scale(1.045)}.post-card-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000038);position:absolute;inset:0}.post-card-body{padding:1.35rem 1.45rem 1.5rem}.post-card-body h3{margin:.55rem 0 .5rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.12rem,2vw,1.55rem);line-height:1.35}.post-card-body p{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;display:-webkit-box;overflow:hidden}.post-card-meta{color:var(--ink-muted);justify-content:space-between;gap:1rem;margin-top:1.2rem;font-family:DM Mono,monospace;font-size:.64rem;display:flex}.category-label{color:var(--accent-deep)}.split-band{background:var(--surface-strong)}.archive-list{border-top:1px solid var(--line);gap:0;display:grid}.archive-row{border-bottom:1px solid var(--line);grid-template-columns:100px minmax(0,1fr) 140px;align-items:center;gap:1rem;padding:1.35rem .3rem;transition:padding .25s,background .25s;display:grid}.archive-row:hover{background:var(--surface);padding-inline:1rem}.archive-row time{color:var(--ink-muted);font-family:DM Mono,monospace;font-size:.65rem}.archive-row h3{margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.08rem;font-weight:600}.archive-row .row-tag{color:var(--ink-muted);justify-self:end;font-size:.75rem}.moments-grid{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:1.2rem;display:grid}.moment-card{border:1px solid var(--line);background:var(--surface);border-radius:1.25rem;padding:1.5rem}.moment-card+.moment-card{margin-top:1.2rem}.moment-card header{justify-content:space-between;gap:1rem;margin-bottom:.8rem;display:flex}.moment-card time{color:var(--ink-muted);font-family:DM Mono,monospace;font-size:.65rem}.moment-card p{margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.05rem;line-height:1.8}.moment-side{align-content:start;gap:1.2rem;display:grid}.quote-block{background:var(--accent);color:#fff;border-radius:1.25rem;padding:2.1rem}.quote-block p{margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.3rem;line-height:1.7}.quote-block span{color:#ffffffb8;margin-top:1.5rem;font-family:DM Mono,monospace;font-size:.65rem;display:block}.stats-block{border:1px solid var(--line);background:var(--surface);border-radius:1.25rem;grid-template-columns:repeat(2,1fr);display:grid}.stat{padding:1.25rem}.stat+.stat{border-left:1px solid var(--line)}.stat strong{font-size:1.8rem;font-weight:500;display:block}.stat span{color:var(--ink-muted);font-size:.73rem}.site-footer{border-top:1px solid var(--line);padding-block:2.3rem}.footer-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-brand{color:var(--ink-muted);font-family:Noto Serif SC,Georgia,serif;font-size:.9rem}.footer-links{gap:.9rem;display:flex}.footer-links a{color:var(--ink-muted);font-size:.75rem;transition:color .2s}.footer-links a:hover{color:var(--accent-deep)}.footer-note{color:var(--ink-muted);font-family:DM Mono,monospace;font-size:.62rem}.page-hero{padding-block:calc(var(--header-height) + 5rem) 4rem;border-bottom:1px solid var(--line);background:var(--surface-strong)}.page-hero h1{letter-spacing:-.06em;max-width:760px;margin:.5rem 0 .9rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(2.6rem,7vw,5.7rem);line-height:1.08}.page-hero p{max-width:580px;color:var(--ink-muted);margin:0;font-size:1rem}.page-main{padding-block:clamp(3.5rem,7vw,6rem)}.filter-bar{flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:2rem;display:flex}.filter-pill{border:1px solid var(--line);color:var(--ink-muted);border-radius:999px;padding:.45rem .8rem;font-size:.72rem;transition:background .2s,color .2s,border .2s}.filter-pill:hover,.filter-pill.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-deep)}.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.posts-grid .post-card-image{aspect-ratio:1.65}.archive-year{color:var(--accent-deep);letter-spacing:.1em;margin:3rem 0 1rem;font-family:DM Mono,monospace;font-size:.78rem}.archive-year:first-child{margin-top:0}.taxonomy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.taxonomy-card{border:1px solid var(--line);background:var(--surface);border-radius:1.1rem;flex-direction:column;justify-content:space-between;min-height:150px;padding:1.2rem;transition:transform .2s,border .2s;display:flex}.taxonomy-card:hover{border-color:var(--accent);transform:translateY(-3px)}.taxonomy-card h2{margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.3rem}.taxonomy-card span{color:var(--ink-muted);font-family:DM Mono,monospace;font-size:.65rem}.prose-layout{grid-template-columns:minmax(0, var(--reading-width)) 190px;justify-content:center;align-items:start;gap:4rem;display:grid}.post-header{margin-bottom:3.5rem}.post-header h1{letter-spacing:-.06em;margin:.8rem 0 1rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(2.35rem,5.5vw,4.7rem);line-height:1.18}.post-header p{color:var(--ink-muted);margin:0;font-size:1.05rem}.post-info{color:var(--ink-muted);flex-wrap:wrap;gap:.8rem 1.2rem;margin-top:1.2rem;font-family:DM Mono,monospace;font-size:.65rem;display:flex}.post-info span{align-items:center;gap:.4rem;display:inline-flex}.post-cover{aspect-ratio:16/9;object-fit:cover;border-radius:1rem;width:100%;margin-top:2rem}.prose{font-family:Noto Serif SC,Georgia,serif;font-size:1.03rem;line-height:2.02}.prose>:first-child{margin-top:0}.prose h2,.prose h3{margin:3rem 0 1rem;font-family:Noto Serif SC,Georgia,serif;line-height:1.35}.prose h2{font-size:1.75rem}.prose h3{font-size:1.3rem}.prose p{margin:1.35rem 0}.prose a{color:var(--accent-deep);text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--accent) 40%, transparent);text-underline-offset:.2em}.prose blockquote{border-left:3px solid var(--accent);color:var(--ink-muted);margin:2rem 0;padding:.3rem 0 .3rem 1.3rem;font-style:italic}.prose pre{border:1px solid var(--line);color:#e5e7df;background:#1d1f20;border-radius:.8rem;margin:2rem 0;padding:1.2rem 1.3rem;font-family:DM Mono,monospace;font-size:.78rem;line-height:1.75;overflow:auto}.prose code:not(pre code){background:var(--surface-strong);border-radius:.25rem;padding:.12em .35em;font-family:DM Mono,monospace;font-size:.82em}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin:.55rem 0}.toc{top:calc(var(--header-height) + 2rem);border-top:1px solid var(--line);padding-top:.7rem;position:sticky}.toc-title{color:var(--ink-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;font-family:DM Mono,monospace;font-size:.64rem}.toc a{border-left:1px solid var(--line);color:var(--ink-muted);padding:.25rem 0 .25rem .7rem;font-size:.72rem;line-height:1.45;display:block}.toc a.active{border-color:var(--accent);color:var(--accent-deep)}.post-end{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:1.5rem;display:flex}.tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{background:var(--surface-strong);color:var(--ink-muted);border-radius:999px;padding:.35rem .65rem;font-family:DM Mono,monospace;font-size:.62rem}.content-narrow{max-width:820px;margin-inline:auto}.content-narrow h2{margin:2.5rem 0 .9rem;font-family:Noto Serif SC,Georgia,serif;font-size:1.6rem}.content-narrow p{color:var(--ink-muted);line-height:1.9}.about-grid{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:clamp(2rem,7vw,6rem);display:grid}.about-portrait{top:calc(var(--header-height) + 2rem);aspect-ratio:1/1.15;border-radius:1rem;position:sticky;overflow:hidden}.about-portrait img{object-fit:cover;width:100%;height:100%}.about-meta{color:var(--ink-muted);margin-top:1rem;font-family:DM Mono,monospace;font-size:.66rem;line-height:1.8}.link-list{border-top:1px solid var(--line);display:grid}.link-row{border-bottom:1px solid var(--line);grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:.75rem 1rem;padding:1.1rem .2rem;display:grid}.link-row strong{font-family:Noto Serif SC,Georgia,serif;font-size:1.05rem}.link-row span{color:var(--ink-muted);font-size:.78rem}.link-row>div{gap:.15rem;display:grid}.link-row .friend-mark{border:1px solid var(--accent);width:34px;height:34px;color:var(--accent-deep);border-radius:50%;place-items:center;font-family:DM Mono,monospace;font-size:.75rem;display:grid}.link-row .friend-avatar{border:1px solid var(--line);object-fit:cover;background:var(--surface-muted);border-radius:50%;width:34px;height:34px}.link-row:hover strong{color:var(--accent-deep)}.footer-links a.button{color:#fff;font-size:.78rem}.gallery-grid{columns:3 220px;column-gap:1rem}.gallery-item{break-inside:avoid;cursor:zoom-in;border-radius:.8rem;margin:0 0 1rem;position:relative;overflow:hidden}.gallery-item img{width:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{color:#fff;opacity:0;text-shadow:0 1px 10px #000;font-size:.68rem;transition:opacity .2s;position:absolute;bottom:.6rem;left:.7rem;right:.7rem}.gallery-item:hover figcaption{opacity:1}.guestbook-form{gap:.8rem;max-width:620px;display:grid}.field{gap:.35rem;display:grid}.field label{color:var(--ink-muted);font-family:DM Mono,monospace;font-size:.65rem}.field input,.field textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:.5rem;outline:none;padding:.8rem .9rem}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.75rem 1.1rem;font-size:.78rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:var(--accent-deep);transform:translateY(-1px)}.tool-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.tool-card{border:1px solid var(--line);background:var(--surface);border-radius:1rem;padding:1.3rem}.tool-card h3{margin:.8rem 0 .4rem;font-family:Noto Serif SC,Georgia,serif}.tool-card p{color:var(--ink-muted);margin:0;font-size:.82rem}.tool-icon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent-deep);border-radius:.6rem;place-items:center;display:grid}.search-panel{z-index:60;padding:12vh var(--page-gutter);background:color-mix(in srgb, var(--page-bg) 94%, transparent);backdrop-filter:blur(20px);display:none;position:fixed;inset:0}.search-panel.open{display:block}.search-dialog{width:min(700px,100%);margin:0 auto}.search-top{border-bottom:1px solid var(--ink);align-items:center;gap:.7rem;padding-bottom:.7rem;display:flex}.search-top svg{color:var(--accent)}.search-top input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:.5rem 0;font-size:clamp(1.25rem,3vw,2rem)}.search-hint{color:var(--ink-muted);margin-top:.8rem;font-family:DM Mono,monospace;font-size:.64rem}.search-results{gap:.4rem;margin-top:1.5rem;display:grid}.search-result{border-radius:.6rem;padding:.85rem}.search-result:hover{background:var(--surface-strong)}.search-result strong{font-family:Noto Serif SC,Georgia,serif;display:block}.search-result span{color:var(--ink-muted);font-size:.75rem}.search-close{top:2rem;right:var(--page-gutter);position:absolute}.lightbox{z-index:70;cursor:zoom-out;background:#0c0c0be6;place-items:center;padding:2rem;display:none;position:fixed;inset:0}.lightbox.open{display:grid}.lightbox img{object-fit:contain;max-width:min(1200px,94vw);max-height:88vh}.lightbox figcaption{color:#ffffffb8;font-size:.75rem;position:absolute;bottom:1.5rem}.progress{z-index:50;background:var(--accent);width:0;height:3px;position:fixed;inset:0 auto auto 0}@media (width<=820px){.desktop-nav{display:none}.menu-toggle{display:grid}.hero{min-height:74vh}.scroll-cue{display:none}.intro-grid,.featured-grid,.moments-grid,.about-grid,.prose-layout{grid-template-columns:1fr}.profile-panel{max-width:500px}.toc{display:none}.posts-grid{grid-template-columns:1fr}.tool-grid{grid-template-columns:repeat(2,1fr)}.about-portrait{width:min(210px,60vw);position:static}}@media (width<=540px){:root{--header-height:66px}.hero h1{letter-spacing:-.08em;font-size:clamp(3.6rem,19vw,5.4rem)}.hero-content{padding-bottom:2.5rem}.hero-meta{flex-wrap:wrap;gap:.55rem .9rem}.section-heading{display:block}.section-heading p{margin-top:.7rem}.archive-row{grid-template-columns:70px minmax(0,1fr)}.archive-row .row-tag{display:none}.taxonomy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.taxonomy-card{min-height:125px}.tool-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:start}.footer-links{order:-1}.post-header h1{font-size:2.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.home-layout{--page-bg:#070b17;--surface:#080e1fb8;--surface-strong:#141d37d6;--ink:#edf3ff;--ink-muted:#dce5ffad;--line:#c5d8ff24;--accent:#ffae72;--accent-deep:#9cb4ff;--accent-soft:#ffae7224;--shadow:0 24px 80px #00000057;--home-stage-start:#070b17f5;background:var(--page-bg);color:var(--ink)}.home-layout .site-header{color:var(--ink)}.home-layout .site-header.scrolled{background:#070b17d1}.post-layout .site-header{color:#f3f7f8}.post-layout .site-header.scrolled{background:#0b0f12d1;border-color:#ffffff29}.post-layout .site-header .brand-mark{color:#fea094;border-color:#fea094}.post-layout .site-header .desktop-nav a,.post-layout .site-header .nav-more summary{color:#f3f7f8bd}.post-layout .site-header .desktop-nav a:hover,.post-layout .site-header .desktop-nav a.active,.post-layout .site-header .nav-more summary:hover{color:#fff}.post-layout .site-header .icon-btn{color:#f3f7f8cc}.home-layout .site-footer{z-index:2;background:#070b17f5;position:relative}.home-layout .footer-brand,.home-layout .footer-note,.home-layout .footer-links a{color:var(--ink-muted)}.home-layout .rain-home{isolation:isolate;min-height:100vh;position:relative;overflow:clip}.home-wallpaper{z-index:0;pointer-events:none;background:#070b17;position:fixed;inset:0;overflow:hidden}.wallpaper-picture{opacity:1;transform:translate3d(calc(var(--pointer-x,0px) * -.32), calc(var(--pointer-y,0px) * -.32), 0) scale(1.06);transition:opacity .28s,transform .25s ease-out;position:absolute;inset:-4%}.wallpaper-picture.is-changing{opacity:.18}.wallpaper-picture img{object-fit:cover;object-position:center;filter:saturate(.94)contrast(1.02);width:100%;height:100%}.wallpaper-vignette{background:linear-gradient(#070b172e 0%,#070b178a 64%,#070b17f5 100%),radial-gradient(circle at 50% 36%,#0000 12%,#070b176b 100%);position:absolute;inset:0}.wallpaper-grain{opacity:.055;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");position:absolute;inset:0}.marine-canvas{opacity:.78;width:100%;height:100%;position:absolute;inset:0}.rain-home>section{z-index:1;position:relative}.rain-home .hero:before,.rain-home .hero:after{display:none}.rain-home .hero{min-height:100svh;color:var(--ink)}.rain-hero{padding:calc(var(--header-height) + 1.5rem) 0 1.4rem}.rain-hero-inner{z-index:2;min-height:calc(100svh - var(--header-height) - 1.5rem);place-items:center;display:grid;position:relative}.hero-grid-lines{opacity:.15;pointer-events:none;background-image:linear-gradient(90deg,#0000 49.9%,#ffffff38 50%,#0000 50.1%),linear-gradient(#0000 49.9%,#ffffff2e 50%,#0000 50.1%);background-size:33.333% 100%,100% 33.333%;position:absolute;inset:0;mask-image:linear-gradient(#0000,#000 20% 75%,#0000)}.glass-panel{backdrop-filter:blur(18px)saturate(1.12);background:#080e1fa8;border:1px solid #c5d8ff2e;border-radius:8px;box-shadow:0 20px 70px #00000040,inset 0 1px #ffffff12}.hero-card{width:min(590px,100% - 3rem);transform:translate3d(var(--pointer-x,0px), var(--pointer-y,0px), 0);padding:clamp(1.4rem,3vw,2.1rem);transition:transform .25s ease-out;position:relative}.hero-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.hero-card-tape{color:#11182c;letter-spacing:.14em;background:#ffae72;border:2px solid #111a33;border-radius:4px;padding:.38rem .85rem;font-family:DM Mono,monospace;font-size:.62rem;position:absolute;top:-16px;left:28%;transform:rotate(-3deg);box-shadow:5px 5px #9cb4ffb8}.hero-card-header,.hero-card-footer{color:var(--ink-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.62rem;display:flex}.hero-card-header{border-bottom:1px solid var(--line);padding-bottom:1.2rem}.hero-profile{grid-template-columns:98px minmax(0,1fr);align-items:center;gap:1.25rem;padding:1.7rem 0 1.35rem;display:grid}.hero-avatar-frame{background:#edf2c9;border:2px solid #172326;border-radius:8px;width:96px;height:96px;padding:4px;position:relative;box-shadow:6px 6px #ff7856e0}.hero-avatar-frame img{object-fit:cover;border:1px solid #172326b3;border-radius:4px;width:100%;height:100%}.avatar-bubbles{background:#9cb4ff;border:2px solid #111a33;border-radius:50%;width:27px;height:27px;position:absolute;bottom:-8px;right:-11px;box-shadow:3px 3px #ffae72}.avatar-bubbles:before,.avatar-bubbles:after{content:"";background:#edf3ff;border:2px solid #111a33;border-radius:50%;position:absolute}.avatar-bubbles:before{width:10px;height:10px;top:-11px;right:-2px}.avatar-bubbles:after{width:7px;height:7px;top:-5px;left:-8px}.hero-profile-copy .eyebrow{color:var(--accent-deep)}.hero-profile-copy h1{color:#fff;letter-spacing:-.08em;margin:.35rem 0 .3rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(2.8rem,7vw,5rem);font-weight:600;line-height:1}.hero-profile-copy p{color:#ffffffb8;max-width:300px;margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:.88rem;line-height:1.7}.hero-card-links{border-block:1px solid var(--line);flex-wrap:wrap;gap:.45rem;padding:.9rem 0 1.15rem;display:flex}.hero-card-links a{color:#ffffffc7;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.42rem .7rem;font-size:.72rem;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.hero-card-links a:hover{color:#fff;background:#ffffff14;border-color:#ffffff42}.hero-card-footer{padding-top:1.15rem}.live-dot{background:#7fe0a7;border-radius:50%;width:7px;height:7px;margin-right:.3rem;display:inline-block;box-shadow:0 0 0 4px #7fe0a721}.hero-socials{gap:.45rem;display:flex}.hero-socials a,.hero-socials button{border:1px solid var(--line);width:28px;height:28px;color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;transition:background .2s,color .2s,transform .2s;display:grid}.hero-socials a:hover,.hero-socials button:hover,.hero-socials button[aria-pressed=true]{background:var(--accent);color:#21151a;transform:translateY(-2px)}.rain-sound-on{display:none}.rain-sound-button[aria-pressed=true] .rain-sound-on{display:block}.rain-sound-button[aria-pressed=true] .rain-sound-off{display:none}.hero-note{gap:.6rem;width:164px;padding:1.1rem;display:grid;position:absolute;bottom:21%;right:0;transform:rotate(4deg)}.hero-note:after{content:"";background:#f3b875cc;width:44px;height:18px;position:absolute;bottom:-17px;left:18px;transform:rotate(-9deg)}.hero-note .eyebrow{color:var(--accent-deep)}.hero-note strong{color:#fff;font-family:Noto Serif SC,Georgia,serif;font-size:.95rem;line-height:1.65}.hero-note .mono{color:var(--ink-muted);margin-top:.5rem;font-size:.58rem}.hero-sticker{z-index:2;color:#1a1518;place-items:center;font-family:DM Mono,monospace;font-weight:600;display:grid;position:absolute;box-shadow:0 10px 32px #00000040}.sticker-one{text-align:center;background:#ffe071;border:2px solid #172326;border-radius:8px;width:92px;height:67px;font-size:.65rem;line-height:1.3;top:23%;left:9%;transform:rotate(-8deg);box-shadow:6px 6px #ff7856}.sticker-one:after{clip-path:polygon(0 0,100% 0,100% 100%);content:"";background:#ffe071;border-bottom:2px solid #172326;border-right:2px solid #172326;width:18px;height:15px;position:absolute;bottom:-11px;right:14px;transform:skew(-18deg)}.sticker-two{color:#172326;background:#86dfd0d1;border:2px solid #172326e6;border-radius:50%;width:44px;height:44px;font-size:1.25rem;animation:4s ease-in-out infinite sticker-float;top:28%;right:16%;box-shadow:4px 4px #ffe071cc}.sticker-three{color:#172326;background:#ff7856;border:2px solid #172326;border-radius:50%;width:34px;height:34px;font-size:.65rem;bottom:28%;left:16%;transform:rotate(10deg);box-shadow:3px 3px #ffe071}@keyframes sticker-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(8deg)}}.hero-bottom{color:var(--ink-muted);grid-template-columns:1fr auto 1fr;align-items:center;font-size:.63rem;display:grid;position:absolute;bottom:1.5rem;left:0;right:0}.hero-bottom.is-under-header{opacity:0;pointer-events:none;transform:translateY(-6px)}.hero-bottom>button,.wallpaper-source-link{border:1px solid var(--line);color:var(--ink-muted);cursor:pointer;background:#081e2275;border-radius:999px;justify-self:center;align-items:center;gap:.35rem;padding:.45rem .8rem;font-size:.65rem;display:inline-flex}.hero-bottom>button:hover,.wallpaper-source-link:hover{border-color:var(--accent);color:var(--accent-deep)}.hero-scroll{color:#fff;border:1px solid #ffffff57;border-radius:50%;justify-self:end;place-items:center;width:37px;height:37px;animation:2s ease-in-out infinite scroll-bounce;display:grid}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.hero-orbit{pointer-events:none;border:1px solid #ffffff29;border-radius:50%;position:absolute}.orbit-left{border-right-color:#0000;width:360px;height:360px;top:10%;left:-11%;transform:rotate(24deg)}.orbit-right{border-left-color:#0000;width:300px;height:300px;bottom:12%;right:-10%;transform:rotate(-34deg)}.home-hero-waves{z-index:1;pointer-events:none;height:clamp(82px,15svh,150px);position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.home-hero-waves svg{width:100%;height:100%;display:block}.home-wave-parallax use{fill:var(--home-stage-start);will-change:transform;animation:20s cubic-bezier(.5,.5,.45,.5) infinite home-wave-move}.home-wave-parallax use:first-child{opacity:.25;animation-duration:7s;animation-delay:-2s}.home-wave-parallax use:nth-child(2){opacity:.5;animation-duration:10s;animation-delay:-3s}.home-wave-parallax use:nth-child(3){opacity:.65;animation-duration:13s;animation-delay:-4s}.home-wave-parallax use:nth-child(4){opacity:.75;animation-duration:20s;animation-delay:-5s}@keyframes home-wave-move{0%{transform:translate(-90px)}to{transform:translate(85px)}}.home-dashboard{scroll-margin-top:var(--header-height);background:linear-gradient(180deg, var(--home-stage-start), #070b17f5)}.home-dashboard.section-space{padding-top:clamp(1.5rem,3vw,2.5rem)}.dashboard-grid{grid-template-columns:clamp(220px,14vw,270px) minmax(0,1fr) clamp(210px,13vw,250px);align-items:start;gap:1.15rem clamp(1rem,1.4vw,1.5rem);display:grid}.dashboard-sidebar{grid-area:1/1}.dashboard-main{grid-area:1/2;min-width:0}.dashboard-aside{grid-area:1/3}.dashboard-sidebar,.dashboard-aside{gap:1rem;min-width:0;display:grid}.dashboard-profile{text-align:center;padding:1.2rem}.profile-orbit{background:#edf2c9;border:2px solid #172326;border-radius:50%;width:108px;height:108px;margin:.2rem auto 1rem;padding:4px;position:relative;box-shadow:5px 5px #ff7856e0}.profile-orbit:after{content:"";background:#ffe071;border:2px solid #172326;border-radius:50%;width:11px;height:11px;position:absolute;top:-5px;right:6px;box-shadow:0 0 0 4px #86dfd02e}.profile-orbit img{object-fit:cover;border:1px solid #172326a6;border-radius:50%;width:100%;height:100%}.dashboard-profile h3{color:#fff;margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1.2rem}.dashboard-profile p{color:var(--ink-muted);margin:.35rem 0 1rem;font-size:.76rem;line-height:1.65}.profile-links{justify-content:center;gap:.4rem;display:flex}.profile-links a{border:1px solid var(--line);color:var(--ink-muted);border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .52rem;font-size:.65rem;display:inline-flex}.profile-links a:hover{border-color:var(--accent);color:var(--accent-deep)}.dashboard-widget{border:1px solid var(--line);background:#080e1fad;border-radius:8px;box-shadow:inset 0 1px #ffffff0f}.quote-widget{gap:.75rem;padding:1.1rem;display:grid}.quote-widget p{color:#ffffffdb;margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:.88rem;line-height:1.7}.quote-widget .mono{color:var(--ink-muted);font-size:.57rem}.music-widget{grid-template-columns:38px minmax(0,1fr) 27px;align-items:center;gap:.6rem;padding:.75rem;display:grid}.music-cover{color:#fff;background:linear-gradient(145deg,#ef947b,#7a6687);border-radius:.55rem;place-items:center;width:38px;height:38px;display:grid}.music-widget>div:nth-child(2){gap:.12rem;display:grid}.music-widget strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.music-widget .muted{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.music-widget button{border:1px solid var(--line);width:27px;height:27px;color:var(--accent-deep);cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:.6rem;display:grid}.music-widget button.playing{background:var(--accent);color:#251720}.dashboard-main .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-writing-empty{border-block:1px solid var(--line);color:var(--ink-muted);text-align:center;margin:0;padding:2.6rem 1rem;font-family:Noto Serif SC,Georgia,serif}.home-writing-empty--compact{border-top:0;padding:1.5rem 1rem}.dashboard-main .post-card{background:#101521b8;border-color:#ffffff24}.dashboard-main .post-card-body h3{color:#fff}.dashboard-main .post-card-body p{color:var(--ink-muted)}.dashboard-main .archive-row{border-color:var(--line)}.dashboard-main .archive-row h3{color:#ffffffe6;font-size:.88rem}.dashboard-main .archive-row:hover{background:#ffffff0d}.clock-widget{gap:.35rem;padding:1.2rem;display:grid}.clock-location{color:var(--ink-muted);align-items:center;gap:.4rem;font-size:.68rem;display:inline-flex}.clock-location svg{color:var(--accent-deep)}.clock-widget strong{color:#fff;letter-spacing:0;margin:.45rem 0 .1rem;font-family:DM Mono,monospace;font-size:2.3rem;font-weight:400}.clock-widget>span:last-child{color:var(--accent-deep);font-family:DM Mono,monospace;font-size:.57rem}.stats-widget{grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.stats-widget a{color:inherit;gap:.2rem;padding:.8rem;transition:background .2s;display:grid}.stats-widget a:nth-child(odd){border-right:1px solid var(--line)}.stats-widget a:nth-child(-n+2){border-bottom:1px solid var(--line)}.stats-widget a:hover{background:#ffffff12}.stats-widget a:focus-visible{outline:2px solid var(--accent);outline-offset:-3px;background:#ffffff12}.stats-widget strong{color:#fff;font-family:DM Mono,monospace;font-size:1.15rem;font-weight:400}.stats-widget span{color:var(--ink-muted);font-size:.6rem}.wallpaper-widget{gap:.85rem;padding:1.1rem;display:grid}.widget-heading{justify-content:space-between;align-items:center;display:flex}.widget-heading button{border:1px solid var(--line);width:24px;height:24px;color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;display:grid}.wallpaper-swatches{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;display:grid}.wallpaper-swatches button{aspect-ratio:16/9;cursor:pointer;opacity:.62;background:#0a1020;border:2px solid #0000;border-radius:5px;width:100%;padding:0;transition:opacity .2s,transform .2s,border .2s;overflow:hidden}.wallpaper-swatches button img{object-fit:cover;width:100%;height:100%}.wallpaper-swatches button:hover,.wallpaper-swatches button.active{border-color:var(--accent);opacity:1;transform:translateY(-2px)}.wallpaper-widget>.muted{font-size:.61rem}.wallpaper-caption a{color:var(--accent-deep)}.wallpaper-caption a:hover{color:#fff}.home-moments-band,.home-explore-band{background:#070b17f5}.home-layout .section-heading h2{color:#fff}.home-layout .section-heading p{color:var(--ink-muted)}.home-layout .moment-card,.home-layout .stats-block{border-color:var(--line);background:#111723b3}.home-layout .moment-card p{color:#ffffffe0}.home-layout .archive-row time,.home-layout .archive-row .row-tag{color:var(--ink-muted)}.home-layout .taxonomy-card{border-color:var(--line);background:#1117238f}.home-layout .taxonomy-card h2{color:#fff}.home-intro{z-index:90;color:#172326;opacity:1;background:#e9efc9;place-items:center;transition:opacity .55s,transform .75s cubic-bezier(.7,0,.2,1);display:grid;position:fixed;inset:0;transform:translateY(0)}.home-intro.is-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.home-intro-inner{width:min(760px, calc(100% - 2 * var(--page-gutter)))}.intro-topline{border-bottom:2px solid #172326b8;justify-content:space-between;padding-bottom:.75rem;font-family:DM Mono,monospace;font-size:.62rem;display:flex}.intro-glyph{letter-spacing:-.16em;margin:4rem 0 1rem;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(8rem,22vw,17rem);font-weight:700;line-height:.7}.home-intro p{margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:clamp(1.25rem,3vw,2.2rem);line-height:1.45}.intro-enter{color:#172326;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #172326;align-items:center;gap:.5rem;margin-top:2.5rem;padding:.7rem 0;font-family:DM Mono,monospace;font-size:.7rem;display:inline-flex}.intro-enter:hover{color:#d85038}.content-empty{border-block:1px solid var(--line);color:var(--ink-muted);text-align:center;margin:1.5rem 0 0;padding:3rem 1rem;font-family:Noto Serif SC,Georgia,serif}@media (width<=1160px){.dashboard-grid{grid-template-columns:clamp(190px,22vw,220px) minmax(0,1fr)}.dashboard-sidebar{grid-area:1/1}.dashboard-main{grid-area:1/2}.dashboard-aside{grid-area:2/1/auto/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-note{right:1rem}.sticker-one{left:1rem}}@media (width<=820px){.dashboard-grid{grid-template-columns:1fr}.dashboard-main{grid-area:1/1}.dashboard-sidebar{grid-area:2/1;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-profile{grid-column:1/-1}.dashboard-aside{grid-area:3/1;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-main .featured-grid{grid-template-columns:1fr}}@media (width<=760px){.rain-hero{min-height:760px}.rain-hero-inner{min-height:700px}.home-hero-waves{height:clamp(60px,10svh,100px)}.hero-card{width:min(540px,100% - 1.5rem)}.hero-note{transform-origin:100% 0;width:142px;top:0;bottom:auto;right:.1rem;transform:scale(.78)rotate(4deg)}.sticker-one{top:18%;left:.5rem;transform:scale(.8)rotate(-14deg)}.sticker-two{top:20%;right:2%}.sticker-three{bottom:21%;left:2%}.hero-bottom{bottom:.6rem}}@media (width<=560px){.rain-hero{min-height:720px;padding-top:calc(var(--header-height) + .75rem)}.rain-hero-inner{min-height:660px}.hero-card{padding:1.15rem}.hero-card-footer{flex-wrap:wrap}.hero-profile{grid-template-columns:68px minmax(0,1fr);gap:.8rem;padding:1.3rem 0 1rem}.hero-avatar-frame{width:68px;height:68px}.hero-profile-copy h1{font-size:2.8rem}.hero-profile-copy p{font-size:.75rem}.hero-card-links a{padding-inline:.45rem;font-size:.65rem}.hero-note{transform-origin:100% 0;top:0;bottom:auto;right:.2rem;transform:scale(.72)rotate(4deg)}.sticker-one{display:none}.sticker-two{top:13%;right:5%}.sticker-three{bottom:16%;left:4%}.hero-bottom{grid-template-columns:auto 1fr auto;gap:.5rem}.hero-bottom>button{justify-self:center}.hero-scroll{width:32px;height:32px}.dashboard-sidebar,.dashboard-aside{grid-template-columns:1fr}.dashboard-aside{grid-template-columns:repeat(2,1fr);display:grid}.wallpaper-widget{grid-column:1/-1}.dashboard-main .featured-grid{grid-template-columns:1fr}.home-intro-inner{width:calc(100% - 2.4rem)}.intro-glyph{margin-top:3.5rem}}@media (prefers-reduced-motion:reduce){.home-wave-parallax use{transform:translate(0,0);animation:none!important}}@layer warm-home-archive{.home-layout{--page-bg:#f4ecd6;--surface:#faf6e6e6;--surface-strong:#dadfb0e6;--ink:#382f29;--ink-muted:#6f6956;--line:#43392b33;--accent:#a83d2f;--accent-deep:#7d2f27;--accent-soft:#a83d2f1f;--shadow:0 18px 52px #4a3b2429;--home-stage-start:#d9dfb1;background:var(--page-bg);color:var(--ink)}.home-layout .site-header{color:var(--ink);text-shadow:0 1px #ffffff6b}.home-layout .site-header.scrolled{text-shadow:none;background:#f4ecd6e8;border-color:#43392b24}.home-layout .desktop-nav a:hover,.home-layout .desktop-nav a[aria-current=page],.home-layout .nav-more[open] summary,.home-layout .nav-more summary:hover{background:#8fa16033}.home-layout .site-footer{z-index:2;background:#3e4b32;border-top-color:#f4ecd629;position:relative}.home-layout .footer-brand,.home-layout .footer-note,.home-layout .footer-links a{color:#fffae8cc}.home-layout .footer-links a:hover{color:#fffaf0}.story-home{isolation:isolate;min-height:100vh;position:relative;overflow:clip}.story-home>section{z-index:1;position:relative}.home-weather-canvas{z-index:3;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.story-home .hero:before,.story-home .hero:after{display:none}.home-wallpaper{z-index:0;pointer-events:none;background:#f2ead3;position:fixed;inset:0;overflow:hidden}.wallpaper-picture{opacity:0;transform:translate3d(calc(var(--pointer-x,0px) * -.16), calc(var(--pointer-y,0px) * -.16), 0) scale(1.025);will-change:opacity;transition:opacity 1.1s,transform .35s ease-out;position:absolute;inset:-1.5%}.wallpaper-picture.is-active{opacity:1}.wallpaper-picture img{object-fit:cover;object-position:var(--wallpaper-focus,50% 50%);filter:saturate(.9)contrast(.98);width:100%;height:100%}.wallpaper-vignette{background:#f6efd814;position:absolute;inset:0;box-shadow:inset 0 -180px 150px #40462a33}.wallpaper-grain{opacity:.075;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");position:absolute;inset:0}.story-home .paper-hero{min-height:calc(100svh - 1.5rem);padding:calc(var(--header-height) + 1rem) 0 1rem;color:var(--ink)}.paper-hero-inner{z-index:2;min-height:calc(100svh - var(--header-height) - 3.5rem);place-items:end center;padding-bottom:5.8rem;display:grid;position:relative}.hero-grid-lines{opacity:.11;background-image:linear-gradient(90deg,#0000 49.9%,#483e2c2e 50%,#0000 50.1%),linear-gradient(#0000 49.9%,#483e2c24 50%,#0000 50.1%)}.glass-panel{backdrop-filter:blur(9px)saturate(.88);background:#faf6e4d1;border:1px solid #463d2d3d;border-radius:8px;box-shadow:0 18px 54px #48392329,inset 0 1px #ffffffa6}.hero-card{width:min(510px,100% - 3rem);transform:translate3d(var(--pointer-x,0px), var(--pointer-y,0px), 0);padding:1.25rem 1.45rem;transition:transform .3s ease-out}.hero-card:before{background:#7d2f2773}.hero-card-tape{color:#382f29;letter-spacing:.08em;background:#d5b64e;border-color:#44372d;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;top:-14px;left:27%;box-shadow:4px 4px #a83d2fcc}.hero-card-header,.hero-card-footer{color:var(--ink-muted)}.hero-card-header{padding-bottom:.8rem}.hero-profile{grid-template-columns:82px minmax(0,1fr);gap:1rem;padding:1rem 0 .9rem}.hero-avatar-frame{background:#dce1b7;border-color:#44372d;width:80px;height:80px;padding:3px;box-shadow:5px 5px #a83d2fc2}.hero-avatar-frame picture,.profile-orbit picture{width:100%;height:100%;display:block}.hero-avatar-frame img{border-color:#44372d9e}.avatar-bubbles{background:#a9b974;border-color:#44372d;width:24px;height:24px;bottom:-7px;right:-9px;box-shadow:3px 3px #d5b64e}.avatar-bubbles:before,.avatar-bubbles:after{background:#f5ebcb;border-color:#44372d}.hero-profile-copy .eyebrow{color:var(--accent-deep)}.hero-profile-copy h1{color:#3b3029;letter-spacing:0;margin:.25rem 0 .2rem;font-family:KaiTi,STKaiti,Songti SC,SimSun,serif;font-size:3.6rem;font-weight:700;line-height:1}.hero-profile-copy p{color:#665e4e;max-width:310px;font-family:Songti SC,SimSun,serif;font-size:.84rem;line-height:1.65}.hero-card-links{padding:.65rem 0 .75rem}.hero-card-links a{color:#625b4c;border-radius:4px}.hero-card-links a:hover,.hero-card-links a:focus-visible{color:var(--accent-deep);background:#a83d2f14;border-color:#7d2f2761}.hero-card-footer{padding-top:.75rem}.live-dot{background:#768a4d;box-shadow:0 0 0 4px #768a4d24}.hero-socials a{color:#5c5547;border-color:#43392b3d}.hero-socials a:hover,.hero-socials a:focus-visible{color:#fff9e9;background:#a83d2f}.hero-note{background:#dce1b5db;width:150px;top:18%;bottom:auto;right:2.5%;transform:rotate(3deg)}.hero-note:after{background:#a83d2f94}.hero-note .eyebrow{color:var(--accent-deep)}.hero-note strong{color:#40372d;font-family:KaiTi,STKaiti,Songti SC,SimSun,serif}.hero-note .mono{color:#6f6956}.hero-sticker{color:#382f29;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;box-shadow:0 8px 24px #48392329}.sticker-one{background:#d5b64e;border-color:#44372d;top:19%;left:3%;box-shadow:5px 5px #a83d2f}.sticker-one:after{background:#d5b64e;border-color:#44372d}.sticker-two{background:#a4b76fe6;border-color:#44372d;top:17%;right:16%;box-shadow:4px 4px #d5b64ed9}.sticker-three{color:#fff6dd;background:#a83d2f;border-color:#44372d;bottom:25%;left:7%;box-shadow:3px 3px #d5b64e}.hero-orbit{border-color:#43392b21}.hero-bottom{color:#5f594b;grid-template-columns:1fr auto 1fr;bottom:1rem}.wallpaper-hero-controls{justify-self:center;align-items:center;gap:.35rem;display:flex}.wallpaper-hero-controls button{color:#51483c;cursor:pointer;background:#faf6e4d6;border:1px solid #43392b47;border-radius:50%;place-items:center;min-width:34px;height:34px;padding:0;transition:border-color .2s,background .2s,color .2s,transform .2s;display:inline-grid;box-shadow:0 5px 16px #4839231a}.wallpaper-hero-controls button:hover,.wallpaper-hero-controls button:focus-visible{border-color:var(--accent);color:var(--accent-deep);background:#fff9e9;transform:translateY(-1px)}.wallpaper-hero-controls button:focus-visible,.wallpaper-swatches button:focus-visible,.widget-heading button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-scroll{color:#443b31;border-color:#43392b5c;animation:2s ease-in-out infinite scroll-bounce}.hero-scroll:hover,.hero-scroll:focus-visible{border-color:var(--accent);color:var(--accent-deep)}.wallpaper-announcement{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.home-dashboard{scroll-margin-top:var(--header-height);background:#dce1b7}.dashboard-profile h3,.dashboard-main .post-card-body h3,.dashboard-main .archive-row h3,.clock-widget strong,.stats-widget strong,.home-layout .section-heading h2,.home-layout .taxonomy-card h2{color:#3d342c;letter-spacing:0}.home-layout .section-heading h2{font-family:KaiTi,STKaiti,Songti SC,SimSun,serif}.clock-widget>span:last-child{color:#70643f}.profile-orbit{background:#f2e6c5;border-color:#44372d;box-shadow:5px 5px #a83d2fb3}.profile-orbit:after{background:#d5b64e;border-color:#44372d;box-shadow:0 0 0 4px #768a4d26}.profile-orbit img{border-color:#44372d8c}.dashboard-profile p,.home-layout .section-heading p,.home-layout .archive-row time,.home-layout .archive-row .row-tag{color:var(--ink-muted)}.dashboard-widget{border-color:var(--line);background:#f8f2daba;box-shadow:inset 0 1px #fff9}.quote-widget p{color:#4f473b;font-family:Songti SC,SimSun,serif}.music-cover{color:#fff9e9;background:#75864e}.music-widget strong{color:#443b31}.music-widget button.playing{color:#fff9e9;background:#a83d2f}.dashboard-main .post-card{background:#faf6e6c7;border-color:#43392b2e}.dashboard-main .post-card-body p{color:#6b6454}.dashboard-main .archive-row:hover,.stats-widget a:hover,.stats-widget a:focus-visible{background:#768a4d1f}.wallpaper-widget{background:#faf6e6c7}.widget-heading button{color:#5f594b;border-color:#43392b40}.widget-heading button:hover{border-color:var(--accent);color:var(--accent-deep)}.wallpaper-swatches{grid-template-columns:repeat(2,minmax(0,1fr))}.wallpaper-swatches button{opacity:.68;background:#c7cf98;border-radius:4px}.wallpaper-swatches button:hover,.wallpaper-swatches button.active{border-color:var(--accent);opacity:1}.wallpaper-caption{color:#6b6454}.home-moments-band{background:#f4ecd6}.home-explore-band{background:#a9ba77}.home-layout .moment-card,.home-layout .stats-block,.home-layout .taxonomy-card{background:#faf6e6ad;border-color:#43392b2e}.home-layout .moment-card p{color:#4d4539}.home-layout .taxonomy-card:hover{background:#fff9e8d1;border-color:#7d2f277a}.home-intro{color:#3d342c;background:#f4ecd6}.intro-topline{border-color:#3d342cb3;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.intro-glyph,.home-intro p{letter-spacing:0;font-family:KaiTi,STKaiti,Songti SC,SimSun,serif}.intro-enter{color:#3d342c;border-color:#3d342c;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.intro-enter:hover{color:#a83d2f}@media (width<=1160px){.hero-note{right:1rem}.sticker-one{left:1rem}}@media (width<=820px){.hero-note,.sticker-one,.sticker-two,.sticker-three,.hero-orbit{display:none}.paper-hero-inner{padding-bottom:5.7rem}.hero-card{width:min(500px,100% - 2rem)}}@media (width<=700px){.home-wallpaper{background:#f2ead3}.wallpaper-picture{inset:0;transform:none}.wallpaper-picture img{object-fit:contain;object-position:center 12%}.wallpaper-vignette{background:#f6efd808;box-shadow:inset 0 -240px 170px #5a613a29}.story-home .paper-hero{min-height:min(720px,100svh - 1.5rem);padding-top:calc(var(--header-height) + .5rem)}.paper-hero-inner{min-height:min(640px, calc(100svh - var(--header-height) - 3rem));padding-bottom:5rem}.hero-card{width:calc(100% - 1.5rem);padding:1rem}.hero-profile{grid-template-columns:66px minmax(0,1fr);gap:.75rem;padding:.85rem 0 .75rem}.hero-avatar-frame{width:64px;height:64px}.hero-profile-copy h1{font-size:2.8rem}.hero-profile-copy p{font-size:.76rem}.hero-card-links{gap:.2rem}.hero-card-links a{padding:.35rem .42rem;font-size:.65rem}.hero-card-footer{flex-wrap:wrap}.hero-bottom{grid-template-columns:auto minmax(0,1fr) auto;gap:.4rem;bottom:.6rem}.wallpaper-hero-controls{gap:.25rem;min-width:0}.wallpaper-hero-controls button{min-width:32px;height:32px}.hero-scroll{width:32px;height:32px}}@media (width<=700px) and (height<=600px){.paper-hero-inner{padding-bottom:4rem}.hero-card{padding:.75rem .9rem}.hero-card-header{padding-bottom:.55rem}.hero-profile{padding:.55rem 0}.hero-profile-copy h1{font-size:2.45rem}.hero-profile-copy p{line-height:1.45}.hero-card-links{padding:.4rem 0 .5rem}.hero-card-footer{padding-top:.5rem}}@media (height<=480px){.hero-note,.sticker-one,.sticker-two,.sticker-three,.hero-orbit{display:none}.paper-hero-inner{padding-bottom:3.25rem}.hero-card{width:min(500px,100% - 3rem);padding:.55rem .8rem}.hero-card-header{padding-bottom:.35rem}.hero-profile{grid-template-columns:52px minmax(0,1fr);gap:.6rem;padding:.35rem 0}.hero-avatar-frame{width:50px;height:50px}.hero-profile-copy h1{margin:.1rem 0;font-size:2rem}.hero-profile-copy p,.hero-card-footer{display:none}.hero-card-links{gap:.1rem;padding:.3rem 0 .2rem}.hero-card-links a{padding:.2rem .35rem;font-size:.6rem}.hero-bottom{bottom:.35rem}}@media (width<=420px){.hero-card-header>span:last-child{display:none}}@media (prefers-reduced-motion:reduce){.wallpaper-picture{transition:none;transform:none}.hero-card{transform:none}.hero-scroll{animation:none}}}:root[data-theme=dark] .home-layout{color-scheme:dark}.home-layout .site-header{transition:background .3s,border-color .3s,backdrop-filter .3s,opacity .42s,transform .42s}html.home-intro-pending,html.home-intro-pending body{overflow:hidden}html.home-intro-pending .home-layout .site-header{opacity:0;transform:translateY(-18px)}html.home-intro-seen .home-intro{display:none}.story-home{isolation:isolate;min-height:100vh;position:relative;overflow:clip}.story-home>section{z-index:1;position:relative}.story-home .hero:before,.story-home .hero:after{display:none}.wallpaper-picture{opacity:0;transform:translate3d(calc(var(--pointer-x,0px) * -.28), calc(var(--pointer-y,0px) * -.28), 0) scale(1.055);transition:opacity var(--wallpaper-crossfade-duration,1.1s) ease, transform .3s ease-out;will-change:opacity, transform;inset:-3%}.wallpaper-picture.is-active{opacity:1}.wallpaper-picture>picture,.wallpaper-picture>video{width:100%;height:100%;display:block;position:absolute;inset:0}.wallpaper-picture img,.wallpaper-picture video{object-fit:cover;object-position:var(--wallpaper-focus,50% 50%);width:100%;height:100%;display:block}.wallpaper-picture video{z-index:1;opacity:0;transition:opacity .7s}.wallpaper-picture.is-video-playing video{opacity:1}.story-home .paper-hero{min-height:100svh;padding:calc(var(--header-height) + 1rem) 0 1rem}.paper-hero-inner{z-index:2;min-height:calc(100svh - var(--header-height) - 2rem);place-items:center;padding-bottom:5.6rem;display:grid;position:relative}.hero-avatar-frame picture,.profile-orbit picture{width:100%;height:100%;display:block}.hero-note{top:auto}.wallpaper-hero-controls{backdrop-filter:blur(12px)saturate(1.08);background:#070b17c2;border:1px solid #e2f4ed38;border-radius:8px;justify-self:center;align-items:stretch;gap:0;min-width:0;padding:.28rem;display:flex;box-shadow:0 10px 28px #0003}.wallpaper-hero-controls button{color:#f2faf5c2;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;min-width:34px;height:34px;padding:0;transition:background .2s,color .2s,transform .2s;display:inline-grid}.wallpaper-current{align-content:center;width:clamp(170px,20vw,250px);min-width:0;display:grid;border-radius:5px 0 0 5px!important;padding:0 .7rem!important}.wallpaper-current>span:first-child{color:#ffffffe6;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;overflow:hidden}.wallpaper-progress{background:#e2f4ed24;border-radius:2px;width:100%;height:2px;margin-top:.25rem;display:block;position:relative;overflow:hidden}.wallpaper-progress i{width:var(--wallpaper-progress,14.285%);border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-deep));height:100%;transition:width .5s;display:block}.ambient-sound-button{border-left:1px solid #e2f4ed26!important;border-radius:0 5px 5px 0!important}.ambient-sound-on{display:none}.ambient-sound-button[aria-pressed=true] .ambient-sound-on,.music-widget button[aria-pressed=true] .ambient-sound-on{display:block}.ambient-sound-button[aria-pressed=true] .ambient-sound-off,.music-widget button[aria-pressed=true] .ambient-sound-off{display:none}.wallpaper-hero-controls button:hover,.wallpaper-hero-controls button:focus-visible{color:#fff;background:#ffffff14;transform:translateY(-1px)}.wallpaper-hero-controls button:focus-visible,.wallpaper-swatches button:focus-visible,.widget-heading button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wallpaper-announcement{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.wallpaper-caption{color:var(--ink-muted)}.home-intro{z-index:90;contain:layout paint style;isolation:isolate;color:#fffbea;cursor:pointer;opacity:1;background:#07151a;transition:transform 1.1s cubic-bezier(.72,0,.22,1),opacity .22s;display:block;position:fixed;inset:0;overflow:hidden;transform:translate(0,0)}.home-intro.is-preparing{cursor:progress}.home-intro.is-playing{cursor:pointer}.home-intro:before{z-index:0;content:"";transform-origin:top;background:#e8e4c6;transition:transform .55s ease-out;position:absolute;inset:0;transform:scaleY(0)}.home-intro.is-playing:before{transform:scaleY(1)}.intro-banner{z-index:2;opacity:0;border:1px solid #07151a73;width:min(68vw,980px);height:42svh;min-height:220px;transition:opacity .85s 1.35s,transform 2.7s cubic-bezier(.16,.78,.18,1) 1.35s;display:block;position:absolute;overflow:hidden;box-shadow:0 20px 54px #07151a33}.intro-banner img{object-fit:cover;width:100%;height:100%;transition:transform 4.15s cubic-bezier(.2,.72,.2,1) .1s;display:block;transform:scale(1.06)}.intro-banner:after{content:"";background:#07151a1f;position:absolute;inset:0;box-shadow:inset 0 0 80px #07151a38}.intro-banner-top{top:4svh;left:0;transform:translate(-105%)}.intro-banner-bottom{bottom:4svh;right:0;transform:translate(105%)}.intro-banner-top img{object-position:center 28%}.intro-banner-bottom img{object-position:center 72%}.home-intro.is-playing .intro-banner{opacity:1;transform:translate(0,0)}.home-intro.is-playing .intro-banner img{transform:scale(1)}.home-intro.is-playing .intro-banner-bottom{transition-delay:1.42s}.intro-title{z-index:3;color:#fffbea;letter-spacing:0;white-space:nowrap;-webkit-text-stroke:2px #13252b;text-shadow:6px 6px #ff7856b8;opacity:0;font-family:Noto Serif SC,Georgia,serif;font-size:9rem;font-weight:700;line-height:.72;transition:opacity .75s 1.35s,transform 2.7s cubic-bezier(.16,.78,.18,1) 1.35s;position:absolute;top:50%}.intro-title-left{left:-1rem;transform:translate(-108%,-50%)rotate(-3deg)}.intro-title-right{right:-1rem;transform:translate(108%,-50%)rotate(3deg)}.home-intro.is-playing .intro-title-left{opacity:1;transform:translateY(-50%)rotate(-1.5deg)}.home-intro.is-playing .intro-title-right{opacity:1;transform:translateY(-50%)rotate(1.5deg)}.intro-emblem{z-index:5;aspect-ratio:1;opacity:0;background:#edf2c9;border:2px solid #15262b;border-radius:8px;width:clamp(112px,14vw,178px);padding:5px;transition:opacity .65s 50ms,transform 2s cubic-bezier(.16,.82,.2,1) 50ms;position:absolute;top:50%;left:50%;transform:translate(-50%,-35%)scale(.76)rotate(-5deg);box-shadow:10px 10px #ff7856e6}.intro-emblem picture,.intro-emblem img{width:100%;height:100%;display:block}.intro-emblem img{object-fit:cover;border:1px solid #15262bb3;border-radius:4px}.intro-emblem span{color:#172326;background:#ffe071;border:2px solid #15262b;border-radius:50%;place-items:center;width:36px;height:36px;font-family:DM Mono,monospace;font-size:.7rem;display:grid;position:absolute;bottom:-13px;right:-15px;box-shadow:4px 4px #86dfd0}.home-intro.is-playing .intro-emblem{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(0)}.home-intro-inner{z-index:6;pointer-events:none;width:auto;position:absolute;inset:clamp(1.2rem,3vw,2.6rem)}.intro-topline{color:#172326;opacity:0;border-bottom:1px solid #17232694;justify-content:space-between;padding-bottom:.75rem;font-family:DM Mono,monospace;font-size:.62rem;transition:opacity .45s 2.35s,transform .65s 2.35s;display:flex;transform:translateY(-12px)}.home-intro p{color:#24343a;opacity:0;margin:0;font-family:Noto Serif SC,Georgia,serif;font-size:1rem;line-height:1.6;transition:opacity .45s 2.55s,transform .65s 2.55s;position:absolute;bottom:0;left:0;transform:translateY(12px)}.intro-enter{color:#172326;pointer-events:auto;cursor:pointer;opacity:0;background:#fffbeab8;border:1px solid #17232699;border-radius:4px;align-items:center;gap:.5rem;margin:0;padding:.65rem .8rem;font-family:DM Mono,monospace;font-size:.68rem;transition:border-color .2s,color .2s,opacity .45s 2.7s,transform .65s 2.7s;display:inline-flex;position:absolute;bottom:0;right:0;transform:translateY(12px)}.home-intro:not(.is-playing) .intro-enter{pointer-events:none}.intro-enter:hover,.intro-enter:focus-visible{color:#d85038;border-color:#d85038}.intro-enter:focus-visible{outline-offset:3px;outline:2px solid #172326}.home-intro.is-playing .intro-topline,.home-intro.is-playing p,.home-intro.is-playing .intro-enter{opacity:1;transform:translate(0,0)}.home-intro.is-finishing{transform:translateY(-106svh)}.home-intro.is-skipped{opacity:0;transition-duration:.22s;transform:translateY(-4svh)}@media (width>=1500px){.intro-title{font-size:10rem}}@media (width>=821px){.home-dashboard{box-sizing:border-box;min-height:100svh}}@media (width<=820px){.hero-note,.sticker-one,.sticker-two,.sticker-three,.hero-orbit{display:none}.paper-hero-inner{padding-bottom:5.2rem}.hero-card{width:min(540px,100% - 2rem)}.intro-banner{width:86vw}.intro-title{font-size:6.7rem}}@media (width<=700px){.home-wallpaper{background:#070b17}.wallpaper-picture{inset:0;transform:none}.wallpaper-picture img,.wallpaper-picture video{object-fit:cover;object-position:var(--wallpaper-focus-mobile,50% 50%)}.wallpaper-vignette{box-shadow:none;background:linear-gradient(#070b1724,#070b1780 62%,#070b17f5)}.story-home .paper-hero{min-height:100svh;padding-top:calc(var(--header-height) + .5rem)}.paper-hero-inner{min-height:calc(100svh - var(--header-height) - 1.5rem);padding-bottom:4.8rem}.hero-card{width:calc(100% - 1.5rem);padding:1rem}.hero-profile{grid-template-columns:66px minmax(0,1fr);gap:.75rem;padding:.85rem 0 .75rem}.hero-avatar-frame{width:64px;height:64px}.hero-profile-copy h1{font-size:2.8rem}.hero-profile-copy p{font-size:.76rem}.hero-card-links{gap:.2rem}.hero-card-links a{padding:.35rem .42rem;font-size:.65rem}.hero-card-footer{flex-wrap:wrap}.hero-bottom{grid-template-columns:auto minmax(0,1fr) auto;gap:.4rem;transition:opacity .16s,transform .16s;bottom:.55rem}.wallpaper-hero-controls{padding:.22rem}.wallpaper-hero-controls button{min-width:32px;height:32px}.wallpaper-current{width:min(42vw,150px);padding-inline:.4rem!important}.hero-scroll{width:32px;height:32px}.intro-banner{width:90vw;height:40svh;min-height:180px}.intro-banner-top{top:7svh}.intro-banner-bottom{bottom:7svh}.intro-title{font-size:4.2rem}.intro-title-left{left:-.35rem}.intro-title-right{right:-.35rem}.intro-emblem{width:clamp(96px,32vw,132px)}.home-intro-inner{inset:1.15rem}.home-intro p{display:none}}@media (width<=700px) and (height<=600px){.paper-hero-inner{padding-bottom:4rem}.hero-card{padding:.75rem .9rem}.hero-card-header{padding-bottom:.55rem}.hero-profile{padding:.55rem 0}.hero-profile-copy h1{font-size:2.45rem}.hero-profile-copy p{line-height:1.45}.hero-card-links{padding:.4rem 0 .5rem}.hero-card-footer{padding-top:.5rem}}@media (height<=480px){.hero-note,.sticker-one,.sticker-two,.sticker-three,.hero-orbit{display:none}.paper-hero-inner{padding-bottom:3.25rem}.hero-card{width:min(500px,100% - 3rem);padding:.55rem .8rem}.hero-card-header{padding-bottom:.35rem}.hero-profile{grid-template-columns:52px minmax(0,1fr);gap:.6rem;padding:.35rem 0}.hero-avatar-frame{width:50px;height:50px}.hero-profile-copy h1{margin:.1rem 0;font-size:2rem}.hero-profile-copy p,.hero-card-footer{display:none}.hero-card-links{gap:.1rem;padding:.3rem 0 .2rem}.hero-card-links a{padding:.2rem .35rem;font-size:.6rem}.hero-bottom{bottom:.3rem}.intro-banner{min-height:130px}.intro-emblem{width:86px}.home-intro p{display:none}}@media (width<=420px){.wallpaper-hero-controls button{min-width:30px}.wallpaper-current{width:min(42vw,126px)}.hero-card-header>span:last-child{display:none}.intro-title{font-size:3.5rem}}@media (prefers-reduced-motion:reduce){.home-intro{display:none!important}.home-weather-canvas{display:none}.wallpaper-picture{transition:none;transform:none}.hero-card{transform:none}.hero-scroll{animation:none}}:root[data-theme=light] .home-layout{--page-bg:#e9f0ed;--surface:#fafcfaf0;--surface-strong:#dbe8e2f0;--ink:#203034;--ink-muted:#647579;--line:#20363a2e;--accent:#d75d4b;--accent-deep:#9e4035;--accent-soft:#d75d4b1f;--shadow:0 20px 58px #18303324;--home-stage-start:#dce9e3;color-scheme:light;background:var(--page-bg);color:var(--ink)}:root[data-theme=light] .paper-hero{--surface:#0e2226b8;--surface-strong:#172b2bd6;--ink:#fffbea;--ink-muted:#eaf7edb8;--line:#daf4e533;--accent:#ff7856;--accent-deep:#ffe071;--accent-soft:#ff78562e;--shadow:0 24px 80px #00000057;color-scheme:dark}:root[data-theme=light] .home-layout .site-header:not(.scrolled){--surface-strong:#172b2bd6;--ink:#fffbea;--ink-muted:#eaf7edb8;--line:#daf4e533;--accent:#ff7856;--accent-soft:#ff78562e;color:var(--ink);text-shadow:0 1px 4px #0000006b;backdrop-filter:none;background:0 0;border-bottom-color:#0000}:root[data-theme=light] .home-layout .site-header.scrolled{border-color:var(--line);color:var(--ink);text-shadow:none;backdrop-filter:blur(15px)saturate(1.08);background:#f0f6f3f0}:root[data-theme=light] .home-layout .site-header.scrolled .desktop-nav a,:root[data-theme=light] .home-layout .site-header.scrolled .nav-more summary,:root[data-theme=light] .home-layout .site-header.scrolled .icon-btn{color:var(--ink-muted)}:root[data-theme=light] .home-layout .site-header.scrolled .desktop-nav a:hover,:root[data-theme=light] .home-layout .site-header.scrolled .desktop-nav a[aria-current=page],:root[data-theme=light] .home-layout .site-header.scrolled .nav-more[open] summary,:root[data-theme=light] .home-layout .site-header.scrolled .nav-more summary:hover{background:var(--surface-strong);color:var(--ink)}:root[data-theme=light] .home-dashboard .glass-panel{background:#f7fbf8db;border-color:#20363a3d;box-shadow:0 20px 62px #142b2f2e,inset 0 1px #fffc}:root[data-theme=light] .home-dashboard{background:#e2ece7}:root[data-theme=light] .dashboard-widget{border-color:var(--line);background:#fafcfad6;box-shadow:inset 0 1px #fffc}:root[data-theme=light] .dashboard-profile h3,:root[data-theme=light] .dashboard-main .post-card-body h3,:root[data-theme=light] .dashboard-main .archive-row h3,:root[data-theme=light] .clock-widget strong,:root[data-theme=light] .stats-widget strong,:root[data-theme=light] .home-layout .section-heading h2,:root[data-theme=light] .home-layout .taxonomy-card h2,:root[data-theme=light] .music-widget strong{color:var(--ink)}:root[data-theme=light] .quote-widget p,:root[data-theme=light] .home-layout .moment-card p{color:#34474a}:root[data-theme=light] .dashboard-main .post-card{border-color:var(--line);background:#fafcfae6}:root[data-theme=light] .dashboard-main .post-card-body p,:root[data-theme=light] .dashboard-main .archive-row time,:root[data-theme=light] .dashboard-main .archive-row .row-tag{color:var(--ink-muted)}:root[data-theme=light] .dashboard-main .archive-row{border-color:var(--line)}:root[data-theme=light] .dashboard-main .archive-row:hover,:root[data-theme=light] .stats-widget a:hover,:root[data-theme=light] .stats-widget a:focus-visible{background:#3f746817}:root[data-theme=light] .wallpaper-widget{background:#fafcfae0}:root[data-theme=light] .wallpaper-caption a:hover{color:var(--accent-deep)}:root[data-theme=light] .home-moments-band{background:#f1f5f2}:root[data-theme=light] .home-explore-band{background:#d6e8e5}:root[data-theme=light] .home-layout .section-heading p{color:var(--ink-muted)}:root[data-theme=light] .home-layout .moment-card,:root[data-theme=light] .home-layout .stats-block,:root[data-theme=light] .home-layout .taxonomy-card{border-color:var(--line);background:#fbfcfae6}:root[data-theme=light] .home-layout .taxonomy-card:hover{background:#fff;border-color:#9e40356b}:root[data-theme=light] .home-layout .site-footer{border-top-color:var(--line);background:#d3e4de}:root[data-theme=light] .home-layout .footer-brand,:root[data-theme=light] .home-layout .footer-note,:root[data-theme=light] .home-layout .footer-links a{color:var(--ink-muted)}:root[data-theme=light] .home-layout .footer-links a:hover{color:var(--ink)}.home-moments-band,.home-explore-band{min-height:calc(100svh - var(--header-height));scroll-margin-top:var(--header-height);align-items:center;display:flex}.home-zone{min-width:0}.home-zone .eyebrow{letter-spacing:0}.home-zone-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.home-zone-heading>div:first-child{max-width:48rem}.home-zone-heading h2{color:var(--ink);letter-spacing:0;margin:.35rem 0 .55rem;font-family:Noto Serif SC,Georgia,serif;font-size:2.7rem;font-weight:600;line-height:1.2}.home-zone-heading p{max-width:38rem;color:var(--ink-muted);margin:0;font-size:.88rem}.home-zone-actions{flex:none;align-items:center;gap:.45rem;display:flex}.home-zone-actions button{border:1px solid var(--line);width:38px;height:38px;color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 38px;place-items:center;padding:0;transition:border-color .2s,background .2s,color .2s,transform .2s;display:grid}.home-zone-actions button:hover,.home-zone-actions button:focus-visible{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-deep);transform:translateY(-1px)}.home-zone-actions button:focus-visible,.home-zone-actions a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.home-zone-actions>a{color:var(--accent-deep);align-items:center;gap:.35rem;margin-left:.45rem;font-size:.75rem;font-weight:700;display:inline-flex}.home-life-rail{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:clamp(250px,28vw,380px);grid-auto-flow:column;gap:1rem;padding:.35rem .1rem 1.1rem;display:grid;overflow-x:auto}.home-life-rail::-webkit-scrollbar{display:none}.home-life-card{aspect-ratio:1.55;border:1px solid color-mix(in srgb, var(--line) 76%, #fff 24%);background:var(--surface-strong);color:#fff;scroll-snap-align:start;border-radius:6px;min-width:0;transition:border-color .25s,box-shadow .25s,transform .25s;position:relative;overflow:hidden;box-shadow:0 12px 30px #08141224}.home-life-card picture,.home-life-card img{width:100%;height:100%;display:block}.home-life-card img{object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.home-life-card:after{content:"";pointer-events:none;background:linear-gradient(#080f0e0a 25%,#080f0ed1 100%);position:absolute;inset:0}.home-life-card:hover,.home-life-card:focus-visible{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 18px 42px #0814123d}.home-life-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.home-life-card:hover img{transform:scale(1.045)}.home-life-card__index,.home-life-card__copy,.home-life-card__arrow{z-index:1;position:absolute}.home-life-card__index{backdrop-filter:blur(8px);background:#0a12115c;border:1px solid #ffffff5c;border-radius:4px;padding:.25rem .42rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.56rem;top:.8rem;left:.85rem}.home-life-card__copy{gap:.2rem;display:grid;bottom:1rem;left:1rem;right:3rem}.home-life-card__copy strong{font-family:Noto Serif SC,Georgia,serif;font-size:1.18rem;font-weight:600}.home-life-card__copy small{color:#ffffffc2;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.home-life-card__arrow{bottom:1.15rem;right:1rem}@media (width<=820px){.home-moments-band,.home-explore-band{min-height:auto}}@media (width<=620px){.home-zone-heading{gap:1.15rem;margin-bottom:1.35rem;display:grid}.home-zone-heading h2{font-size:2.05rem}.home-zone-actions{justify-content:flex-start}.home-zone-actions>a{margin-left:auto}.home-life-rail{margin-right:calc(var(--page-gutter) * -1);padding-right:var(--page-gutter);grid-auto-columns:min(78vw,290px)}.home-life-card{aspect-ratio:1.45}}@media (prefers-reduced-motion:reduce){.home-life-rail{scroll-behavior:auto}.home-life-card,.home-life-card img{transition:none}}.dashboard-main .featured-grid .post-card{border-color:color-mix(in srgb, var(--accent) 16%, var(--line));background:color-mix(in srgb, var(--surface) 82%, transparent);border-radius:1rem;min-width:0;display:flex;box-shadow:0 .55rem 1.2rem #0003,0 .12rem .35rem #00000026,inset 0 1px #ffffff0f}.dashboard-main .featured-grid .post-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#55bde82e,#c08ee71f 52%,#67cde114);border-radius:50%;width:74%;height:72%;position:absolute;bottom:-.55rem;right:-.65rem}.dashboard-main .featured-grid .post-card:hover{border-color:color-mix(in srgb, var(--accent) 42%, var(--line));box-shadow:0 .8rem 1.5rem #00000042,0 .18rem .45rem #0000002e,inset 0 1px #ffffff14}.dashboard-main .featured-grid .post-card>a{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.dashboard-main .featured-grid .post-card-image{aspect-ratio:2;border-radius:1rem 1rem 0 0;flex:none;width:100%;position:relative}.dashboard-main .featured-grid .post-card-body{box-sizing:border-box;flex-direction:column;flex:1;width:100%;min-width:0;padding:.9rem;display:flex}.dashboard-main .featured-grid .post-card-body .category-label{font-size:.6rem}.dashboard-main .featured-grid .post-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.35rem 0 .45rem;font-size:1.08rem;line-height:1.5;display:-webkit-box;overflow:hidden}.dashboard-main .featured-grid .post-card-body p{-webkit-line-clamp:2;font-size:.82rem;line-height:1.45}.dashboard-main .featured-grid .post-card-meta{margin-top:auto;padding-top:.75rem;font-size:.6rem}.dashboard-main .featured-grid .post-card>a:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (width<=820px){.dashboard-main .featured-grid{grid-template-columns:1fr}}@media (width>=821px) and (width<=1160px){.dashboard-main .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.dashboard-main .featured-grid{gap:.85rem}.dashboard-main .featured-grid .post-card-body{padding:.8rem}.dashboard-main .featured-grid .post-card-body h3{font-size:1rem;line-height:1.45}.dashboard-main .featured-grid .post-card-body p{font-size:.76rem;line-height:1.55}}.dashboard-main .featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dashboard-main .featured-grid .post-card,.dashboard-profile,.dashboard-widget,.clock-widget,.stats-widget,.wallpaper-widget{isolation:isolate;border:1px solid color-mix(in srgb, var(--accent) 14%, var(--line));border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 .55rem 1.2rem #0003,0 .12rem .35rem #00000026,inset 0 1px #ffffff0f}.dashboard-main .featured-grid .post-card:before,.dashboard-profile:before,.dashboard-widget:before,.clock-widget:before,.stats-widget:before,.wallpaper-widget:before{z-index:-1;pointer-events:none;content:"";opacity:.34;background:linear-gradient(138deg,#55bde840,#65d0b129 72%,#f2b66d2e);width:12.2rem;height:9.65rem;position:absolute;bottom:-.55rem;right:-.65rem}.dashboard-main .featured-grid .post-card:hover,.dashboard-profile:hover,.dashboard-widget:hover,.clock-widget:hover,.stats-widget:hover,.wallpaper-widget:hover{border-color:color-mix(in srgb, var(--accent) 28%, var(--line));box-shadow:0 .7rem 1.45rem #0000003d,0 .16rem .42rem #0000002b,inset 0 1px #ffffff14}.dashboard-profile,.dashboard-widget,.clock-widget,.stats-widget,.wallpaper-widget{background:color-mix(in srgb, var(--surface) 72%, #080e1fe0)}.dashboard-main .featured-grid .post-card{background:color-mix(in srgb, var(--surface) 72%, #101521e6)}.dashboard-main .featured-grid .post-card-image{border-radius:1rem 1rem 0 0}@media (width<=1160px){.dashboard-main .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.dashboard-main .featured-grid{grid-template-columns:1fr}}.home-dashboard.section-space{padding-bottom:clamp(1.5rem,3vw,2.5rem)}.article-showcase{isolation:isolate;position:relative;overflow:hidden}@supports (overflow:clip){.article-showcase{overflow:clip}}.dashboard-main .article-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;position:relative}.dashboard-main .article-grid .post-card{height:clamp(242px,14vw,268px)}.article-grid .post-card[hidden]{display:none}.dashboard-main .article-grid .post-card-image{aspect-ratio:auto;height:clamp(98px,6.8vw,126px)}.dashboard-main .article-grid .post-card-body{padding:.68rem .78rem .72rem}.dashboard-main .article-grid .post-card-body .category-label{font-size:.56rem}.dashboard-main .article-grid .post-card-body h3{margin:.22rem 0 .3rem;font-size:.94rem;line-height:1.34}.dashboard-main .article-grid .post-card-body p{font-size:.72rem;line-height:1.4}.dashboard-main .article-grid .post-card-meta{padding-top:.48rem;font-size:.56rem}.article-pagination{z-index:6;justify-content:center;align-items:center;gap:.32rem;min-height:34px;margin-top:.85rem;display:none;position:relative}.article-showcase.is-paginated .article-pagination{display:flex}.article-pagination[hidden]{display:none}.article-pagination-pages{align-items:center;gap:.32rem;display:flex}.article-pagination button{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 80%, transparent);width:32px;height:32px;color:var(--ink-muted);cursor:pointer;border-radius:50%;flex:0 0 32px;place-items:center;padding:0;font-family:DM Mono,monospace;font-size:.66rem;transition:border-color .18s,background .18s,color .18s,transform .18s;display:grid}.article-pagination button:hover:not(:disabled),.article-pagination button:focus-visible{border-color:var(--accent);color:var(--ink);transform:translateY(-1px)}.article-pagination .article-page-number[aria-current=page]{border-color:var(--accent);background:var(--accent);color:#17111a;font-weight:700}.article-pagination button:disabled{cursor:default;opacity:.32}.article-page-ellipsis{width:24px;height:32px;color:var(--ink-muted);place-items:center;font-family:DM Mono,monospace;font-size:.68rem;display:grid}.article-pagination-status{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.article-showcase.is-settled .article-grid.is-page-changing .post-card:not([hidden]){animation:.3s cubic-bezier(.2,.72,.22,1) both article-page-arrive}.article-planet-stage{z-index:5;aspect-ratio:1;pointer-events:none;opacity:0;width:clamp(13rem,23vw,17rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.article-planet-corona,.article-planet-shockwave,.article-planet-core{opacity:0;border-radius:50%;position:absolute}.article-planet-corona{filter:blur(.75rem);background:radial-gradient(circle,#ffe69380,#ff87493d 42%,#0000 70%);inset:20%}.article-planet-core{filter:drop-shadow(0 0 .5rem #ffb860c2)drop-shadow(0 0 1.35rem #ff61426b);inset:27%}.article-planet-core img{object-fit:cover;filter:saturate(1.1)contrast(1.05);border-radius:50%;width:100%;height:100%}.article-planet-core:before,.article-planet-core:after{z-index:1;content:"";pointer-events:none;border-radius:50%;position:absolute}.article-planet-core:before{background:radial-gradient(circle at 31% 24%,#ffffe27a,#0000 24%),radial-gradient(circle at 72% 72%,#0000 38%,#080a1894 82%);inset:0;box-shadow:inset -.55rem -.7rem 1.1rem #0405126b,inset .2rem .25rem .38rem #ffffe84d}.article-planet-core:after{border:1px solid #ffe1a47a;inset:-4%;box-shadow:0 0 .9rem #ffb1528a,inset 0 0 .65rem #fff4cf4d}.article-planet-shockwave{border:2px solid #ffe19de6;inset:27%;box-shadow:0 0 1rem #ff9e4bb3,inset 0 0 .8rem #ffe5a080}.article-planet-petal{opacity:0;transform-origin:50% 100%;background:linear-gradient(150deg,#ffe1a0,#f58662 58%,#a84475);border:1px solid #ffe9b840;border-radius:80% 15%;width:clamp(.42rem,.8vw,.66rem);height:clamp(1rem,1.8vw,1.45rem);position:absolute;top:50%;left:50%;box-shadow:0 0 .7rem #ff7d5575}.article-showcase.is-animating .article-planet-stage{animation:article-stage-fade var(--article-animation-duration,1.6s) ease-out forwards}.article-showcase.is-animating .article-planet-corona{animation:article-corona-burst var(--article-animation-duration,1.6s) ease-out forwards}.article-showcase.is-animating .article-planet-core{animation:article-planet-burst var(--article-animation-duration,1.6s) cubic-bezier(.2, .72, .22, 1) forwards}.article-showcase.is-animating .article-planet-core img{animation:article-planet-spin var(--article-animation-duration,1.6s) ease-in-out forwards}.article-showcase.is-animating .article-planet-shockwave{animation:article-shockwave var(--article-animation-duration,1.6s) ease-out forwards}.article-showcase.is-animating .article-planet-petal{animation:article-petal-orbit var(--article-petal-duration,1.48s) cubic-bezier(.2, .72, .2, 1) forwards;animation-delay:var(--petal-delay,calc(var(--petal-index,0) * 8ms))}.article-showcase.is-animating .article-grid .post-card:not([hidden]){opacity:0;will-change:transform, opacity;animation:article-card-arrive var(--article-card-duration,1.32s) cubic-bezier(.18, .76, .2, 1) forwards;animation-delay:var(--card-delay,calc(var(--card-index,0) * 32ms))}.article-showcase.is-animating .article-pagination{opacity:0;pointer-events:none}.article-showcase.is-animating .article-grid,.article-showcase.is-animating .article-grid .post-card,.article-showcase.is-animating .article-grid .post-card>a{pointer-events:none}.article-showcase.is-settled .article-planet-stage{display:none}@keyframes article-stage-fade{0%,66%{opacity:1}to{opacity:0}}@keyframes article-corona-burst{0%{opacity:0;transform:scale(.2)}20%{opacity:.7;transform:scale(.78)}46%{opacity:.9;transform:scale(1)}62%{opacity:.72;transform:scale(2.5)}to{opacity:0;transform:scale(4.5)}}@keyframes article-planet-burst{0%{opacity:0;transform:scale(.12)rotate(-12deg)}18%{opacity:1;transform:scale(.84)rotate(-5deg)}40%{opacity:1;transform:scale(1)rotate(0)}48%{opacity:1;transform:scale(.88)rotate(3deg)}60%{opacity:.42;transform:scale(2.85)rotate(10deg)}76%,to{opacity:0;transform:scale(4.8)rotate(18deg)}}@keyframes article-planet-spin{0%{transform:rotate(-14deg)scale(1.04)}to{transform:rotate(22deg)scale(1.08)}}@keyframes article-shockwave{0%,47%{opacity:0;transform:scale(.3)}51%{opacity:1;transform:scale(.58)}76%,to{opacity:0;transform:scale(3.7)}}@keyframes article-petal-orbit{0%{opacity:0;transform:rotate(var(--petal-angle)) translateY(-12rem) scale(.2)}29%{opacity:.96;transform:rotate(var(--petal-angle)) translateY(-5rem) scale(1)}46%{opacity:.88;transform:rotate(var(--petal-angle-end)) translateY(-2.6rem) scale(.72)}55%{opacity:1;transform:rotate(var(--petal-angle-end)) translateY(-2rem) scale(.55)}76%{opacity:.58;transform:rotate(var(--petal-angle-end)) translateY(-9rem) scale(.45)}to{opacity:0;transform:rotate(var(--petal-angle-end)) translateY(-14rem) scale(.08)}}@keyframes article-card-arrive{0%{opacity:0;transform:translate3d(var(--petal-x,-42vw), var(--petal-y,-28vh), 0) rotate(var(--petal-rotate,0deg)) scale(.14)}36%{opacity:.92;transform:translate3d(var(--gather-x,0px), var(--gather-y,0px), 0) rotate(20deg) scale(.1)}48%{opacity:.82;transform:translate3d(var(--gather-x,0px), var(--gather-y,0px), 0) rotate(-12deg) scale(.065)}54%{opacity:1;transform:translate3d(var(--gather-x,0px), var(--gather-y,0px), 0) rotate(7deg) scale(.1)}82%{opacity:1;transform:translate(0,0)rotate(-3deg)scale(.88)}to{opacity:1;transform:translate(0,0)rotate(0)scale(1)}}@keyframes article-page-arrive{0%{opacity:0;transform:translateY(.55rem)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1160px){.dashboard-main .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.dashboard-main .article-grid{grid-template-columns:1fr}.dashboard-main .article-grid .post-card{height:246px}.dashboard-main .article-grid .post-card-image{height:108px}.article-planet-stage{width:min(15rem,68vw)}}@media (width<=420px){.article-pagination,.article-pagination-pages{gap:.22rem}.article-pagination button{flex-basis:30px;width:30px;height:30px}.article-page-ellipsis{width:18px}}@media (prefers-reduced-motion:reduce){.article-showcase.is-settled .article-grid.is-page-changing .post-card,.article-showcase.is-animating .article-grid .post-card,.article-showcase.is-animating .article-planet-stage,.article-showcase.is-animating .article-planet-corona,.article-showcase.is-animating .article-planet-core,.article-showcase.is-animating .article-planet-core img,.article-showcase.is-animating .article-planet-shockwave,.article-showcase.is-animating .article-planet-petal{animation:none!important}.article-showcase.is-animating .article-grid .post-card{opacity:1;transform:none}.article-planet-stage{display:none}}
