:root{--primary:#007aff;--primary-hover:#005bb5;--bg-dark:#0f1115;--text-light:#fff;--text-muted:#94a3b8;--card-bg:#ffffff08;--card-border:#ffffff1a;--card-hover:#ffffff14;--accent-gold:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-light);background-color:#0b0f19;min-height:100vh;font-family:Montserrat,sans-serif;position:relative;overflow-x:hidden}#app{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.bg-blur{z-index:-3;pointer-events:none;background:radial-gradient(circle at 40%,#0b0f19 0%,#05070a 100%);width:100%;height:100%;position:fixed;top:0;left:0}.bg-grid{z-index:-2;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:fixed;top:0;left:0}.bg-shape{filter:blur(100px);z-index:-3;opacity:.4;pointer-events:none;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:fixed}.shape1{background:#007aff26;width:50vw;height:50vw;top:-10vw;left:-10vw}.shape2{background:#f59e0b1a;width:40vw;height:40vw;animation-delay:-10s;bottom:-5vw;right:-5vw}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(5%,5%)scale(1.1)}}.portrait-image{object-fit:contain;object-position:bottom right;z-index:0;opacity:.95;filter:drop-shadow(-15px 15px 25px #0009);pointer-events:none;width:45vw;max-width:650px;height:auto;max-height:85vh;animation:1s forwards fadeSlideUp;position:fixed;bottom:0;right:2%}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:.95;transform:translateY(0)}}.container{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative}.header{margin-bottom:1.5rem;animation:.8s forwards fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logo-container{align-items:center;gap:1.25rem;display:flex}.logo-bg{background:#ffffffe6;border-radius:16px;justify-content:center;align-items:center;width:90px;height:90px;padding:.5rem;display:flex;box-shadow:0 4px 20px #0000004d}.logo{object-fit:contain;width:100%;height:auto}.branding{flex-direction:column;display:flex}.brand-title{letter-spacing:1px;color:var(--accent-gold);font-size:1.5rem;font-weight:800}.brand-subtitle{color:#e2e8f0;text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:600}.main-content{z-index:10;flex-direction:column;flex:1;justify-content:center;max-width:1050px;display:flex;position:relative}.main-heading{text-wrap:balance;text-shadow:0 4px 10px #00000080;opacity:0;margin-bottom:1.5rem;font-size:1.6rem;font-weight:800;line-height:1.3;animation:.8s .2s forwards fadeInUp;transform:translateY(20px)}.main-heading .highlight{color:var(--accent-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.post-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.post-card{color:var(--text-light);-webkit-backdrop-filter:blur(12px);opacity:0;background:#121621d9;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:1rem;padding:1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.6s forwards fadeInUp;display:flex;box-shadow:0 4px 15px #0006}.post-card:first-child{animation-delay:.3s}.post-card:nth-child(2){animation-delay:.4s}.post-card:nth-child(3){animation-delay:.5s}.post-card:nth-child(4){animation-delay:.6s}.post-card:nth-child(5){animation-delay:.7s}.post-card:nth-child(6){animation-delay:.8s}.post-card:hover{background:#191e2df2;border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.post-icon{background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex;box-shadow:inset 0 0 10px #ffffff0d}.post-title{margin-top:0;font-size:.95rem;font-weight:600;line-height:1.35}.cta-section{text-align:center;-webkit-backdrop-filter:blur(12px);opacity:0;background:#121621bf;border:1px solid #ffffff1a;border-radius:20px;max-width:700px;margin:0 auto;padding:1.5rem;animation:.8s 1s forwards fadeInUp;box-shadow:0 10px 30px #00000080}.cta-text{color:#f1f5f9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1rem;font-weight:700;line-height:1.5}.cta-button{background:var(--primary);color:#fff;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #007aff66}.cta-button:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.cta-button:hover{background:var(--primary-hover);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 35px #007aff80}.cta-button:hover:after{left:100%}.telegram-icon{border-radius:50%;width:26px;height:26px;box-shadow:0 2px 5px #0003}@media (height>=900px){.main-heading{margin-bottom:3rem;font-size:2.2rem}.post-grid{gap:1.5rem;margin-bottom:3rem}.post-card{padding:1.5rem}.post-title{font-size:1.15rem}.cta-section{padding:2.5rem}}@media (width<=992px){.portrait-image{width:60vw}}@media (width<=768px){.container{padding:1rem}.post-grid{grid-template-columns:1fr;gap:.75rem}.main-heading{margin-bottom:1.5rem;font-size:1.5rem}.portrait-image{opacity:.2;filter:none;pointer-events:none;width:100vw;max-width:100%;right:0}.cta-section{border-radius:16px;max-width:100%;margin-top:1rem;padding:1.5rem 1rem}.cta-text{margin-bottom:1.25rem;font-size:.95rem}.logo-bg{border-radius:12px;width:70px;height:70px}.brand-title{font-size:1.25rem}.brand-subtitle{font-size:.75rem}.cta-button{white-space:nowrap;justify-content:center;width:100%;padding:1rem .5rem;font-size:.9rem;display:flex}.telegram-icon{width:22px;height:22px}}
