.elementor-12483 .elementor-element.elementor-element-67aab10{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1a7fe48 *//* Base Styles */
        body {
            color: #999999;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }
		.global-title {
		    font-size: 25px;
		    text-align: center;
		    color: #00849B;
		}
		.sub-title {
		    font-size: 20px;
		    text-align: center;
		    color: #3E8448
		}
        p, li {
            color: #999999;
        }
        
        strong {
            color: #6ad8ba;
        }
        
        /* Links */
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
        }
        
        p a:hover, li a:hover {
            border-bottom: 1px solid #2f8ef8;
        }
        
        .toc-box a {
            color: #e0e0e0;
            text-decoration: none;
            border-bottom: 1px dotted #e0e0e0;
        }
        
        .toc-box a:hover {
            border-bottom: 1px solid #e0e0e0;
        }
        
        /* Layout Elements */
        .metadata-box {
            background-color: rgba(42, 45, 62, 0.7);
            border-radius: 8px;
            padding: 25px;
            margin: 30px auto;
            border-left: 6px solid #00D9FF;
            max-width: 800px;
        }
        .metadata-box strong {
            color: #00D9FF;
            display: inline-block;
            width: 100px;
        }
        
        .metadata-item {
            margin-bottom: 10px;
        }
        
        .metadata-label {
            color: #00D9FF;
            font-weight: bold;
            font-size: 0.9em;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .metadata-value {
            color: #e0e0e0;
            font-size: 1.1em;
        }
        
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
        }
        
        .cheat-sheet {
            background: linear-gradient(135deg, rgba(42, 45, 62, 0.9) 0%, rgba(32, 35, 52, 0.9) 100%);
            border-radius: 10px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #00D9FF;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }
        
        .cheat-item {
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 6px;
            border: 1px solid rgba(0, 217, 255, 0.2);
        }
        
        .cheat-icon {
            font-size: 2em;
            margin-bottom: 15px;
            display: block;
        }
        
        .cheat-title {
            color: #00D9FF;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 1.2em;
        }
        
        /* Lists */
        ul, ol {
            margin: 20px 0 20px 20px;
            padding-left: 20px;
            color: #999999;
        }
        
        li {
            margin-bottom: 7px;
            position: relative;
            padding-left: 10px;
            color: #999999;
        }
        
        ul li {
            list-style-type: none;
            position: relative;
            padding-left: 0px;
            color: #999999;
        }
        
        .all-list li:before {
            content: "▸";
            color: #00FF88;
            position: absolute;
            left: -20px;
        }
        
        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
        }
        
        th, td {
            border: 1px solid #444;
            padding: 15px;
            text-align: left;
            color: #999999;
        }
        
        th {
            background-color: rgba(0, 217, 255, 0.1);
            color: #00D9FF;
            font-weight: bold;
        }
        
        tr:nth-child(even) {
            background-color: rgba(255, 255, 255, 0.02);
        }
        
        /* Code Blocks */
        pre {
            background-color: rgba(0, 0, 0, 0.4);
            border: 1px solid #333;
            border-radius: 6px;
            padding: 20px;
            overflow-x: auto;
            margin: 20px 0;
        }
        
        code {
            font-family: 'Courier New', monospace;
            font-size: 0.95em;
            color: #e0e0e0;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            h1 {
                font-size: 2em;
            }
            
            .metadata-box {
                grid-template-columns: 1fr;
                padding: 20px;
            }
            
            .cheat-sheet {
                grid-template-columns: 1fr;
                padding: 20px;
            }
            
            pre {
                padding: 15px;
                font-size: 0.9em;
            }
        }
        
        @media (max-width: 480px) {
            h1 {
                font-size: 1.7em;
            }
            
            body {
                padding: 10px;
            }
        }
        
        /* Visual Aid Placeholder */
        .visual-aid {
            border: 2px dashed #444;
            padding: 25px;
            margin: 30px 0;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
        }
        
        .visual-title {
            color: #339966;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 1.1em;
        }
        
        .visual-alt {
            color: #888;
            font-style: italic;
            margin-top: 10px;
            font-size: 0.9em;
        }
        
        /* Lead Paragraph */
        .lead {
            font-size: 1.2em;
            line-height: 1.5;
            text-align: center;
            margin: 20px auto 30px;
            max-width: 800px;
            color: #cccccc;
        }/* End custom CSS */