@charset "utf-8";
/* ==========================================================================
   01. GLOBAL TOKENS, DESIGN VARIABLES & RESET
   ========================================================================== */
:root {
    /* Branding & Core Accents */
    --primary-blue: #07f;
    --primary-hover: #005fcc;
    --brand-dark: #003f86;
    /* Structural Background Layout Elements */
    --bg-page: #f5f5f5;
    --bg-surface: #fff;
    --bg-alt: #fafafa;
    --bg-card-hover: #e9e9e9;
    --bg-nav-active: #dcdfe6;
    --bg-format-option: #f0f0f0;
    --bg-format-hover: #e6e6e6;
    --bg-share-icon: #d8d7d7;
    --bg-share-hover: #a3a5ff;
    --bg-promo: #eaeaea;
    --bg-grid-link: #f8fafc;
    --bg-how-it-works: #f9f9f9;
    --bg-privacy-note: #e7f3ff;
    --bg-table-header-alt: #a3c6e9;
    --bg-table-header: #f7fafc;
    --bg-table-even: #f8fafc;
    --bg-badge: #edf2f7;
    --bg-media-dark: #000;
    --bg-media-btn-blue: #0056b3;
    --bg-media-btn-green: #28a745;
    --bg-media-btn-red: #dc3545;
    --bg-media-status: #cbd5e0;
    --bg-media-recording: #e53e3e;
    --bg-cropper-dark: #333;
    --bg-ratio-btn: #f8f9fa;
    --bg-preset-btn: #fdfdfd;
    --bg-preset-hover: #f0f7ff;
    --bg-password-box: #f8f9fa;
    --bg-strength-track: #e2e8f0;
    --bg-btn-mailto: #333;
    --bg-btn-mailto-hover: #555;
    --bg-canvas-check: #f0f0f0;
    /* Typographic Global Color System */
    --text-main: #333;
    --text-muted: #666;
    --text-dark: #1b1919;
    --text-white: #fff;
    --text-dropdown-link: #444;
    --text-dropdown-hover: #eee;
    --text-nav-hover: #e4e4e4;
    --text-arrow: #555;
    --text-warning: #856404;
    --text-directory-title: #1a1a1a;
    --text-category: #2c3e50;
    --text-grid-link: #4a5568;
    --text-back-link: #07c;
    --text-article-title: #333;
    --text-article-h2: #222;
    --text-article-p: #444;
    --text-contact-p: #777;
    --text-password: #2d3748;
    --text-badge: #4a5568;
    --text-no-data: #718096;
    /* Global Structural Borders */
    --border-light: #e2e8f0;
    --border-dark: #ccc;
    --border-static-ddd: #ddd;
    --border-card-hover: #e0e0e0;
    --border-subtle-nav: #eee;
    --border-warning: #ffeeba;
    --border-directory: #eef2f5;
    --border-grid-link: #d0d1d3;
    --border-table-alt: #bdbdbd;
    --border-password: #abacad;
    --border-canvas-box: #cbd5e0;
    /* Dynamic Operational Shadows */
    --shadow-app-card: 0 2px 6px rgba(0, 0, 0, 0.1);
    --shadow-ui-card: 0 1px 4px rgba(0, 0, 0, 0.05);
    --shadow-card-hover: 0 6px 15px rgba(0, 0, 0, 0.1);
    --shadow-dropdown: 0 8px 16px rgba(0, 0, 0, 0.1);
    --shadow-lang: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-directory: 0 4px 20px rgba(0, 0, 0, 0.02);
    --shadow-grid-hover: 0 2px 5px rgba(0, 112, 243, 0.03);
    --shadow-article-img: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-contact-card: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-contact-hover: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-settings-inset: inset 0 1px 3px rgba(0, 0, 0, 0.02);
    --shadow-canvas-render: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /* Dedicated Interactive UI States */
    --dropzone-border: #7f77fa;
    --dropzone-bg: #dddff0;
    --dropzone-dragover: #e0f7ff;
    --input-focus-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
    --input-focus-canvas: 0 0 0 3px rgba(66, 153, 225, 0.15);
    --warning-bg: #fff3cd;
    /* Design System Borders/Radii */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px
    }
/* ==========================================================================
   DARK THEME INVERSION SCHEME MAPPINGS
   ========================================================================== */
