/*
Theme Name: Sovereign Base
Theme URI: https://dklm.com/sovereign-base
Description: Canonical base theme for the Sovereign Fleet. Contains routing authority, state isolation, cache immunity, safety guard, and feature loader. NO industry branding. Immutable engine.
Version: 1.0.0
Author: DKLM
License: Proprietary
Text Domain: sovereign-base

IMPORTANT: This is the BASE theme. Never edit this theme directly.
Child themes inherit from this base via Template: sovereign-base
*/

/* Base Shell Styles - Minimal, Industry-Agnostic */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
}

/* Container Shell - Child themes override with industry-specific styling */
.sovereign-container {
	min-height: 100vh;
}

.sovereign-main {
	padding: 2rem;
	min-height: calc(100vh - 200px);
}

/* Base Module Shells - Styling injected via CSS vars from child themes */
.sovereign-module {
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}
