/*
Theme Name: GrowBrain OS
Theme URI: https://multiversebeans.com/growbrain-os
Author: Multiverse Beans
Author URI: https://multiversebeans.com
Description: Standalone WordPress theme for GrowBrain OS - A free interactive cannabis growing command center with 100+ tools, diagnostics, calculators, and guides.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growbrain-os
Tags: custom, tools, calculators, growing, cannabis

This theme is designed to serve standalone HTML tools through WordPress with clean URL routing.
*/

/* ============================================
   GrowBrain OS Base Styles
   ============================================ */

:root {
    --o: #f97316;
    --og: rgba(249, 115, 22, .15);
    --os: rgba(249, 115, 22, .08);
    --g: #4ade80;
    --gs: rgba(74, 222, 128, .08);
    --r: #f87171;
    --rs: rgba(248, 113, 113, .08);
    --b: #60a5fa;
    --bs: rgba(96, 165, 250, .08);
    --p: #c084fc;
    --ps: rgba(192, 132, 252, .08);
    --bg: #0c0c0f;
    --s1: #1a1a21;
    --s2: #22222b;
    --bd: #2a2a35;
    --tx: #f0ede8;
    --t2: #fff;
    --t3: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg);
    color: var(--tx);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 16px
}

body.page {
    max-width: inherit;
    padding: 0;
}

.page {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 12px 50px
}
