*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg: #06060b; --bg-card: #0e0e16; --bg-card-hover: #151521;
    --accent: #8b5cf6; --accent-glow: rgba(139,92,246,0.25);
    --accent-light: #a78bfa; --green: #10b981;
    --text: #f1f1f4; --text-muted: #7a7a92; --border: #1a1a28; --radius: 14px;
}
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden;
}
.bg-glow {
    position: fixed; top: -300px; left: 50%; transform: translateX(-50%);
    width: 900px; height: 700px;
    background: radial-gradient(ellipse, var(--accent-glow), transparent 70%);
    pointer-events: none; z-index: 0; opacity: 0.2;
}
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container-wide { max-width: 1100px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* NAV */
nav { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.logo { font-size: 1.5rem; font-weight: 900; letter-spacing: -0.5px; text-decoration: none;
    background: linear-gradient(135deg, var(--accent-light), var(--green));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-social { display: flex; align-items: center; gap: 14px; }
.nav-social a { display: flex; align-items: center; color: var(--text-muted); transition: color 0.2s; }
.nav-social a:hover { color: var(--text); }
.nav-social a.yt:hover { color: #ff0033; }
.nav-social a.tw:hover { color: #1d9bf0; }
.nav-social svg { width: 18px; height: 18px; fill: currentColor; }

/* BLOG INDEX */
.blog-hero { padding: 60px 0 40px; text-align: center; }
.blog-hero h1 { font-size: 2.4rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 10px; }
.blog-hero p { color: var(--text-muted); font-size: 1.05rem; max-width: 500px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; padding: 20px 0 60px; }
.blog-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
    overflow: hidden; transition: all 0.25s; text-decoration: none; color: var(--text);
    display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(139,92,246,0.08); }
.blog-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag { display: inline-block; padding: 3px 10px; border-radius: 6px; font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; width: fit-content; }
.tag-airdrop { background: rgba(16,185,129,0.1); color: var(--green); }
.tag-bot { background: rgba(139,92,246,0.1); color: var(--accent-light); }
.tag-mining { background: rgba(245,158,11,0.1); color: #f59e0b; }
.tag-trading { background: rgba(236,72,153,0.1); color: #f472b6; }
.tag-passive { background: rgba(59,130,246,0.1); color: #60a5fa; }
.tag-defi { background: rgba(6,182,212,0.1); color: #22d3ee; }
.blog-card h2 { font-size: 1.1rem; font-weight: 800; line-height: 1.3; margin-bottom: 8px; letter-spacing: -0.3px; }
.blog-card p { color: var(--text-muted); font-size: 0.85rem; flex: 1; }
.blog-card-meta { color: var(--text-muted); font-size: 0.75rem; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); }

/* ARTICLE */
.article-header { padding: 50px 0 30px; }
.article-header .breadcrumb { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 16px; }
.article-header .breadcrumb a { color: var(--accent-light); text-decoration: none; }
.article-header .breadcrumb a:hover { text-decoration: underline; }
.article-tag { display: inline-block; padding: 4px 12px; border-radius: 6px; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px; }
.article-header h1 { font-size: 2rem; font-weight: 900; line-height: 1.2; letter-spacing: -1px; margin-bottom: 12px; }
.article-meta { color: var(--text-muted); font-size: 0.85rem; }
.article-meta a { color: var(--accent-light); text-decoration: none; }

.video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); margin: 30px 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.article-body { padding-bottom: 50px; }
.article-body h2 { font-size: 1.4rem; font-weight: 800; margin: 36px 0 14px; letter-spacing: -0.5px; }
.article-body h3 { font-size: 1.1rem; font-weight: 700; margin: 28px 0 10px; }
.article-body p { margin-bottom: 16px; color: #d4d4e0; font-size: 0.95rem; }
.article-body ul, .article-body ol { margin: 0 0 16px 24px; color: #d4d4e0; font-size: 0.95rem; }
.article-body li { margin-bottom: 6px; }
.article-body strong { color: var(--text); }
.article-body a { color: var(--accent-light); text-decoration: underline; text-underline-offset: 2px; }
.article-body blockquote {
    border-left: 3px solid var(--accent); padding: 12px 20px; margin: 20px 0;
    background: rgba(139,92,246,0.05); border-radius: 0 8px 8px 0;
    color: var(--text-muted); font-style: italic;
}
.cta-box {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px;
    padding: 30px; text-align: center; margin: 30px 0;
}
.cta-box h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.cta-box p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 16px; }
.cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 10px;
    background: linear-gradient(135deg, var(--accent), #7c3aed);
    color: white; font-size: 0.95rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
}
.cta-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px var(--accent-glow); }

.disclaimer { background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.15); border-radius: 10px; padding: 16px 20px; margin: 30px 0; font-size: 0.82rem; color: #d4a040; }

footer { padding: 30px 0; border-top: 1px solid var(--border); text-align: center; color: var(--text-muted); font-size: 0.78rem; }
footer a { color: var(--accent-light); text-decoration: none; }

@media (max-width: 600px) {
    .blog-grid { grid-template-columns: 1fr; }
    .article-header h1 { font-size: 1.5rem; }
    .nav-links a.hide-mobile { display: none; }
}