[data-theme="dark"] {
    --bg-page: #121212;
    --bg-surface: #1e1e1e;
    --bg-alt: #1a1a1a;
    --bg-card-hover: #2d2d2d;
    --bg-nav-active: #333;
    --bg-format-option: #2a2a2a;
    --bg-format-hover: #353535;
    --bg-share-icon: #535151;
    --bg-share-hover: #3b3dbf;
    --bg-promo: #252525;
    --bg-grid-link: #242424;
    --bg-how-it-works: #1a1a1a;
    --bg-privacy-note: #1c2a3a;
    --bg-table-header-alt: #1c3d5a;
    --bg-table-header: #242424;
    --bg-table-even: #242424;
    --bg-badge: #2d3748;
    --bg-media-dark: #000;
    --bg-cropper-dark: #111;
    --bg-ratio-btn: #2d2d2d;
    --bg-preset-btn: #242424;
    --bg-preset-hover: #1e2d3d;
    --bg-password-box: #242424;
    --bg-strength-track: #2d3748;
    --bg-btn-mailto: #eee;
    --bg-btn-mailto-hover: #ccc;
    --bg-canvas-check: #2d2d2d;
    /* Typography Dark Targets */
    --text-main: #e2e8f0;
    --text-muted: #a0aec0;
    --text-dark: #f7fafc;
    --text-dropdown-link: #e2e8f0;
    --text-dropdown-hover: #fff;
    --text-nav-hover: #fff;
    --text-arrow: #a0aec0;
    --text-warning: #ffe399;
    --text-directory-title: #fff;
    --text-category: #63b3ed;
    --text-grid-link: #cbd5e0;
    --text-back-link: #63b3ed;
    --text-article-title: #fff;
    --text-article-h2: #e2e8f0;
    --text-article-p: #cbd5e0;
    --text-contact-p: #a0aec0;
    --text-password: #e2e8f0;
    --text-badge: #cbd5e0;
    --text-no-data: #a0aec0;
    --btn-mailto-text-override: #121212;
    /* Border Dark Targets */
    --border-light: #2d3748;
    --border-dark: #4a5568;
    --border-static-ddd: #4a5568;
    --border-card-hover: #4a5568;
    --border-subtle-nav: #2d3748;
    --border-warning: #665423;
    --border-directory: #2d3748;
    --border-grid-link: #4a5568;
    --border-table-alt: #4a5568;
    --border-password: #4a5568;
    --border-canvas-box: #4a5568;
    /* Shadow Opacity Realignment */
    --shadow-app-card: 0 2px 6px rgba(0, 0, 0, 0.4);
    --shadow-ui-card: 0 1px 4px rgba(0, 0, 0, 0.3);
    --shadow-card-hover: 0 6px 15px rgba(0, 0, 0, 0.5);
    --shadow-dropdown: 0 8px 16px rgba(0, 0, 0, 0.5);
    --shadow-lang: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-directory: 0 4px 20px rgba(0, 0, 0, 0.2);
    --shadow-article-img: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-contact-card: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-contact-hover: 0 4px 12px rgba(0, 0, 0, 0.5);
    /* Dynamic UI Realignment */
    --dropzone-bg: #212038;
    --dropzone-dragover: #162d3d;
    --warning-bg: #332b12
    }
/* ==========================================================================
   THEME TOGGLE SWITCH COMPONENT (EMOJI VERSION)
   ========================================================================== */
.theme-toggle-switch {
    /* Layout & Sizing */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 64px;
    height: 32px;
    padding: 0 7px;
    /* Typography / Emoji alignment */
    font-size: 14px;
    line-height: 1;
    user-select: none;
    /* Interactive Styles */
    cursor: pointer;
    border: 1px solid var(--border-dark);
    border-radius: 99px;
    background-color: var(--bg-format-option);
    box-shadow: var(--shadow-ui-card);
    /* Smooth Transitions */
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease
    }
/* Hover & Focus Interactions */
.theme-toggle-switch:hover {
    background-color: var(--bg-format-hover);
    border-color: var(--border-card-hover);
    box-shadow: var(--shadow-app-card)
    }
.theme-toggle-switch:focus-visible {
    outline: none;
    box-shadow: var(--input-focus-shadow)
    }
/* Ensure emojis stack under the handle layer */
.theme-toggle-switch span {
    z-index: 1
    }
/* The Sliding Circle Handle */
.theme-toggle-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--bg-surface);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    /* Hardware accelerated transform for a premium sliding feel */
    transition: transform 0.31s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease
    }
/* ==========================================================================
   DARK STATE OVERRIDES (Using your token system)
   ========================================================================== */
[data-theme="dark"] .theme-toggle-switch {
    background-color: var(--brand-dark);
    border-color: var(--primary-blue)
    }
