*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#aaa;text-decoration:none}a:hover{color:#fff}.app{width:100%;min-height:100vh}.header{border-bottom:1px solid #111;padding:3rem 2rem;display:flex;justify-content:center}.header__logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header__logo-wrapper{position:relative;width:100px;height:100px}.header__logo{width:100px;height:100px;object-fit:contain;position:relative;z-index:1;animation:logoFloat 4s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(180,180,220,.3))}.logo-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;pointer-events:none;z-index:0}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.header__text{font-family:Times New Roman,Times,serif;font-size:1.8rem;color:#666;letter-spacing:.15em;font-weight:300}.posts{max-width:768px;margin:0 auto;padding:3rem 1.5rem 0}.loading{text-align:center;padding:3rem 0;color:#555;font-size:.9rem}.post-card{margin-bottom:6rem}.post-card__image{width:100%;max-height:500px;object-fit:cover;border-radius:0;margin-bottom:1.5rem}.post-card__body{padding:0 .5rem}.post-card__title{font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.2}.post-card__meta{display:flex;gap:1rem;font-size:.85rem;color:#555;margin-bottom:1.5rem}.post-card__content{color:#ccc;font-size:1.05rem;line-height:1.8}.post-card__content p{margin-bottom:1.2rem}.post-card__content ul,.post-card__content ol{margin-bottom:1.2rem;padding-left:1.5rem}.post-card__content li{margin-bottom:.4rem}.post-card__content h2,.post-card__content h3{font-family:Times New Roman,Times,serif;color:#fff;margin-top:2rem;margin-bottom:.5rem}.post-card__content img{max-width:100%;border-radius:0;margin:1.5rem 0}.post-card__content pre{background:#111;padding:1rem;border-radius:0;overflow-x:auto;margin:1.5rem 0}.post-card__content code{background:#111;padding:.15rem .4rem;border-radius:0;font-size:.9em}.post-card__content blockquote{font-family:Times New Roman,Times,serif;border-left:3px solid #333;margin:1.5rem 0;padding-left:1.5rem;color:#888;font-style:italic}.post-card__content a{color:#6e8efb}.post-card__content a:hover{color:#a0b4ff}.footer{border-top:1px solid #1a1a1a;padding:4rem clamp(2rem,10vw,12rem);text-align:center}.footer__text{margin-bottom:2rem;color:#555;font-size:.9rem}.footer__text p{margin-bottom:.5rem}.footer__value{color:#aaa}.footer__socials{display:flex;justify-content:center;gap:2rem}.footer__socials a{color:#444;font-size:1.5rem;transition:color .2s,transform .2s}.footer__socials a:hover{color:#fff;transform:scale(1.15)}.logo-page{width:100vw;height:100vh;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}.logo-page canvas{display:block}@media(max-width:600px){.hero__logo{width:140px;height:140px}.hero__logo-container{padding:2rem}.post-card__title{font-size:1.5rem}.posts{padding:0 1.5rem}.footer{padding:3rem 1.5rem}}
