
/*
Theme Name: MiningLegit 2026 Authority Theme v2
Author: MiningLegit
Version: 2.0
Description: Authority crypto mining theme with search, featured posts, subscribe, and social icons.
*/

body {
    margin:0;
    font-family: Arial, sans-serif;
    background:#0b0f1a;
    color:#fff;
}
header {
    background:#111827;
    padding:15px;
    position:relative;
}
.menu-toggle {
    font-size:24px;
    cursor:pointer;
    color:#fff;
}
nav {
    display:none;
    background:#111827;
}
nav a {
    color:#fff;
    display:block;
    padding:10px;
    text-decoration:none;
}
.hero {
    padding:40px 20px;
    text-align:center;
}
.hero button {
    padding:12px 20px;
    margin:10px;
    font-weight:bold;
    border:none;
    cursor:pointer;
}
.search-btn {
    background:#f59e0b;
    color:#000;
}
.guide-btn {
    background:#10b981;
    color:#000;
}
.section {
    padding:20px;
}
.subscribe {
    background:#111827;
    padding:20px;
    text-align:center;
}
.subscribe input {
    padding:10px;
    width:250px;
}
.subscribe button {
    padding:10px;
    font-weight:bold;
}
.social {
    text-align:center;
    padding:15px;
}
.social a {
    margin:10px;
    color:#fff;
    text-decoration:none;
}
footer {
    background:#020617;
    padding:15px;
    text-align:center;
}
