/*
Theme Name: Brain WP
Theme URI: https://example.com/brain-wp
Author: You
Author URI: https://example.com
Description: Minimal WordPress theme for the "Brain" crypto trading dashboard. Provides clean templates and integrates with Brain plugins via shortcodes.
Version: 1.1.0
Text Domain: brain-wp
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: dashboard, crypto, trading, minimal
*/
:root { --bg:#0b1220; --card:#121a2a; --accent:#5ad2ff; --text:#e6edf7; --muted:#9aa4b2; }
*{box-sizing:border-box} body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}
.container{max-width:1200px;margin:0 auto;padding:24px}
.header,.footer{background:var(--card);padding:16px 24px}
a{color:var(--accent);text-decoration:none} a:hover{text-decoration:underline}
.card{background:var(--card);border-radius:14px;padding:16px;box-shadow:0 4px 14px rgba(0,0,0,.2)}
.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.grid .col-12{grid-column:span 12} .grid .col-6{grid-column:span 6} .grid .col-4{grid-column:span 4}
h1,h2,h3{margin:0 0 12px} table{width:100%;border-collapse:collapse}
th,td{border-bottom:1px solid #2a3550;padding:10px 8px;text-align:left}
.badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#1b2438;color:#cfe7ff;font-size:12px}
.button{display:inline-block;padding:10px 14px;border-radius:10px;background:var(--accent);color:#00243a;font-weight:600}
.button:hover{filter:brightness(1.08)}
