/*
Theme Name: Sovereign Rentals
Template: sovereign-base
Version: 1.0.0
Author: DKLM
Description: Rentals industry skin for the Sovereign Fleet. Deep Industrial Black UI with IQ-Desk, Freedom Calculator, and M1 Sales Advisor.
Text Domain: sovereign-rentals
*/

/* Import base theme styles */
@import url('../sovereign-base/style.css');

/* Industry-Specific Styling - Deep Industrial Black */
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #d4d4d4;
	background: #0a0a0a;
	min-height: 100vh;
}

.sovereign-container {
	min-height: 100vh;
	background: #0a0a0a;
}

.sovereign-main {
	background: #0a0a0a;
	color: #d4d4d4;
	padding: 2rem;
	min-height: calc(100vh - 200px);
}

/* Module Styling with Neon Accents */
.sovereign-module {
	background: #1a1a1a;
	border: 1px solid #00ff88;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 255, 136, 0.1);
}

.sovereign-header {
	background: #1a1a1a;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #00ff88;
}

/* Neon Accent Colors */
.sovereign-button {
	background: transparent;
	border: 2px solid #00ff88;
	color: #00ff88;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.sovereign-button:hover {
	background: #00ff88;
	color: #0a0a0a;
	box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}
