.elementor-12480 .elementor-element.elementor-element-87c1f56{--display:flex;}/* Start custom CSS for html, class: .elementor-element-90afbc9 *//* CSS Reset &amp; Base */
        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;
        }
        strong {
            color: #6ad8ba;
        }
        a {
            color: #2f8ef8;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        p a, li a {
            color: #2f8ef8;
        }

        /* Typography */
        .subtitle {
            font-size: 1.3em;
            color: #cccccc;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 300;
        }

        /* 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 {
            margin-bottom: 5px;
        }
        .meta-label {
            font-weight: bold;
            color: #00D9FF;
            display: block;
            margin-bottom: 5px;
        }
        .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;
        }

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

        /* 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: #1a1d28;
            border: 1px solid #333;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            color: #e0e0e0;
            font-family: 'Courier New', Courier, monospace;
            font-size: 0.95em;
            line-height: 1.4;
        }
        code {
            font-family: 'Courier New', Courier, monospace;
            background-color: rgba(0, 0, 0, 0.2);
            padding: 2px 5px;
            border-radius: 3px;
            color: #ffcc00;
        }
        pre code {
            background-color: transparent;
            padding: 0;
            border-radius: 0;
            color: inherit;
        }
        .code-comment {
            color: #8cd7aa;
        }

        /* Cheat Sheet */
        .cheat-sheet {
            background: linear-gradient(135deg, rgba(0, 217, 255, 0.05), rgba(42, 45, 62, 0.7));
            border: 2px solid #00D9FF;
            border-radius: 12px;
            padding: 30px;
            margin: 30px 0;
        }
        .cheat-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        .cheat-icon {
            font-size: 1.8em;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .cheat-content h4 {
            color: #e0e0e0;
            margin-bottom: 8px;
        }

        /* Visual Aid Placeholder */
        .visual-aid {
            border: 2px dashed #555;
            padding: 25px;
            margin: 30px 0;
            background-color: rgba(240, 240, 240, 0.05);
            border-radius: 8px;
            text-align: center;
        }
        .visual-aid strong {
            color: #339966;
            display: block;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.2em;
            }
            .subtitle {
                font-size: 1.1em;
            }
            .meta-box {
                grid-template-columns: 1fr;
            }
            th, td {
                padding: 10px;
            }
            .cheat-item {
                flex-direction: column;
            }
            .cheat-icon {
                margin-bottom: 10px;
            }
        }/* End custom CSS */