[data-theme="dark"] .theme-toggle-switch:hover {
    background-color: var(--primary-hover)
    }
[data-theme="dark"] .theme-toggle-switch::after {
    /* Slides perfectly across to the right side over the sun */
    transform: translatex(32px);
    background-color: var(--text-white)
    }
* {
    box-sizing: border-box
    }
body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background: var(--bg-page);
    color: var(--text-main);
    line-height: 1.6;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease
    }
/* Global Grid Blueprint Wrapper */
.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
    }
/* ==========================================================================
   02. REUSABLE SYSTEM PRIMITIVES (THE "MASTER CARDS")
   ========================================================================== */
.app-card {
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-app-card);
    margin-bottom: 30px
    }
/* Warning Message Callouts */
/* ==========================================================================
   03. UNIVERSAL SITE CORE HEADER & NAVIGATION
   ========================================================================== */
.site-header {
    text-align: center;
    margin-bottom: 10px
    }
.site-title {
    max-width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    color: var(--primary-blue)
    }
/* FIX: Forces bold weights on link configurations across all variants */
.site-title a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    font-size: 1.8rem;
    font-weight: 700
    }
.site-title:hover {
    color: var(--brand-dark)
    }
.logo {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto
    }
/* Sub-Navigation Bar Components */
.sub-nav {
    width: 100%;
    border-bottom: 1px solid var(--border-subtle-nav);
    padding: 12px 0;
    margin-bottom: 30px;
    background-color: var(--bg-alt);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-app-card)
    }
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%
    }
.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease
    }
.nav-links a.active {
    background-color: var(--bg-nav-active);
    color: var(--primary-blue);
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 15px
    }
header .sub-nav .nav-links a:hover {
    color: var(--text-nav-hover);
    background: var(--primary-blue);
    text-decoration: none
    }
/* Navigation Overlay Dropdown Mechanics */
.nav-dropdown-container {
    position: relative;
    display: inline-block
    }
.dropdown-trigger-btn {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0 10px
    }
.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-surface);
    min-width: 240px;
    box-shadow: var(--shadow-dropdown);
    border-radius: 6px;
    z-index: 1000;
    padding: 10px 0;
    text-align: left
    }
.nav-dropdown-menu a {
    display: block !important;
    padding: 8px 16px !important;
    color: var(--text-dropdown-link) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    border-bottom: none !important;
    transition: background-color 0.15s ease, color 0.15s ease
    }
.nav-dropdown-menu a:hover {
    background-color: var(--primary-blue);
    color: var(--text-dropdown-hover) !important
    }
.dropdown-group-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary-blue, #0070f3);
    padding: 8px 16px 4px 16px;
    font-weight: bold
    }
.nav-dropdown-container:hover .nav-dropdown-menu {
    display: block
    }
/* Multi-language Localization Controls */
.lang-dropdown {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end
    }
.lang-selected {
    width: 100%;
    padding: 8px 10px;
    background: var(--bg-surface);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    color: var(--text-main)
    }
.lang-selected::after {
    content: "▼";
    font-size: 10px;
    color: var(--text-arrow);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    pointer-events: none
    }
.lang-options {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 100%;
    background: var(--bg-surface);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    box-shadow: var(--shadow-lang);
    max-height: 260px;
    overflow-y: auto
    }
.lang-option {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit
    }
.lang-option:hover {
    background: var(--bg-format-option)
    }
a.lang-option, a.lang-option:visited, a.lang-option:hover, a.lang-option:active {
    text-decoration: none
    }
.flag-icon {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px
    }
/* ==========================================================================
   04. PRIMARY WORKSPACE INTERACTION ELEMENTS
   ========================================================================== */
.browse-btn {
    padding: 10px 18px;
    background: var(--primary-blue);
    color: var(--text-white);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease
    }
.browse-btn:hover {
    background: var(--primary-hover)
    }
/* Output Selector Layout Components */
/* Main Core Engine CTA Form Trigger */
/* Features List Bullet Customizations */
/* ==========================================================================
   05. UNIVERSAL WIDGET BLOCKS (SHARE PANEL & DIRECTORIES)
   ========================================================================== */
.share-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--border-static-ddd)
    }
.share-section h3 {
    margin-bottom: 10px
    }
.share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px
    }
.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--bg-share-icon);
    border-radius: 8px;
    transition: background 0.2s ease;
    text-decoration: none;
    border: none;
    cursor: pointer
    }
