/*
Theme Name: BookFlow Customer Booking
Theme URI: https://fixoraphotos.com
Author: BookFlow
Description: Clean customer-facing booking theme for the BookFlow Stable No-AJAX Scheduler plugin. No frontend Google connect buttons.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: bookflow-customer-booking
*/

:root{--bf-bg:#f6f8fb;--bf-dark:#0f172a;--bf-muted:#64748b;--bf-blue:#2563eb;--bf-border:#e2e8f0}
*{box-sizing:border-box}
body{margin:0;background:var(--bf-bg);color:#1f2328;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.bf-site{min-height:100vh;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32rem),radial-gradient(circle at top right,rgba(15,23,42,.06),transparent 28rem),var(--bf-bg)}
.bf-header{padding:20px 18px}
.bf-header-inner{max-width:1220px;margin:0 auto;display:flex;align-items:center;justify-content:center}
.bf-brand{display:flex;align-items:center;gap:12px;color:var(--bf-dark);text-decoration:none}
.bf-brand-mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:var(--bf-blue);color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(37,99,235,.25)}
.bf-brand-text{display:flex;flex-direction:column}.bf-brand-title{font-size:20px;font-weight:950;letter-spacing:-.04em}.bf-brand-subtitle{font-size:13px;color:var(--bf-muted);font-weight:700}
.bf-main{max-width:1220px;margin:0 auto;padding:12px 18px 60px}
.bf-plugin-missing{background:#fff;border:1px solid var(--bf-border);border-radius:28px;padding:34px;box-shadow:0 20px 50px rgba(15,23,42,.08)}
.bf-plugin-missing h1{margin:0 0 10px;color:var(--bf-dark);font-size:clamp(32px,5vw,54px);line-height:1.02;letter-spacing:-.06em}
.bf-plugin-missing p{color:var(--bf-muted);font-size:17px;line-height:1.65}
.bf-footer{padding:28px 18px;text-align:center;color:#94a3b8;font-size:13px}

/* No frontend Google Connect buttons exist in this theme. Google connects only from WP Admin → BookFlow. */
