/**
 * AccountingQuest - Main CSS
 * Felles stilark for alle sider
 * 
 * BRUK:
 * <link rel="stylesheet" href="css/main.css">
 * <script src="js/theme-manager.js"></script>
 */

/* ========================================
   1. CSS VARIABLER - FARGETEMAER
   ======================================== */

:root {
    /* === DARK THEME (Standard - fra bokfÃ¸ring/regnskapsanalyse) === */
    --bg-primary: #0f1419;
    --bg-secondary: #1a1f26;
    --bg-tertiary: #2d3748;
    --bg-card: #1e2530;
    --bg-input: #0f1419;
    
    --text-primary: #e0e0e0;
    --text-secondary: #9ca3af;
    --text-muted: #6b7280;
    
    --border-color: #2d3748;
    --border-light: #374151;
    
    /* Accent farge (kan endres av bruker) */
    --accent: #4ade80;
    --accent-hover: #22c55e;
    --accent-glow: rgba(74, 222, 128, 0.3);
    --accent-secondary: #3b82f6;
    
    /* Status farger */
    --success: #22c55e;
    --success-light: #f0fdf4;
    --success-bright: #5ef77c;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #3b82f6;
    --info-light: #dbeafe;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-accent: 0 4px 15px var(--accent-glow);
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Border radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 15px;
    --radius-xl: 20px;
    --radius-full: 50px;
    
    /* Spacing */
    --space-xs: 5px;
    --space-sm: 10px;
    --space-md: 15px;
    --space-lg: 20px;
    --space-xl: 30px;
    --space-2xl: 40px;
}

