*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#050814;color:#f3f4ff;line-height:1.6}
a{color:#7df9ff;text-decoration:none}
a:hover{text-decoration:underline}
.top-bar{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(90deg,#ff00aa,#7df9ff);color:#050814;font-size:13px}
.top-bar-inner{max-width:1040px;margin:0 auto;padding:6px 16px;display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.top-bar-link{font-weight:600}
.site-header{position:sticky;top:28px;z-index:40;background:rgba(5,8,20,0.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(124,252,0,0.25)}
.header-inner{max-width:1040px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo-wrap{display:flex;align-items:center;gap:10px}
.logo{width:40px;height:40px;border-radius:10px;border:1px solid rgba(125,249,255,0.5)}
.logo-text{font-family:"Courier New",monospace;font-weight:700;letter-spacing:0.03em;font-size:18px}
.logo-text .dot{color:#7df9ff}
.main-nav a{margin-left:16px;font-size:14px;text-transform:uppercase;letter-spacing:0.09em;color:#c7d2fe}
.main-nav a:hover{color:#7df9ff}
.page-content{max-width:1040px;margin:96px auto 40px;padding:0 16px}
.hero{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:24px;align-items:center;margin-bottom:40px}
.hero-text h1{font-size:34px;margin-bottom:12px;font-family:"Courier New",monospace}
.hero-text p{color:#c7d2fe;margin-bottom:16px}
.hero-tag{display:inline-block;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;background:rgba(124,252,0,0.08);border:1px solid rgba(124,252,0,0.4);padding:4px 8px;border-radius:999px;margin-bottom:10px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;font-size:14px;border:1px solid transparent}
.btn-primary{background:linear-gradient(120deg,#ff00aa,#7df9ff);color:#050814;font-weight:600}
.btn-secondary{border-color:rgba(125,249,255,0.6);color:#e5e7ff;background:rgba(5,8,20,0.6)}
.hero-image-card{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(125,249,255,0.35);box-shadow:0 0 40px rgba(0,255,255,0.18)}
.hero-image-card img{width:100%;height:100%;display:block;object-fit:cover}
.hero-overlay{position:absolute;inset:auto 0 0 0;padding:12px 14px;background:linear-gradient(to top,rgba(5,8,20,0.95),transparent);font-size:12px}
.hero-overlay strong{color:#7df9ff}
.section{margin-bottom:40px}
.section h2{font-size:22px;margin-bottom:12px;font-family:"Courier New",monospace}
.section p{color:#c7d2fe}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:16px}
.card{border-radius:14px;border:1px solid rgba(125,249,255,0.4);background:rgba(6,10,30,0.95);padding:14px 14px 16px;box-shadow:0 0 24px rgba(0,0,0,0.6)}
.card h3{font-size:16px;margin-bottom:6px}
.card p{font-size:14px;color:#d4d4ff}
.card ul{margin-top:6px;padding-left:16px;font-size:13px;color:#9fa8ff}
.breadcrumbs{font-size:13px;margin-bottom:16px;color:#9fa8ff}
.breadcrumbs a{color:#9fa8ff}
.article-hero{border-radius:18px;overflow:hidden;margin-bottom:18px;border:1px solid rgba(125,249,255,0.3)}
.article-hero img{width:100%;display:block;object-fit:cover}
.article-meta{font-size:13px;color:#9fa8ff;margin-bottom:12px}
.article-body p{margin-bottom:14px;color:#d4d4ff}
.article-body h2{font-size:20px;margin:16px 0 8px}
.article-body h3{font-size:16px;margin:14px 0 6px}
.article-body ul{padding-left:20px;margin-bottom:12px}
.article-body li{margin-bottom:6px}
.blog-list{margin-top:18px}
.blog-item{padding:14px 0;border-bottom:1px dashed rgba(125,249,255,0.3)}
.blog-item:last-child{border-bottom:none}
.blog-item a{font-size:16px;font-weight:600}
.blog-item p{font-size:14px;color:#c7d2fe}
.tag-pill{display:inline-block;font-size:11px;border-radius:999px;border:1px solid rgba(125,249,255,0.6);padding:2px 8px;margin-right:4px;margin-top:6px}
.form{max-width:520px;margin-top:12px}
.form label{display:block;font-size:14px;margin-bottom:4px}
.form input,.form textarea{width:100%;padding:8px 10px;border-radius:10px;border:1px solid rgba(125,249,255,0.5);background:rgba(4,7,25,0.9);color:#f9f9ff;font-size:14px;margin-bottom:10px}
.form textarea{min-height:120px;resize:vertical}
.site-footer{border-top:1px solid rgba(125,249,255,0.3);padding:16px 0;margin-top:40px;background:rgba(2,5,18,0.96)}
.footer-inner{max-width:1040px;margin:0 auto;padding:0 16px;display:flex;flex-wrap:wrap;gap:14px;align-items:flex-start;justify-content:space-between;font-size:13px;color:#9fa8ff}
.footer-links a{margin-right:10px}
.footer-social a{margin-left:8px}
.code-strip{margin-top:10px;font-family:"Courier New",monospace;font-size:12px;background:#020410;border-radius:8px;border:1px solid rgba(0,255,170,0.4);padding:8px;overflow-x:auto}
@media(max-width:768px){
.hero{grid-template-columns:1fr}
.page-content{margin-top:108px}
.main-nav a{margin-left:10px;font-size:12px}
}