.elementor-12458 .elementor-element.elementor-element-9179ea0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36e1638 */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
		}
        .lead {
            font-size: 1.2em;
            text-align: center;
            color: #e0e0e0;
            margin-bottom: 30px;
        }
        .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 {
            font-size: 0.9em;
            color: #00D9FF;
            margin-bottom: 5px;
        }
        .meta-value {
            font-size: 1.1em;
            color: #e0e0e0;
            font-weight: bold;
        }
        .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;
            text-decoration: none;
        }
        .toc-box a:hover {
            color: #00D9FF;
            text-decoration: underline;
        }
        p {
            color: #999999;
        }
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
        }
        p a:hover, li a:hover {
            text-decoration: underline;
        }
        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;
        }
        strong {
            color: #6ad8ba;
            font-weight: bold;
        }
        pre, code {
            font-family: 'Courier New', Courier, monospace;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 5px;
            padding: 15px;
            overflow-x: auto;
            color: #f8f8f2;
            border: 1px solid #444;
        }
        pre {
            margin: 25px 0;
        }
        code {
            padding: 2px 6px;
        }
        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);
        }
        .cheat-sheet {
            background: linear-gradient(135deg, rgba(42, 45, 62, 0.8) 0%, rgba(26, 29, 46, 0.9) 100%);
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border: 1px solid #00D9FF;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        .cheat-item {
            display: flex;
            align-items: flex-start;
        }
        .cheat-icon {
            font-size: 1.8em;
            margin-right: 15px;
            min-width: 50px;
        }
        .cheat-content h4 {
            color: #e0e0e0;
            margin-top: 0;
            margin-bottom: 8px;
        }
        .cheat-content p {
            margin-bottom: 0;
        }
        .visual-aid {
            border: 2px dashed #00D9FF;
            padding: 20px;
            margin: 30px 0;
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
        }
        .visual-aid strong {
            color: #2ED573;
            display: block;
            margin-bottom: 10px;
        }
        .visual-aid em {
            color: #999999;
            font-size: 0.9em;
        }
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            h1 {
                font-size: 2em;
            }
            .metadata-box {
                grid-template-columns: 1fr;
            }
            .cheat-sheet {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */