        :root {
            --ink: #0e0d0b;
            --paper: #f4f0e8;
            --paper-dark: #e8e2d4;
            --red: #c0392b;
            --gold: #b8975a;
            --muted: #7a7060;
            --serif: 'Cormorant Garamond', Georgia, serif;
            --mono: 'DM Mono', monospace;
        }
        body.dark-theme {
            --ink: #f4f0e8;
            --paper: #0e0d0b;
            --paper-dark: #141414;
            --muted: #a39b8b;
        }
        body.dark-theme .nav-bar {
            background: rgba(14, 13, 11, 0.7) !important;
            border-bottom: 1px solid rgba(244, 240, 232, 0.1) !important;
        }
        body.dark-theme .sidebar {
            background: #111 !important;
            border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
        }
        body.dark-theme .nav-actions {
            background: rgba(17, 17, 17, 0.95) !important;
            border-top-color: rgba(255,255,255,0.1) !important;
        }
        body.sepia-theme {
            --ink: #433422;
            --paper: #f4ecd8;
            --paper-dark: #e8deb8;
            --muted: #8c7b64;
            --gold: #a67c38;
            background-color: #f4ecd8 !important;
            color: #433422 !important;
        }
        /* Sunset Theme */
        body.sunset-theme {
            --ink: #4a2820;
            --paper: #fcece3;
            --paper-dark: #f0ddd1;
            --muted: #a67468;
            --gold: #d17a60;
            background-color: var(--paper) !important;
            color: var(--ink) !important;
        }
            body.dark-theme .nav-actions button, body.dark-theme .nav-actions .menu-toggle {
                color: #ddd;
            }
            .nav-actions button.active { color: var(--gold); }
            .hide-mobile { display: block !important; font-size: 0.55rem !important; margin-top: 2px; text-transform: capitalize; letter-spacing: normal; }
            .nav-actions button i, .nav-actions button svg { width: 22px; height: 22px; }
            
            .main-content { padding: 1.5rem 1rem 6rem 1rem; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.6rem; }
            h3 { font-size: 1.3rem; }