/*
Theme Name: CardmatesHub
Theme URI: https://cardmateshub.example
Author: You
Author URI: https://cardmateshub.example
Description: Minimal theme with CardmatesHub Store + Buylist shortcodes.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: cardmateshub
*/

:root{
  --ch-blue:#0073e6;
  --ch-blue-d:#005bb5;
  --ch-bg:#f6f8fb;
  --ch-border:#d8dee9;
  --ch-text:#111827;
}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:var(--ch-text);}
a{color:var(--ch-blue);text-decoration:none;} a:hover{color:var(--ch-blue-d);}

.container{max-width:1100px;margin:0 auto;padding:24px;}
.ch-card{background:#fff;border:1px solid var(--ch-border);border-radius:10px;padding:16px;}
.ch-btn{display:inline-block;padding:10px 14px;border-radius:8px;background:var(--ch-blue);color:#fff;border:none;cursor:pointer}
.ch-btn:hover{background:var(--ch-blue-d)}
.ch-input, .ch-select, .ch-textarea, .ch-file{width:100%;padding:10px;border:1px solid var(--ch-border);border-radius:8px;background:#fff}
.ch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.ch-item{text-align:center}
.ch-item img{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--ch-border)}
.ch-row{display:flex;gap:12px;flex-wrap:wrap}
.ch-row > *{flex:1 1 240px}
.ch-muted{color:#6b7280}
.ch-badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px}
.ch-note{font-size:14px;color:#374151;margin-top:6px}
.ch-space{height:16px}
.ch-success{color:#047857;font-weight:600}
.ch-error{color:#b91c1c;font-weight:600}