/* === LIGHT THEME (Myk, ikke kritvhit) === */
[data-theme="light"] {
    --bg-primary: #f5f5f0;
    --bg-secondary: #fafaf8;
    --bg-tertiary: #eaeae5;
    --bg-card: #ffffff;
    --bg-input: #f5f5f0;
    
    --text-primary: #1f2937;
    --text-secondary: #4b5563;
    --text-muted: #9ca3af;
    
    --border-color: #e5e5e0;
    --border-light: #d1d1cc;
    
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* === CREAM THEME (Varm og myk) === */
[data-theme="cream"] {
    --bg-primary: #f9f6f1;
    --bg-secondary: #fffcf7;
    --bg-tertiary: #f0ebe3;
    --bg-card: #fffef9;
    --bg-input: #f5f2ed;
    
    --text-primary: #2d2a26;
    --text-secondary: #5c5650;
    --text-muted: #9a9490;
    
    --border-color: #e8e4dc;
    --border-light: #d9d4cb;
    
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* === DARK BLUE THEME (Navy) === */
[data-theme="dark-blue"] {
    --bg-primary: #0a192f;
    --bg-secondary: #112240;
    --bg-tertiary: #1d3461;
    --bg-card: #172a46;
    --bg-input: #0a192f;
    
    --text-primary: #ccd6f6;
    --text-secondary: #8892b0;
    --text-muted: #606a86;
    
    --border-color: #1d3461;
    --border-light: #233554;
}

/* === MIDNIGHT THEME (Ekte svart) === */
[data-theme="midnight"] {
    --bg-primary: #000000;
    --bg-secondary: #0a0a0a;
    --bg-tertiary: #171717;
    --bg-card: #0f0f0f;
    --bg-input: #050505;
    
    --text-primary: #fafafa;
    --text-secondary: #a3a3a3;
    --text-muted: #737373;
    
    --border-color: #262626;
    --border-light: #404040;
}

/* === CHARCOAL THEME (MÃ¸rk grÃ¥) === */
[data-theme="charcoal"] {
    --bg-primary: #1a1a1a;
    --bg-secondary: #242424;
    --bg-tertiary: #333333;
    --bg-card: #2a2a2a;
    --bg-input: #1a1a1a;
    
    --text-primary: #f0f0f0;
    --text-secondary: #a0a0a0;
    --text-muted: #707070;
    
    --border-color: #3d3d3d;
    --border-light: #4a4a4a;
}

/* === SLATE THEME (BlÃ¥grÃ¥) === */
[data-theme="slate"] {
    --bg-primary: #0f172a;
    --bg-secondary: #1e293b;
    --bg-tertiary: #334155;
    --bg-card: #1e293b;
    --bg-input: #0f172a;
    
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    
    --border-color: #334155;
    --border-light: #475569;
}

/* === FOREST THEME (MÃ¸rk grÃ¸nn) === */
[data-theme="forest"] {
    --bg-primary: #0c1a14;
    --bg-secondary: #142b1f;
    --bg-tertiary: #1f3d2b;
    --bg-card: #183225;
    --bg-input: #0c1a14;
    
    --text-primary: #d4e8dc;
    --text-secondary: #8fb89e;
    --text-muted: #5a8a6a;
    
    --border-color: #1f3d2b;
    --border-light: #2a5038;
}

/* === PURPLE NIGHT THEME === */
[data-theme="purple-night"] {
    --bg-primary: #13111c;
    --bg-secondary: #1c1829;
    --bg-tertiary: #2d2640;
    --bg-card: #211d30;
    --bg-input: #13111c;
    
    --text-primary: #e8e4f0;
    --text-secondary: #a39bb8;
    --text-muted: #6e6485;
    
    --border-color: #2d2640;
    --border-light: #3d3455;
}

/* === ACCENT FARGER === */
[data-accent="green"] {
    --accent: #4ade80;
    --accent-hover: #22c55e;
    --accent-glow: rgba(74, 222, 128, 0.3);
}

[data-accent="blue"] {
    --accent: #3b82f6;
    --accent-hover: #2563eb;
    --accent-glow: rgba(59, 130, 246, 0.3);
}

[data-accent="purple"] {
    --accent: #a855f7;
    --accent-hover: #9333ea;
    --accent-glow: rgba(168, 85, 247, 0.3);
}

[data-accent="pink"] {
    --accent: #ec4899;
    --accent-hover: #db2777;
    --accent-glow: rgba(236, 72, 153, 0.3);
}

[data-accent="orange"] {
    --accent: #f59e0b;
    --accent-hover: #d97706;
    --accent-glow: rgba(245, 158, 11, 0.3);
}

[data-accent="cyan"] {
    --accent: #06b6d4;
    --accent-hover: #0891b2;
    --accent-glow: rgba(6, 182, 212, 0.3);
}

[data-accent="red"] {
    --accent: #ef4444;
    --accent-hover: #dc2626;
    --accent-glow: rgba(239, 68, 68, 0.3);
}

[data-accent="yellow"] {
    --accent: #eab308;
    --accent-hover: #ca8a04;
    --accent-glow: rgba(234, 179, 8, 0.3);
}

[data-accent="teal"] {
    --accent: #14b8a6;
    --accent-hover: #0d9488;
    --accent-glow: rgba(20, 184, 166, 0.3);
}

[data-accent="indigo"] {
    --accent: #6366f1;
    --accent-hover: #4f46e5;
    --accent-glow: rgba(99, 102, 241, 0.3);
}

/* ========================================
   2. BASE STYLES
   ======================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    min-height: 100vh;
    overflow-x: hidden;
    transition: background var(--transition-normal), color var(--transition-normal);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

a {
    color: var(--accent);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--accent-hover);
}

/* Selection */
::selection {
    background: var(--accent);
    color: var(--bg-primary);
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--border-light);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent);
}

/* ========================================
   3. HEADER / TOP NAVIGATION
   ======================================== */

.aq-header {
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.aq-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.aq-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Logo */
.aq-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.aq-logo-icon {
    font-size: 1.8em;
    animation: aq-float 3s ease-in-out infinite;
}

@keyframes aq-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.aq-logo-text {
    font-size: 1.4em;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Module name in header */
.aq-module-name {
    color: var(--accent);
    font-size: 0.9em;
    font-weight: 600;
}

/* Header stats */
.aq-header-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
}

.aq-header-stat-label {
    color: var(--text-secondary);
}

.aq-header-stat-value {
    color: var(--accent);
    font-weight: 700;
}

/* ========================================
   4. BUTTONS
   ======================================== */

.aq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: var(--radius-md);
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-normal);
    text-decoration: none;
    white-space: nowrap;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.aq-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Button Variants */
.aq-btn-primary {
    background: var(--accent);
    color: var(--bg-primary);
}

.aq-btn-primary:hover:not(:disabled) {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent);
}

.aq-btn-secondary {
    background: var(--bg-tertiary);
    color: var(--text-primary);
}

.aq-btn-secondary:hover:not(:disabled) {
    background: var(--border-light);
    transform: translateY(-2px);
}

