.elementor-13153 .elementor-element.elementor-element-b8dd2e1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9f32336 *//* ----- RESET &amp; BASE ----- */
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.6;
            color: #999999;
        }
        h2, h3, h4 {
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }
        .global-title {
            font-size: 25px;
		    text-align: center;
		    color: #00849B;
        }
        .sub-title {
            font-size: 1.8rem;
            text-align: center;
            color: #3E8448;
            margin: 30px 0 15px 0;
        }
        h2 {
            font-size: 1.8em;
            color: #00D9FF;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        h3 {
            font-size: 1.5em;
            margin-top: 25px;
            margin-bottom: 12px;
        }
        h4 {
            font-size: 1.3em;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        p, li {
            color: #999999;
            margin-bottom: 15px;
        }
        p {
            line-height: 1.8;
        }
        .threat-word {
            color: #FF4757 !important;
            font-weight: 500;
        }
        .protect-word {
            color: #2ED573 !important;
            font-weight: 500;
        }
        strong {
            color: #6ad8ba;
            font-weight: 600;
        }
        a {
            color: #2f8ef8;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        a:hover {
            border-bottom-color: #2f8ef8;
            opacity: 0.9;
        }
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
        }
        .toc-box a {
            color: #e0e0e0;
        }
        .toc-box a:hover {
            color: #ffffff;
            border-bottom-color: #00D9FF;
        }
        .toc-box ul {
            margin: 15px 0 5px 20px;
            padding-left: 20px;
            list-style-type: none;
        }
        .toc-box li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
        }
        .toc-box li:before {
            content: "▹";
            color: #00D9FF;
            position: absolute;
            left: 0;
        }
        p a, li a {
            color: #2f8ef8;
        }
        p a:hover, li a:hover {
            border-bottom-color: #fff;
        }
        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;
        }
        .all-list li:before {
            content: "▹";
            color: #00FF88;
            position: absolute;
            left: -20px;
        }
        .mistake-list li:before {
            content: "✕";
            color: #f82f2f;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }
        .best-list li:before {
            content: "✓";
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-weight: bold;
        }
        /* step boxes */
        .step-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #4ECDC4;
        }
        .step-title {
            color: #4ECDC4;
            margin-top: 0;
            font-size: 1.5em;
        }
        /* red team / blue team boxes */
        .red-blue-box {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 30px 0;
        }
        .red-team, .blue-team {
            flex: 1;
            min-width: 280px;
            padding: 25px;
            border-radius: 8px;
        }
        .red-team {
            background-color: rgba(255, 107, 107, 0.05);
            border: 1px solid #FF6B6B;
        }
        .blue-team {
            background-color: rgba(0, 217, 255, 0.05);
            border: 1px solid #00D9FF;
        }
        .red-team h4, .blue-team h4 {
            color: #FF6B9D;                          /* subtitle color */
            margin-top: 0;
        }
        /* 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: 600;
        }
        td strong {
            color: #6ad8ba;                          /* strong inside tables */
        }
        /* horizontal rule gradient (inlined in HTML, but safe) */
        hr {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }
        /* footer / required div */
        .footer-note {
            text-align: center;
            color: #999999;
            font-size: 0.9em;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }
        /* responsiveness */
        @media (max-width: 700px) {
            .content-container { padding: 20px; }
            .global-title { font-size: 1.8rem; }
        }/* End custom CSS */