.elementor-12482 .elementor-element.elementor-element-285f5d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f1a4c9d *//* Global Styles */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #999999;
        }
		.global-title {
		    font-size: 25px;
		    text-align: center;
		    color: #00849B;
		}
		.sub-title {
		    font-size: 20px;
		    text-align: center;
		    color: #3E8448
		}
        /* Typography */
        p {
            font-size: 1.1em;
            color: #999999;
        }

        strong {
            color: #6ad8ba;
        }

        /* Links */
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        p a:hover, li a:hover {
            color: #00D9FF;
            border-bottom: 1px solid #00D9FF;
        }

        .toc-box a {
            color: #e0e0e0;
        }

        .toc-box a:hover {
            color: #00D9FF;
        }

        /* 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);
            border-radius: 8px;
            overflow: hidden;
        }

        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);
        }

        /* Metadata Box */
        .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: 5px;
        }

        .metadata-label {
            color: #00D9FF;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
        }

        .metadata-value {
            color: #999999;
        }

        /* Table of Contents */
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
        }

        .toc-title {
            color: #00D9FF;
            margin-bottom: 15px;
            font-size: 1.4em;
        }

        /* Code Blocks */
        pre {
            background-color: rgba(0, 0, 0, 0.3);
            border-left: 4px solid #00FF88;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            border-radius: 0 8px 8px 0;
        }

        code {
            font-family: 'Courier New', Courier, monospace;
            font-size: 0.95em;
            color: #e0e0e0;
        }

        /* Cheat Sheet */
        .cheat-sheet {
            background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(0, 255, 136, 0.1));
            border-radius: 12px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid rgba(0, 217, 255, 0.3);
        }

        .cheat-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .cheat-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .cheat-icon {
            font-size: 1.8em;
            margin-right: 20px;
            min-width: 60px;
            text-align: center;
        }

        .cheat-content h4 {
            color: #00D9FF;
            margin-bottom: 8px;
            font-size: 1.2em;
        }

        /* Visual Aid Placeholder */
        .visual-aid {
            border: 2px dashed #00D9FF;
            padding: 30px;
            margin: 30px 0;
            background-color: rgba(0, 217, 255, 0.05);
            border-radius: 8px;
        }

        .visual-prompt {
            color: #2ED573;
            font-weight: bold;
            display: block;
            margin-bottom: 15px;
            font-size: 1.1em;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            h1 {
                font-size: 2em;
            }
            
            .metadata-box {
                grid-template-columns: 1fr;
            }
            
            table {
                display: block;
                overflow-x: auto;
            }
            
            .cheat-item {
                flex-direction: column;
            }
            
            .cheat-icon {
                margin-bottom: 10px;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 1.8em;
            }
            
            .metadata-box {
                padding: 15px;
            }
            
            pre {
                padding: 15px;
                font-size: 0.9em;
            }
        }

        /* Utility Classes */
        .highlight {
            background-color: rgba(255, 71, 87, 0.1);
            padding: 3px 6px;
            border-radius: 4px;
            color: #FF4757;
        }

        .protection {
            background-color: rgba(46, 213, 115, 0.1);
            padding: 3px 6px;
            border-radius: 4px;
            color: #2ED573;
        }

        .note {
            background-color: rgba(0, 217, 255, 0.1);
            border-left: 3px solid #00D9FF;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 4px 4px 0;
        }/* End custom CSS */