.aq-btn-ghost {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.aq-btn-ghost:hover:not(:disabled) {
    border-color: var(--accent);
    color: var(--accent);
}

/* Special button styles */
.aq-btn-wiki {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.aq-btn-wiki:hover:not(:disabled) {
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.aq-btn-multiplayer {
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
}

.aq-btn-multiplayer:hover:not(:disabled) {
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.aq-btn-danger {
    background: var(--error);
    color: white;
}

.aq-btn-danger:hover:not(:disabled) {
    background: #dc2626;
}

/* Button sizes */
.aq-btn-sm {
    padding: 6px 12px;
    font-size: 0.85em;
}

.aq-btn-lg {
    padding: 15px 30px;
    font-size: 1.1em;
}

.aq-btn-icon {
    padding: 10px;
    width: 42px;
    height: 42px;
}

/* ========================================
   5. CARDS
   ======================================== */

.aq-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    transition: all var(--transition-normal);
}

.aq-card:hover {
    border-color: var(--border-light);
    box-shadow: var(--shadow-md);
}

.aq-card-clickable {
    cursor: pointer;
}

.aq-card-clickable:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
}

.aq-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-md);
}

.aq-card-title {
    font-size: 1.2em;
    font-weight: 700;
    color: var(--text-primary);
}

.aq-card-icon {
    font-size: 2em;
}

.aq-card-body {
    color: var(--text-secondary);
}

.aq-card-footer {
    margin-top: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid var(--border-color);
}

/* ========================================
   6. FORMS & INPUTS
   ======================================== */

.aq-input,
.aq-select,
.aq-textarea {
    width: 100%;
    padding: 12px 15px;
    background: var(--bg-input);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 1em;
    transition: all var(--transition-fast);
}

.aq-input:focus,
.aq-select:focus,
.aq-textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.aq-input::placeholder {
    color: var(--text-muted);
}

.aq-label {
    display: block;
    margin-bottom: var(--space-xs);
    color: var(--text-secondary);
    font-size: 0.9em;
    font-weight: 600;
}

.aq-form-group {
    margin-bottom: var(--space-md);
}

/* Checkbox & Radio */
.aq-checkbox,
.aq-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 0;
}

.aq-checkbox input,
.aq-radio input {
    width: 20px;
    height: 20px;
    accent-color: var(--accent);
    cursor: pointer;
}

/* ========================================
   7. PROGRESS BARS
   ======================================== */

.aq-progress {
    background: var(--bg-tertiary);
    border-radius: var(--radius-full);
    height: 10px;
    overflow: hidden;
}

.aq-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
    border-radius: var(--radius-full);
    transition: width var(--transition-slow);
}

.aq-progress-lg {
    height: 30px;
}

.aq-progress-lg .aq-progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.85em;
}

/* ========================================
   8. BADGES & TAGS
   ======================================== */

.aq-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    font-size: 0.8em;
    font-weight: 600;
}

.aq-badge-primary {
    background: var(--accent);
    color: var(--bg-primary);
}

.aq-badge-secondary {
    background: var(--bg-tertiary);
    color: var(--text-primary);
}

.aq-badge-success { background: var(--success); color: white; }
.aq-badge-warning { background: var(--warning); color: #1f2937; }
.aq-badge-error { background: var(--error); color: white; }
.aq-badge-info { background: var(--info); color: white; }

/* Difficulty badges */
.aq-badge-easy { background: #22c55e; color: white; }
.aq-badge-medium { background: #f59e0b; color: #1f2937; }
.aq-badge-hard { background: #ef4444; color: white; }
.aq-badge-expert { background: #8b5cf6; color: white; }

/* ========================================
   9. MODALS
   ======================================== */

.aq-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.aq-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.aq-modal {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform var(--transition-normal);
}

.aq-modal-overlay.show .aq-modal {
    transform: scale(1);
}

.aq-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-lg);
    border-bottom: 1px solid var(--border-color);
}

.aq-modal-title {
    font-size: 1.3em;
    font-weight: 700;
}

.aq-modal-close {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1.5em;
    cursor: pointer;
    padding: 5px;
    transition: color var(--transition-fast);
}

.aq-modal-close:hover {
    color: var(--error);
}

.aq-modal-body {
    padding: var(--space-lg);
}

.aq-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: var(--space-lg);
    border-top: 1px solid var(--border-color);
}

/* ========================================
   10. TABLES
   ======================================== */

.aq-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.aq-table th,
.aq-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.aq-table th {
    background: var(--bg-tertiary);
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aq-table tr:hover {
    background: var(--bg-tertiary);
}

.aq-table tr:last-child td {
    border-bottom: none;
}

/* ========================================
   11. TABS
   ======================================== */

.aq-tabs {
    display: flex;
    gap: 5px;
    background: var(--bg-tertiary);
    padding: 5px;
    border-radius: var(--radius-md);
    overflow-x: auto;
}

.aq-tab {
    padding: 10px 20px;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-weight: 600;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    white-space: nowrap;
}

.aq-tab:hover {
    color: var(--text-primary);
    background: var(--bg-secondary);
}

.aq-tab.active {
    background: var(--accent);
    color: var(--bg-primary);
}

/* ========================================
   12. ALERTS / NOTIFICATIONS
   ======================================== */

.aq-alert {
    padding: var(--space-md);
    border-radius: var(--radius-md);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: var(--space-md);
}

.aq-alert-icon {
    font-size: 1.3em;
    flex-shrink: 0;
}

.aq-alert-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid var(--success);
    color: var(--success);
}

.aq-alert-warning {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid var(--warning);
    color: var(--warning);
}

.aq-alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid var(--error);
    color: var(--error);
}

.aq-alert-info {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid var(--info);
    color: var(--info);
}

/* ========================================
   13. LAYOUTS
   ======================================== */

.aq-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-xl) var(--space-lg);
}

