/*
Theme Name: BitsnBytes Block Theme
Theme URI: https://bitsnbytes.nl/
Author: BitsnBytes
Author URI: https://bitsnbytes.nl/
Description: Branded block theme with dark style, teaser animation, and BitsnBytes logo.
Tags: blog, block-styles, full-site-editing, custom-logo
Version: 1.0.3
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bitsnbytes-block
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root { --bb-accent:#2ecc71; --bb-text:#1f2937; --bb-bg:#ffffff; --bb-surface:#f8fafc; }
.container { max-width:1200px; margin:0 auto; padding:0 1rem; }
.site-header, .site-footer { background:var(--bb-surface); border-color:#e5e7eb; }
.bb-hero{background: radial-gradient(1200px 600px at 10% 0%, rgba(46,204,113,0.18), transparent 60%), radial-gradient(1200px 600px at 90% 10%, rgba(46,204,113,0.12), transparent 60%);}
.bb-grid{display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:1rem;}
.bb-feature{background:#fff; border:1px solid #e5e7eb; border-radius:.75rem; padding:1rem;}
