:root{--text: #b0b0b0;--ff: #178f6b}body{font-family:Courier New,Courier,monospace;background-color:#000;color:var(--text)}.home{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;margin-block:0}.grid{display:grid;gap:20px;width:95%;max-width:500px;margin:1rem auto;grid-template-columns:repeat(3,1fr)}.grid-box{position:relative;overflow:hidden;pointer-events:none}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0009;transition:opacity .5s ease;opacity:0;pointer-events:none}.img-description{text-align:center;font-size:clamp(14px,3vw,18px);font-weight:600;color:#d9d9d9;max-width:80%;white-space:pre-line}.grid-box.is-loaded:hover .overlay{opacity:1;pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1;pointer-events:auto}}.grid img{width:100%;height:100%;margin:0;border-radius:12px;opacity:0;animation:fadeIn .8s ease-in-out forwards}.links{margin-top:1.5rem;color:var(--text)}.nav-link{display:block;font-size:15pt;font-weight:600;text-align:center;color:var(--text);text-decoration:none;opacity:0;animation:fadeIn .8s ease-in-out forwards;transition:color .3s ease;pointer-events:none}.nav-link:hover{color:var(--ff)}.nav-link:active{color:#aeada7}.nav-link.show{pointer-events:auto}.grid-box:nth-child(1) img{animation-delay:0s}.grid-box:nth-child(2) img{animation-delay:.2s}.grid-box:nth-child(3) img{animation-delay:.4s}.grid-box:nth-child(6) img{animation-delay:.6s}.grid-box:nth-child(9) img{animation-delay:.8s}.grid-box:nth-child(8) img{animation-delay:1s}.grid-box:nth-child(7) img{animation-delay:1.2s}.grid-box:nth-child(4) img{animation-delay:1.4s}.grid-box:nth-child(5) img{animation-delay:1.6s}.nav-link{animation-delay:1.8s}body{font-family:Courier New,Courier,monospace}.thoughts{max-width:700px;width:90%;margin:0 auto;padding:20px 0;text-align:left}.thoughts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}h1{font-size:2em;text-align:left;margin:0}.home-link{font-size:16px;font-weight:600;color:var(--text);text-decoration:none;transition:color .3s ease}.home-link:hover{color:var(--ff)}.thoughts p{font-size:12pt}img{display:block;max-width:100%;border-radius:12px;margin:auto}.inspirations{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.yt-video{display:flex;justify-content:center}.yt-video iframe{border-radius:12px}
