/*
Theme Name: Stock Signals Modern
Author: ChatGPT
Description: Modern theme with built-in styles for the Stock Signals Dashboard plugin.
Version: 1.2.0
License: GPLv2 or later
Text Domain: stock-signals-modern
*/
:root{--bg:#f6f7fb;--panel:#ffffff;--border:#e5e7eb;--fg:#0f172a;--muted:#64748b;--brand:#4f46e5;--maxw:1100px;--radius:16px;--shadow:0 2px 8px rgba(15,23,42,.08)}
*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;color:var(--fg);background:var(--bg);line-height:1.6}
a{color:#1d4ed8;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:24px}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 24px;max-width:var(--maxw);margin:0 auto}
.brand{display:flex;align-items:center;gap:10px}.brand .logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#22d3ee)}.brand .title{font-weight:800;letter-spacing:-.02em}
.nav{display:flex;gap:10px;flex-wrap:wrap}.nav a{padding:8px 12px;border-radius:10px;color:var(--fg)}.nav a:hover{background:#eef2ff}
.hero{padding:28px 0 10px}.page-title{font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-.02em;margin:0}.subtitle{color:var(--muted);margin-top:6px}
.entry{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.footer{margin-top:28px;background:#fff;border-top:1px solid var(--border)}.footer .inner{max-width:var(--maxw);margin:0 auto;padding:16px 24px;color:var(--muted);display:flex;justify-content:space-between}
/* Plugin styles to guarantee modern look */
.ssd-wrap{font-family:inherit}.ssd-row{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0}.ssd-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;box-shadow:var(--shadow)}
.ssd-heatmap,.ssd-overview{min-height:260px}.ssd-input{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;min-width:260px}.ssd-btn{padding:8px 12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;cursor:pointer}.ssd-btn:hover{background:#eef2ff}
.ssd-muted{color:#6b7280;font-size:12px}.ssd-table{width:100%;border-collapse:separate;border-spacing:0 6px}.ssd-table th,.ssd-table td{padding:10px 8px;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.ssd-table th:first-child,.ssd-table td:first-child{border-left:1px solid var(--border);border-top-left-radius:8px;border-bottom-left-radius:8px}.ssd-table th:last-child,.ssd-table td:last-child{border-right:1px solid var(--border);border-top-right-radius:8px;border-bottom-right-radius:8px}
.ssd-chip{padding:4px 8px;border-radius:999px;font-weight:600;display:inline-block}.ssd-chip.buy{background:#dcfce7;color:#065f46}.ssd-chip.sell{background:#fee2e2;color:#991b1b}.ssd-chip.hold{background:#fef9c3;color:#92400e}
