.elementor-12461 .elementor-element.elementor-element-aaf024e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-82d6f37 *//* CSS Reset &amp; Base Styles */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #999999;
            line-height: 1.7;
        }
		.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;
        }

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

        a:hover {
            color: #00D9FF;
            text-decoration: underline;
        }

        p a, li a {
            color: #2f8ef8;
        }

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

        .meta-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .meta-label {
            font-weight: bold;
            color: #00D9FF;
            min-width: 100px;
        }

        .meta-value {
            color: #e0e0e0;
        }

        /* 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 a {
            color: #e0e0e0;
        }

        .toc-box ul {
            margin: 15px 0 15px 30px;
        }

        .toc-box li {
            margin-bottom: 10px;
            list-style-type: decimal;
            padding-left: 5px;
        }

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

        /* Custom bullet for unordered lists under the class .all-list */
        .all-list li:before {
            content: "▶";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-size: 0.8em;
        }

        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
            border-radius: 5px;
            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);
        }

        /* Code Blocks */
        pre {
            background-color: #1a1c25;
            border: 1px solid #333;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            line-height: 1.5;
        }

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

        pre code {
            color: inherit;
        }

        /* Cheat Sheet Box */
        .cheatsheet {
            background: linear-gradient(145deg, rgba(0, 217, 255, 0.05), rgba(42, 45, 62, 0.7));
            border: 1px solid #00D9FF;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

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

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

        .cheat-content h4 {
            color: #FF6B9D;
            margin-bottom: 8px;
            font-size: 1.1em;
        }

        /* Visual Aid Placeholder */
        .visual-aid {
            border: 2px dashed #555;
            padding: 30px;
            margin: 30px 0;
            background-color: rgba(240, 240, 240, 0.05);
            text-align: center;
            border-radius: 8px;
            font-style: italic;
            color: #aaa;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }

            .metadata-box {
                grid-template-columns: 1fr;
            }

            .cheatsheet {
                grid-template-columns: 1fr;
            }

            h2 {
                font-size: 1.6em !important;
            }

            h3 {
                font-size: 1.3em !important;
            }

            th, td {
                padding: 10px;
                font-size: 0.9em;
            }
        }/* End custom CSS */