:root{--primary: #3186FF;--primary-hover: #1e6bd6;--primary-glow: rgba(49, 134, 255, .4);--bg-dark: #0b0f19;--bg-card: rgba(17, 24, 39, .7);--border-card: rgba(255, 255, 255, .08);--text-main: #f3f4f6;--text-muted: #9ca3af;--text-light: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;overflow-x:hidden}body{position:relative;background-image:radial-gradient(at 0% 0%,rgba(49,134,255,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(49,134,255,.08) 0px,transparent 50%),radial-gradient(at 50% 50%,#0b0f19,#0b0f19f2);background-attachment:fixed;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;z-index:0}.container{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),#5b9dff);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-weight:800;font-size:1.25rem;box-shadow:0 0 20px var(--primary-glow);position:relative;overflow:hidden;flex-shrink:0}.logo-icon:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);transition:.5s}.logo:hover .logo-icon:after{left:120%}.logo-text{font-size:1.5rem;font-weight:800;color:var(--text-light);letter-spacing:-.5px;white-space:nowrap}.logo-text span{color:var(--primary)}.status-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3186ff1a;border:1px solid rgba(49,134,255,.25);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#a3c9ff;white-space:nowrap}.status-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;box-shadow:0 0 8px var(--primary);animation:pulse 2s infinite}footer{text-align:center;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1.5rem;font-size:.9rem;color:var(--text-muted)}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.4}}@media(max-width:640px){body{padding:1rem .75rem}.logo-text{font-size:1.2rem}}.blog-header{text-align:center;max-width:700px;margin:2rem auto 3rem}.blog-header h1{font-size:2.5rem;font-weight:800;color:var(--text-light);letter-spacing:-.5px;margin-bottom:1rem}.blog-header h1 span{background:linear-gradient(135deg,var(--primary) 0%,#7db3ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-header p{font-size:1.1rem;color:var(--text-muted);line-height:1.6}@media(max-width:640px){.blog-header h1{font-size:1.75rem}}.blog-listing,.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}@media(max-width:768px){.blog-listing,.related-grid{grid-template-columns:1fr}}.blog-card{background:var(--bg-card);backdrop-filter:blur(10px);border:1px solid var(--border-card);border-radius:1.25rem;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);border-color:#3186ff4d;box-shadow:0 10px 30px #3186ff14}.blog-card-image{width:100%;height:200px;overflow:hidden;position:relative}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.blog-card-meta time{font-size:.8rem;color:var(--text-muted)}.blog-card h2,.blog-card h3{font-size:1.2rem;font-weight:700;color:var(--text-light);line-height:1.3;margin:0}.blog-card p{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more{font-size:.85rem;font-weight:600;color:var(--primary);margin-top:auto}.tag{font-size:.7rem;padding:.2rem .5rem;background:#3186ff1a;border:1px solid rgba(49,134,255,.2);border-radius:9999px;color:#a3c9ff;font-weight:500;white-space:nowrap}.blog-card-tags{display:flex;gap:.35rem}.header-nav{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary)}.back-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--primary)}.blog-preview{margin-top:1rem}.blog-preview h2{font-size:1.75rem;font-weight:700;color:var(--text-light);text-align:center;margin-bottom:2rem}.blog-preview h2 span{background:linear-gradient(135deg,var(--primary) 0%,#7db3ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-preview .blog-listing{margin-bottom:2rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}.view-all-link:hover{color:var(--primary-hover)}.blog-preview-footer{text-align:center}.blog-article{max-width:800px;margin:0 auto}.article-header{text-align:center;margin-bottom:2rem}.article-meta{display:flex;justify-content:center;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.9rem;color:var(--text-muted);flex-wrap:wrap}.article-author{color:var(--primary);font-weight:500}.article-header h1{font-size:2.5rem;font-weight:800;color:var(--text-light);line-height:1.2;letter-spacing:-.5px;margin-bottom:1rem}.article-tags{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.article-hero-image{width:100%;max-height:450px;border-radius:1.25rem;overflow:hidden;margin-bottom:2.5rem;border:1px solid var(--border-card)}.article-hero-image img{width:100%;height:100%;object-fit:cover}@media(max-width:640px){.article-header h1{font-size:1.75rem}}.article-content{color:var(--text-main);font-size:1.05rem;line-height:1.8}.article-content h2{font-size:1.75rem;font-weight:700;color:var(--text-light);margin:2.5rem 0 1rem;line-height:1.3}.article-content h3{font-size:1.35rem;font-weight:600;color:var(--text-light);margin:2rem 0 .75rem}.article-content h4{font-size:1.1rem;font-weight:600;color:var(--text-light);margin:1.5rem 0 .5rem}.article-content p{margin-bottom:1.25rem}.article-content ul,.article-content ol{margin:1rem 0 1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content li strong{color:var(--text-light)}.article-content img{width:100%;border-radius:1rem;margin:2rem 0;border:1px solid var(--border-card)}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;font-size:.9rem;border-radius:.75rem;overflow:hidden}.article-content th{background:#3186ff26;color:var(--text-light);font-weight:600;padding:.75rem 1rem;text-align:left;border:1px solid rgba(255,255,255,.05)}.article-content td{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.05);background:#ffffff05}.article-content tr:nth-child(2n) td{background:#ffffff08}.article-content strong{color:var(--text-light)}.article-content hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:2rem 0}@media(max-width:640px){.article-content{font-size:.95rem}.article-content h2{font-size:1.4rem}}.faq-section{margin:2.5rem 0;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.faq-section h2{text-align:center;margin-bottom:1.5rem}.faq-item{border:1px solid var(--border-card);border-radius:1rem;margin-bottom:.75rem;overflow:hidden;background:#ffffff05;transition:border-color .3s ease}.faq-item:hover{border-color:#3186ff33}.faq-item summary{padding:1.25rem 1.5rem;cursor:pointer;font-size:1.05rem;font-weight:600;color:var(--text-light);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.3rem;color:var(--primary);font-weight:700;flex-shrink:0;transition:transform .3s ease}.faq-item[open] summary:after{content:"−";transform:rotate(0)}.faq-item .faq-answer{padding:0 1.5rem 1.25rem;font-size:.95rem;color:var(--text-muted);line-height:1.7}.faq-item .faq-answer p{margin-bottom:.75rem}.faq-item .faq-answer p:last-child{margin-bottom:0}.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.share-section{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-muted)}.share-links{display:flex;gap:.5rem}.share-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;font-weight:500;padding:.35rem .75rem;background:#ffffff0d;border-radius:9999px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.share-links a:hover{color:var(--primary);border-color:#3186ff4d;background:#3186ff1a}.back-to-blog{color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.back-to-blog:hover{color:var(--primary-hover)}.related-posts{margin:4rem 0}.related-posts h2{font-size:1.75rem;font-weight:700;color:var(--text-light);text-align:center;margin-bottom:2rem}@media(max-width:640px){.blog-article{padding:0 .5rem}.article-footer{flex-direction:column;align-items:flex-start}}
