:root {
                --sidebarTop: #0d4d8b;
                --sidebarTop2: #0d4d8b;
                --sidebarMenu: #1f1f1f;
                --sidebarMenu2: #232323;
                --sidebarText: #ddd8cc;
                --sidebarBorder: #2b2b2b;
                --activeBg: #ffffff;
                --activeText: #222222;
                --pageBg: #ffffff;
                --contentBg: #ffffff;
                --topbarBg: #f1f1f1;
                --topbarBorder: #dddddd;
                --text: #111111;
                --muted: #6f6f6f;
                --link: #5aa0e6;
                --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
                --sans: Arial, Helvetica, sans-serif;
            }
            * {
                box-sizing: border-box;
            }
            z {
                display: block;
                position: relative;
            }
            html {
                scroll-behavior: smooth;
            }
            html,
            body {
                margin: 0;
                padding: 0;
            }
            #splash-screen {
                position: fixed;
                inset: 0;
                background: #0d4d8b;
                z-index: 9999;
                transition:
                    opacity 0.7s ease,
                    transform 0.7s ease;
            }
            #splash-screen.hide {
                opacity: 0;
                transform: scale(1.015);
                pointer-events: none;
            }
            .splash-stage {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 620px;
                height: 112px;
            }
            .cei-lockup {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                width: max-content;
                height: 88px;
            }
            .cei-divider {
                width: 2px;
                height: 54px;
                background: rgba(0, 0, 0, 0.55);
                align-self: center;
                opacity: 0.18;
            }
            .cei-logo-left {
                width: 90px;
                height: 70px;
                opacity: 0.18;
                display: flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 90px;
            }
            .cei-logo-left img {
                display: block;
                width: 100%;
                height: auto;
                transform: translateY(3px);
            }
            \.cei-logo-left {
                outline: 1px solid red;
            }
            \.cei-text-right {
                outline: 1px solid yellow;
            }
            .cei-text-right {
                position: relative;
                width: 255x;
                height: 58px;
                transform: translateY(2px);
                flex: 0 0 170px;
                display: block;
            }
            .cei-text-svg {
                position: absolute;
                left: 0;
                top: 0;
                width: 255px;
                height: 58px;
                overflow: visible;
            }
            .cei-text-base text {
                fill: rgba(255, 255, 255, 0.22);
            }
            .cei-text-fill text {
                fill: #ffffff;
                filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.08));
            }
            .t1 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 26px;
                font-weight: 700;
                letter-spacing: 0;
            }
            .t2 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 4.2px;
            }
            .t3 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10px;
                font-weight: 700;
                letter-spacing: 0.15px;
            }
            @media (max-width: 768px) {
                .splash-stage {
                    width: 420px;
                    height: 86px;
                }
                .cei-lockup {
                    width: 420px;
                    height: 86px;
                    grid-template-columns: 88px 1fr;
                    column-gap: 10px;
                }
                .cei-logo-left {
                    width: 88px;
                }
                .cei-text-right {
                    width: 320px;
                    height: 52px;
                }
                .cei-divider {
                    height: 42px;
                }
                .cei-text-svg {
                    transform: none;
                }
            }
            kbd {
                display: inline-block;
                padding: 2px 6px;
                font-size: 13px;
                font-family: monospace;
                color: #333;
                background: #f5f5f5;
                border: 1px solid #ccc;
                border-radius: 4px;
                box-shadow: 0 1px 0 #bbb;
            }
            z {
                display: block;
                position: relative;
            }
            z .copy-btn {
                position: absolute;
                top: 6px;
                right: 6px;
                width: 20px;
                height: 20px;
                border: none;
                border-radius: 3px;
                background: #4a90e2;
                color: #fff;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: opacity 0.15s ease;
                z-index: 5;
            }
            z:hover .copy-btn {
                opacity: 1;
            }
            z .copy-btn:hover {
                background: #2f78d6;
            }
            z .copy-btn svg {
                width: 12px;
                height: 12px;
                fill: #fff;
            }
            x {
                display: inline-flex;
                align-items: center;
                gap: 4px;
            }
            x .copy-inline-btn {
                width: 14px;
                height: 14px;
                border: none;
                background: #fff6dd;
                padding: 0;
                margin: 0;
                cursor: pointer;
                opacity: 0.65;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
            }
            x .copy-inline-btn:hover {
                opacity: 1;
            }
            x .copy-inline-btn svg {
                width: 11px;
                height: 11px;
                fill: #8a6420;
                border: px solid #e6d3a3;
            }
            html,
            body {
                margin: 0;
                padding: 0;
                height: 100%;
                font-family: var(--sans);
                background: var(--pageBg);
                color: var(--text);
            }
            a {
                color: var(--link);
                text-decoration: none;
            }
            a:hover {
                text-decoration: underline;
            }
            .app {
                display: flex;
                min-height: 100vh;
                background: #fff;
            }
            .image-caption {
                text-align: center;
                font-size: 14px;
                color: #555;
                margin: 0% 0 18;
            }
            .image-caption span:last-child {
                display: block;
                font: size 11px;
                color: #777;
            }
            .sidebar {
                width: 260px;
                min-width: 260px;
                max-width: 260px;
                display: flex;
                flex-direction: column;
                border-right: 1px solid var(--sidebarBorder);
                background: var(--sidebarMenu);
            }
            .sidebar-top {
                background: linear-gradient(180deg, var(--sidebarTop), var(--sidebarTop2));
                padding: 18px 14px 12px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.18);
            }
            .brand {
                display: flex;
                align-items: center;
                gap: 12px;
                color: #fff;
                margin-bottom: 14px;
            }
            .logo {
                width: 64px;
                height: 64px;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                flex: 0 0 64px;
            }
            .logo img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
            }
            .brand-text {
                flex: 1;
                min-width: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .brand-title {
                margin: 0;
                font-size: 10px;
                line-height: 1.35;
                font-weight: 700;
                color: #fff;
            }
            .brand-sub {
                margin: 4px 0 0;
                font-size: 8px;
                line-height: 1.35;
                color: rgba(255, 255, 255, 0.9);
            }
            .search {
                position: relative;
            }
            .search input {
                width: 100%;
                height: 34px;
                border: 1px solid rgba(255, 255, 255, 0.16);
                border-radius: 2px;
                background: #3a3a3a;
                color: #f4efe3;
                padding: 0 12px 0 32px;
                font-size: 14px;
                outline: none;
            }
            .search input::placeholder {
                color: #cfd5da;
            }
            .search::before {
                content: "🔍";
                position: absolute;
                left: 9px;
                top: 7px;
                font-size: 14px;
                opacity: 0.85;
                pointer-events: none;
            }
            .search-results {
                display: none;
                flex: 1;
                overflow: auto;
                background: #f3f3f3;
                border-top: 1px solid rgba(0, 0, 0, 0.15);
            }
            .search-results.active {
                display: block;
            }
            .search-result-item {
                padding: 10px 12px;
                border-bottom: 1px solid #d7d7d7;
                background: #f7f7f7;
                cursor: pointer;
            }
            .search-result-item:hover {
                background: #ececec;
            }
            .search-result-title {
                font-size: 13px;
                color: #222;
                line-height: 1.35;
                margin-bottom: 4px;
                white-space: normal;
                word-break: break-word;
            }
            .search-result-snippet {
                font-size: 12px;
                color: #555;
                line-height: 1.35;
                white-space: normal;
                word-break: break-word;
            }
            .tree {
                flex: 1;
                overflow: auto;
                background: linear-gradient(180deg, var(--sidebarMenu), var(--sidebarMenu2));
                color: var(--sidebarText);
                padding: 0 0 12px;
            }
            .node {
                margin: 0;
            }
            .row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                min-height: 40px;
                padding: 0 12px 0 14px;
                cursor: pointer;
                color: var(--sidebarText);
                border-top: 1px solid rgba(255, 255, 255, 0.02);
                border-bottom: 1px solid rgba(0, 0, 0, 0.08);
                transition:
                    background 0.18s ease,
                    color 0.18s ease;
            }
            .row:hover {
                background: #2b2b2b;
            }
            .node.active > .row {
                background: var(--activeBg);
                color: var(--activeText);
            }
            .node.active > .row .title {
                color: var(--activeText);
            }
            .node.active > .row .chev {
                color: #666;
            }
            .label {
                min-width: 0;
                flex: 1;
            }
            .title {
                font-size: 13px;
                line-height: 1.25;
                color: inherit;
                white-space: normal;
                word-break: break-word;
            }
            .chev {
                font-size: 11px;
                color: #a7a7a7;
                flex: 0 0 auto;
            }
            .children {
                margin: 0;
                padding: 0;
                background: transparent;
            }
            .children .row {
                padding-left: 24px;
                min-height: 36px;
            }
            .children .children .row {
                padding-left: 36px;
            }
            .children .children .children .row {
                padding-left: 48px;
            }
            .sidebar-footer {
                background: linear-gradient(180deg, var(--sidebarMenu), #1b1b1b);
                border-top: 1px solid #3a3a3a;
                padding: 14px;
                color: #d9d9d9;
                font-size: 13px;
            }
            .sidebar-footer a {
                display: block;
                color: #d9d9d9;
                text-decoration: none;
                margin-top: 8px;
            }
            .sidebar-footer a:hover {
                text-decoration: underline;
            }
            .main {
                flex: 1;
                min-width: 0;
                background: #fff;
                display: flex;
                flex-direction: column;
            }
            .topbar {
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 18px;
                background: var(--topbarBg);
                border-bottom: 1px solid var(--topbarBorder);
                color: #5a5a5a;
                font-size: 14px;
            }
            #crumb {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            #crumb a {
                color: var(--link);
                text-decoration: none;
            }
            #crumb a:hover {
                text-decoration: underline;
            }
            #crumb span {
                color: #222;
            }
            #count {
                font-size: 13px;
                color: #7a7a7a;
            }
            .panel {
                width: 100%;
                max-width: 1000px;
                margin: 0 auto;
                background: var(--contentBg);
                padding: 28px 48px 60px;
            }
            .panel h2 {
                margin: 10px 0 24px;
                text-align: center;
                font-size: 42px;
                font-weight: 300;
                line-height: 1.15;
            }
            .content {
                max-width: 780px;
                margin: 0 auto;
                font-size: 16px;
                line-height: 1.75;
                color: #222;
            }
            .content p {
                margin: 0 0 18px;
            }
            .content h1,
            .content h2,
            .content h3,
            .content h4 {
                color: #111;
                margin: 28px 0 14px;
                line-height: 1.25;
            }
            .content ul {
                list-style-type: disc;
                padding-left: 22px;
                margin: 0px;
            }
            .content ul ul {
                list-style-type: disc;
                margin-top: 1px;
            }
            .content li {
                margin: 1px 0;
            }
            .content img {
                max-width: 100%;
                height: auto;
                display: block;
                margin: 20px auto 4px;
                border: none;
            }
            .content code {
                background: #f8f7ef;
                color: #222;
                padding: 2px 6px;
                border-radius: 3px;
                font-family: var(--mono);
                font-size: 0.95em;
                border: 1px solid #f0e2b6;
            }
            pre {
                background: #0f1720;
                color: #e6edf3;
                padding: 14px 16px;
                border-radius: 4px;
                font-family: var(--mono);
                font-size: 13px;
                line-height: 1.6;
                margin: 18px 0;
            }
            pre code,
            .command-box code {
                background: transparent;
                color: inherit;
                padding: 0;
                border: none;
            }
            .command-box {
                background: #1e1f1c;
                color: #ffffff;
                padding: 14px 16px;
                border-radius: 4px;
                font-family: var(--mono);
                font-size: 13px;
                line-height: 1.6;
                margin: 0 0 20px;
                white-space: pre-wrap;
                word-break: break-all;
                overflow-wrap: anywhere;
            }
            .doc-table {
                width: 100%;
                border-collapse: collapse;
                margin: 20px 0;
                font-size: 15px;
            }
            .doc-table th {
                background: #d8d8d8;
                color: #111;
                text-align: left;
                padding: 10px 12px;
                border: 1px solid #bfbfbf;
                vertical-align: top;
            }
            .doc-table td {
                padding: 10px 12px;
                border: 1px solid #bfbfbf;
                vertical-align: top;
            }
            .doc-table tbody tr:nth-child(even) {
                background: #fafafa;
            }
            .placeholder {
                color: #888;
                font-style: italic;
            }
            .info-box {
                border: 1px solid #4f76e8;
                width: 100%;
                max-width: 900px;
                margin: 20px 0;
            }
            .info-box__header {
                background: #4f76e8;
                color: #fff;
                font-weight: 700;
                padding: 8px 12px;
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 16px;
            }
            .info-box__icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background: #ffffff;
                color: #4f76e8;
                font-size: 12px;
                font-weight: 700;
            }
            .info-box__body {
                background: #dfe5f3;
                padding: 18px;
                color: #111;
                line-height: 1.6;
            }
            .info-box__body p {
                margin: 0 0 16px;
            }
            .tip-box {
                border: 1px solid #4caf50;
                width: 100%;
                max-width: 900px;
                margin: 20px 0;
            }
            .tip-box__header {
                background: #3aaa23;
                color: #fff;
                font-weight: 700;
                padding: 8px 12px;
                display: flex;
                align-items: center;
                gap: 2px;
                font-size: 16px;
            }
            .tip-box__icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background: transparent;
                color: fff;
                font-size: 14px;
                font-weight: 700;
            }
            .tip-box__body {
                background: #cfe3c7;
                padding: 18px;
                color: #111;
                line-height: 1.6;
            }
            .tip-box__body p {
                margin: 0;
            }
            .note-box {
                border: 1px solid #e29a2d;
                width: 100%;
                max-width: 900px;
                margin: 20px 0;
            }
            .note-box__header {
                background: #e29a2d;
                color: #fff;
                font-weight: 700;
                padding: 8px 12px;
                display: flex;
                align-items: center;
                gap: 6px;
                font-size: 16px;
                line-height: 1.2;
            }
            .note-box__icon {
                width: 16px;
                height: 16px;
                flex: 0 0 16px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .note-box__icon svg {
                display: block;
                width: 16px;
                height: 16px;
            }
            .note-box__body {
                background: #f4e6cf;
                padding: 18px;
                color: #111;
                line-height: 1.6;
            }
            .note-box__body p {
                margin: 0 0 16px;
            }
            .note-box__body p:last-child {
                margin-bottom: 0;
            }
            .urgent-tag {
                display: inline-block;
                padding: 1px 6px;
                border: 1px solid #caa55c;
                background: #fff8e8;
                color: #8a6420;
                border-radius: 2px;
                font-size: 0.9em;
            }
            .tags {
                max-width: 780px;
                margin: 24px auto 0;
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
            }
            .tag {
                background: #f1f1f1;
                color: #333;
                border: 1px solid #ddd;
                padding: 6px 10px;
                font-size: 12px;
                border-radius: 20px;
                cursor: pointer;
            }
            .tag:hover {
                background: #eaeaea;
            }
            .tag.active {
                background: #dceeff;
                border-color: #a7d0f6;
            }
            .start-tree {
                margin: 18px 0;
                padding-left: 22px;
            }
            .start-tree__item {
                margin: 6px 0;
            }
            .start-tree__children {
                margin-left: 16px;
                padding-left: 10px;
            }
            .install-tabs-block {
                margin: 20px 0;
            }
            .install-tabs-row {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin: 18px 0 0;
                width: 100%;
            }
            .install-tabs-label {
                flex: 0 0 auto;
                font-size: 14px;
                color: #111;
                line-height: 1.2;
                padding-top: 8px;
                white-space: nowrap;
            }
            .inline-tabs {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
            }
            .inline-tabs::-webkit-scrollbar {
                display: none;
            }
            .tab {
                flex: 0 0 auto;
                background: transparent;
                border: none;
                border-bottom: 3px solid transparent;
                padding: 6px 10px 7px;
                cursor: pointer;
                font-size: 14px;
                color: #4a90e2;
                line-height: 1.2;
                white-space: nowrap;
            }
            .tab:hover {
                color: #2f78d6;
                border-bottom-color: #bfc7d1;
                text-decoration: none;
            }
            .tab.active {
                background: #fff;
                color: #111;
                font-weight: 700;
                border: 1px solid #d7d7d7;
                border-bottom: 3px solid #333;
                border-radius: 2px 2px 0 0;
            }
            .code-inline {
                background: #f3f3f3;
                padding: 2px 6px;
                border-radius: 3px;
                font-family: var(--mono);
                font-size: 13px;
                border: 1px solid #e2e2e2;
            }
            #osWrap {
                max-width: 780px;
                margin: 0 auto 20px;
                display: none;
            }
            .os-tabs {
                display: flex;
                gap: 8px;
                flex-wrap: wrap;
                margin-bottom: 12px;
            }
            .os-btn {
                padding: 7px 12px;
                border: 1px solid #cfcfcf;
                background: #f7f7f7;
                color: #333;
                border-radius: 3px;
                cursor: pointer;
                font-size: 13px;
            }
            .os-btn.active {
                background: #fff;
                border-color: #999;
                font-weight: 700;
            }
            .os-box {
                display: none;
            }
            .os-box.active {
                display: block;
            }
            @media (max-width: 980px) {
                .sidebar {
                    width: 280px;
                    min-width: 280px;
                    max-width: 280px;
                }
                .panel {
                    padding: 24px 24px 48px;
                }
                .panel h2 {
                    font-size: 34px;
                }
                .content {
                    font-size: 15px;
                }
            }
            @media (max-width: 760px) {
                .app {
                    flex-direction: column;
                }
                .sidebar {
                    width: 100%;
                    min-width: 0;
                    max-width: none;
                    border-right: none;
                    border-bottom: 1px solid var(--sidebarBorder);
                }
                .main {
                    width: 100%;
                }
                .panel h2 {
                    font-size: 30px;
                }
                .install-tabs-row {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 10px;
                }
                .install-tabs-label {
                    padding-bottom: 0;
                }
            }
            .warning-box {
                border: 1px solid #d4423a;
                width: 100%;
                max-width: 900px;
                margin: 20px 0;
            }
            .warning-box__header {
                background: #d4423a;
                color: #fff;
                font-weight: 700;
                padding: 8px 12px;
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 16px;
            }
            .warning-box__icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 16px;
                height: 16px;
                background: transparent;
            }
            .warning-box__body {
                background: #f3d6d2;
                padding: 18px;
                color: #111;
                line-height: 1.6;
            }
            .warning-box__body p {
                margin: 0 0 16px;
            }
            .cmd-tabs-block {
                margin: 20px 0;
            }
            .cmd-tabs-row {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin: 18px 0 0;
                width: 100%;
            }
            .cmd-tabs-label {
                flex: 0 0 auto;
                font-size: 14px;
                color: #111;
                line-height: 1.2;
                white-space: nowrap;
                padding-top: 7px;
            }
            .cmd-inline-tabs {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: flex-start;
                gap: 6px;
                margin: 0;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
            }
            .cmd-inline-tabs::-webkit-scrollbar {
                display: none;
            }
            .cmd-tab {
                flex: 0 0 auto;
                background: transparent;
                border: none;
                border-bottom: 3px solid transparent;
                padding: 6px 10px 7px;
                cursor: pointer;
                font-size: 14px;
                color: #4a90e2;
                line-height: 1.2;
                white-space: nowrap;
            }
            .cmd-tab:hover {
                color: #2f78d6;
                border-bottom-color: #bfc7d1;
                text-decoration: none;
            }
            .cmd-tab.active {
                background: #fff;
                color: #111;
                font-weight: 700;
                border: 1px solid #d7d7d7;
                border-bottom: 3px solid #333;
                border-radius: 2px 2px 0 0;
            }
            .key-example-block {
                margin: 20px 0;
            }
            .key-example-row {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin: 18px 0 0;
                width: 100%;
            }
            .key-example-label {
                flex: 0 0 auto;
                font-size: 14px;
                color: #111;
                line-height: 1;
                white-space: nowrap;
                padding-top: 7px;
            }
            .key-example-tabs {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: flex-start;
                gap: 6px;
                margin: 0;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
            }
            .key-example-tabs::-webkit-scrollbar {
                display: none;
            }
            .key-example-tab {
                flex: 0 0 auto;
                background: transparent;
                border: none;
                border-bottom: 3px solid transparent;
                padding: 6px 10px 7px;
                cursor: pointer;
                font-size: 14px;
                color: #4a90e2;
                line-height: 1.2;
                white-space: nowrap;
            }
            .key-example-tab:hover {
                color: #2f78d6;
                border-bottom-color: #bfc7d1;
                text-decoration: none;
            }
            .key-example-tab.active {
                background: #fff;
                color: #111;
                font-weight: 700;
                border: 1px solid #d7d7d7;
                border-bottom: 3px solid #333;
                border-radius: 2px 2px 0 0;
            }
            .key-example-box {
                background: #1e1f1c;
                color: #ffffff;
                padding: 10px 12px;
                margin: 0;
                border-radius: 3px;
                font-family: var(--mono);
                font-size: 12.5px;
                line-height: 1.45;
                overflow-x: auto;
                white-space: pre-wrap;
                word-break: break-all;
                overflow-wrap: anywhere;
            }
            .key-example-box code {
                display: block;
                margin: 0;
                padding: 0;
                background: transparent;
                border: none;
                color: inherit;
                font: inherit;
                line-height: inherit;
            }
            .viewkey-tabs-block {
                margin: 20px 0;
            }
            .viewkey-tabs-block1 {
                margin: 20px 0;
            }
            .viewkey-tabs-block3 {
                margin: 20px 0;
            }
            .viewkey-tabs-row {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin: 18px 0 0;
                width: 100%;
            }
            .viewkey-tabs-label {
                flex: 0 0 auto;
                font-size: 14px;
                color: #111;
                line-height: 1;
                white-space: nowrap;
                padding-top: 7px;
            }
            .viewkey-inline-tabs {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: flex-start;
                gap: 6px;
                margin: 0;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
            }
            .viewkey-inline-tabs::-webkit-scrollbar {
                display: none;
            }
            .viewkey-tab {
                flex: 0 0 auto;
                background: transparent;
                border: none;
                border-bottom: 3px solid transparent;
                padding: 6px 10px 7px;
                cursor: pointer;
                font-size: 14px;
                color: #4a90e2;
                line-height: 1.2;
                white-space: nowrap;
            }
            .viewkey-tab:hover {
                color: #2f78d6;
                border-bottom-color: #bfc7d1;
                text-decoration: none;
            }
            .viewkey-tab.active {
                background: #fff;
                color: #111;
                font-weight: 700;
                border: 1px solid #d7d7d7;
                border-bottom: 3px solid #333;
                border-radius: 2px 2px 0 0;
            }
            .viewkey-command-box {
                background: #1e1f1c;
                color: #ffffff;
                padding: 14px 16px;
                border-radius: 4px;
                font-family: var(--mono);
                font-size: 13px;
                line-height: 1.6;
                margin-top: 0;
                overflow-x: auto;
            }
            .viewkey-command-box code {
                display: block;
                background: transparent;
                color: inherit;
                padding: 0;
                border: none;
            }
            .configloc-tabs-block {
                margin: 20px 0;
            }
            .configloc-tabs-row {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin: 18px 0 0;
                width: 100%;
            }
            .configloc-tabs-label {
                flex: 0 0 auto;
                font-size: 14px;
                color: #111;
                line-height: 1;
                white-space: nowrap;
                padding-top: 7px;
            }
            .configloc-inline-tabs {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: flex-start;
                gap: 6px;
                margin: 0;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
            }
            .configloc-inline-tabs::-webkit-scrollbar {
                display: none;
            }
            .configloc-tab {
                flex: 0 0 auto;
                background: transparent;
                border: none;
                border-bottom: 3px solid transparent;
                padding: 6px 10px 7px;
                cursor: pointer;
                font-size: 14px;
                color: #4a90e2;
                line-height: 1.2;
                white-space: nowrap;
            }
            .configloc-tab:hover {
                color: #2f78d6;
                border-bottom-color: #bfc7d1;
            }
            .configloc-tab.active {
                background: #fff;
                color: #111;
                font-weight: 700;
                border: 1px solid #d7d7d7;
                border-bottom: 3px solid #333;
                border-radius: 2px 2px 0 0;
            }
            .configloc-command-box {
                display: flex;
                align-items: center;
                background: #1e1f1c;
                color: #ffffff;
                padding: 10px 14px;
                border: none;
                border-radius: 4px;
                font-family: var(--mono);
                font-size: 12.5px;
                line-height: 1.5;
                margin-top: 6px;
                overflow-x: auto;
                min-height: 48px;
            }
            .configloc-command-box code {
                display: block;
                background: transparent;
                color: inherit;
                padding: 0;
                border: none;
                white-space: pre-line;
                margin: 0;
            }
            .ssh-config-box {
                background: #f3f3f3;
                border: 1px solid #d5d5d5;
                border-radius: 2px;
                padding: 12px 16px;
                margin: 16px 0;
                font-family: var(--mono);
                font-size: 13px;
                line-height: 1.5;
                overflow-x: auto;
            }
            .ssh-config-box code {
                background: transparent;
                padding: 0;
                border: none;
                color: #111;
                font-family: inherit;
                font-size: inherit;
            }
            .image-zoom-modal {
                display: none;
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.85);
                z-index: 99999;
                align-items: center;
                justify-content: center;
                padding: 20px;
                cursor: zoom-out;
            }
            .image-zoom-modal.active {
                display: flex;
            }
            .image-zoom-target {
                max-width: 95vw;
                max-height: 95vh;
                width: auto;
                height: auto;
                object-fit: contain;
                border: none;
                outline: none;
                box-shadow: none;
            }
            .spec-table {
                width: 100%;
                border-collapse: collapse;
                font-family: Arial, sans-serif;
                font-size: 14px;
                color: #000000;
            }
            .spec-table th,
            .spec-table td {
                border: 1px solid #9fa4a8;
                padding: 10px 14px;
                vertical-align: top;
                line-height: 1.7;
            }
            .spec-table th {
                background-color: #c3e1ff;
                text-align: center;
                font-weight: 600;
            }
            .spec-table td:first-child {
                background-color: #ffffff;
                text-align: center;
                vertical-align: middle;
                width: 220px;
            }
            .spec-table td:not(:first-child) {
                background-color: #ffffff;
            }
            .spec-table ul {
                margin: 6px 0 0 18px;
                padding: 0;
            }
            .spec-table li {
                margin-bottom: 4px;
            }
            .code-block {
                background: #1e1f1c;
                color: #ffffff;
                padding: 16px;
                border-radius: 4px;
                font-family: monospace;
                font-size: 13px;
                line-height: 1.5;
            }
            .comment {
                color: #5e5e5e;
            }
            .cmd {
                color: #5e84ee;
            }
            .var {
                color: #f92672;
            }
            .str {
                color: #e6db74;
            }
            .yellow {
                color: #e6db74;
            }
     .os-table {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
}
.os-table thead th {
  background-color: #c3e1ff; 
  color: #000;
  font-weight: 600;
   border: 1px solid #9fa4a8;;
}
.os-table th,
.os-table td {
border: 1px solid  #9fa4a8;;
padding: 12px 16px;
text-align: left;
vertical-align: top;
}

.os-table thead {
background-color: #f5f5f5;
}

.os-table td:first-child {
width: 180px;
font-weight: 500;
color: #333;
}

.os-table ul {
margin: 0;
padding-left: 18px;
}

.os-table li {
margin-bottom: 6px;
}

.os-table a {
color: #4a90e2;
text-decoration: none;
}

.os-table a:hover {
text-decoration: underline;
}
.table-wrapper {
  overflow-x: auto;
}

.os-table {
  min-width: max-content;
}

.os-table td,
.os-table th {
  white-space: nowrap; 
}       
.code-wrapper {
  overflow-x: auto;
}

.code-wrapper pre {
  white-space: nowrap;  
  display: inline-block;
  min-width: 100%; 
}
.command-box2 {
  background: #1e1f1c;
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.6;

  overflow-x: auto;   
  white-space: nowrap; 
  
  word-break: normal;  
  overflow-wrap: normal; 
}