.icon-btn:hover {
    background: var(--bg-share-hover)
    }
.icon-btn img {
    width: 22px;
    height: 22px;
    pointer-events: none
    }
.icon-btn:focus {
    outline: none
    }
/* Monetization Ad Units */
/* CLEAN DIGITAL TOOLS SUITE (3-SECTION MATRIX) */
.tools-directory-card {
    margin: 40px auto 60px auto;
    width: 100%;
    max-width: 100%;
    padding: 35px 20px;
    background: var(--bg-surface);
    border: 1px solid var(--border-directory);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-directory);
    box-sizing: border-box
    }
.directory-title {
    text-align: center;
    font-size: 1.35rem;
    color: var(--text-directory-title);
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -0.01em
    }
.directory-stack {
    display: flex;
    flex-direction: column;
    gap: 30px
    }
.directory-block {
    display: flex;
    flex-direction: column
    }
.category-header {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: var(--text-category);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 2px solid var(--primary-blue, #0070f3);
    padding-bottom: 6px
    }
.links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px
    }
.links-grid a {
    display: block;
    padding: 10px 14px;
    color: var(--text-grid-link);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    background: var(--bg-grid-link);
    border: 1px solid var(--border-grid-link);
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.links-grid a:hover {
    color: var(--primary-blue, #0070f3);
    background: rgba(0, 112, 243, 0.04);
    border-color: var(--primary-blue, #0070f3);
    transform: translatey(-1px);
    box-shadow: var(--shadow-grid-hover)
    }
/* Back-routing Utilities */
.directory-block {
    padding: 25px;
    border-radius: var(--radius-md);
    /* Smooth transition for when the theme switches */
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease
    }
/* ==========================================================================
   LIVE SYNC BANNER COMPONENT
   ========================================================================== */
/* ==========================================================================
   06. PAGE-SPECIFIC STYLE MODULES (MAPPED ROUTES)
   ========================================================================== */
/* --- MODULE A: BLOG ARCHIVE INDEX FEED --- */
/* --- RESPONSIVE MOBILE ADJUSTMENTS --- */
/* --- MODULE B: INDIVIDUAL ARTICLE SINGLE VIEW --- */
.article-body h2 {
    margin-top: 30px;
    color: var(--text-article-h2);
    font-size: 1.5rem
    }
.article-body h3 {
    margin-top: 25px;
    color: var(--text-article-title)
    }
.article-body p {
    margin-bottom: 20px;
    color: var(--text-article-p)
    }
/* --- MODULE C: CONTACT SUPPORT --- */
[data-theme="dark"] .mailto-btn {
    color: var(--btn-mailto-text-override, #121212) !important
    }
/* --- MODULE D: LOCAL ABOUT STRATEGY & FAQS --- */
.info-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
    }
.info-column {
    flex: 1;
    min-width: 280px
    }
.info-column h3 {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--border-static-ddd);
    padding-bottom: 8px
    }
/* --- MODULE E: EXIF DATA DATA ENGINE MATRIX --- */
/* --- MODULE F: SECURITY TEXT ENCRYPTOR SYSTEMS --- */
/* --- MODULE G: GRAPHIC IMAGE CROPPER SYSTEMS --- */
/* --- MODULE H: PASSWORD GENERATOR UTILITIES --- */
/* --- MODULE I: MEDIA RECORDER & AUDIO CAPTURE --- */
@keyframes pulseBlink {
    0% {
        opacity: 1;
        transform: scale(1);
        } 100% {
        opacity: 0.3;
        transform: scale(1.1);
        }
    }
/* --- MODULE J: CANVAS WATERMARK ENGINE WRAPPERS --- */
.text-input-field {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    border: 1px solid var(--border-canvas-box);
    border-radius: 6px;
    background-color: var(--bg-surface);
    color: var(--text-password);
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
    }
.text-input-field:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: var(--input-focus-canvas)
    }
.control-row-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin-top: 15px
    }
.input-label-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-badge);
    text-align: left
    }
.color-picker-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 42px;
    border: 1px solid var(--border-canvas-box);
    border-radius: 6px;
    padding: 4px;
    background: var(--bg-surface);
    cursor: pointer;
    box-sizing: border-box
    }
.color-picker-input::-webkit-color-swatch-wrapper {
    padding: 0
    }
.color-picker-input::-webkit-color-swatch {
    border: none;
    border-radius: 4px
    }
.select-dropdown-field {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    border: 1px solid var(--border-canvas-box);
    border-radius: 6px;
    background-color: var(--bg-surface);
    color: var(--text-password);
    cursor: pointer
    }
