/*
Theme Name: WhatsBrain OS Theme
Theme URI: https://brain.freedomver.se
Author: WhatsBrain
Description: Thème minimal couplé au plugin WhatsBrain OS. Rendu des pages du builder + 6 modèles prêts à l'emploi.
Version: 4.24.5
License: GPLv2 or later
Text Domain: wb-os-theme
*/

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: var(--wb-font-body, system-ui, sans-serif); color: var(--wb-fg, #0F172A); background: var(--wb-bg, #fff); line-height: 1.6; }
a { color: var(--wb-accent, #3B82F6); }
img { max-width: 100%; height: auto; display: block; }
.wb-header { display:flex; justify-content:space-between; align-items:center; padding:1rem 1.5rem; border-bottom:1px solid #eee; position:sticky; top:0; background:var(--wb-bg,#fff); z-index:10; }
.wb-header nav a { margin-left:1.25rem; text-decoration:none; color:inherit; font-weight:500; }
.wb-footer { padding:2.5rem 1.5rem; border-top:1px solid #eee; text-align:center; color:#666; font-size:.9rem; }
.wb-btn:hover { opacity:.9; }
