.elementor-12481 .elementor-element.elementor-element-65fe198{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8fad537 */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
		}
        p, li {
            color: #999999;
        }

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

        p a:hover, li a:hover {
            text-decoration: underline;
            color: #6ad8ba;
        }

        strong {
            color: #6ad8ba;
            font-weight: 600;
        }
        .lead {
            color: #e0e0e0;
            font-size: 1.2em;
            text-align: center;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Metadata Box Styling */
        .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;
        }

        .meta-item {
            display: flex;
            flex-direction: column;
        }

        .meta-label {
            color: #00D9FF;
            font-size: 0.9em;
            font-weight: 600;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .meta-value {
            color: #e0e0e0;
            font-size: 1.1em;
            font-weight: 500;
        }

        /* 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-box h4 {
            color: #0fa64b;
            margin-bottom: 15px;
            font-size: 1.4em;
        }

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

        /* Main Content Sections */
        section {
            margin-bottom: 40px;
        }

        /* List Styling */
        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;
        }

        /* Table Styling */
        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 Block Styling */
        pre {
            background-color: rgba(30, 33, 46, 0.9);
            border: 1px solid #333;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            font-family: 'Courier New', Courier, monospace;
            line-height: 1.5;
            color: #e0e0e0;
        }

        code {
            font-family: 'Courier New', Courier, monospace;
            color: #ffa500;
        }

        pre code {
            color: #e0e0e0;
        }

        /* Cheat Sheet Styling */
        .cheat-sheet {
            background: linear-gradient(145deg, rgba(42, 45, 62, 0.8), rgba(30, 33, 46, 0.9));
            border-radius: 12px;
            padding: 30px;
            margin: 40px 0;
            border: 2px solid #00D9FF;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .cheat-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .cheat-icon {
            font-size: 2em;
            flex-shrink: 0;
        }

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

        /* 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;
            }

            table {
                display: block;
                overflow-x: auto;
            }
        }

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

        .visual-aid strong {
            color: #2ED573;
            display: block;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .visual-aid em {
            color: #999999;
            font-style: italic;
            font-size: 0.9em;
        }/* End custom CSS */