.elementor-12317 .elementor-element.elementor-element-90e4fe7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4168d67 */body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #999999;
            line-height: 1.6;
        }
        .global-title {
		    font-size: 25px;
		    text-align: center;
		    color: #00849B;
		}
		.sub-title {
		    font-size: 20px;
		    text-align: center;
		    color: #3E8448
		}
        .subtitle {
            color: #e0e0e0;
            font-size: 1.3em;
            text-align: center;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

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

        .meta-value {
            color: #ffffff;
        }

        .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;
        }

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

        pre {
            background-color: rgba(0, 0, 0, 0.4);
            border: 1px solid #333;
            border-radius: 5px;
            padding: 20px;
            margin: 20px 0;
            overflow-x: auto;
            font-family: 'Courier New', monospace;
            color: #f0f0f0;
        }

        code {
            font-family: 'Courier New', monospace;
            background-color: rgba(0, 0, 0, 0.3);
            padding: 2px 5px;
            border-radius: 3px;
            color: #6ad8ba;
        }

        .cheat-sheet {
            background: linear-gradient(135deg, rgba(42, 45, 62, 0.9) 0%, rgba(30, 32, 48, 0.9) 100%);
            border-radius: 10px;
            padding: 30px;
            margin: 40px 0;
            border: 2px solid #00D9FF;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .cheat-item {
            text-align: center;
        }

        .cheat-icon {
            font-size: 2.5em;
            margin-bottom: 15px;
            display: block;
        }

        .cheat-title {
            color: #00D9FF;
            font-weight: bold;
            margin-bottom: 10px;
            display: block;
        }

        p, li {
            color: #999999;
        }
        p a, li a {
            color: #2f8ef8;
            text-decoration: none;
        }
        p a:hover, li a:hover {
            border-bottom: 1px solid #2f8ef8;
        }
        strong {
            color: #6ad8ba;
        }

        @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 */