*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,sans-serif;background-color:#0f172a;color:#e2e8f0;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#22d3ee;border-radius:20px}::-webkit-scrollbar-track{background:#1e293b}.container{max-width:900px;margin:0 auto;padding:0 20px}a{color:#22d3ee;text-decoration:none;transition:color .2s ease}a:hover{color:#a78bfa;text-shadow:0 0 6px #a78bfa}h1,h2,h3,h4{font-weight:300;font-size:x-small;font-style:italic;color:#e2e8f0}h1{font-size:2.4rem;margin-bottom:1.2rem;background:linear-gradient(90deg,#22d3ee,#a78bfa);-webkit-background-clip:text;color:transparent}h2{font-size:1.6rem;margin-top:2.5rem;margin-bottom:1rem;color:#a78bfa;text-shadow:0 0 6px rgba(167,139,250,.4)}h3{font-size:1.25rem;margin-top:2rem}p{margin:1rem 0;color:#cbd5e1}ul{margin:1rem 0 1rem 1.5rem}li{margin-bottom:.5rem;color:#cbd5e1}img{max-width:100%;height:auto;border-radius:10px;border:1px solid rgba(34,211,238,.2);transition:transform .2s ease}img:hover{transform:scale(1.01)}.card{background:#1e293b;border-radius:14px;padding:24px;margin-bottom:32px;box-shadow:0 4px 30px rgba(34,211,238,.05);border:1px solid rgba(34,211,238,.15);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 30px rgba(34,211,238,.15)}.blog-content{font-size:1.1rem;color:#cbd5e1}.blog-content strong{color:#22d3ee}.blog-content blockquote{padding:12px 16px;margin:1.5rem 0;border-left:4px solid #22d3ee;background:rgba(167,139,250,.1);border-radius:8px;color:#e2e8f0}footer{text-align:center;padding:20px 0;color:#94a3b8;border-top:1px solid rgba(167,139,250,.2)}footer,header{background:#0f172a}header{border-bottom:1px solid rgba(167,139,250,.2);position:-webkit-sticky;position:sticky;top:0;z-index:20}button{padding:10px 18px;border-radius:8px;border:none;cursor:pointer;background:linear-gradient(90deg,#22d3ee,#a78bfa);color:#0f172a;font-weight:600;transition:.2s ease}button:hover{opacity:.85}img:hover{transform:scale(1.02);filter:drop-shadow(0 0 6px rgba(34,211,238,.35))}