body,html{min-height:100vh;max-width:100vw;overflow-x:hidden}body{color:var(--text-primary);background:var(--background-primary);font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:20px;line-height:1.5;font-size:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{margin:0}*{box-sizing:border-box;padding:0}a{color:var(--text-primary);text-decoration:none;font-size:12px}a:hover{text-decoration:underline}.simpleLink{font-family:serif;font-style:italic;font-size:1rem;color:var(--text-primary);text-decoration:none;text-underline-offset:4px}.simpleLink:hover{text-decoration:underline}.gallery-item .caption{background:var(--caption-background);color:var(--caption-color)}.theme-button{background:none;border:none;padding:0;font:inherit;cursor:pointer;font-family:serif;font-style:italic;font-size:1rem;color:var(--text-primary);text-decoration:none;text-underline-offset:4px}.theme-button:hover{text-decoration:underline}nav{margin-bottom:3rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}#time{font-family:monospace;display:flex;flex-direction:column;align-items:flex-start;position:relative;margin-bottom:1rem;font-size:12px;color:var(--text-secondary)}#time .time-entry a{color:inherit;text-decoration:none}#time .time-entry a:hover{color:var(--link-hover-color);text-decoration:underline}.time-entry{display:flex;align-items:center;gap:10px}.sound-control{font-family:monospace;font-size:12px;cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--text-secondary)}.sound-control:hover{color:var(--link-hover-color)}@keyframes fadeColor{0%,to{color:var(--text-secondary)}50%{color:var(--text-primary)}}.sound-control.playing{animation:fadeColor 2s linear infinite}.posts{list-style:none;padding:0}.posts li{margin-bottom:1rem}.post-date{margin-right:1rem}.playlist,.post-date{color:var(--text-secondary);font-size:12px}.playlist{margin-top:2rem;border-top:1px solid var(--border-color);padding-top:1rem}.playlist-item{cursor:pointer;padding:.2rem 0}.playlist-item:hover{color:var(--link-hover-color)}.playlist-item.active{color:var(--active-color)}.playlist-item.focused{color:var(--link-hover-color)}h1{margin:2rem 0 1rem;font-weight:400}footer,h1{font-size:12px}footer{text-align:left;position:relative;padding-bottom:20px;margin-top:2rem;width:100%;color:var(--text-secondary)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-top:2rem}.gallery-item{position:relative;aspect-ratio:1}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item .caption{position:absolute;bottom:0;left:0;width:100%;padding:4px;font-size:11px}.theme-theme3,body.theme-theme3,html.theme-theme3{background-color:transparent}body.theme-theme3{overflow:hidden}.theme3-background-root{position:fixed;inset:0;pointer-events:none;z-index:-1}.theme3-background{position:absolute;inset:0;overflow:hidden;background:#000}.theme3-space-base{position:absolute;inset:0;background:radial-gradient(ellipse at center,#000 0,#0a0510 40%,#000 100%)}.theme3-horizon{position:absolute;left:-15%;right:-15%;bottom:-15%;height:70%;transform-origin:center bottom;animation:theme3HorizonPulse 14s ease-in-out infinite;z-index:2}.theme3-dawn-atmosphere,.theme3-dawn-core,.theme3-dawn-glow,.theme3-dawn-mid,.theme3-light-rays{position:absolute;left:0;right:0;bottom:0}.theme3-dawn-core{height:100%;background:radial-gradient(ellipse 100% 100% at 50% 100%,#ff6b35 0,#ff8c42 3%,#ffa552 6%,#ff6f91 9%,#c44569 14%,#8b3a62 22%,#5a2a52 32%,#2d1b3d 48%,#1a0f28 72%,#000 100%);filter:blur(50px)}.theme3-dawn-glow{left:20%;right:20%;height:60%;background:radial-gradient(ellipse 100% 100% at 50% 100%,rgba(255,107,53,.6) 0,rgba(255,140,66,.45) 12%,rgba(255,165,82,.3) 25%,rgba(255,111,145,.2) 40%,transparent 60%);filter:blur(35px);animation:theme3GlowPulse 9s ease-in-out infinite}.theme3-dawn-mid{left:10%;right:10%;height:80%;background:radial-gradient(ellipse 100% 90% at 50% 100%,rgba(255,111,145,.3) 0,rgba(196,69,105,.25) 20%,rgba(139,58,98,.18) 40%,transparent 65%);filter:blur(45px);animation:theme3MidShimmer 11s ease-in-out infinite}.theme3-dawn-atmosphere{left:-5%;right:-5%;height:100%;background:radial-gradient(ellipse 100% 85% at 50% 100%,rgba(90,42,82,.15) 0,rgba(45,27,61,.1) 40%,rgba(26,15,40,.05) 60%,transparent 85%);filter:blur(60px);animation:theme3AtmosphereShimmer 16s ease-in-out infinite}.theme3-light-rays{left:10%;right:10%;height:100%;background:linear-gradient(0deg,rgba(255,140,66,.02) 0,transparent 45%),linear-gradient(178deg,transparent,rgba(255,165,82,.015) 30%,transparent 60%),linear-gradient(182deg,transparent,rgba(255,111,145,.015) 30%,transparent 60%);filter:blur(25px);animation:theme3RayShimmer 20s ease-in-out infinite}.theme3-stars{position:absolute;inset:0;z-index:3}.theme3-star{position:absolute;border-radius:50%;background:#fff;animation:theme3StarTwinkle linear infinite}.theme3-noise-overlay{position:absolute;inset:0;pointer-events:none;opacity:.025;z-index:4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes theme3HorizonPulse{0%,to{transform:scale(1) translateY(0);opacity:.85}50%{transform:scale(1.03) translateY(-1%);opacity:.95}}@keyframes theme3GlowPulse{0%,to{opacity:.8}50%{opacity:1}}@keyframes theme3MidShimmer{0%,to{opacity:.7}50%{opacity:.9}}@keyframes theme3AtmosphereShimmer{0%,to{transform:scale(1);opacity:.65}50%{transform:scale(1.02);opacity:.8}}@keyframes theme3RayShimmer{0%,to{opacity:.6}50%{opacity:.85}}@keyframes theme3StarTwinkle{0%,to{opacity:.2}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.theme3-dawn-atmosphere,.theme3-dawn-glow,.theme3-dawn-mid,.theme3-horizon,.theme3-light-rays,.theme3-star{animation:none!important}}