.reel-container{display:flex;justify-content:center;align-items:center;margin:3rem 0}.reel-card{display:block;position:relative;width:280px;height:500px;background-size:cover;background-position:50%;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.25);text-decoration:none!important;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.reel-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(193,53,132,.4)}.reel-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:25px;color:#fff}.reel-icon{font-size:2rem;margin-bottom:.5rem;color:#fff}.reel-text{font-weight:700;font-size:1.1rem;margin:0}.reel-subtext{font-size:.85rem;opacity:.8;font-weight:400}.triple-grid{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0;flex-wrap:wrap}.vertical-photo{border-radius:12px;height:300px;width:auto;max-width:100%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease}.triple-grid img:hover{transform:scale(1.03);z-index:10}@media(max-width:768px){.vertical-photo{height:250px}}.view-citation .li-cite-author{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-overflow:ellipsis}.max-w-prose{text-align:justify;text-justify:inter-word}.poster-grid{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin:2rem 0;flex-wrap:nowrap;text-align:center}.poster-column{flex:none;display:flex;justify-content:center;align-items:center}.poster-gif{border-radius:16px;height:230px;width:auto;box-shadow:0 6px 16px rgba(0,0,0,.15);transition:transform .3s ease}.poster-photo{border-radius:16px;height:230px;width:auto;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:transform .3s ease}.poster-grid img:hover{transform:scale(1.03)}.poster-button-container{text-align:center;margin-top:.5rem}.poster-button{display:inline-block;background:linear-gradient(90deg,#7b9dfd,#b892ff);color:#fff!important;font-weight:400;border-radius:40px;padding:.45rem 1.2rem;font-size:.8rem;text-decoration:none;transition:all .25s ease}.poster-button:hover{background:linear-gradient(90deg,#b892ff,#7b9dfd);box-shadow:0 3px 8px rgba(123,157,253,.35);transform:translateY(-1px)}@media(max-width:768px){.poster-grid{flex-direction:column;align-items:center}.poster-gif,.poster-photo{height:auto;max-width:90%}}.avatar-wrapper img{box-shadow:0 0 0 2px #fff,0 0 20px rgba(248,127,219,.6),0 0 60px rgba(99,132,255,.3);border-radius:50%;transition:box-shadow .4s ease}.avatar-wrapper:hover img{box-shadow:0 0 0 2px #fff,0 0 35px rgba(99,132,255,.9),0 0 80px rgba(99,132,255,.5)}:root{--bg-grad-start:#c9f1ff;--bg-grad-end:#ffe5fb}html.dark,body.dark,html[data-theme=dark]{--bg-grad-start:#032432;--bg-grad-end:#1a131a}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,var(--bg-grad-start) 0%,var(--bg-grad-end) 100%);background-repeat:no-repeat;background-size:cover}html.dark .card,body.dark .card,html[data-theme=dark] .card{background-color:rgba(22,27,34,.85);box-shadow:none}.home .article-container,.home .section-content{background:rgba(255,255,255,.9);border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,5%);padding:1rem}html.dark .home .article-container,html.dark .home .section-content{background:rgba(22,27,34,.85)}h1.text-5xl{font-size:2rem!important;line-height:1.2!important;font-weight:800!important}.section-content p,.wg-about .prose p,.prose p,p.lead{text-align:justify!important;font-size:.95rem;line-height:1.7;max-width:850px;margin:0 auto}.section-content p+p,.wg-about .prose p+p,.prose p+p{margin-top:.6rem}