*{box-sizing:border-box}body,html{height:100%}body.app-root{margin:0;background:#000;color:#f5f5f5;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.h1,.hero-title{font-variant-numeric:lining-nums tabular-nums}.hero-title{font-family:Georgia,Times New Roman,serif;font-weight:300;font-size:56px;letter-spacing:-.01em;margin:0 0 10px}.hero-sub{color:#cfcfcf;font-size:18px;margin:0 0 22px}.site{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:720px;margin:0 auto;padding:0 24px 56px}.container.pt{padding-top:96px}.header{position:fixed;inset:0 auto auto 0;right:0;height:56px;z-index:40;background:rgba(0,0,0,.25);backdrop-filter:blur(6px);border-bottom:1px solid #2a2a2a}.nav{max-width:720px;height:100%;margin:0 auto;display:flex;align-items:center;gap:18px;padding:0 16px;color:#c9c9c9}.nav-center{justify-content:center}.nav-gap{width:18px}.brand{color:#bdbdbd;text-decoration:none;margin-right:12px}.brand:hover{color:#fff}.nav-link{text-decoration:none;color:inherit;padding:4px 8px;border-radius:8px;transition:.2s ease}.nav-link:hover{color:#fff;background:rgba(255,255,255,.06)}.footer{max-width:720px;margin:0 auto;padding:22px 24px;border-top:1px solid #2a2a2a;display:flex;justify-content:space-between;color:#8a8a8a;font-size:12px}.portal{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.portal-links{display:flex;gap:16px;margin-top:6px}.portal-links a{padding:6px 10px;border-radius:8px;text-decoration:none;color:#eaeaea;transition:.2s ease}.portal-links a:hover{background:rgba(255,255,255,.06)}.hint{margin-top:12px;color:#7a7a7a;font-size:12px}.h1{font-family:Georgia,Times New Roman,serif;font-weight:300;font-size:34px;margin:0 0 16px}.body{color:#d0d0d0;line-height:1.75}.meta{color:#9a9a9a;font-size:12px;margin-top:6px}.list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.list-plain li{padding:6px 0;border-bottom:1px dashed #1a1a1a}.list-plain li:last-child{border-bottom:0}.prose{color:#e9e9e9;line-height:1.8}.home-fab{position:fixed;right:20px;bottom:20px;width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;background:rgba(255,255,255,.05);color:#e8e8e8;border:1px solid #2a2a2a;font-family:ui-monospace,Menlo,Consolas,monospace;transition:.2s ease;user-select:none}.home-fab:hover{background:rgba(255,255,255,.12)}@keyframes fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.container,.portal,.prose{animation:fade .6s ease both}