.elementor-12459 .elementor-element.elementor-element-0261976{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5057119 *//* CSS Reset &amp; Base Styles */
        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
		}
        /* Typography */
        p, li {
            color: #999999;
            margin-bottom: 1.2em;
        }
        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;
        }
        /* Code &amp; Pre Blocks */
        pre {
            background-color: rgba(0, 0, 0, 0.3);
            border: 1px solid #444;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            color: #f8f8f2;
        }
        code {
            font-family: 'Courier New', Courier, monospace;
            font-size: 0.95em;
        }
        pre code {
            color: inherit;
            background-color: transparent;
        }
        /* 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;
            font-weight: bold;
        }
        /* 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;
        }
        /* Boxes &amp; Special Sections */
        .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: #aaa;
            margin-bottom: 5px;
        }
        .meta-value {
            font-weight: 600;
            color: #e0e0e0;
        }
        .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;
        }
        .cheat-sheet {
            background-color: rgba(42, 45, 62, 0.7);
            border-radius: 10px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #444;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }
        .cheat-item h4 {
            color: #FFD700;
            margin-bottom: 10px;
            font-size: 1.2em;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        /* Responsive Design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            h1 {
                font-size: 2.2em;
            }
            .meta-box, .cheat-sheet {
                grid-template-columns: 1fr;
            }
            table {
                display: block;
                overflow-x: auto;
            }
        }/* End custom CSS */