.aq-container-sm { max-width: 800px; }
.aq-container-md { max-width: 1000px; }
.aq-container-lg { max-width: 1200px; }

.aq-grid {
    display: grid;
    gap: var(--space-lg);
}

.aq-grid-2 { grid-template-columns: repeat(2, 1fr); }
.aq-grid-3 { grid-template-columns: repeat(3, 1fr); }
.aq-grid-4 { grid-template-columns: repeat(4, 1fr); }
.aq-grid-auto { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.aq-flex {
    display: flex;
    gap: var(--space-md);
}

.aq-flex-center {
    align-items: center;
    justify-content: center;
}

.aq-flex-between {
    justify-content: space-between;
    align-items: center;
}

/* ========================================
   14. UTILITIES
   ======================================== */

/* Text */
.aq-text-accent { color: var(--accent); }
.aq-text-success { color: var(--success); }
.aq-text-warning { color: var(--warning); }
.aq-text-error { color: var(--error); }
.aq-text-muted { color: var(--text-muted); }
.aq-text-center { text-align: center; }
.aq-text-bold { font-weight: 700; }

/* Spacing */
.aq-mt-sm { margin-top: var(--space-sm); }
.aq-mt-md { margin-top: var(--space-md); }
.aq-mt-lg { margin-top: var(--space-lg); }
.aq-mb-sm { margin-bottom: var(--space-sm); }
.aq-mb-md { margin-bottom: var(--space-md); }
.aq-mb-lg { margin-bottom: var(--space-lg); }

/* Display */
.aq-hidden { display: none !important; }
.aq-block { display: block; }
.aq-inline { display: inline; }

/* ========================================
   15. ANIMATIONS
   ======================================== */

@keyframes aq-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes aq-slide-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes aq-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes aq-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.aq-animate-fade { animation: aq-fade-in var(--transition-normal); }
.aq-animate-slide { animation: aq-slide-up var(--transition-normal); }
.aq-animate-pulse { animation: aq-pulse 1.5s infinite; }

/* ========================================
   16. RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .aq-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .aq-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    :root {
        --space-xl: 20px;
        --space-2xl: 30px;
    }
    
    .aq-header {
        padding: 10px 15px;
    }
    
    .aq-header-right {
        width: 100%;
        justify-content: space-between;
    }
    
    .aq-grid-4,
    .aq-grid-3,
    .aq-grid-2 { 
        grid-template-columns: 1fr; 
    }
    
    .aq-modal {
        margin: 10px;
        max-height: calc(100vh - 20px);
    }
    
    .aq-container {
        padding: var(--space-md);
    }
    
    .aq-btn-lg {
        padding: 12px 24px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .aq-logo-text {
        font-size: 1.2em;
    }
    
    .aq-btn {
        padding: 8px 16px;
        font-size: 0.9em;
    }
    
    .aq-tabs {
        flex-wrap: wrap;
    }
}

/* ========================================
   17. PRINT STYLES
   ======================================== */

@media print {
    .aq-header,
    .aq-btn,
    .aq-modal-overlay {
        display: none !important;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .aq-card {
        border: 1px solid #ccc;
        box-shadow: none;
    }
}
