.elementor-12484 .elementor-element.elementor-element-ce2c9f8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e1f104 */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
		}
        .subtitle {
            font-size: 1.2em;
            text-align: center;
            color: #cccccc;
            margin-bottom: 30px;
            font-style: italic;
        }
        .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 {
            display: flex;
            flex-direction: column;
        }
        .metadata-label {
            color: #00D9FF;
            font-weight: bold;
            font-size: 0.9em;
            margin-bottom: 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;
        }
        .toc-box h3 {
            color: #00D9FF;
            margin-top: 0;
        }
        .toc-box a {
            color: #e0e0e0;
        }
        p {
            color: #999999;
        }
        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 {
            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);
        }
        pre {
            background-color: rgba(0, 0, 0, 0.3);
            border: 1px solid #444;
            border-radius: 5px;
            padding: 20px;
            overflow-x: auto;
            margin: 20px 0;
        }
        code {
            font-family: 'Courier New', monospace;
            color: #e0e0e0;
        }
        .cheat-sheet {
            background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(42, 45, 62, 0.7));
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border: 1px solid rgba(0, 217, 255, 0.3);
        }
        .cheat-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .cheat-icon {
            font-size: 1.5em;
            margin-right: 15px;
            min-width: 40px;
        }
        .cheat-content h4 {
            color: #00D9FF;
            margin-top: 0;
            margin-bottom: 5px;
        }
        .visual-aid {
            border: 2px dashed #444;
            padding: 20px;
            margin: 30px 0;
            background-color: rgba(42, 45, 62, 0.3);
            border-radius: 5px;
        }
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
        }
        p a:hover, li a:hover {
            text-decoration: underline;
        }
        .toc-box a:hover {
            color: #00D9FF;
        }
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            h1 {
                font-size: 2em;
            }
            .metadata-box {
                grid-template-columns: 1fr;
            }
            table {
                display: block;
                overflow-x: auto;
            }
        }/* End custom CSS */