@keyframes slideInPanel {
    from {
        opacity: 0;
        transform: translateX(-5px);
        } to {
        opacity: 1;
        transform: translateX(0);
        }
    }
.canvas-preview-box {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center
    }
.canvas-preview-box p {
    font-size: 1rem;
    color: var(--text-password);
    margin-bottom: 12px
    }
/* ==========================================================================
   AUDIO UTILITY WORKSPACE COMPONENTS (THEME-ADAPTIVE)
   ========================================================================== */
/* Timeline Custom Range Slider Stack Track */
/* Chrome/Safari Range Sliders */
/* Firefox Range Sliders */
/* Left Range Slider Handle Override */
/* Selection Parameters Container Alignment */
/* Custom Interactive Numeric Input Fields */
/* Focus Glow States */
/* Hover Accent Hint */
/* ==========================================================================
   CROSS-BROWSER UTILITY RESET: Remove default browser spin buttons 
   ========================================================================== */
/* Chrome, Safari, Edge, Opera */
/* Firefox */
/*audio mixer */
/* Multi-track Grid Setup */
select.time-input-field {
    cursor: pointer;
    padding-right: 2px
    }
/* Mixer Movable Track Handle Blocks */
/* Ensure background track grid updates text dynamically across light/dark profiles */
/* ==========================================================================
   TEXT ACTION CONTROLS & TRACERS
   ========================================================================== */
/* 1. The Case Conversion Grid Container */
/* Modifier class specific to your case actions layout */
/* 2. The Bottom Action Utility Row */
/* Success feedback copy tracking element */
/* 3. Base/Modifier Overrides for Buttons in the Tray */
#copyBtn {
    background-color: var(--primary-blue);
    /* Maps to #0077ff / #3182ce */
    color: var(--text-white);
    /* Maps to #ffffff */
    margin: 0
    }
#copyBtn:hover {
    background-color: var(--primary-hover)
    }
/* ==========================================================================
   UNIVERSAL TEXTAREA UTILITY
   ========================================================================== */
/* Modifier class specifically for shorter utility components */
/* ==========================================================================
   SCRATCHPAD COMPONENT MODULE
   ========================================================================== */
/* 1. Top Informational Header Bar */
/* 2. The Monospace Scratchpad Field */
/* Handles both onfocus background shifting and borders natively */
/* 3. Bottom Button Panel Tray Layout */
/* Button Variants inside the Action Tray */
/* ==========================================================================
   07. UNIVERSAL STRUCTURAL FOOTER COMPONENT
   ========================================================================== */
footer {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9em;
    color: var(--text-muted)
    }
.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px
    }
.footer-links a {
    color: inherit
    }
footer p {
    margin: 0
    }
footer.container {
    width: 100%;
    margin-top: 10px;
    padding: 25px 0
    }
/* ==========================================================================
   TEXT COUNTER DASHBOARD COMPONENTS
   ========================================================================== */
/* 1. The Stat Grid Container & Metric Cards */
/* 2. The Main Text Area Module */
/* Replaces your JavaScript onfocus/onblur handlers entirely */
/* 3. The Analytics Bottom Grid & Context Cards */
/* 4. Inside Layout Content Helpers */
/* ==========================================================================
   08. CONSOLIDATED RESPONSIVE ARCHITECTURE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 640px) {
    .tools-directory-card {
        padding: 25px 20px
        }
    .links-grid {
        grid-template-columns: 1fr;
        gap: 6px
        }
    .links-grid a {
        white-space: normal
        }
    }
/* ==========================================================================
   06. PRIVATE TEXT ENCRYPTOR SPECIFIC INTERACTION WORKSPACE
   ========================================================================== */
/* Forces style preservation across asset reduction compilation engines */
#textInput {
    width: 100% !important;
    min-height: 140px;
    padding: 12px;
    font-family: monospace;
    font-size: 14px;
    box-sizing: border-box;
    background-color: var(--bg-surface);
    color: var(--text-main);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-settings-inset);
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
    }
/* Active Workspace Interactive States */
#textInput:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: var(--input-focus-shadow)
    }
/* Result Execution Box Custom Accents */
button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important
    }
.qr-tool-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
    }
@media (min-width: 768px) {
    .qr-tool-grid {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center
        }
    }
.qr-preview-pane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-surface);
    padding: 1.5rem
    }
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-surface);
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    min-height: 230px;
    min-width: 230px
    }