/*
Theme Name: ROC – Reetesh Online Center
Theme URI: https://rocapp.in
Author: Reetesh Chandrawanshi
Author URI: https://rocapp.in
Description: Modern, ultra-lightweight, builder-first WordPress foundation theme engineered specifically for seamless integration with the ROC Builder plugin. Features zero-conflict CSS variables, semantic accessibility, custom 'apps' post type, and Google Play Console verification standards.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
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: roc-theme
Tags: technology, software, apps, builder-ready, design-tokens, portfolio, clean, lightweight, dark-mode, responsive-layout, translation-ready

ROC - Smart Apps. Simple Solutions.
Location: Singodi, Madhya Pradesh, India
Website: https://rocapp.in
*/

/* Reset & Root Variables */
:root {
  --roc-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --roc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  
  --roc-bg-primary: #f8fafc;
  --roc-bg-surface: #ffffff;
  --roc-bg-secondary: #f1f5f9;
  --roc-bg-tertiary: #e2e8f0;
  
  --roc-text-primary: #0f172a;
  --roc-text-secondary: #475569;
  --roc-text-muted: #64748b;
  
  --roc-border-subtle: #e2e8f0;
  --roc-border-medium: #cbd5e1;
  
  --roc-accent: #2563eb;
  --roc-accent-hover: #1d4ed8;
  --roc-accent-subtle: #eff6ff;
  --roc-accent-text: #1e40af;
  
  --roc-success: #10b981;
  --roc-success-bg: #ecfdf5;
  --roc-success-text: #065f46;
  
  --roc-warning: #f59e0b;
  --roc-warning-bg: #fffbeb;
  --roc-warning-text: #92400e;
  
  --roc-radius-sm: 6px;
  --roc-radius-md: 10px;
  --roc-radius-lg: 14px;
  --roc-radius-pill: 9999px;
  
  --roc-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --roc-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.07);
  --roc-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.08);
  
  --roc-container-max: 1200px;
  --roc-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);

  /* ROC Builder tokens */
  --roc-builder-container-width: 1200px;
  --roc-builder-content-padding: 0;
  --roc-builder-gutter: 24px;
}

[data-theme="dark"] {
  --roc-bg-primary: #090d16;
  --roc-bg-surface: #111827;
  --roc-bg-secondary: #1a2234;
  --roc-bg-tertiary: #243048;
  
  --roc-text-primary: #f8fafc;
  --roc-text-secondary: #94a3b8;
  --roc-text-muted: #64748b;
  
  --roc-border-subtle: #1e293b;
  --roc-border-medium: #334155;
  
  --roc-accent: #3b82f6;
  --roc-accent-hover: #60a5fa;
  --roc-accent-subtle: #1e293b;
  --roc-accent-text: #93c5fd;
  
  --roc-success-bg: #064e3b;
  --roc-success-text: #a7f3d0;
  
  --roc-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.4);
  --roc-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.35);
  --roc-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.4);
}

/* Builder-First Low Specificity Layout Resets */
body.roc-builder-canvas {
  background: var(--roc-bg-surface);
  margin: 0;
  padding: 0;
}

body.roc-builder-canvas .roc-builder-canvas-wrapper,
body.roc-builder-fullwidth .roc-builder-fullwidth-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.roc-builder-active .roc-site-main:empty {
  display: none;
}
