:root {
    --pboot-cyan: #2aa7bd;
    --pboot-text: #6c757d;
    --pboot-light: #f6f8fa;
}

/* Development manual workspace
 * Every override uses docs-only hooks to avoid changing other page types.
 */
.page-hero.docs-hero { padding-top: 34px; padding-bottom: 31px; }
.page-hero.docs-hero .page-hero-inner { min-height: 56px; }
.page-hero.docs-hero h1 { margin-bottom: 6px; font-size: 29px; line-height: 1.35; }
.page-hero.docs-hero p { max-width: 860px; font-size: 13px; line-height: 1.75; }
.page-hero.docs-hero--detail { padding-top: 27px; padding-bottom: 26px; }
.page-hero.docs-hero--detail .page-hero-inner { min-height: 48px; }
.page-hero.docs-hero--detail h1 { font-size: 26px; }

.docs-page.py-4 { min-height: calc(100vh - 300px); padding-top: 28px !important; padding-bottom: 64px !important; }
.docs-page .docs-source-note { margin: 0 0 24px; padding: 13px 16px; font-size: 13px; line-height: 1.7; }
.docs-page .docs-source-note > .fa { margin-top: 3px; font-size: 17px; }
.docs-page .docs-source-note p { margin: 2px 0 0; }
.docs-page .docs-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 30px; align-items: start; }
.docs-page .docs-sidebar { position: sticky; top: 82px; min-width: 0; align-self: start; }
.docs-page .docs-filter { margin: 0 0 9px; }
.docs-page .docs-filter .field-control { height: 37px; padding-right: 36px; padding-left: 12px; color: #3f5966; border-color: #d7e3e7; border-radius: 5px; font-size: 12px; }
.docs-page .docs-filter-icon { width: 36px; height: 37px; font-size: 12px; }
.docs-page .docs-sidebar nav { position: static; display: block; max-height: calc(100vh - 145px); margin: 0; background: #fff; border: 1px solid #dbe5e8; border-radius: 6px; box-shadow: 0 6px 18px rgba(16,42,67,.045); overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #c8d9de transparent; }
.docs-page .docs-sidebar a { display: block; padding: 8px 12px; color: #5a707b; border-bottom: 1px solid #edf2f3; font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }
.docs-page .docs-sidebar a:last-child { border-bottom: 0; }
.docs-page .docs-sidebar a:hover { color: var(--biz-blue); background: #f0f7f8; }
.docs-page .docs-sidebar a.active { position: relative; color: #fff; background: var(--biz-blue); font-weight: 600; }
.docs-page .docs-sidebar a.active::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ''; background: #65d7c2; }
.docs-page .docs-filter-empty { margin: 8px 0 0; border-radius: 5px; }

.docs-page .docs-content { min-width: 0; }
.docs-page .docs-top-tools { margin: 0 0 18px; padding: 16px 18px 14px; background: #f7fafb; border: 1px solid #e0e8eb; border-radius: 6px; }
.docs-page .docs-search-form { max-width: 620px; margin-bottom: 10px; }
.docs-page .docs-search-form .field-control,
.docs-page .docs-search-form .action { height: 40px; font-size: 13px; }
.docs-page .docs-search-form .field-control { padding-right: 14px; padding-left: 14px; background: #fff; }
.docs-page .docs-search-form .action { min-width: 72px; justify-content: center; }
.docs-page .docs-hot-links { min-height: 23px; color: #6b808a; font-size: 12px; line-height: 1.75; }
.docs-page .docs-hot-title { margin-left: -5px; }
.docs-page .docs-hot-links a { color: #405966; }
.docs-page .docs-hot-links em { color: #899ba3; font-size: 11px; }

.docs-page .manual-meta { margin: 0 0 18px; padding: 11px 14px; border: 1px solid #e1e9ec; border-radius: 5px; font-size: 12px; line-height: 1.7; }
.docs-page .manual-content { color: #405864; font-size: 14px; line-height: 1.92; }
.docs-page .manual-content .bd-callout { margin: 16px 0 16px; padding: 20px 23px 17px; background: #fff; border: 1px solid #dfe8eb; border-left: 3px solid var(--biz-cyan); border-radius: 6px; box-shadow: 0 5px 17px rgba(16,42,67,.035); line-height: 22px;font-size: 14px;}
.docs-page .manual-content .bd-callout:last-child { margin-bottom: 0; }
.docs-page .manual-content .bd-callout h4 { margin: 0 0 9px; color: #1f6073; font-size: 18px; font-weight: 600; line-height: 1.55; }
.docs-page .manual-content .bd-callout p {margin-bottom: 0;}
.docs-page .manual-content .bd-callout p br {display: none;}
.docs-page .text-danger {
    color: #dc3545 !important;
}
.docs-page .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.docs-page .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 0.5rem;
}
.docs-page .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.docs-page .manual-content h2 { margin: 32px 0 13px; color: #193f52; font-size: 23px; line-height: 1.5; }
.docs-page .manual-content h3 { margin: 27px 0 11px; color: #294f5f; font-size: 19px; line-height: 1.55; }
.docs-page .manual-content h4 {font-size: 18px;margin-bottom: 8px;line-height: 1.55;} 
.docs-page .manual-content > h2:first-child,
.docs-page .manual-content > h3:first-child { margin-top: 0; }
.docs-page .manual-content p { margin: 0 0 12px; line-height: inherit; }
.docs-page .manual-content>p {margin-bottom: 0;}
.docs-page .manual-content>p br {display: none;}
.docs-page .manual-content p:last-child { margin-bottom: 0; }
.docs-page .manual-content code p {margin-bottom: 0;}
.docs-page .manual-content ul,
.docs-page .manual-content ol { margin: 0 0 16px; padding-left: 24px; }
.docs-page .manual-content li { margin-bottom: 6px; line-height: 1.85; }
.docs-page .manual-content blockquote { margin: 18px 0; padding: 13px 17px; color: #536d78; background: #f3f8f9; border-left: 3px solid #87cbd2; }
.docs-page .manual-content code {display: inline-block; background: transparent; padding: 0; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.docs-page .manual-content pre { font: 12px / 1.5 Consolas, monaco, monospace; -moz-tab-size: 4; tab-size: 4; overflow: auto; padding: 10px; border-radius: 3px; border: none; }
.docs-page .manual-content pre code { padding: 0; font-size: inherit; }
.docs-page .manual-content table { margin: 17px 0 22px; font-size: 14px; line-height: 1.7; display: table;}
.docs-page .manual-content th { color: #355866; background: #f1f7f8; font-weight: 600; }
.docs-page .manual-content th,
.docs-page .manual-content td { padding: 10px 12px; border-color: #dbe5e8;}
.docs-page .manual-content td.docs-tag-cell { position: relative; min-width: 190px; padding-right: 72px; color: #9f3150; font-family: Consolas,Monaco,"Courier New",monospace; font-size: 12px; }
.docs-page .docs-tag-copy { position: absolute; top: 50%; right: 8px; display: inline-flex; min-height: 26px; padding: 3px 7px; color: var(--biz-blue); background: #fff; border: 1px solid #b9d9df; border-radius: 3px; align-items: center; gap: 4px; cursor: pointer; transform: translateY(-50%); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif; font-size: 11px; line-height: 1.4; white-space: nowrap; }
.docs-page .docs-tag-copy:hover,
.docs-page .docs-tag-copy:focus { color: #fff; background: var(--biz-blue); border-color: var(--biz-blue); outline: 0; }
.docs-page .docs-tag-copy.is-copied { color: #fff; background: #2d927c; border-color: #2d927c; }
.docs-page .manual-content img { margin: 12px 0; border-radius: 4px; }
.docs-page .manual-source { margin-top: 20px; padding: 11px 14px; border: 1px solid #e1e9ec; font-size: 12px; line-height: 1.7; }
.docs-page .manual-prev-next { margin-top: 26px; border: 1px solid #dfe8eb; border-radius: 6px; overflow: hidden; }
.docs-page .manual-prev-next > div { min-height: 76px; padding: 15px 17px; font-size: 13px; line-height: 1.65; }
.docs-page .manual-prev-next a { line-height: 1.65; }

.docs-page .docs-search-summary { margin: 0 0 15px; padding: 0 0 12px; font-size: 13px; }
.docs-page .docs-search-item { margin-bottom: 14px; padding: 19px 21px 17px; border-radius: 6px; }
.docs-page .docs-search-item h2 { margin-bottom: 7px; font-size: 18px; line-height: 1.5; }
.docs-page .docs-search-item p { font-size: 13px; line-height: 1.8; }

@media (max-width: 991.98px) {
    .docs-page .docs-layout { grid-template-columns: 190px minmax(0,1fr); gap: 22px; }
    .docs-page .docs-sidebar a { padding-right: 10px; padding-left: 10px; font-size: 11.5px; }
    .docs-page .manual-content .bd-callout { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 767.98px) {
    .page-hero.docs-hero,
    .page-hero.docs-hero--detail { padding-top: 25px; padding-bottom: 23px; }
    .page-hero.docs-hero h1,
    .page-hero.docs-hero--detail h1 { font-size: 24px; }
    .docs-page.py-4 { padding-top: 20px !important; padding-bottom: 44px !important; }
    .docs-page .docs-source-note { margin-bottom: 18px; }
    .docs-page .docs-layout { grid-template-columns: 1fr; gap: 18px; }
    .docs-page .docs-sidebar { position: static; margin: 0; }
    .docs-page .docs-menu-toggle { min-height: 40px; justify-content: center; }
    .docs-page .docs-filter { margin-top: 9px; }
    .docs-page .docs-sidebar nav { display: none; max-height: 360px; margin-top: 8px; }
    .docs-page .docs-sidebar nav.open { display: block; }
    .docs-page .docs-sidebar a { padding: 9px 12px; font-size: 12px; }
    .docs-page .docs-top-tools { padding: 14px; }
    .docs-page .manual-content { font-size: 14px; line-height: 1.9; }
    .docs-page .manual-content .bd-callout { padding: 17px 16px 14px; }
    .docs-page .manual-content .bd-callout h4 { font-size: 17px; }
    .docs-page .manual-content h2 { font-size: 21px; }
    .docs-page .manual-content h3 { font-size: 18px; }
    .docs-page .manual-content pre { padding: 15px; font-size: 12px; }
}

@media (max-width: 575.98px) {
    .docs-page .docs-source-note { align-items: flex-start; }
    .docs-page .docs-search-control { align-items: stretch; flex-direction: column; }
    .docs-page .docs-search-form .action { width: 100%; }
    .docs-page .docs-hot-links { display: block; }
    .docs-page .docs-hot-links a { display: inline-block; margin: 4px 9px 0 0; white-space: normal; }
    .docs-page .manual-meta { display: block; }
    .docs-page .manual-meta a { display: block; margin-top: 3px; }
    .docs-page .manual-prev-next { display: block; }
    .docs-page .manual-prev-next > div:last-child { border-top: 1px solid #e1e8eb; border-left: 0; text-align: left; }
}

/* PbootBiz lightweight foundation: replaces Bootstrap and aoyun.css */
*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; color: #334e5e; background: #fff; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif; font-size: 14px; line-height: 1.6; }
main, nav, section, article, aside, header, footer, figure { display: block; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure { margin-top: 0; }
ul, ol { margin-bottom: 0; }
img { max-width: 100%; height: auto; border-style: none; vertical-align: middle; }
a { color: #197f9b; background-color: transparent; text-decoration: none;}
a:hover, a:focus { color: #0f5d75; text-decoration: none; }
button, input, textarea, select { margin: 0; font: inherit; }
button { cursor: pointer; }
[hidden], .d-none { display: none !important; }

.site-shell { width: calc(100% - 30px); max-width: 1140px; margin-right: auto; margin-left: auto; }
@media (min-width: 1200px) { .site-shell { max-width: 1240px; } }
@media (min-width: 1440px) { .site-shell { max-width: 1360px; } }

/* Shared controls */
.action, .btn { display: inline-flex; min-height: 38px; padding: 7px 14px; color: #334e5e; background: #f7fafb; border: 1px solid #d5e1e6; border-radius: 4px; align-items: center; justify-content: center; gap: 6px; line-height: 1.4; text-align: center; vertical-align: middle; }
.action:hover, .action:focus, .btn:hover, .btn:focus { color: #173f55; background: #edf4f6; border-color: #b8cdd5; outline: 0; }
.action--primary, .btn-info, .btn-primary { color: #fff; background: #198ca4; border-color: #198ca4; }
.action--primary:hover, .action--primary:focus, .btn-info:hover, .btn-primary:hover { color: #fff; background: #11758d; border-color: #11758d; }
.action--outline, .btn-outline-info { color: #197f9b; background: transparent; border-color: #49aabd; }
.action--outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.72); }
.action--outline-light:hover { color: #173f55; background: #fff; }
.action--light, .btn-light { color: #27485a; background: #fff; border-color: #fff; }
.btn-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { color: #153d52; background: #fff; }
.btn-secondary { color: #fff; background: #687d88; border-color: #687d88; }
.btn-block { display: flex; width: 100%; }
.field-group, .form-group { margin-bottom: 16px; }
.field-control, .form-control { display: block; width: 100%; min-height: 40px; padding: 8px 11px; color: #3d5562; background: #fff; border: 1px solid #ccd9df; border-radius: 4px; outline: 0; transition: border-color .18s ease,box-shadow .18s ease; }
.field-control:focus, .form-control:focus { border-color: #56acbd; box-shadow: 0 0 0 3px rgba(42,167,189,.12); }
textarea.field-control, textarea.form-control { min-height: 110px; resize: vertical; }
.action--block { display: flex; width: 100%; }
.muted-text { color: #788a94; }

/* Public navigation */
.site-navbar { position: sticky; z-index: 1000; top: 0; min-height: 71px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e7eef2; box-shadow: 0 2px 10px rgba(16,42,67,.04); }
.site-navbar-inner { display: flex; min-height: 71px; align-items: center; justify-content: space-between; gap: 25px; }
.pbootbiz-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-menu { margin-left: auto; }
.site-menu-list { display: flex; margin: 0; padding: 0; align-items: center; list-style: none; }
.site-menu-item > a { position: relative; display: block; padding: 1.55rem .82rem; color: #526b7a; line-height: 1; }
.site-menu-item > a::after { position: absolute; bottom: 13px; left: 50%; width: 0; height: 2px; content: ''; background: var(--biz-cyan); transform: translateX(-50%); transition: width .2s ease; }
.site-menu-item.active > a, .site-menu-item > a:hover { color: var(--biz-navy); }
.site-menu-item.active > a::after { width: 22px; }
.site-menu-toggle { display: none; width: 40px; height: 38px; padding: 0; color: #315568; background: #f5f9fa; border: 1px solid #d5e2e7; border-radius: 4px; font-size: 18px; }

/* Shared content lists and details */
.content-list-page, .content-detail-page { min-height: calc(100vh - 330px); padding-top: 28px; padding-bottom: 52px; }
.breadcrumb-line { margin-bottom: 20px; }
.breadcrumb-line ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; align-items: center; list-style: none; }
.breadcrumb-line li { display: inline-flex; align-items: center; color: #5b7280; font-size: 13px; line-height: 1.6; }
.breadcrumb-line li + li::before { margin: 0 9px; color: #9fb2bd; content: '\203A'; font-weight: 600; }
.breadcrumb-line li:first-child a::before { margin-right: 6px; color: #2aa7bd; font-family: 'FontAwesome'; content: '\f015'; font-size: 12px; }
.breadcrumb-line a { color: #718994; text-decoration: none; transition: color .15s ease; }
.breadcrumb-line a:hover { color: #2aa7bd;}
.breadcrumb-line li:last-child { color: #2aa7bd; font-weight: 600; }
.category-pills { display: flex; margin: 0 0 24px; padding: 0; flex-wrap: wrap; gap: 8px; }
.category-pills a { display: inline-flex; min-height: 34px; padding: 6px 12px; color: #59717e; background: #f4f8f9; border: 1px solid #dde8eb; border-radius: 4px; align-items: center; gap: 7px; }
.category-pills a span { color: #82949c; font-size: 11px; }
.category-pills a:hover, .category-pills a.active { color: #fff; background: #198ca4; border-color: #198ca4; }
.category-pills a.active span, .category-pills a:hover span { color: #d8f1f4; }
.content-search { display: flex; max-width: 430px; margin: 0 auto 25px; gap: 9px; }
.content-search .field-control { flex: 1; min-width: 0; }
.article-index { margin: 0; padding: 0; background: #fff; border-top: 1px solid #e3ebef; list-style: none; }
.article-index-item { display: flex; min-height: 58px; padding: 14px 8px; border-bottom: 1px solid #e8eef1; align-items: center; gap: 11px; }
.article-index-item > .fa { flex: 0 0 auto; color: #64a9b7; }
.article-index-copy { display: flex; min-width: 0; flex: 1; align-items: center; gap: 8px; }
.article-index-title { min-width: 0; color: #3f5865; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-index-title:hover { color: #16859d; }
.article-index-item time { flex: 0 0 auto; color: #90a0a8; font-size: 12px; }
.content-flags { display: inline-flex; flex: 0 0 auto; gap: 4px; }
.content-flag { padding: 1px 6px; color: #fff; border-radius: 3px; font-size: 11px; }
.content-flag--top { background: #d96161; }
.content-flag--recommend { background: #d89a3b; }
.content-flag--headline { background: #2999af; }
.content-article { max-width: 1040px; margin: 0 auto; }
.content-article-header { margin-bottom: 30px; padding: 5px 30px 22px; border-bottom: 1px solid #e4ecef; text-align: center; }
.content-article-header h1 { margin-bottom: 14px; color: #183e52; font-size: 30px; font-weight: 600; line-height: 1.45; }
.content-article-meta { display: flex; color: #899aa3; justify-content: center; flex-wrap: wrap; gap: 8px 24px; font-size: 12px; }
.content-article-meta .fa { margin-right: 4px; color: #73a8b2; }
.article-content { color: #4d626d; font-size: 15px; line-height: 2; word-break: break-word; }
.article-content p { margin-bottom: 1em; }
.article-content h2, .article-content h3, .article-content h4 { margin: 30px 0 14px; color: #183e52; line-height: 1.5; }
.article-content h2 { font-size: 22px; }
.article-content h3 { font-size: 19px; }
.article-content ul, .article-content ol { margin: 0 0 1em; padding-left: 2em; }
.article-content img { display: block; max-width: 100%; height: auto; margin: 20px auto; }
.article-content table { display: block; width: 100%; max-width: 100%; margin: 18px 0; border-collapse: collapse; overflow-x: auto; }
.article-content th, .article-content td { padding: 9px 11px; border: 1px solid #dce5e9; }
.article-content pre, .docs-content pre { padding: 18px; color: #d9e5ef; background: #25313c; border-radius: 4px; overflow-x: auto; white-space: pre-wrap; }
.article-neighbors { display: grid; margin-top: 38px; padding-top: 20px; border-top: 1px solid #e5ecef; grid-template-columns: 1fr 1fr; gap: 14px 25px; }
.article-neighbors p { min-width: 0; margin: 0; color: #71848f; }
.article-neighbors p:last-child { text-align: right; }
.article-neighbors span { display: inline-block; margin-right: 7px; color: #36596a; font-weight: 600; }

/* Blog-style article lists and reading pages */
.blog-page { min-height: calc(100vh - 330px); padding-top: 28px; padding-bottom: 58px; }
.blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 34px; }
.blog-main { min-width: 0; }
.blog-list-heading { margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid #e5ecef; }
.blog-list-heading > span { display: inline-block; margin-bottom: 5px; color: #198ca4; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.blog-list-heading h2 { margin: 0 0 6px; color: #183e52; font-size: 26px; font-weight: 650; }
.blog-list-heading p { margin: 0; color: #7a8e99; font-size: 13px; }
.blog-feed { display: grid; gap: 18px; }
.blog-post-card { display: grid; min-width: 0; min-height: 218px; background: #fff; border: 1px solid #e1e9ed; border-radius: 9px; box-shadow: 0 8px 26px rgba(16,42,67,.055); grid-template-columns: 260px minmax(0,1fr); overflow: hidden; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.blog-post-card:hover { border-color: #b9dce2; box-shadow: 0 14px 35px rgba(16,42,67,.105); transform: translateY(-2px); }
.blog-post-cover { position: relative; display: block; min-height: 218px; background: linear-gradient(145deg,#e4f1f3,#f5f9fa); overflow: hidden; }
.blog-post-cover::after { position: absolute; right: 12px; bottom: 12px; padding: 4px 8px; color: rgba(255,255,255,.92); background: rgba(16,42,67,.62); border-radius: 3px; content: 'PbootBiz'; font-size: 11px; letter-spacing: .04em; }
.blog-post-cover img { width: 100%; height: 100%; min-height: 218px; object-fit: cover; transition: transform .35s ease; }
.blog-post-placeholder { display: flex; position: absolute; inset: 0; color: #fff; background: linear-gradient(145deg,#123f58,#177f94 62%,#2bb2b2); align-items: center; flex-direction: column; justify-content: center; }
.blog-post-placeholder::before, .blog-post-placeholder::after { position: absolute; content: ''; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.blog-post-placeholder::before { width: 150px; height: 150px; top: -85px; right: -55px; box-shadow: 0 0 0 28px rgba(255,255,255,.025); }
.blog-post-placeholder::after { width: 90px; height: 90px; bottom: -58px; left: -28px; background: rgba(102,213,195,.1); }
.blog-post-placeholder .fa { margin-bottom: 10px; color: #7be1d2; font-size: 25px; }
.blog-post-placeholder strong { font-size: 30px; line-height: 1; letter-spacing: -.05em; }
.blog-post-placeholder small { margin-top: 8px; color: #d5e9ed; font-size: 11px; letter-spacing: .08em; }
.blog-post-card:hover .blog-post-cover img { transform: scale(1.035); }
.blog-post-body { display: flex; min-width: 0; padding: 21px 23px 17px; flex-direction: column; }
.blog-post-topline { display: flex; min-height: 23px; margin-bottom: 7px; align-items: center; justify-content: space-between; gap: 10px; }
.blog-category { display: inline-flex; width: fit-content; padding: 3px 9px; color: #157a92; background: #eaf6f7; border-radius: 3px; align-items: center; font-size: 11px; font-weight: 600; }
.blog-category:hover { color: #fff; background: #198ca4; }
.blog-post-body h2 { margin: 0 0 9px; font-size: 21px; font-weight: 650; line-height: 1.5; }
.blog-post-body h2 a { color: #1b4154; }
.blog-post-body h2 a:hover { color: #16859d; }
.blog-post-body > p { display: -webkit-box; margin-bottom: 15px; color: #697e89; font-size: 13px; line-height: 1.8; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.blog-post-footer { display: flex; margin-top: auto; padding-top: 12px; color: #8a9ba4; border-top: 1px dashed #dfe7ea; align-items: center; gap: 16px; font-size: 11px; }
.blog-post-footer .fa { margin-right: 3px; color: #77a9b3; }
.blog-post-footer > a { margin-left: auto; color: #197f9b; font-weight: 600; }
.blog-post-footer > a .fa { margin-right: 0; margin-left: 3px; color: inherit; transition: transform .18s ease; }
.blog-post-footer > a:hover .fa { transform: translateX(3px); }
.blog-sidebar { display: grid; position: sticky; top: 96px; gap: 17px; }
.blog-side-card { padding: 20px; background: #fff; border: 1px solid #e1e9ed; border-radius: 8px; box-shadow: 0 7px 22px rgba(16,42,67,.045); }
.blog-side-card > h2 { position: relative; margin: 0 0 16px; padding-bottom: 11px; color: #274b5d; border-bottom: 1px solid #e6edef; font-size: 16px; font-weight: 650; }
.blog-side-card > h2::after { position: absolute; bottom: -1px; left: 0; width: 34px; height: 2px; content: ''; background: #27b4c6; }
.blog-side-search form { display: flex; gap: 7px; }
.blog-side-search .field-control { min-width: 0; height: 38px; flex: 1; font-size: 12px; }
.blog-side-search .action { width: 40px; min-width: 40px; min-height: 38px; padding: 0; }
.blog-category-list { display: grid; }
.blog-category-list a { display: flex; padding: 9px 2px; color: #5b717d; border-bottom: 1px dashed #e0e7ea; align-items: center; justify-content: space-between; }
.blog-category-list a:last-child { border-bottom: 0; }
.blog-category-list a::before { margin-right: 8px; color: #7ab0bb; content: '\f105'; font-family: FontAwesome; }
.blog-category-list a span { min-width: 0; flex: 1; }
.blog-category-list a em { min-width: 24px; padding: 1px 6px; color: #84969f; background: #eef4f5; border-radius: 10px; font-size: 11px; font-style: normal; text-align: center; }
.blog-category-list a:hover, .blog-category-list a.active { color: #147f99; font-weight: 600; }
.blog-category-list a.active em { color: #fff; background: #198ca4; }
.blog-hot-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.blog-hot-list li { display: flex; padding: 10px 0; border-bottom: 1px dashed #e0e7ea; align-items: flex-start; gap: 10px; }
.blog-hot-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.blog-hot-list li > span { display: flex; width: 24px; height: 24px; flex: 0 0 24px; color: #198ca4; background: #e9f5f6; border-radius: 4px; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.blog-hot-list li:nth-child(-n+3) > span { color: #fff; background: #198ca4; }
.blog-hot-list li > div { min-width: 0; }
.blog-hot-list a { display: block; color: #48616e; font-size: 12px; line-height: 1.55; }
.blog-hot-list a:hover { color: #16859d; }
.blog-hot-list small { display: block; margin-top: 3px; color: #93a1a8; font-size: 11px; }
.blog-side-note { display: flex; padding: 14px 16px; color: #66808c; background: #eef8f8; border-left: 3px solid #27b4c6; border-radius: 4px; align-items: flex-start; gap: 9px; font-size: 11px; line-height: 1.7; }
.blog-side-note .fa { margin-top: 3px; color: #198ca4; }
.blog-article { min-width: 0; padding: 38px 45px 34px; background: #fff; border: 1px solid #e1e9ed; border-radius: 9px; box-shadow: 0 9px 30px rgba(16,42,67,.055); }
.blog-article-header { margin-bottom: 32px; padding-bottom: 26px; border-bottom: 1px solid #e4ecef; }
.blog-article-header h1 { margin: 13px 0 12px; color: #173e52; font-size: 32px; font-weight: 680; line-height: 1.45; letter-spacing: -.02em; }
.blog-article-lead { margin: 0 0 16px; color: #718692; font-size: 14px; line-height: 1.8; }
.blog-article-lead:empty { display: none; }
.blog-article-meta { display: flex; color: #8a9aa2; flex-wrap: wrap; gap: 8px 22px; font-size: 11px; }
.blog-article-meta .fa { margin-right: 4px; color: #6fa5b0; }
.blog-article-content { color: #3f5663; font-size: 16px; line-height: 2.05; }
.blog-article-content > p:first-child { font-size: 16px; }
.blog-article-content a { border-bottom: 1px solid rgba(25,127,155,.28); }
.blog-article-content blockquote { margin: 24px 0; padding: 16px 20px; color: #536d79; background: #f1f8f9; border-left: 4px solid #27b4c6; }
.blog-article-content blockquote p:last-child { margin-bottom: 0; }
.blog-article-content h2 { position: relative; margin-top: 38px; padding-left: 13px; font-size: 23px; }
.blog-article-content h2::before { position: absolute; top: .25em; bottom: .25em; left: 0; width: 4px; content: ''; background: linear-gradient(#198ca4,#27b4c6); border-radius: 3px; }
.blog-article-content h3 { margin-top: 30px; color: #244c5f; font-size: 19px; }
.blog-article-source { display: flex; margin-top: 34px; padding: 14px 16px; color: #6f838e; background: #f3f8f9; border-radius: 5px; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.7; }
.blog-article-source .fa { margin-top: 3px; color: #198ca4; }
.blog-neighbors { display: grid; margin-top: 24px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.blog-neighbors > div { min-width: 0; padding: 14px 16px; background: #fff; border: 1px solid #e1e9ed; border-radius: 5px; }
.blog-neighbors > div:last-child { text-align: right; }
.blog-neighbors span { display: block; margin-bottom: 4px; color: #8a9aa2; font-size: 11px; }
.blog-neighbors a { display: block; color: #3e5b69; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.blog-neighbors a:hover { color: #16859d; }
.pager-wrap { margin: 30px 0; }
.pager, .pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; }
.pager-link, .pagination a, .page-link, .page-num { display: inline-flex; min-width: 36px; min-height: 36px; padding: 6px 10px; color: #317f93; background: #fff; border: 1px solid #dbe5e9; border-radius: 4px; align-items: center; justify-content: center; }
.pager-link:hover, .pagination a:hover, .page-link:hover, .page-num:hover, .page-num-current { color: #fff !important; background: #198ca4 !important; border-color: #198ca4 !important; }
.empty-state { margin: 55px 0; color: #8b9aa2; text-align: center; }
.case-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.case-card { background: #fff; border: 1px solid #e0e9ed; border-radius: 7px; box-shadow: 0 7px 22px rgba(16,42,67,.05); overflow: hidden; transition: transform .2s ease,box-shadow .2s ease; }
.case-card:hover { box-shadow: 0 13px 30px rgba(16,42,67,.1); transform: translateY(-3px); }
.case-card-cover { display: block; aspect-ratio: 4 / 3; background: #edf3f5; overflow: hidden; }
.case-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.case-card:hover .case-card-cover img { transform: scale(1.025); }
.case-card h2 { margin: 0; padding: 15px 14px; text-align: center; font-size: 16px; font-weight: 600; }
.case-card h2 a { color: #2a4b5c; }
.search-page-form { margin-bottom: 32px; }
.search-results-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.search-result-card { min-width: 0; background: #fff; border: 1px solid #e0e9ed; border-radius: 7px; box-shadow: 0 7px 22px rgba(16,42,67,.05); overflow: hidden; }
.search-result-cover { display: block; height: 155px; background: #edf3f5; overflow: hidden; }
.search-result-cover img { width: 100%; height: 100%; object-fit: cover; }
.search-result-body { padding: 17px; }
.search-result-body h2 { margin: 0 0 9px; font-size: 17px; line-height: 1.5; }
.search-result-body h2 a { color: #284c5e; }
.search-result-body p { min-height: 67px; margin-bottom: 12px; color: #71848e; font-size: 13px; line-height: 1.7; }
.search-result-more { font-size: 12px; font-weight: 600; }
.pages { min-height: calc(100vh - 330px); padding-top: 24px; padding-bottom: 50px; }
.content { color: #4d626d; font-size: 15px; line-height: 2; word-break: break-word; }
.content img, .content iframe { max-width: 100%; }
.lh-2 { line-height: 2 !important; }.lh-3 { line-height: 3 !important; }
.fs-20 { font-size: 20px !important; }.fs-24 { font-size: 24px !important; }
.footer-grid { display: grid; grid-template-columns: minmax(0,5fr) minmax(170px,3fr) minmax(190px,4fr); gap: 30px; }
.copyright { padding: 14px 15px; text-align: center; }

/* Small compatibility layer for remaining bespoke pages */
.row { display: flex; margin-right: -10px; margin-left: -10px; flex-wrap: wrap; }
.row > [class*="col-"] { width: 100%; min-width: 0; padding-right: 10px; padding-left: 10px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.d-flex { display: flex !important; }.d-inline { display: inline !important; }.align-items-center { align-items: center !important; }.justify-content-center { justify-content: center !important; }.justify-content-end { justify-content: flex-end !important; }.flex-fill { flex: 1 1 auto !important; }.flex-shrink-0 { flex-shrink: 0 !important; }.overflow-hidden { overflow: hidden !important; }
.text-center { text-align: center !important; }.text-right { text-align: right !important; }.text-secondary { color: #788a94 !important; }.float-right { float: right !important; }.w-100 { width: 100% !important; }
.mt-0 { margin-top: 0 !important; }.mt-3 { margin-top: 18px !important; }.mt-4 { margin-top: 24px !important; }.mb-2 { margin-bottom: 8px !important; }.mb-3 { margin-bottom: 16px !important; }.mb-4 { margin-bottom: 24px !important; }.mb-5 { margin-bottom: 48px !important; }.my-3 { margin-top: 16px !important; margin-bottom: 16px !important; }.my-4 { margin-top: 24px !important; margin-bottom: 24px !important; }.my-5 { margin-top: 48px !important; margin-bottom: 48px !important; }.mr-3 { margin-right: 16px !important; }.pb-2 { padding-bottom: 8px !important; }.pb-3 { padding-bottom: 16px !important; }.pt-3 { padding-top: 16px !important; }.py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }.py-4 { padding-top: 24px !important; padding-bottom: 24px !important; }.py-5 { padding-top: 48px !important; padding-bottom: 48px !important; }.p-3 { padding: 16px !important; }
.border-bottom { border-bottom: 1px solid #e1e8eb !important; }.border-bottom-dashed { border-bottom: 1px dashed #d8e1e5 !important; }.border-top-dashed { border-top: 1px dashed #d8e1e5 !important; }.rounded { border-radius: 5px !important; }.bg-white { background: #fff !important; }.shadow-sm { box-shadow: 0 5px 18px rgba(16,42,67,.07) !important; }
.badge { display: inline-block; padding: 2px 6px; border-radius: 3px; font-size: 11px; }.badge-danger { color: #fff; background: #d96161; }.badge-warning { color: #fff; background: #d89a3b; }.badge-info { color: #fff; background: #2999af; }.badge-light { color: #60747f; background: #eef3f5; }
.input-group { display: flex; }.input-group .form-control { min-width: 0; flex: 1; }.input-group-append { display: flex; }.input-group-text { display: flex; padding: 7px 11px; background: #f3f7f8; border: 1px solid #ccd9df; border-left: 0; align-items: center; }
.card { height: 100%; background: #fff; border: 1px solid #e0e8ec; border-radius: 5px; overflow: hidden; }.card-body { padding: 18px; }.card-title { margin-bottom: 9px; }.card-text { color: #71838d; }.card-img-top { width: 100%; }
.media { display: flex; }.media-body { min-width: 0; flex: 1; }
.modal, .site-modal { position: fixed; z-index: 1060; inset: 0; display: none; padding: 24px 15px; overflow-y: auto; }.modal.is-visible, .site-modal.is-visible { display: block; }.modal-dialog, .site-modal-dialog { position: relative; z-index: 2; width: 100%; max-width: 520px; margin: 30px auto; }.modal-lg { max-width: 820px; }.modal-content, .site-modal-content { background: #fff; border-radius: 7px; box-shadow: 0 20px 60px rgba(0,0,0,.25); overflow: hidden; }.modal-header, .modal-footer, .site-modal-header, .site-modal-footer { display: flex; padding: 15px 18px; align-items: center; }.modal-header, .site-modal-header { border-bottom: 1px solid #e4eaed; }.modal-footer, .site-modal-footer { border-top: 1px solid #e4eaed; justify-content: flex-end; gap: 8px; }.modal-body, .site-modal-body { padding: 18px; }.modal-title, .site-modal-title { margin: 0; }.close, .site-modal-close { margin-left: auto; padding: 0 5px; color: #607581; background: transparent; border: 0; font-size: 24px; }.site-modal-backdrop { position: fixed; z-index: 1050; inset: 0; background: rgba(9,30,43,.58); }.has-modal { overflow: hidden; }
.comment-section { margin-top: 10px; margin-bottom: 45px; }
.comment-panel { max-width: 1040px; margin: 0 auto; padding: 24px; background: #fff; border: 1px solid #e1eaee; border-radius: 7px; box-shadow: 0 7px 22px rgba(16,42,67,.05); }
.comment-panel h4 { margin-bottom: 16px; color: #294b5c; font-size: 18px; }
.comment-form { margin-bottom: 30px; }
.comment-code-row { display: grid; max-width: 470px; grid-template-columns: 1fr 1fr; gap: 10px; }
.comment-entry { display: flex; padding: 16px 0; border-bottom: 1px solid #e7edef; gap: 12px; }
.comment-entry--reply { margin-top: 12px; padding-left: 12px; border-top: 1px dashed #d9e3e7; border-bottom: 0; }
.comment-avatar { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.comment-body { min-width: 0; flex: 1; }
.comment-body h6 { margin: 0 0 5px; font-size: 13px; }
.comment-body p { margin-bottom: 0; color: #657985; }
.comment-reply { padding: 2px 7px; color: #527483; background: #eef4f6; border: 0; border-radius: 3px; font-size: 11px; }
.message-section-title { margin-bottom: 10px; padding-bottom: 11px; color: #264b5d; border-bottom: 2px solid #e6eef1; font-size: 20px; }
.message-section-title .fa { margin-right: 7px; color: #198ca4; }
.message-entry { display: flex; padding: 20px 5px; border-bottom: 1px solid #e5ecef; gap: 13px; }
.message-avatar { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.message-body { min-width: 0; flex: 1; }
.message-body h3, .message-reply h4 { margin: 0 0 7px; color: #355667; font-size: 15px; }
.message-body p { margin-bottom: 9px; color: #617783; }
.message-meta { display: flex; color: #899aa3; flex-wrap: wrap; gap: 5px; font-size: 11px; }
.message-meta span, .message-meta time, .message-reply time { padding: 2px 7px; background: #eef4f6; border-radius: 3px; }
.message-reply { display: flex; margin-top: 14px; padding: 14px; background: #f6f9fa; border-left: 3px solid #58b4c3; border-radius: 4px; gap: 12px; }
.message-code-row { display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center; gap: 10px; }
.message-code-row img { width: 100%; height: 40px; object-fit: cover; cursor: pointer; }
@media (max-width: 575.98px) { .message-code-row { grid-template-columns: 1fr 120px; } }

/* Enterprise quick-site landing page */
.quicksite-page { color: #314f5f; background: #fff; }
.quicksite-hero { position: relative; color: #fff; background: linear-gradient(122deg,#102a43 0%,#155a73 58%,#219da6 100%); overflow: hidden; }
.quicksite-hero::before, .quicksite-hero::after { position: absolute; content: ''; border-radius: 50%; pointer-events: none; }
.quicksite-hero::before { width: 520px; height: 520px; top: -315px; right: -90px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 0 0 76px rgba(255,255,255,.025),0 0 0 152px rgba(255,255,255,.018); }
.quicksite-hero::after { width: 300px; height: 300px; bottom: -245px; left: 31%; background: rgba(102,213,195,.12); }
.quicksite-hero-inner { display: flex; position: relative; z-index: 2; min-height: 470px; padding-top: 58px; padding-bottom: 58px; align-items: center; justify-content: space-between; gap: 54px; }
.quicksite-hero-copy { width: 56%; }
.quicksite-kicker { display: inline-flex; margin-bottom: 13px; padding: 5px 10px; color: #87e5d5; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 3px; font-size: 12px; font-weight: 600; }
.quicksite-hero h1 { margin: 0 0 14px; color: #fff; font-size: 46px; font-weight: 680; line-height: 1.25; }
.quicksite-hero-copy > p { max-width: 680px; margin-bottom: 26px; color: #d6e9ee; font-size: 16px; line-height: 1.9; }
.quicksite-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.quicksite-actions .action { min-height: 43px; padding-right: 18px; padding-left: 18px; }
.quicksite-hero-note { margin-top: 22px; color: #b9d9e2; font-size: 11px; }
.quicksite-hero-note .fa { margin-right: 5px; color: #6ddbc7; }
.quicksite-hero-visual { width: 39%; }
.quicksite-browser { padding: 13px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); border-radius: 12px; box-shadow: 0 28px 65px rgba(2,28,48,.3); transform: rotate(1.4deg); }
.quicksite-browser-bar { display: flex; height: 30px; color: #8ba0aa; align-items: center; font-size: 9px; }
.quicksite-browser-bar i { width: 7px; height: 7px; margin-right: 5px; background: #cddbe0; border-radius: 50%; }
.quicksite-browser-bar span { margin-left: auto; }
.quicksite-browser-nav { display: flex; height: 42px; padding: 0 12px; color: #5c7480; background: #f1f6f7; border-radius: 4px; align-items: center; gap: 17px; font-size: 11px; }
.quicksite-browser-nav strong { margin-right: auto; color: #17687e; font-size: 14px; }
.quicksite-browser-banner { display: flex; height: 175px; margin-top: 9px; color: #fff; background: linear-gradient(135deg,#17657d,#29a7ae); border-radius: 5px; align-items: center; flex-direction: column; justify-content: center; }
.quicksite-browser-banner small { color: #bee1e6; font-size: 9px; }
.quicksite-browser-banner strong { margin: 7px 0 11px; font-size: 20px; }
.quicksite-browser-banner em { width: 62px; height: 5px; background: #72dfcc; border-radius: 3px; }
.quicksite-browser-cards { display: grid; margin-top: 9px; grid-template-columns: repeat(3,1fr); gap: 8px; }
.quicksite-browser-cards i { height: 66px; background: linear-gradient(#e0ecef 58%,#f3f7f8 58%); border: 1px solid #d6e2e6; border-radius: 4px; }
.quicksite-value { background: #fff; border-bottom: 1px solid #e5edef; box-shadow: 0 5px 18px rgba(16,42,67,.035); }
.quicksite-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.quicksite-value-grid > div { position: relative; padding: 24px 24px; border-right: 1px solid #e6edef; text-align: center; }
.quicksite-value-grid > div:last-child { border-right: 0; }
.quicksite-value-grid strong { display: block; margin-bottom: 4px; color: #194a60; font-size: 17px; }
.quicksite-value-grid span { color: #7a8f99; font-size: 11px; }
.quicksite-section { padding: 70px 0; }
.quicksite-template-section { background: #f4f8fa; }
.quicksite-heading { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.quicksite-heading > span, .quicksite-heading > div > span { display: inline-block; margin-bottom: 7px; color: #198ca4; font-size: 12px; font-weight: 650; }
.quicksite-heading h2 { margin: 0 0 9px; color: #153f54; font-size: 30px; font-weight: 650; }
.quicksite-heading p { margin: 0; color: #758b96; font-size: 13px; line-height: 1.8; }
.quicksite-heading-inline { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 30px; text-align: left; }
.quicksite-heading-inline > div { max-width: 790px; }
.quicksite-heading-inline > .action { flex: 0 0 auto; }
.quicksite-feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.quicksite-feature-grid article { min-height: 230px; padding: 29px 24px; background: #fff; border: 1px solid #e0eaee; border-radius: 9px; box-shadow: 0 8px 25px rgba(16,42,67,.05); transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.quicksite-feature-grid article:hover { border-color: #a8d8de; box-shadow: 0 14px 34px rgba(16,42,67,.1); transform: translateY(-3px); }
.quicksite-feature-grid article > .fa { display: flex; width: 48px; height: 48px; margin-bottom: 20px; color: #fff; background: linear-gradient(135deg,#137c9b,#27b4c6); border-radius: 13px 5px 13px 5px; align-items: center; justify-content: center; font-size: 20px; }
.quicksite-feature-grid h3 { margin: 0 0 10px; color: #22495c; font-size: 18px; }
.quicksite-feature-grid p { margin: 0; color: #718690; line-height: 1.8; }
.quicksite-embed-card { background: #fff; border: 1px solid #dbe6ea; border-radius: 9px; box-shadow: 0 12px 34px rgba(16,42,67,.08); overflow: hidden; }
.quicksite-embed-toolbar { display: flex; min-height: 48px; padding: 9px 15px; color: #718893; background: #fff; border-bottom: 1px solid #e3ebee; align-items: center; gap: 18px; font-size: 11px; }
.quicksite-embed-toolbar > div { display: flex; gap: 5px; }
.quicksite-embed-toolbar > div i { width: 8px; height: 8px; background: #cad9de; border-radius: 50%; }
.quicksite-embed-toolbar > span { margin-right: auto; }
.quicksite-embed-toolbar > span .fa { margin-right: 5px; color: #198ca4; }
.quicksite-embed-toolbar > a { color: #197f9b; }
.quicksite-embed-card iframe { display: block; width: 100%; height: 1650px; background: #fff; border: 0; }
.quicksite-embed-note { margin: 14px 0 0; color: #778c96; font-size: 11px; line-height: 1.7; }
.quicksite-embed-note .fa { margin-right: 5px; color: #dc9841; }
.quicksite-steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; list-style: none; }
.quicksite-steps li { position: relative; min-height: 200px; padding: 26px 23px; background: #f6f9fa; border: 1px solid #e1e9ed; border-radius: 8px; overflow: hidden; }
.quicksite-steps li::after { position: absolute; width: 90px; height: 90px; right: -52px; bottom: -52px; content: ''; background: rgba(39,180,198,.08); border-radius: 50%; }
.quicksite-steps li > span { display: inline-block; margin-bottom: 19px; color: #198ca4; font-size: 24px; font-weight: 700; }
.quicksite-steps h3 { margin: 0 0 9px; color: #234b5d; font-size: 17px; }
.quicksite-steps p { margin: 0; color: #71858f; line-height: 1.8; }
.quicksite-cta { padding: 48px 0; color: #fff; background: linear-gradient(120deg,#123f58,#17788d 70%,#24a6aa); }
.quicksite-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quicksite-cta h2 { margin: 0 0 7px; color: #fff; font-size: 27px; }
.quicksite-cta p { margin: 0; color: #cce5e9; }
.quicksite-cta .action { flex: 0 0 auto; }
@media (max-width: 991.98px) {
    .quicksite-hero-inner { min-height: 430px; }
    .quicksite-hero-copy { width: 61%; }
    .quicksite-hero-visual { width: 35%; }
    .quicksite-hero h1 { font-size: 39px; }
    .quicksite-browser-nav { gap: 9px; }
    .quicksite-feature-grid, .quicksite-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    .quicksite-hero-inner { min-height: 0; padding-top: 48px; padding-bottom: 49px; }
    .quicksite-hero-copy { width: 100%; }
    .quicksite-hero-visual { display: none; }
    .quicksite-hero h1 { font-size: 35px; }
    .quicksite-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .quicksite-value-grid > div:nth-child(2) { border-right: 0; }
    .quicksite-value-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e6edef; }
    .quicksite-section { padding: 52px 0; }
    .quicksite-heading-inline { align-items: flex-start; flex-direction: column; }
    .quicksite-embed-card iframe { height: 1450px; }
    .quicksite-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
    .quicksite-hero h1 { font-size: 31px; }
    .quicksite-hero-copy > p { font-size: 14px; }
    .quicksite-value-grid > div { padding: 20px 10px; }
    .quicksite-value-grid span { display: block; padding: 0 5px; }
    .quicksite-heading h2 { font-size: 25px; }
    .quicksite-feature-grid, .quicksite-steps { grid-template-columns: 1fr; }
    .quicksite-feature-grid article { min-height: 0; }
    .quicksite-embed-toolbar { align-items: flex-start; flex-wrap: wrap; gap: 8px 14px; }
    .quicksite-embed-toolbar > span { order: 3; width: 100%; }
    .quicksite-embed-card iframe { height: 1250px; }
}

@media (min-width: 576px) { .col-sm-6 { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 768px) { .col-md-3 { flex: 0 0 25%; max-width: 25%; }.col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }.col-md-8 { flex: 0 0 66.667%; max-width: 66.667%; }.d-md-none { display: none !important; }.d-md-block { display: block !important; }.d-md-inline { display: inline !important; } }
@media (min-width: 992px) { .col-lg-3 { flex: 0 0 25%; max-width: 25%; }.col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }.col-lg-5 { flex: 0 0 41.667%; max-width: 41.667%; }.col-lg-6 { flex: 0 0 50%; max-width: 50%; }.col-lg-9 { flex: 0 0 75%; max-width: 75%; } }
@media (max-width: 991.98px) {
    .site-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .site-menu { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 0 15px 12px; background: #fff; border-bottom: 1px solid #e2eaee; box-shadow: 0 10px 20px rgba(16,42,67,.08); }
    .site-menu.is-open { display: block; }
    .site-menu-list { display: block; max-height: calc(100vh - 90px); overflow-y: auto; }
    .site-menu-item > a { padding: 12px 2px; border-bottom: 1px solid #edf2f4; }
    .site-menu-item > a::after { display: none; }
    .case-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .search-results-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .blog-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 22px; }
    .blog-post-card { grid-template-columns: 220px minmax(0,1fr); }
    .blog-post-cover, .blog-post-cover img { min-height: 210px; }
    .blog-post-body { padding: 18px; }
    .blog-article { padding: 32px 30px; }
}
@media (max-width: 767.98px) {
    .site-shell { width: calc(100% - 24px); }
    .content-list-page, .content-detail-page { padding-top: 20px; padding-bottom: 38px; }
    .breadcrumb-line { margin-bottom: 14px; }
    .breadcrumb-line li { font-size: 12px; }
    .breadcrumb-line li + li::before { margin: 0 6px; }
    .content-article-header { padding-right: 0; padding-left: 0; }
    .content-article-header h1 { font-size: 24px; }
    .article-neighbors { grid-template-columns: 1fr; }
    .article-neighbors p:last-child { text-align: left; }
    .article-index-item { align-items: flex-start; }
    .article-index-copy { display: block; }
    .content-flags { margin-top: 5px; }
    .d-md-inline { display: none !important; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-about { grid-column: 1 / -1; }
    .case-grid { gap: 12px; }
    .search-results-grid { grid-template-columns: 1fr; gap: 14px; }
    .blog-page { padding-top: 20px; padding-bottom: 42px; }
    .blog-layout { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .blog-side-search, .blog-side-note { grid-column: 1 / -1; }
    .blog-post-card { grid-template-columns: 200px minmax(0,1fr); }
    .blog-post-footer span:nth-child(2) { display: none; }
    .blog-article-header h1 { font-size: 27px; }
}
@media (max-width: 575.98px) {
    .blog-list-heading h2 { font-size: 23px; }
    .blog-post-card { display: block; }
    .blog-post-cover, .blog-post-cover img { min-height: 190px; max-height: 220px; }
    .blog-post-body { padding: 18px 17px 16px; }
    .blog-post-body h2 { font-size: 19px; }
    .blog-post-footer { gap: 8px; }
    .blog-post-footer > a { margin-left: auto; }
    .blog-sidebar { grid-template-columns: 1fr; }
    .blog-side-search, .blog-side-note { grid-column: auto; }
    .blog-article { padding: 25px 18px; border-radius: 6px; }
    .blog-article-header { margin-bottom: 25px; padding-bottom: 20px; }
    .blog-article-header h1 { font-size: 24px; }
    .blog-article-content { font-size: 15px; line-height: 2; }
    .blog-neighbors { grid-template-columns: 1fr; }
    .blog-neighbors > div:last-child { text-align: left; }
}
@media (min-width: 576px) { .fs-sm-28 { font-size: 28px !important; } }

/* Wider desktop content area */
@media (min-width: 1200px) {
    .site-shell { max-width: 1240px; }
}
@media (min-width: 1440px) {
    .site-shell { max-width: 1360px; }
}

/* Shared inner-page hero */
.page-hero { position: relative; padding: 42px 0 38px; color: #fff; background: linear-gradient(120deg,#102a43 0%,#155c75 64%,#239c9d 100%); overflow: hidden; }
.page-hero::after { position: absolute; width: 340px; height: 340px; top: -235px; right: 8%; content: ''; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 2; display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 24px; }
.page-hero-content { min-width: 0; }
.page-hero h1 { margin: 0 0 7px; color: #fff; font-size: 31px; font-weight: 600; line-height: 1.25; }
.page-hero p { margin: 0; color: #d5eaee; font-size: 14px; line-height: 1.7; }
.page-hero-aside { display: flex; flex: 0 0 auto; gap: 8px; }
.page-hero-aside span, .page-hero-aside a { padding: 7px 10px; color: #d7eeef; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 4px; font-size: 12px; white-space: nowrap; }
.page-hero-aside a:hover, .page-hero-aside a:focus { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.22); text-decoration: none; }
.page-hero-aside .fa { margin-right: 4px; color: #73dfcd; }
.page-hero--compact { padding-top: 32px; padding-bottom: 31px; }
.page-hero--compact .page-hero-inner { min-height: 54px; }
.page-hero--compact h1 { font-size: 29px; }
@media (max-width: 767.98px) {
    .page-hero { padding: 30px 0 28px; }
    .page-hero-inner { min-height: 0; align-items: flex-start; flex-direction: column; gap: 14px; }
    .page-hero h1, .page-hero--compact h1 { font-size: 25px; }
    .page-hero p { font-size: 13px; }
    .page-hero-aside { flex-wrap: wrap; }
    .page-hero-aside span, .page-hero-aside a { padding: 6px 8px; font-size: 11px; }
}

/* Visual PbootCMS tag generator */
.tag-builder-hero { position: relative; padding: 42px 0 38px; color: #fff; background: linear-gradient(120deg,#102a43 0%,#155c75 64%,#239c9d 100%); overflow: hidden; }
.tag-builder-hero::after { position: absolute; width: 340px; height: 340px; top: -235px; right: 8%; content: ''; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025); }
.tag-builder-hero .site-shell { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.tag-builder-hero h1 { margin: 0 0 8px; color: #fff; font-size: 31px; font-weight: 600; }
.tag-builder-hero p { margin: 0; color: #d5eaee; }
.tag-builder-hero-notes { display: flex; padding-bottom: 4px; gap: 8px; }
.tag-builder-hero-notes span { padding: 7px 10px; color: #d7eeef; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 4px; font-size: 12px; white-space: nowrap; }
.tag-builder-hero-notes .fa { margin-right: 4px; color: #73dfcd; }
.tag-builder-note { margin-top: 0; margin-bottom: 20px; }
.tag-builder-layout { display: grid; grid-template-columns: minmax(360px,42%) minmax(0,58%); align-items: start; gap: 20px; }
.tag-preview-panel, .tag-workbench { min-width: 0; background: #fff; border: 1px solid #dfe8ec; border-radius: 8px; box-shadow: 0 12px 32px rgba(16,42,67,.06); overflow: hidden; }
.tag-panel-heading { display: flex; min-height: 70px; padding: 15px 18px; border-bottom: 1px solid #e8eef1; align-items: center; justify-content: space-between; gap: 12px; }
.tag-panel-heading h2 { margin: 0 0 3px; color: var(--biz-navy); font-size: 18px; font-weight: 600; }
.tag-panel-heading p { margin: 0; color: #8498a5; font-size: 12px; }
.tag-device-switch { display: inline-flex; padding: 3px; background: #edf4f6; border-radius: 5px; }
.tag-device-switch button { width: 32px; height: 28px; padding: 0; color: #8095a2; background: transparent; border: 0; border-radius: 4px; cursor: pointer; }
.tag-device-switch button.active { color: #fff; background: var(--biz-blue); box-shadow: 0 2px 7px rgba(19,124,155,.2); }
.tag-device-switch .fa-mobile { font-size: 18px; }
.tag-preview-stage { min-height: 650px; padding: 18px; background: #f1f6f8; overflow-x: auto; }
.tag-preview-site { width: 100%; max-width: 480px; min-width: 290px; margin: 0 auto; background: #fff; border: 1px solid #cad8de; border-radius: 5px; overflow: hidden; box-shadow: 0 12px 28px rgba(16,42,67,.08); transition: width .25s ease; }
.tag-preview-site.is-mobile { width: 310px; }
.tag-preview-block { appearance: none; display: flex; width: 100%; padding: 0; color: #405866; background: #fff; border: 0; border-bottom: 1px solid #dce7eb; border-radius: 0; align-items: center; cursor: pointer; text-align: left; transition: background .18s ease,box-shadow .18s ease,color .18s ease; }
.tag-preview-block:hover { background: #f1fafb; }
.tag-preview-block.active { position: relative; z-index: 2; color: var(--biz-blue); background: #eaf7f8; box-shadow: inset 0 0 0 2px var(--biz-cyan); }
.tag-preview-header { min-height: 62px; padding: 10px 12px; justify-content: space-between; gap: 9px; }
.tag-preview-logo { display: flex; width: 70px; height: 34px; color: #fff; background: linear-gradient(135deg,var(--biz-blue),var(--biz-cyan)); border-radius: 5px; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.tag-preview-search { flex: 1; padding: 7px 10px; color: #9aabb4; background: #f5f8f9; border: 1px solid #dce5e9; border-radius: 3px; font-size: 11px; }
.tag-preview-member { padding: 7px 9px; color: #607987; border: 1px solid #cddbe0; border-radius: 3px; font-size: 11px; white-space: nowrap; }
.tag-preview-nav { min-height: 42px; padding: 0 11px; gap: 3px; }
.tag-preview-nav strong { margin-right: auto; color: var(--biz-navy); font-size: 11px; }
.tag-preview-nav span { padding: 6px 8px; background: #edf4f6; border-radius: 3px; font-size: 11px; }
.tag-preview-slide { height: 132px; color: #456270; background: linear-gradient(135deg,#e8f3f4,#f5f9fa); flex-direction: column; justify-content: center; gap: 8px; }
.tag-preview-slide .fa { color: #82aab2; font-size: 28px; }
.tag-preview-slide span { font-size: 16px; }
.tag-preview-list { display: grid; padding: 10px; grid-template-columns: repeat(4,1fr); gap: 7px; }
.tag-preview-list strong { grid-column: 1/-1; color: var(--biz-navy); text-align: center; font-size: 12px; }
.tag-preview-list span { display: block; height: 58px; background: linear-gradient(#dce9ec 60%,#f5f8f9 60%); border: 1px solid #dce6ea; border-radius: 3px; }
.tag-preview-columns { display: grid; grid-template-columns: 1.7fr 1fr; }
.tag-preview-columns .tag-preview-block { min-height: 130px; padding: 12px; align-content: start; align-items: stretch; flex-direction: column; }
.tag-preview-content { border-right: 1px solid #dce7eb; }
.tag-preview-columns strong { margin-bottom: 8px; color: var(--biz-navy); font-size: 12px; }
.tag-preview-content i { width: 42%; height: 55px; margin: 0 8px 7px 0; background: #dce9ec; border-radius: 3px; float: left; }
.tag-preview-content span, .tag-preview-sort span { display: block; height: 7px; margin-bottom: 6px; background: #e6edef; border-radius: 4px; }
.tag-preview-sort span { height: auto; padding: 6px; background: #f0f5f6; font-size: 9px; }
.tag-preview-page { min-height: 46px; padding: 8px 11px; justify-content: center; gap: 5px; }
.tag-preview-page strong { margin-right: 6px; font-size: 11px; }
.tag-preview-page span { padding: 4px 7px; background: #edf3f5; border-radius: 3px; font-size: 9px; }
.tag-preview-footer { min-height: 58px; color: #b9c9d2; background: var(--biz-navy); justify-content: center; font-size: 11px; }
.tag-preview-footer:hover, .tag-preview-footer.active { color: #fff; background: #164965; }
.tag-preview-site.is-mobile .tag-preview-search { display: none; }
.tag-preview-site.is-mobile .tag-preview-nav { flex-wrap: wrap; padding-top: 7px; padding-bottom: 7px; }
.tag-preview-site.is-mobile .tag-preview-nav strong { width: 100%; margin-bottom: 3px; }
.tag-preview-site.is-mobile .tag-preview-list { grid-template-columns: repeat(2,1fr); }
.tag-preview-site.is-mobile .tag-preview-columns { grid-template-columns: 1fr; }
.tag-preview-site.is-mobile .tag-preview-content { border-right: 0; }
.tag-preview-tip { margin: 0; padding: 11px 15px; color: #7b909d; border-top: 1px solid #e6edef; text-align: center; font-size: 11px; }
.tag-preview-tip .fa { margin-right: 4px; color: var(--biz-blue); }
.tag-workbench { padding-bottom: 18px; }
.tag-workbench-heading { border-bottom: 0; }
.tag-manual-link { color: var(--biz-blue); font-size: 12px; }
.tag-group-tabs { display: flex; padding: 0 18px 13px; border-bottom: 1px solid #e8eef1; gap: 5px; overflow-x: auto; }
.tag-group-tabs button { padding: 7px 11px; color: #69808e; background: #f2f6f7; border: 0; border-radius: 4px; cursor: pointer; font-size: 12px; white-space: nowrap; }
.tag-group-tabs button.active { color: #fff; background: var(--biz-blue); }
.tag-preset-grid { display: grid; padding: 16px 18px; grid-template-columns: repeat(4,1fr); gap: 8px; }
.tag-preset-card { display: flex; min-width: 0; min-height: 64px; padding: 8px 5px; color: #657c89; background: #fff; border: 1px solid #dce6ea; border-radius: 5px; align-items: center; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; font-size: 11px; transition: border-color .18s ease,color .18s ease,transform .18s ease; }
.tag-preset-card:hover { color: var(--biz-blue); border-color: #9fd4dd; transform: translateY(-1px); }
.tag-preset-card.active { color: var(--biz-blue); background: #ebf8f9; border-color: var(--biz-cyan); box-shadow: 0 5px 13px rgba(19,124,155,.08); }
.tag-preset-card .fa { font-size: 17px; }
.tag-config-card, .tag-code-card { margin: 0 18px 16px; border: 1px solid #dfe8ec; border-radius: 6px; overflow: hidden; }
.tag-config-card > header, .tag-code-card > header { display: flex; padding: 13px 15px; background: #f7fafb; border-bottom: 1px solid #e3ebee; align-items: center; gap: 11px; }
.tag-config-icon { display: flex; width: 36px; height: 36px; color: #fff; background: linear-gradient(135deg,var(--biz-blue),var(--biz-cyan)); border-radius: 7px 3px 7px 3px; align-items: center; justify-content: center; }
.tag-config-card h3, .tag-code-card h3 { margin: 0 0 2px; color: var(--biz-navy); font-size: 15px; font-weight: 600; }
.tag-config-card header p, .tag-code-card header p { margin: 0; color: #8498a5; font-size: 11px; }
.tag-config-fields { display: grid; min-height: 72px; padding: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.tag-field { margin: 0; }
.tag-field > span { display: block; margin-bottom: 5px; color: #586f7c; font-size: 11px; font-weight: 600; }
.tag-field .form-control { height: 36px; border-color: #d8e3e7; font-size: 12px; }
.tag-config-empty { grid-column: 1/-1; margin: auto; color: #8397a3; font-size: 12px; }
.tag-code-card > header { justify-content: space-between; }
.tag-code-status { color: #229b86; font-size: 11px; }
.tag-code-card pre { min-height: 170px; max-height: 310px; padding: 16px; margin: 0; color: #d8e9ee; background: #102a43; border: 0; border-radius: 0; font-size: 12px; line-height: 1.7; white-space: pre-wrap; word-break: break-word; }
.tag-code-card code { color: inherit; background: transparent; }
.tag-code-actions { display: flex; padding: 12px 14px; background: #f7fafb; border-top: 1px solid #e2eaed; gap: 8px; }
.tag-code-actions .btn { padding: .45rem .9rem; font-size: 12px; }
.tag-code-actions .fa { margin-right: 4px; }
.tag-code-actions .copied { background: #20a38e; border-color: #20a38e; }
.tag-builder-help { display: flex; margin: 0 18px; padding: 13px 15px; color: #5f7886; background: #eef8f8; border-left: 3px solid var(--biz-cyan); border-radius: 4px; align-items: flex-start; gap: 11px; }
.tag-builder-help > .fa { margin-top: 2px; color: #e2a440; font-size: 20px; }
.tag-builder-help p { margin: 0; font-size: 12px; line-height: 1.7; }
.tag-builder-help strong { display: block; color: var(--biz-navy); }
.tag-builder-help span { display: block; }

@media (max-width: 991.98px) {
    .tag-builder-layout { grid-template-columns: 1fr; }
    .tag-preview-stage { min-height: 0; }
    .tag-preset-grid { grid-template-columns: repeat(5,1fr); }
}
@media (max-width: 767.98px) {
    .tag-builder-hero { padding: 32px 0 29px; }
    .tag-builder-hero .site-shell { align-items: flex-start; flex-direction: column; }
    .tag-builder-hero h1 { font-size: 25px; }
    .tag-builder-hero-notes { flex-wrap: wrap; }
    .tag-builder-layout { gap: 14px; }
    .tag-preset-grid { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 575.98px) {
    .tag-builder-page { padding-right: 10px; padding-left: 10px; }
    .tag-builder-hero-notes span { padding: 6px 8px; font-size: 11px; }
    .tag-preview-stage { padding: 10px; }
    .tag-panel-heading { padding: 13px 14px; }
    .tag-group-tabs { padding-right: 14px; padding-left: 14px; }
    .tag-preset-grid { padding: 14px; grid-template-columns: repeat(3,1fr); }
    .tag-config-card, .tag-code-card, .tag-builder-help { margin-right: 14px; margin-left: 14px; }
    .tag-config-fields { grid-template-columns: 1fr; }
    .tag-code-card pre { min-height: 190px; }
}

/* Clickable multi-page tag generator */
.visual-tag-note { margin-top: 0; margin-bottom: 20px; }
.visual-tag-layout { display: grid; grid-template-columns: minmax(0,.84fr) minmax(460px,1.16fr); align-items: start; gap: 20px; }
.visual-site-panel, .visual-code-panel { min-width: 0; background: #fff; border: 1px solid #dce7eb; border-radius: 8px; box-shadow: 0 12px 32px rgba(16,42,67,.065); overflow: hidden; }
.visual-panel-head { display: flex; min-height: 72px; padding: 15px 18px; background: #fff; border-bottom: 1px solid #e4ecef; align-items: center; justify-content: space-between; gap: 12px; }
.visual-panel-head h2 { margin: 0 0 3px; color: var(--biz-navy); font-size: 18px; font-weight: 600; }
.visual-panel-head p { margin: 0; color: #8297a3; font-size: 12px; }
.visual-panel-head p strong { color: var(--biz-blue); }
.visual-panel-head > span { padding: 6px 9px; color: var(--biz-blue); background: #edf8f8; border-radius: 4px; font-size: 11px; white-space: nowrap; }
.visual-panel-head > span .fa { margin-right: 4px; }
.visual-demo-wrap { padding: 16px; background: #edf3f5; overflow-x: auto; }
.visual-demo-site { min-width: 100%; color: #435a67; background: #fff; border: 1px solid #cbd9df; border-radius: 5px; overflow: hidden; box-shadow: 0 14px 30px rgba(16,42,67,.1); font-size: 11px; }
.visual-module { appearance: none; position: relative; color: inherit; background: inherit; border: 0; border-radius: 0; cursor: pointer; font: inherit; text-align: left; transition: background .16s ease,box-shadow .16s ease,color .16s ease; }
.visual-module::after { position: absolute; inset: 2px; content: ''; border: 1px dashed rgba(19,124,155,.28); border-radius: 2px; pointer-events: none; opacity: 0; transition: opacity .16s ease; }
.visual-module:hover { z-index: 3; color: var(--biz-blue); background: #eefafa !important; }
.visual-module:hover::after, .visual-module.selected::after { opacity: 1; }
.visual-module.selected { z-index: 3; color: var(--biz-blue); background: #e7f7f8 !important; box-shadow: inset 0 0 0 2px var(--biz-cyan); }
.visual-demo-top { display: grid; min-height: 67px; padding: 9px; grid-template-columns: 145px 1fr 105px; align-items: stretch; gap: 8px; }
.visual-demo-top .visual-module { display: flex; min-width: 0; padding: 7px 9px; border: 1px solid #d8e3e7; border-radius: 4px; align-items: center; }
.visual-demo-logo span { display: flex; width: 37px; height: 37px; margin-right: 8px; color: #fff; background: linear-gradient(135deg,var(--biz-blue),var(--biz-cyan)); border-radius: 8px 3px 8px 3px; align-items: center; justify-content: center; font-weight: 700; }
.visual-demo-logo strong { color: var(--biz-navy); font-size: 15px; }
.visual-demo-search { color: #9aabb4; background: #f7f9fa !important; }
.visual-demo-search .fa { margin-right: 7px; }
.visual-demo-member { justify-content: center; gap: 6px; }
.visual-demo-nav { display: flex; min-height: 43px; padding: 0 9px; background: var(--biz-navy); align-items: stretch; }
.visual-nav-call { display: flex; width: 105px; padding: 0 11px; color: #fff; background: #d45545; align-items: center; gap: 6px; }
.visual-demo-nav nav { display: flex; flex: 1; align-items: stretch; justify-content: center; }
.visual-demo-nav nav button { min-width: 66px; padding: 0 12px; color: #d7e6ec; background: transparent; border: 0; border-bottom: 3px solid transparent; cursor: pointer; font-size: 12px; }
.visual-demo-nav nav button:hover, .visual-demo-nav nav button.active { color: #fff; background: rgba(255,255,255,.09); border-bottom-color: var(--biz-cyan); }
.visual-demo-page { display: none; }
.visual-demo-page.active { display: block; }
.visual-demo-title { display: block; margin-bottom: 8px; color: var(--biz-navy); text-align: center; font-size: 13px; }
.visual-module small { display: block; color: #8ba0aa; font-size: 9px; font-weight: 400; }
.visual-home-banner { display: flex; width: 100%; height: 150px; color: #fff; background: linear-gradient(120deg,#17617a,#28a5a8) !important; align-items: center; flex-direction: column; justify-content: center; gap: 6px; text-align: center; }
.visual-home-banner .fa { font-size: 31px; opacity: .72; }
.visual-home-banner strong { font-size: 20px; font-weight: 500; }
.visual-home-banner small { color: #d4eeee; }
.visual-home-products, .visual-home-news { display: block; width: 100%; padding: 10px; background: #fff; border-bottom: 1px solid #dbe5e9; }
.visual-card-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.visual-card-row i { display: block; height: 73px; background: linear-gradient(#dbe8eb 67%,#f5f8f9 67%); border: 1px solid #d7e2e6; border-radius: 3px; }
.visual-home-products small, .visual-home-news small { margin-top: 7px; text-align: center; }
.visual-news-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.visual-news-row i { display: block; height: 57px; background: linear-gradient(135deg,#dce8eb 52%,#f6f8f9 52%); border: 1px solid #d7e2e6; border-radius: 3px; }
.visual-home-columns { display: grid; grid-template-columns: 1.65fr 1fr; }
.visual-home-columns .visual-module { display: block; min-height: 130px; padding: 12px; border-bottom: 1px solid #dbe5e9; }
.visual-home-about { border-right: 1px solid #dbe5e9; }
.visual-home-about strong, .visual-home-tags strong { display: block; margin-bottom: 8px; color: var(--biz-navy); font-size: 13px; }
.visual-about-pic { width: 43%; height: 67px; margin: 0 9px 7px 0; background: #d9e7ea; border-radius: 3px; float: left; }
.visual-home-about i { display: block; height: 7px; margin: 0 0 7px; background: #e4ecee; border-radius: 4px; }
.visual-home-tags span { display: inline-block; padding: 5px 7px; margin: 0 3px 5px 0; background: #eef3f5; border-radius: 3px; font-size: 9px; }
.visual-home-archive, .visual-home-links { display: flex; width: 100%; min-height: 43px; padding: 8px 11px; border-bottom: 1px solid #dbe5e9; align-items: center; gap: 7px; }
.visual-home-archive strong, .visual-home-links strong { margin-right: auto; color: var(--biz-navy); }
.visual-home-archive span, .visual-home-links span { padding: 5px 7px; background: #eef3f5; border-radius: 3px; font-size: 9px; }
.visual-home-ad { display: block; width: 100%; padding: 13px; color: #766044; background: #fff7e9; border-bottom: 1px solid #eadcc6; text-align: center; }
.visual-inner-banner { display: flex; width: 100%; height: 95px; padding: 17px 25px; color: #fff; background: linear-gradient(125deg,#15425e,#238d95) !important; align-items: flex-start; flex-direction: column; justify-content: center; }
.visual-inner-banner strong { font-size: 20px; }
.visual-inner-banner span { color: #c6e5e6; font-size: 9px; letter-spacing: 1.5px; }
.visual-breadcrumb { display: block; width: 100%; padding: 10px 13px; color: #778c98; background: #f7f9fa; border-bottom: 1px solid #dce5e9; }
.visual-breadcrumb .fa { margin-right: 4px; color: var(--biz-blue); }
.visual-list-layout { display: grid; min-height: 390px; padding: 11px; grid-template-columns: 145px 1fr; gap: 10px; }
.visual-list-layout aside { min-width: 0; }
.visual-subnav, .visual-hot-list { display: flex; width: 100%; padding: 9px; margin-bottom: 9px; border: 1px solid #dbe5e9; border-radius: 3px; flex-direction: column; }
.visual-subnav strong, .visual-hot-list strong { padding-bottom: 7px; color: var(--biz-navy); border-bottom: 1px solid #dfe8eb; }
.visual-subnav span, .visual-hot-list span { padding: 7px 2px; border-bottom: 1px dotted #dce5e9; font-size: 9px; }
.visual-product-grid, .visual-news-list { display: block; width: 100%; min-height: 100%; padding: 10px; border: 1px solid #dbe5e9; border-radius: 3px; }
.visual-product-grid > strong, .visual-news-list > strong { display: block; margin-bottom: 9px; color: var(--biz-navy); font-size: 14px; }
.visual-product-grid > span { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.visual-product-grid i { display: block; height: 86px; background: linear-gradient(#dce8eb 68%,#f6f8f9 68%); border: 1px solid #d8e3e7; border-radius: 3px; }
.visual-product-grid small, .visual-news-list small { margin-top: 9px; text-align: center; }
.visual-news-list > span { display: block; }
.visual-news-list i { display: block; height: 64px; margin-bottom: 8px; background: linear-gradient(90deg,#dce8eb 25%,#f5f8f9 25%); border: 1px solid #d9e3e7; border-radius: 3px; }
.visual-message-layout { display: grid; min-height: 380px; padding: 12px; grid-template-columns: 1fr 1fr; gap: 11px; }
.visual-message-form, .visual-message-list { display: flex; padding: 13px; border: 1px solid #dbe5e9; border-radius: 4px; flex-direction: column; }
.visual-message-form strong, .visual-message-list strong { margin-bottom: 10px; color: var(--biz-navy); font-size: 14px; }
.visual-message-form span { padding: 9px; margin-bottom: 8px; color: #91a2aa; background: #f8fafb; border: 1px solid #dbe4e8; border-radius: 3px; }
.visual-message-form span.wide { min-height: 78px; }
.visual-message-form i { padding: 9px; color: #fff; background: var(--biz-blue); border-radius: 3px; text-align: center; font-style: normal; }
.visual-message-list span { padding: 10px; margin-bottom: 9px; background: #f3f7f8; border-radius: 4px; line-height: 1.7; }
.visual-message-list b { display: block; color: var(--biz-blue); }
.visual-about-detail { display: block; width: calc(100% - 24px); min-height: 270px; padding: 15px; margin: 12px; border: 1px solid #dbe5e9; border-radius: 4px; }
.visual-about-detail strong { display: block; margin-bottom: 10px; color: var(--biz-navy); font-size: 15px; }
.visual-about-large-pic { display: block; width: 43%; height: 125px; margin: 0 12px 9px 0; background: #dbe8eb; border-radius: 4px; float: left; }
.visual-about-detail i { display: block; height: 8px; margin: 0 0 9px; background: #e5edef; border-radius: 5px; }
.visual-about-detail small { clear: both; padding-top: 12px; text-align: center; }
.visual-company-card { display: flex; width: calc(100% - 24px); padding: 13px; margin: 0 12px 12px; background: #f4f8f9; border: 1px solid #dbe5e9; border-radius: 4px; flex-wrap: wrap; gap: 8px 18px; }
.visual-company-card strong { width: 100%; color: var(--biz-navy); }
.visual-demo-footer { display: grid; min-height: 70px; color: #c4d3dc; background: var(--biz-navy); grid-template-columns: 1fr 1.5fr; }
.visual-demo-footer .visual-module { display: flex; padding: 12px 15px; color: inherit; background: transparent; align-items: flex-start; flex-direction: column; justify-content: center; }
.visual-demo-footer strong { color: #fff; font-size: 13px; }
.visual-demo-footer span { font-size: 9px; }
.visual-code-panel { position: sticky; top: 84px; }
.visual-code-head { display: flex; min-height: 90px; padding: 16px 18px; background: linear-gradient(130deg,#f5fafb,#edf7f7); border-bottom: 1px solid #dce8eb; align-items: center; gap: 12px; }
.visual-code-icon { display: flex; width: 44px; height: 44px; color: #fff; background: linear-gradient(135deg,var(--biz-blue),var(--biz-cyan)); border-radius: 10px 4px 10px 4px; align-items: center; justify-content: center; font-size: 18px; }
.visual-code-head span { display: block; margin-bottom: 2px; color: var(--biz-blue); font-size: 12px; font-weight: 600; }
.visual-code-head h2 { margin: 0 0 3px; color: var(--biz-navy); font-size: 20px; font-weight: 600; }
.visual-code-head p { margin: 0; color: #7c929f; font-size: 12px; }
.visual-code-body { max-height: calc(100vh - 190px); padding: 16px; overflow-y: auto; }
.visual-module-guide { display: flex; padding: 11px 12px; margin-bottom: 13px; color: #5f7886; background: #eef8f8; border-left: 3px solid var(--biz-cyan); border-radius: 3px; gap: 9px; }
.visual-module-guide .fa { color: #dda13e; font-size: 17px; }
.visual-module-guide p { margin: 0; font-size: 12px; line-height: 1.7; }
.visual-call-card { margin-bottom: 12px; border: 1px solid #dce6ea; border-radius: 5px; overflow: hidden; }
.visual-call-card header { display: flex; padding: 9px 11px; background: #f7fafb; border-bottom: 1px solid #e1e9ec; align-items: center; justify-content: space-between; }
.visual-call-card h3 { margin: 0; color: var(--biz-navy); font-size: 12px; font-weight: 600; }
.visual-copy-button { padding: 4px 8px; color: #fff; background: var(--biz-blue); border: 0; border-radius: 3px; cursor: pointer; font-size: 12px; }
.visual-copy-button.copied { background: #259b83; }
.visual-copy-button .fa { margin-right: 3px; }
.visual-call-card pre { max-height: 235px; padding: 13px; margin: 0; color: #99C794; background: #303841; border: 0; border-radius: 0; font-size: 12px; line-height: 1.7; white-space: pre-wrap; word-break: break-word; }
.visual-call-card code { color: inherit; background: transparent; }
.visual-param-card { padding: 12px; margin-bottom: 12px; background: #f7fafb; border: 1px solid #dfe8eb; border-radius: 5px; }
.visual-param-card h3 { margin: 0 0 9px; color: var(--biz-navy); font-size: 12px; font-weight: 600; }
.visual-param-card dl { display: grid; margin: 0; grid-template-columns: max-content 1fr; gap: 6px 10px; font-size: 12px; }
.visual-param-card dt { color: var(--biz-blue); font-family: Consolas,monospace; }
.visual-param-card dd { margin: 0; color: #718793; }
.visual-manual-link { display: block; padding: 10px; color: var(--biz-blue); background: #eef7f8; border-radius: 4px; text-align: center; font-size: 12px; }

/* Module search */
.visual-module-search { position: relative; margin-bottom: 13px; }
.visual-module-search > .fa { position: absolute; top: 50%; left: 11px; transform: translateY(-50%); color: #9aabb4; font-size: 13px; pointer-events: none; }
.visual-module-search input { width: 100%; padding: 8px 10px 8px 32px; color: #435a67; background: #f7fafb; border: 1px solid #dce6ea; border-radius: 4px; font-size: 12px; }
.visual-module-search input:focus { outline: 0; border-color: var(--biz-cyan); background: #fff; box-shadow: 0 0 0 2px rgba(19,124,155,.1); }
.visual-search-results { position: absolute; top: calc(100% + 4px); left: 0; right: 0; max-height: 260px; overflow-y: auto; background: #fff; border: 1px solid #dce6ea; border-radius: 4px; box-shadow: 0 8px 20px rgba(16,42,67,.12); z-index: 10; }
.visual-search-item { display: flex; width: 100%; padding: 8px 12px; background: transparent; border: 0; border-bottom: 1px solid #f0f4f5; cursor: pointer; text-align: left; align-items: center; justify-content: space-between; gap: 8px; }
.visual-search-item:last-child { border-bottom: 0; }
.visual-search-item:hover { background: #eefafa; }
.visual-search-item span { color: var(--biz-navy); font-size: 12px; font-weight: 500; }
.visual-search-item small { color: #9aabb4; font-size: 10px; }
.visual-search-empty { padding: 14px; color: #9aabb4; text-align: center; font-size: 12px; }

/* Detail demo page */
.visual-detail-layout { padding: 14px 9px; }
.visual-detail-layout .visual-module { display: block; width: 100%; margin-bottom: 8px; padding: 12px; border-bottom: 1px solid #dbe5e9; }
.visual-detail-main .visual-demo-title { text-align: left; font-size: 15px; }
.visual-detail-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 8px 0; color: #9aabb4; font-size: 10px; }
.visual-detail-meta .fa { margin-right: 3px; }
.visual-detail-body { display: flex; flex-direction: column; gap: 5px; }
.visual-detail-body i { display: block; height: 8px; background: #eef3f5; border-radius: 2px; }
.visual-detail-body i:nth-child(1) { width: 90%; }
.visual-detail-body i:nth-child(2) { width: 100%; }
.visual-detail-body i:nth-child(3) { width: 80%; }
.visual-detail-body i:nth-child(4) { width: 95%; }
.visual-detail-body i:nth-child(5) { width: 60%; }
.visual-detail-gallery .visual-gallery-row { display: flex; gap: 8px; margin: 8px 0; }
.visual-detail-gallery .visual-gallery-row i { display: block; flex: 1; height: 50px; background: #e8eef0; border-radius: 3px; }
.visual-detail-like { text-align: center; }
.visual-detail-like strong { color: var(--biz-navy); font-size: 12px; }
.visual-detail-like .fa { margin: 0 6px; }
.visual-detail-prevnext strong { display: block; padding: 5px 0; color: var(--biz-navy); font-size: 11px; }
.visual-detail-related .visual-news-row { display: flex; flex-direction: column; gap: 5px; margin-top: 6px; }
.visual-detail-related .visual-news-row i { display: block; height: 6px; background: #eef3f5; border-radius: 2px; }
.visual-detail-related .visual-news-row i:nth-child(1) { width: 70%; }
.visual-detail-related .visual-news-row i:nth-child(2) { width: 85%; }
.visual-detail-related .visual-news-row i:nth-child(3) { width: 60%; }

/* Advanced demo page */
.visual-advanced-grid { display: grid; padding: 14px 9px; gap: 10px; grid-template-columns: repeat(2, 1fr); }
.visual-advanced-card { display: flex; flex-direction: column; padding: 18px 12px; border: 1px solid #dbe5e9; border-radius: 4px; align-items: center; text-align: center; }
.visual-advanced-card .fa { margin-bottom: 8px; color: var(--biz-blue); font-size: 22px; }
.visual-advanced-card strong { color: var(--biz-navy); font-size: 12px; }
.visual-advanced-card small { margin-top: 3px; color: #9aabb4; font-size: 9px; }

@media (max-width: 1199.98px) {
    .visual-tag-layout { grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); }
    .visual-demo-wrap { padding: 11px; }
}
@media (max-width: 991.98px) {
    .visual-tag-layout { grid-template-columns: 1fr; }
    .visual-code-panel { position: static; }
    .visual-code-body { max-height: none; }
}
@media (max-width: 575.98px) {
    .visual-tag-page { padding-right: 10px; padding-left: 10px; }
    .visual-panel-head { padding: 13px 14px; }
    .visual-demo-wrap { padding: 8px; }
    .visual-code-head { padding: 14px; }
    .visual-code-body { padding: 13px; }
    .visual-advanced-grid { grid-template-columns: 1fr; }
}

html { scroll-behavior: smooth; }
body { color: #333; background: #fff; }

.site-navbar { min-height: 71px; }
.site-navbar .site-logo { display: block; width: 200px; height: 50px; object-fit: contain; }
.site-navbar .site-menu-item > a { color: #526b7a; }
.site-navbar .site-menu-item.active > a,
.site-navbar .site-menu-item > a:hover { color: var(--biz-navy); }

.hero-slider { width: 100%; overflow: hidden; }
.hero-slide { position: relative; }
.hero-actions .action { margin: 0 2px; padding: .35rem .75rem; }

.notice-bar { height: 39px; }
.notice-box { height: 24px; line-height: 24px; min-width: 0; position: relative; }
.notice-list { width: 100%; transition: transform .5s ease; }
.notice-item { display: block; width: 100%; height: 24px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.section-heading { margin-bottom: 2.2rem; text-align: center; }
.section-heading h1,
.section-heading h2 { margin: 0 0 .3rem; color: var(--pboot-cyan); font-size: 30px; font-weight: 400; letter-spacing: 3px; }
.section-heading p { margin: 0; color: var(--pboot-text); font-size: 16px; }
.section-heading p span { display: inline-block; padding-bottom: 2px; border-bottom: 3px double #ccc; }

.intro-copy { padding: 0 30px; font-size: 14px; line-height: 2; text-indent: 30px; }
.more-link { display: inline-block; margin: 3px 0 0 30px; color: #666; }
.more-link:hover { color: var(--pboot-cyan); }

.feature-section { background: var(--pboot-light) !important; }
.feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.feature-item { min-height: 175px; margin-bottom: 30px; padding: 0 20px; text-align: center; }
.feature-item img { width: 60px; height: 60px; margin-bottom: 12px; object-fit: contain; }
.feature-item h3 { margin: 0 0 7px; font-size: 20px; font-weight: 400; }
.feature-item p { margin: 0; color: var(--pboot-text); font-size: 12px; line-height: 1.7; }

.tech-columns h3 { margin-bottom: .65rem; font-size: 18px; font-weight: 400; }
.tech-columns h3 a { color: var(--pboot-text); }
.tech-columns ul { padding: 0; }
.tech-columns li { height: 42px; line-height: 42px; border-bottom: 1px dashed #dee2e6; list-style: none; overflow: hidden; }
.tech-columns li .fa { margin-right: 8px; color: #888; }
.tech-columns li a { display: inline; color: #555; }
.tech-columns li a:hover { color: var(--pboot-cyan); }
.tech-columns time { float: right; color: #999; }
.tech-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.section-action { text-align: center; }

.footer { font-size: 14px; }
.footer p { margin-bottom: .4rem; }
.footer a:hover { color: var(--pboot-cyan); }
.footer-links span { margin: 0 12px; color: #aaa; }
.copyright p { margin: 0; line-height: 1.7; }

.online { bottom: 105px; }

@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse { max-height: calc(100vh - 72px); overflow-y: auto; }
    .site-navbar .navbar-nav .nav-link { padding: .7rem 0; border-top: 1px solid #e9ecef; }
    .hero-actions .action { padding: .25rem .45rem; font-size: 12px; }
}

@media (max-width: 767.98px) {
    .section-heading h1,
    .section-heading h2 { font-size: 26px; }
    .feature-item { min-height: 190px; padding: 0 12px; }
    .feature-item h3 { font-size: 17px; }
    .intro-copy { padding: 0; text-indent: 28px; }
    .more-link { margin-left: 0; }
    .tech-columns time { display: none; }
}

@media (max-width: 575.98px) {
    .site-navbar { min-height: 61px; }
    .site-navbar .site-logo { width: 160px; height: 40px; }
    .notice-label { margin-right: .5rem !important; }
    .notice-box, .notice-item { height: 22px; line-height: 22px; }
    .notice-item { font-size: 13px; }
    .section-heading { margin-bottom: 1.6rem; }
    .section-heading p { font-size: 14px; }
    .intro-section, .feature-section, .technology-section { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .feature-item { min-height: 210px; margin-bottom: 12px; }
    .feature-item p { line-height: 1.55; }
    .footer-links span { margin: 0 5px; }
    .footer-links p { line-height: 2; }
}

/* Synced development manual */
.docs-masthead { position: relative; padding: 42px 0 38px; color: #fff; background: linear-gradient(120deg,#102a43 0%,#155c75 65%,#239c9d 100%); overflow: hidden; }
.docs-masthead::after { position: absolute; width: 320px; height: 320px; top: -230px; right: 8%; content: ''; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025); }
.docs-masthead .site-shell { position: relative; z-index: 2; }
.docs-masthead h1 { margin: 0 0 5px; color: #fff; font-size: 32px; font-weight: 600; }
.docs-masthead p { margin: 0; color: #d4e9ed; }
.docs-masthead-detail { padding-top: 32px; padding-bottom: 31px; }
.docs-masthead-detail h1 { font-size: 29px; }
.docs-source-note { margin-top: 0; margin-bottom: 22px; }
.docs-sidebar { align-self: flex-start; }
.docs-filter { margin-bottom: 10px; }
.docs-filter { position: relative; }
.docs-filter .field-control { height: 39px; padding-right: 38px; border-color: #dce6eb; background: #fff; font-size: 13px; }
.docs-filter-icon { position: absolute; top: 0; right: 0; display: flex; width: 38px; height: 39px; color: #718894; align-items: center; justify-content: center; pointer-events: none; }
.docs-filter .input-group-text { color: #78909e; }
.docs-sidebar nav { max-height: calc(100vh - 125px); border-color: #dce5e9; border-radius: 5px; background: #fff; overflow-y: auto; box-shadow: 0 8px 22px rgba(16,42,67,.05); }
.docs-sidebar a { padding: 9px 14px; color: #546e7a; border-color: #edf1f3; font-size: 13px; line-height: 1.45; }
.docs-sidebar a:hover, .docs-sidebar a.active { color: #fff; background: var(--biz-blue); }
.docs-filter-empty { padding: 12px; color: #899ca8; background: #f6f9fa; text-align: center; font-size: 12px; }
.manual-content { color: #405664; font-size: 15px; line-height: 1.85; }
.manual-content .bd-callout { margin-bottom: 16px; padding: 18px 20px 15px; background: #fff; border: 1px solid #e1e8eb; border-left: 3px solid var(--biz-cyan); border-radius: 4px; box-shadow: 0 6px 18px rgba(16,42,67,.035); }
.manual-content .bd-callout h4 { margin: 0 0 9px; color: var(--biz-blue); font-size: 20px; font-weight: 600; }
.manual-content p { margin-bottom: 10px; }
.manual-content pre { max-width: 100%; padding: 16px; color: #d7e9ef; background: #102a43; border-radius: 5px; white-space: pre-wrap; word-break: break-word; }
.manual-content code { color: #b83954; background: #f5f0f2; border-radius: 3px; }
.manual-content pre code { color: inherit; background: transparent; }
.manual-content img { max-width: 100% !important; height: auto !important; }
.manual-content iframe { width: 100%; max-width: 680px; border: 0; }
.manual-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; overflow-x: auto; }
.manual-content th, .manual-content td { padding: 8px 10px; border: 1px solid #dce5e9; }
.manual-content a { color: var(--biz-blue); text-decoration: underline; text-underline-offset: 2px; }
.manual-source, .manual-meta { margin-top: 18px; padding: 12px 15px; color: #708692; background: #f4f8fa; border-radius: 4px; font-size: 12px; }
.manual-source a, .manual-meta a { color: var(--biz-blue); }
.manual-meta { display: flex; margin: 0 0 15px; justify-content: space-between; }
.manual-meta-info { display: flex; gap: 16px; flex-wrap: wrap; }
.manual-prev-next { display: grid; margin-top: 22px; border-top: 1px solid #e1e8eb; grid-template-columns: 1fr 1fr; }
.manual-prev-next > div { min-height: 72px; padding: 15px 12px; color: #6e8490; }
.manual-prev-next > div:last-child { border-left: 1px solid #e1e8eb; text-align: right; }
.manual-prev-next span { display: block; margin-bottom: 4px; color: #9aabb4; font-size: 11px; }
.manual-prev-next a { color: var(--biz-navy); }
.manual-tail { margin-top: 22px; }
.manual-tail-tip { padding: 12px 16px; background: #f4f8fa; border: 1px solid #d8ebef; border-radius: 5px; color: #6e8490; font-size: 12.5px; line-height: 1.7; }
.manual-tail-tip a { color: var(--biz-blue); }
.manual-tail-tip .fa { margin-right: 4px; color: var(--biz-cyan); }
.manual-tail-actions { display: flex; gap: 12px; margin-top: 14px; }
.manual-tail-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 22px; border: none; border-radius: 5px; font-size: 13px; font-weight: 500; color: #fff; cursor: pointer; text-decoration: none; transition: opacity .2s, transform .1s, box-shadow .2s, background-color .2s; }
.manual-tail-btn:hover,
.manual-tail-btn:focus { color: #fff; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.15); transform: translateY(-1px); }
.manual-tail-btn:active { transform: scale(.97) translateY(0); }
.manual-tail-btn--like { background: var(--biz-blue); }
.manual-tail-btn--like:hover,
.manual-tail-btn--like:focus { background: #1a8fa8; }
.manual-tail-btn--like.is-liked { opacity: .65; cursor: default; box-shadow: none; transform: none; }
.manual-tail-btn--reward { background: #f0a020; }
.manual-tail-btn--reward:hover,
.manual-tail-btn--reward:focus { background: #d88e16; }
.manual-tail-btn .fa { font-size: 14px; }

/* ===== Reward Page ===== */
.reward-page { padding-bottom: 60px; }
.reward-intro { margin-bottom: 36px; padding-top: 30px; }
.reward-intro .breadcrumb-line { margin-bottom: 16px; }
.reward-intro h2 { font-size: 28px; margin: 6px 0 14px; color: var(--biz-navy); }
.reward-intro p { color: #5a6b73; line-height: 1.8; max-width: 680px; }
.reward-main { background: var(--biz-light-bg); padding: 48px 0; }
.reward-cards { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.reward-card { text-align: center; min-width: 200px; }
.reward-qr-wrap { width: 200px; height: 200px; border-radius: 12px; overflow: hidden; border: 1px solid #dde5e8; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.reward-qr-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #07c160; }
.reward-qr-placeholder .fa { font-size: 56px; }
.reward-qr-placeholder span { font-size: 13px; color: #8a9ba3; }
.reward-qr-placeholder--alipay { color: #1677ff; }
.reward-card h3 { margin: 16px 0 4px; font-size: 16px; color: var(--biz-navy); }
.reward-card p { font-size: 13px; color: #8a9ba3; }
.reward-note, .reward-thanks { background: #fff; border-radius: 10px; padding: 24px 28px; margin-bottom: 20px; border: 1px solid #e8eef0; }
.reward-note h3, .reward-thanks h3 { font-size: 16px; color: var(--biz-navy); margin-bottom: 14px; }
.reward-note h3 .fa, .reward-thanks h3 .fa { color: var(--biz-cyan); margin-right: 6px; }
.reward-note ul { list-style: none; padding: 0; margin: 0; }
.reward-note li { position: relative; padding-left: 22px; margin-bottom: 10px; color: #5a6b73; line-height: 1.7; font-size: 14px; }
.reward-note li::before { content: '\f00c'; font-family: 'FontAwesome'; position: absolute; left: 0; color: var(--biz-cyan); font-size: 13px; }
.reward-note a { color: var(--biz-cyan); text-decoration: none; }
.reward-note a:hover { text-decoration: underline; }
.reward-thanks p { color: #5a6b73; line-height: 1.8; font-size: 14px; }
.reward-actions { display: flex; gap: 14px; justify-content: center; margin-top: 32px; }

/* 打赏留言表单 */
.reward-form-section { background: #fff; border-radius: 10px; padding: 24px 28px; margin-bottom: 20px; border: 1px solid #e8eef0; }
.reward-form-section h3 { font-size: 16px; color: var(--biz-navy); margin-bottom: 6px; }
.reward-form-section h3 .fa { color: var(--biz-cyan); margin-right: 6px; }
.reward-form-hint { font-size: 13px; color: #8a9ba3; margin-bottom: 18px; }
.reward-form-row { display: flex; gap: 16px; margin-bottom: 14px; }
.reward-form-field { flex: 1; }
.reward-form-field--amount { max-width: 180px; }
.reward-form-field label { display: block; font-size: 13px; color: #5a6b73; margin-bottom: 6px; font-weight: 500; }
.reward-form-field .field-control { width: 100%; padding: 8px 12px; border: 1px solid #cfdce2; border-radius: 6px; font-size: 14px; transition: border-color .2s; box-sizing: border-box; }
.reward-form-field .field-control:focus { outline: none; border-color: var(--biz-cyan); }
.reward-form-field textarea.field-control { resize: vertical; min-height: 40px; }
.reward-form-actions { margin-top: 6px; }
.reward-form-actions .action { min-width: 140px; }
.reward-form-msg { margin-top: 12px; font-size: 13px; line-height: 1.6; }
.reward-form-msg--ok { color: #07a35a; }
.reward-form-msg--err { color: #d9412e; }
.reward-form-msg:empty { display: none; }

/* 感谢名单墙 */
.reward-wall { background: #fff; border-radius: 10px; padding: 24px 28px; margin-bottom: 20px; border: 1px solid #e8eef0; }
.reward-wall h3 { font-size: 16px; color: var(--biz-navy); margin-bottom: 6px; }
.reward-wall h3 .fa { color: var(--biz-cyan); margin-right: 6px; }
.reward-wall-summary { font-size: 13px; color: #8a9ba3; margin-bottom: 18px; }
.reward-wall-total { text-align: center; font-size: 14px; color: #5a6b73; padding: 12px 0 18px; border-bottom: 1px dashed #e2e9ec; margin-bottom: 16px; }
.reward-wall-total strong { color: var(--biz-cyan); font-size: 16px; }
.reward-wall-loading, .reward-wall-empty { text-align: center; color: #8a9ba3; padding: 30px 0; font-size: 14px; }
.reward-wall-loading .fa { margin-right: 6px; }
.reward-wall-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0f4f6; }
.reward-wall-item:last-child { border-bottom: 0; }
.reward-wall-avatar { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #239c9d, #155c75); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; }
.reward-wall-body { flex: 1; min-width: 0; }
.reward-wall-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.reward-wall-name { font-size: 14px; font-weight: 500; color: var(--biz-navy); }
.reward-wall-amount { font-size: 14px; font-weight: 600; color: #f0a020; }
.reward-wall-date { font-size: 12px; color: #a0b3bb; margin-left: auto; }
.reward-wall-message { font-size: 13px; color: #5a6b73; line-height: 1.6; word-break: break-word; }

@media (max-width: 576px) {
    .reward-cards { gap: 20px; }
    .reward-qr-wrap { width: 160px; height: 160px; }
    .reward-qr-placeholder .fa { font-size: 44px; }
    .reward-main { padding: 32px 0; }
    .reward-note, .reward-thanks, .reward-form-section, .reward-wall { padding: 18px 20px; }
    .reward-actions { flex-direction: column; }
    .reward-form-row { flex-direction: column; gap: 14px; }
    .reward-form-field--amount { max-width: none; }
    .reward-wall-date { display: none; }
}

.docs-top-tools { margin-bottom: 18px; }
.docs-search-form { max-width: 540px; margin-bottom: 11px; }
.docs-search-control { display: flex; gap: 8px; }
.docs-search-form .field-control, .docs-search-form .action { height: 39px; font-size: 13px; }
.docs-search-form .field-control { min-width: 0; border-color: #cfdce2; flex: 1; }
.docs-search-form .action { min-width: 66px; }
.docs-hot-links { display: flex; min-height: 25px; color: #536b78; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; font-size: 13px; line-height: 1.7; }
.docs-hot-badge { padding: 1px 5px; color: #fff; background: #ed3b45; border-radius: 3px; font-size: 11px; font-weight: 700; line-height: 1.45; }
.docs-hot-title { margin-left: -7px; color: #374f5d; }
.docs-hot-links a { color: #243b53; white-space: nowrap; }
.docs-hot-links a:hover { color: var(--biz-blue); }
.docs-hot-links em { color: #738995; font-style: normal; }
.docs-search-summary { margin: 4px 0 12px; padding-bottom: 10px; color: #6f8490; border-bottom: 1px solid #e2e9ec; font-size: 13px; }
.docs-search-summary strong { color: var(--biz-blue); }
.docs-search-item { position: relative; padding: 18px 20px 16px; margin-bottom: 13px; background: #fff; border: 1px solid #e1e8eb; border-left: 3px solid var(--biz-cyan); border-radius: 4px; }
.docs-search-item h2 { margin: 0 0 8px; font-size: 19px; }
.docs-search-item h2 a { color: var(--biz-navy); }
.docs-search-item h2 a:hover { color: var(--biz-blue); }
.docs-search-item p { margin: 0 0 9px; color: #607784; font-size: 13px; line-height: 1.75; }
.docs-search-item em { padding: 0 2px; color: #c83245; background: #fff0f2; font-style: normal; }
.docs-search-more { color: var(--biz-blue); font-size: 12px; }
.docs-search-empty { padding: 55px 20px; color: #8296a1; background: #f6f9fa; border-radius: 5px; text-align: center; }
.docs-search-empty > .fa { display: block; margin-bottom: 12px; color: #a8bbc4; font-size: 28px; }
.docs-search-empty strong { display: block; margin-bottom: 5px; color: #607783; }
.docs-search-empty p { margin: 0; }

@media (max-width: 767.98px) {
    .docs-masthead { padding: 29px 0 26px; }
    .docs-masthead h1 { font-size: 27px; }
    .docs-filter { margin-top: 9px; }
    .docs-sidebar nav { max-height: 360px; }
    .manual-content { font-size: 14px; }
    .manual-content .bd-callout { padding: 15px 14px 12px; }
    .manual-content .bd-callout h4 { font-size: 18px; }
    .manual-content iframe { height: 270px; }
    .docs-search-form { max-width: none; }
    .docs-hot-links { display: block; }
    .docs-hot-links a { display: inline-block; margin: 3px 10px 0 0; }
    .docs-hot-title { margin-left: 3px; }
}

@media (max-width: 575.98px) {
    .docs-masthead p { font-size: 13px; line-height: 1.6; }
    .docs-source-note { display: block; }
    .docs-source-note > .fa { margin-bottom: 7px; }
    .manual-meta { display: block; line-height: 1.8; }
    .manual-meta a { display: block; }
    .manual-prev-next { display: block; }
    .manual-prev-next > div:last-child { border-top: 1px solid #e1e8eb; border-left: 0; text-align: left; }
    .manual-tail-actions { justify-content: center; }
}

/* Shared inner pages */
.inner-banner {
    height: 250px;
    color: #fff;
    background: #15191d url(../images/pbootcms/inner-banner.jpg) center 50%/cover no-repeat;
}
.inner-banner .site-shell { position: relative; height: 100%; }
.inner-banner-copy { position: absolute; top: 78px; left: 15px; }
.inner-banner-copy strong { display: block; font-size: 50px; font-weight: 600; line-height: 1; letter-spacing: -2px; }
.inner-banner-copy strong span { color: #58d4ee; }
.inner-banner-copy p { margin-top: 10px; font-size: 19px; }
.inner-pages { min-height: 520px; padding-top: 12px; padding-bottom: 55px; }
.position, .position a { color: #999; }
.article-page > h1 { margin: 22px 0 28px; text-align: center; font-size: 28px; font-weight: 500; }
.article-meta { margin: -12px 0 28px; padding-bottom: 12px; color: #999; text-align: center; border-bottom: 1px solid #eee; }
.article-meta span { margin-left: 24px; }
.article-content { color: #666; font-size: 15px; line-height: 2.1; }
.article-content p { margin-bottom: 1rem; }
.article-content h2, .article-content h3 { margin: 30px 0 14px; color: #333; font-size: 20px; }
.article-content .lead-copy { font-size: 17px; text-indent: 2em; }
.article-content .system-points { padding-left: 2em; }
.article-content .system-points li { margin-bottom: 6px; list-style: decimal; }
.article-content img { display: block; max-width: 100%; height: auto; margin: 18px auto; }
.article-content pre, .docs-content pre { padding: 18px; color: #d9e5ef; background: #25313c; border-radius: 3px; white-space: pre-wrap; }
.article-content code, .docs-content code { font-family: Consolas, Monaco, monospace; }
.article-content ul { padding-left: 24px; }
.article-content ul li { margin-bottom: 7px; list-style: disc; }
.article-neighbors { margin-top: 35px; padding-top: 18px; color: #777; border-top: 1px solid #eee; line-height: 2; }
.list-page { min-height: calc(100vh - 260px); }
.list-intro, .submission-note { margin: 2px 0 22px; color: #555; }
.list-intro a, .submission-note { color: #d9534f; }
.inner-search { margin: 14px 0 28px; }
.inner-search .form-control { width: 182px; margin-right: 14px; }
.empty-state { padding: 40px 0; }

/* Authorization */
.sponsor-stack { margin: -4px 0 24px; }
.sponsor-strip { display: flex; min-height: 82px; padding: 15px 28px; color: #fff; align-items: center; justify-content: space-between; border-bottom: 2px solid #fff; }
.sponsor-strip:hover { color: #fff; filter: brightness(1.05); }
.sponsor-strip strong { font-size: 29px; letter-spacing: 1px; }
.sponsor-strip span { font-size: 19px; }
.sponsor-one { background: linear-gradient(110deg, #2064e6, #4b9df5); }
.sponsor-two { background: linear-gradient(110deg, #064681, #0d2f63); }
.sponsor-three { background: linear-gradient(110deg, #121212, #3d2d08); color: #ffe558; }
.sponsor-four { background: linear-gradient(110deg, #1670c9, #0ba4d9); }
.authorization-grid { display: grid; margin-top: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.authorization-grid h1 { margin-bottom: 12px; font-size: 25px; }
.authorization-grid h2 { margin: 28px 0 14px; font-size: 20px; }
.license-form { margin: 24px 0; padding: 24px; background: #f7f9fa; border: 1px solid #e5e8ea; }
.license-form label { font-weight: 600; }
.license-result { display: none; margin-top: 16px; padding: 12px 15px; line-height: 1.8; border-radius: 3px; }
.license-result.error { display: block; color: #a94442; background: #f9e7e7; }
.license-result.success { display: block; color: #287a4a; background: #e6f5ec; }
.license-result.loading { display: block; color: #4d7181; background: #edf6f7; }
.license-note ul { padding-left: 20px; color: #666; line-height: 2; }
.license-note li { list-style: disc; }
.license-help { padding-left: 55px; }
.step-card { display: flex; margin-bottom: 16px; padding: 17px; border: 1px solid #e5e8ea; border-radius: 3px; }
.step-card > span { flex: 0 0 42px; height: 42px; margin-right: 14px; color: #fff; background: var(--pboot-cyan); border-radius: 50%; text-align: center; line-height: 42px; font-size: 20px; }
.step-card p { margin-top: 5px; color: #777; line-height: 1.7; }

/* Partners */
.partner-grid { display: grid; margin-top: 8px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.partner-card-wrap { margin-bottom: 30px; }
.partner-card { height: 100%; background: #fff; border: 1px solid #ddd; border-radius: 3px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.partner-card:hover { transform: translateY(-3px); box-shadow: 0 9px 25px rgba(35, 65, 85, .12); }
.partner-visual { display: flex; height: 118px; padding: 15px; color: #fff; background: linear-gradient(135deg, #0da6c2, #185a98); flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.partner-card-wrap:nth-child(2n) .partner-visual { background: linear-gradient(135deg, #108f68, #28b89c); }
.partner-card-wrap:nth-child(3n) .partner-visual { background: linear-gradient(135deg, #078cd7, #1855c8); }
.partner-card-wrap:nth-child(4n) .partner-visual { background: linear-gradient(135deg, #466fd6, #63bad5); }
.partner-visual:hover { color: #fff; }
.partner-visual span { font-size: 24px; font-weight: 600; }
.partner-body { min-height: 128px; padding: 18px 16px 14px; }
.partner-body h2 { font-size: 18px; font-weight: 500; }
.partner-body p { margin-top: 12px; color: #666; line-height: 1.75; }
.partner-card footer { display: flex; padding: 12px 15px; color: #777; background: #fafafa; border-top: 1px solid #eee; font-size: 12px; justify-content: space-between; }

/* Documentation */
.docs-page { min-height: calc(100vh - 190px); }
.docs-sidebar nav { position: sticky; top: 84px; display: block; border: 1px solid #ddd; }
.docs-sidebar a { display: block; padding: 11px 16px; color: #666; border-bottom: 1px solid #ddd; }
.docs-sidebar a:last-child { border-bottom: 0; }
.docs-sidebar a:hover { color: #fff; background: var(--pboot-cyan); }
.docs-search { max-width: 540px; }
.docs-hot { margin: 10px 0 18px; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.docs-hot span { padding: 2px 5px; color: #fff; background: #e74c3c; border-radius: 3px; }
.doc-block { margin-bottom: 14px; padding: 20px 20px 17px; border: 1px solid #e4e7e9; border-left: 3px solid #42bad0; border-radius: 2px; scroll-margin-top: 85px; }
.doc-block h1, .doc-block h2 { margin: 0 0 7px; color: #48aebe; font-size: 24px; font-weight: 400; }
.doc-block p { margin: 0; color: #555; line-height: 1.8; }
.doc-block pre { margin: 15px 0 0; }

/* Technology */
.category-pills { display: flex; margin-bottom: 14px; flex-wrap: wrap; gap: 6px; }
.category-pills a { padding: 7px 13px; color: #555; background: #f5f6f7; border-radius: 3px; }
.category-pills a.active, .category-pills a:hover { color: #fff; background: #21a9bd; }
.category-pills span { display: inline-block; min-width: 19px; padding: 0 4px; margin-left: 2px; color: #fff; background: #23a9bd; border-radius: 4px; text-align: center; }
.category-pills a.active span, .category-pills a:hover span { color: #1595aa; background: #fff; }
.article-list { padding: 0; }
.article-list li { min-height: 43px; padding: 11px 3px; border-bottom: 1px dashed #ddd; list-style: none; }
.article-list li > .fa { margin-right: 3px; color: #555; }
.article-list li > a { color: #4b4b4b; }
.article-list li > a:hover { color: var(--pboot-cyan); }
.article-list time { float: right; color: #666; }
.article-list .badge { margin-left: 4px; }
.pagination .page-link { color: #2aa7bd; }
.page-num-current { color: #fff !important; background: #2aa7bd !important; border-color: #2aa7bd !important; }

/* Changelog */
.changelog-page { padding-bottom: 46px; }
.changelog-toolbar { display: flex; max-width: 1080px; margin: 4px auto 28px; padding: 17px 19px; background: #f1f8fa; border: 1px solid #d8e9ed; border-radius: 8px; align-items: center; justify-content: space-between; gap: 18px; }
.changelog-toolbar-copy { display: flex; min-width: 0; align-items: center; gap: 13px; }
.changelog-toolbar-copy > span { flex: 0 0 auto; padding: 5px 9px; color: var(--biz-blue); background: #dff2f3; border-radius: 4px; font-size: 12px; font-weight: 600; }
.changelog-toolbar-copy strong { display: block; color: var(--biz-navy); font-size: 16px; }
.changelog-toolbar-copy p { margin: 3px 0 0; color: #718895; font-size: 12px; }
.changelog-toolbar-actions { display: flex; flex: 0 0 auto; gap: 7px; }
.changelog-toolbar-actions button { padding: 6px 10px; color: #557382; background: #fff; border: 1px solid #ccdee3; border-radius: 4px; cursor: pointer; font-size: 12px; }
.changelog-toolbar-actions button:hover, .changelog-toolbar-actions button:focus { color: var(--biz-blue); border-color: var(--biz-cyan); outline: none; }
.release-timeline { position: relative; max-width: 1080px; margin: 0 auto; padding: 2px 0 12px; }
.release-timeline::before { position: absolute; top: 10px; bottom: 22px; left: 82px; width: 2px; content: ''; background: #d7e6ea; }
.release { position: relative; display: grid; margin-bottom: 15px; grid-template-columns: 82px minmax(0,1fr); gap: 25px; }
.release::before { position: absolute; top: 22px; left: 77px; z-index: 2; width: 12px; height: 12px; content: ''; background: var(--biz-cyan); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #9ed8dd; }
.release time { display: flex; padding: 13px 18px 0 0; color: #8196a2; align-items: flex-end; flex-direction: column; font-size: 12px; line-height: 1.2; }
.release time strong { color: var(--biz-navy); font-size: 17px; }
.release time span { margin-top: 3px; }
.release-card { background: #fff; border: 1px solid #dce8eb; border-radius: 8px; box-shadow: 0 5px 18px rgba(16,42,67,.035); overflow: hidden; }
.release-card[open] { border-color: #bfdee3; box-shadow: 0 9px 26px rgba(16,42,67,.065); }
.release-card summary { display: flex; min-height: 58px; padding: 15px 18px; color: var(--biz-navy); align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; }
.release-card summary::-webkit-details-marker { display: none; }
.release-card summary:hover { color: var(--biz-blue); background: #fbfdfd; }
.release-title { min-width: 0; }
.release-toggle { display: inline-flex; flex: 0 0 auto; width: 27px; height: 27px; color: #6f8b98; background: #eef6f7; border-radius: 50%; align-items: center; justify-content: center; transition: transform .2s ease; }
.release-card[open] .release-toggle { color: var(--biz-blue); transform: rotate(180deg); }
.release-body { padding: 2px 19px 18px; color: #536c79; border-top: 1px solid #edf3f5; font-size: 13px; line-height: 1.85; white-space: pre-line; }
.release-body p { margin: 11px 0 0; }
.release-body ol, .release-body ul { margin: 11px 0 0; padding-left: 22px; }
.release-body li { margin: 4px 0; }
.release-body a { word-break: break-all; }
.release-links { display: flex; padding: 10px 18px; background: #f8fbfc; border-top: 1px solid #edf3f5; gap: 18px; }
.release-links a { color: #66818f; font-size: 12px; }
.release-links a:hover { color: var(--biz-blue); }
.release-links .fa { margin-right: 4px; }
.changelog-detail-page { max-width: 1040px; }
.changelog-detail-card { background: #fff; border: 1px solid #dce8eb; border-radius: 9px; box-shadow: 0 9px 28px rgba(16,42,67,.055); overflow: hidden; }
.changelog-detail-card > header { display: flex; padding: 15px 20px; color: #6c8592; background: #f2f8f9; border-bottom: 1px solid #dce8eb; align-items: center; justify-content: space-between; font-size: 12px; }
.changelog-detail-card > header span { color: var(--biz-blue); font-weight: 600; }
.release-detail-body { padding: 24px 25px; color: #425f6d; font-size: 14px; line-height: 1.9; white-space: pre-line; }
.release-detail-body p { margin: 12px 0 0; }
.release-detail-body p:first-child { margin-top: 0; }
.changelog-detail-card > footer { padding: 12px 20px; background: #f8fbfc; border-top: 1px solid #edf3f5; }
.changelog-detail-card > footer a { color: var(--biz-blue); font-size: 13px; }
.changelog-detail-page .article-neighbors { margin-top: 18px; }

@media (max-width: 991.98px) {
    .sponsor-strip strong { font-size: 23px; }
    .sponsor-strip span { font-size: 15px; }
    .license-help { padding-left: 15px; }
    .partner-card footer { display: block; }
    .partner-card footer time { display: block; margin-top: 4px; }
}

@media (max-width: 767.98px) {
    .inner-pages { padding-top: 25px; }
    .article-page > h1 { margin-top: 0; font-size: 24px; }
    .article-content { font-size: 14px; }
    .article-meta span { display: block; margin: 3px 0 0; }
    .sponsor-strip { min-height: 70px; padding: 12px 15px; }
    .sponsor-strip strong { font-size: 19px; }
    .sponsor-strip span { max-width: 55%; text-align: right; font-size: 13px; }
    .authorization-grid h1 { margin-top: 10px; }
    .license-help { margin-top: 20px; }
    .docs-sidebar { margin-bottom: 16px; }
    .docs-sidebar nav { position: static; display: none; margin-top: 8px; }
    .docs-sidebar nav.open { display: block; }
    .docs-hot { font-size: 13px; }
    .article-list time { display: none; }
    .changelog-toolbar { align-items: flex-start; flex-direction: column; }
    .release-timeline::before { left: 8px; }
    .release { display: block; padding-left: 34px; margin-bottom: 14px; }
    .release::before { top: 8px; left: 3px; }
    .release time { padding: 0 0 7px; align-items: baseline; flex-direction: row; gap: 5px; }
    .release time strong { font-size: 14px; }
    .release-card summary { min-height: 52px; padding: 13px 14px; font-size: 14px; }
    .release-body { padding-right: 14px; padding-left: 14px; }
    .release-detail-body { padding: 19px 16px; }
}

@media (max-width: 575.98px) {
    .authorization-page, .cooperation-page, .technology-page, .docs-page { padding-top: 15px !important; }
    .sponsor-strip { display: block; }
    .sponsor-strip span { display: block; max-width: none; margin-top: 4px; text-align: left; }
    .license-form { padding: 18px 14px; }
    .inner-search .form-control { width: calc(100% - 78px); margin-right: 8px; }
    .partner-body { min-height: auto; }
    .article-list li { padding-right: 0; }
    .article-list li > a { display: inline-block; max-width: calc(100% - 28px); overflow: hidden; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap; }
    .article-list .badge { display: none; }
    .doc-block { padding: 16px 14px; }
    .doc-block h1, .doc-block h2 { font-size: 21px; }
}

/* PbootBiz third-party identity */
:root {
    --biz-navy: #102a43;
    --biz-blue: #137c9b;
    --biz-cyan: #27b4c6;
    --biz-mint: #66d5c3;
    --biz-ink: #243b53;
    --biz-soft: #f3f8fb;
}
body { color: var(--biz-ink); background: #fff; }
.site-navbar { min-height: 76px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e7eef2; box-shadow: 0 5px 22px rgba(16,42,67,.06); }
.pbootbiz-brand { display: flex; margin-right: 22px; align-items: center; }
.brand-mark { display: flex; width: 46px; height: 46px; margin-right: 11px; color: #fff; background: linear-gradient(145deg,var(--biz-cyan),var(--biz-blue)); border-radius: 13px 5px 13px 5px; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; line-height: 1; box-shadow: 0 7px 16px rgba(19,124,155,.22); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--biz-navy); font-size: 24px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 6px; color: #7690a3; font-size: 11px; letter-spacing: .7px; }
.site-navbar .site-menu-item > a { position: relative; color: #526b7a; }
.site-navbar .site-menu-item.active > a,
.site-navbar .site-menu-item > a:hover { color: var(--biz-navy); }
.site-notice { position: relative; color: #486779; background: linear-gradient(90deg,#eef8fa,#f5fbfb); border-bottom: 1px solid #d5eaee; font-size: 12px; transition: opacity .2s ease, transform .2s ease; }
.site-notice[hidden] { display: none !important; }
.site-notice.is-closing { opacity: 0; transform: translateY(-5px); }
.site-notice-inner { display: flex; min-height: 42px; padding-top: 7px; padding-bottom: 7px; align-items: center; justify-content: space-between; gap: 18px; }
.site-notice-content { display: flex; min-width: 0; align-items: center; line-height: 1.65; }
.site-notice-icon { flex: 0 0 auto; margin-right: 8px; color: var(--biz-blue); font-size: 14px; }
.site-notice-close { display: inline-flex; flex: 0 0 auto; padding: 4px 7px; color: #6a8796; background: transparent; border: 0; border-radius: 3px; align-items: center; cursor: pointer; font-size: 11px; }
.site-notice-close:hover, .site-notice-close:focus { color: var(--biz-navy); background: rgba(19,124,155,.08); outline: none; }
.site-notice-close .fa { margin-right: 5px; font-size: 13px; }

.hero-slider { height: 450px; color: #fff; }
.hero-slide { height: 450px; overflow: hidden; }
.hero-slide::before, .hero-slide::after { position: absolute; content: ''; border-radius: 50%; pointer-events: none; }
.hero-slide-primary { background: linear-gradient(120deg,#102a43 0%,#125b74 58%,#21a8b8 100%); }
.hero-slide-primary::before { width: 520px; height: 520px; top: -290px; right: -80px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); }
.hero-slide-primary::after { width: 330px; height: 330px; bottom: -250px; left: 35%; background: rgba(102,213,195,.13); }
.hero-panel { position: relative; display: flex; height: 100%; align-items: center; justify-content: space-between; }
.hero-copy { position: relative; z-index: 2; width: 57%; }
.hero-copy h1, .hero-copy h2 { margin: 0; color: #fff; font-size: 40px; font-weight: 300; line-height: 1.35; letter-spacing: 0; }
.hero-copy h1 strong, .hero-copy h2 strong { color: #fff; font-weight: 650; }
.hero-copy p { max-width: 650px; margin: 20px 0 25px; color: #d4e9ef; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-bottom: 22px; }
.hero-actions .action { margin-right: 8px; padding: .65rem 1.2rem; border-radius: 4px; }
.hero-source-note { color: #b9dce5; font-size: 12px; }
.hero-source-note .fa { margin-right: 4px; color: #65dcc4; }
.hero-visual { position: relative; z-index: 2; width: 38%; }
.resource-window { padding: 18px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); border-radius: 12px; box-shadow: 0 24px 60px rgba(2,28,48,.28); transform: rotate(1.4deg); }
.resource-window-top { display: flex; margin: -4px 0 16px; align-items: center; }
.resource-window-top i { width: 8px; height: 8px; margin-right: 5px; background: #d4e1e7; border-radius: 50%; }
.resource-window-top span { margin-left: auto; color: #8ba1af; font-size: 11px; }
.resource-card { display: flex; margin-top: 9px; padding: 15px; color: var(--biz-ink); background: #f3f8fa; border-left: 3px solid var(--biz-cyan); border-radius: 5px; align-items: center; }
.resource-card .fa { width: 34px; color: var(--biz-blue); font-size: 21px; }
.resource-card span { font-weight: 600; }
.resource-card small { display: block; margin-top: 3px; color: #7990a0; font-size: 11px; font-weight: 400; }
.resource-card-two { margin-left: 22px; border-color: #66d5c3; }
.resource-card-three { margin-left: 8px; border-color: #e8ad61; }
.hero-metrics { position: relative; z-index: 2; display: grid; width: 37%; grid-template-columns: repeat(3,1fr); gap: 12px; }
.hero-metrics div { padding: 30px 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; text-align: center; backdrop-filter: blur(3px); }
.hero-metrics strong { display: block; font-size: 31px; }
.hero-metrics span { color: #d6edf0; font-size: 11px; }
.product-main-image { display: flex; aspect-ratio: 16 / 9; min-height: 0; padding: 16px; background: #f6f9fa; border: 1px solid #dce6ea; border-radius: 6px; align-items: center; justify-content: center; }
.product-main-image img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
.product-thumbnails { display: flex; flex-wrap: wrap; gap: 8px; }
.product-thumbnail { display: flex; width: 74px; height: 60px; padding: 3px; background: #fff; border: 1px solid #d8e3e7; border-radius: 4px; align-items: center; justify-content: center; cursor: pointer; }
.product-thumbnail:hover, .product-thumbnail.active { border-color: var(--biz-cyan); box-shadow: 0 0 0 1px var(--biz-cyan); }
.product-thumbnail img { display: block; max-width: 100%; max-height: 100%; object-fit: cover; }
.product-detail-page { min-height: calc(100vh - 330px); padding-top: 28px; padding-bottom: 52px; }
.product-detail-layout { display: grid; margin-bottom: 38px; grid-template-columns: minmax(0,1fr) minmax(340px,.92fr); gap: 45px; }
.product-summary h1 { margin: 0 0 22px; padding-bottom: 16px; color: var(--biz-navy); border-bottom: 2px solid #edf3f5; font-size: 29px; line-height: 1.45; }
.product-properties { margin: 0 0 25px; }
.product-properties > div { display: grid; padding: 12px 2px; color: #617783; border-bottom: 1px dashed #d8e2e6; grid-template-columns: 95px minmax(0,1fr); }
.product-properties dt { color: #3e5c6b; font-weight: 600; }
.product-properties dd { margin: 0; }
.product-description { padding-top: 8px; }
.product-description > h2 { margin: 0 0 22px; padding-bottom: 11px; color: var(--biz-navy); border-bottom: 2px solid #e4eef1; font-size: 20px; }
.product-description > h2 .fa { margin-right: 7px; color: var(--biz-blue); }

.notice-bar { height: 42px; background: #fff; border-bottom: 1px solid #e7eef2; }
.notice-bar .site-shell { height: 100%; }
.notice-label { color: var(--biz-blue); font-weight: 600; }
.notice-item { color: #637b8b; }
.notice-item--announce { color: var(--pboot-text); font-weight: 500; }
.notice-tag { display: inline-block; margin-right: 6px; padding: 1px 6px; color: #fff; background: var(--biz-cyan); border-radius: 3px; font-size: 11px; font-weight: 400; line-height: 16px; vertical-align: 1px; }
.notice-tag--update { background: #f0a020; }
.section-heading { margin-bottom: 2.5rem; }
.section-heading h2 { color: var(--biz-navy); font-size: 29px; font-weight: 600; letter-spacing: 0; }
.section-heading p { color: #7a909e; }
.reader-note { display: flex; max-width: 840px; margin: 0 auto 25px; padding: 17px 20px; background: #f1f8fa; border: 1px solid #d8ebef; border-radius: 7px; }
.reader-note > .fa { margin: 2px 14px 0 0; color: var(--biz-blue); font-size: 25px; }
.reader-note strong { color: var(--biz-navy); }
.reader-note p { margin-top: 4px; color: #61798a; }
.intro-copy { max-width: 980px; margin: auto; padding: 0; text-indent: 2em; }
.feature-section { background: #f6f9fa !important; }
.feature-grid { gap: 0; background: #dfe9ec; border: 1px solid #dfe9ec; border-radius: 6px; overflow: hidden; }
.feature-item { display: flex; min-height: 118px; padding: 20px; margin: 0; background: #fff; border-radius: 0; align-items: center; gap: 14px; transition: background .2s ease; }
.feature-item:nth-child(-n+4) { border-bottom: 1px solid #dfe9ec; }
.feature-item:not(:nth-child(4n)) { border-right: 1px solid #dfe9ec; }
.feature-item:hover { background: #f2f8f9; box-shadow: none; transform: none; }
.feature-item > .fa { display: flex; width: 38px; height: 38px; color: var(--biz-blue); background: #e5f3f5; border-radius: 4px; align-items: center; flex: 0 0 auto; justify-content: center; font-size: 16px; }
.feature-item > div { min-width: 0; }
.feature-item h3 { margin: 0 0 4px; color: var(--biz-navy); font-size: 15px; font-weight: 600; }
.feature-item p { margin: 0; color: #718690; font-size: 12px; line-height: 1.65; }
.technology-section { background: #fff; }
.tech-columns > div > h3 { padding-bottom: 12px; border-bottom: 2px solid #edf3f5; }
.tech-columns h3 a { color: var(--biz-navy); font-weight: 600; }

.inner-banner { position: relative; height: 220px; background: linear-gradient(125deg,#102a43,#17677e 65%,#2aa9ac); overflow: hidden; }
.inner-banner::before { position: absolute; width: 380px; height: 380px; top: -230px; right: 7%; content: ''; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018); }
.inner-banner::after { position: absolute; width: 240px; height: 240px; bottom: -185px; left: 22%; content: ''; background: rgba(102,213,195,.12); border-radius: 50%; }
.inner-banner-content { position: relative; z-index: 2; display: flex; height: 100%; color: #fff; flex-direction: column; justify-content: center; }
.inner-banner h1 { margin: 0; font-size: 33px; font-weight: 600; }
.inner-banner p { margin-top: 8px; color: #d7eaee; font-size: 14px; }

.footer { color: #a9bfcc; background: #102a43 !important; border: 0 !important; }
.footer-main { padding-top: 45px; padding-bottom: 35px; }
.footer-brand { display: flex; margin-bottom: 15px; align-items: center; }
.footer-brand span { display: flex; width: 37px; height: 37px; margin-right: 10px; color: #fff; background: var(--biz-cyan); border-radius: 10px 4px 10px 4px; align-items: center; justify-content: center; font-weight: 700; }
.footer-brand strong { color: #fff; font-size: 23px; }
.footer-about p { max-width: 470px; color: #9db2bf; line-height: 1.8; }
.footer-domain { margin-top: 12px !important; color: #69d7c5 !important; }
.footer-nav h3 { margin-bottom: 15px; color: #fff; font-size: 15px; }
.footer-nav a { display: block; margin: 9px 0; color: #9db2bf; }
.footer-nav a:hover { color: #65d7c2; }
.footer-friendlinks { padding: 18px 0; background: #0d2540; border-top: 1px solid rgba(255,255,255,.05); }
.footer-friendlinks .site-shell { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.footer-friendlinks-label { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; color: #6e8a9a; font-size: 13px; }
.footer-friendlinks-label .fa { color: #4a7a8c; }
.footer-friendlinks-list { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.footer-friendlinks-list a { color: #8aa3b2; font-size: 13px; text-decoration: none; transition: color .15s ease; }
.footer-friendlinks-list a:hover { color: #65d7c2; }
.footer-disclaimer { padding: 13px 0; color: #91a8b7; background: #0b2136; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); font-size: 12px; line-height: 1.7; }
.footer-disclaimer strong { color: #d4e1e7; }
.copyright { color: #7993a3; background: #0b2136; font-size: 12px; }
.copyright .site-shell { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; }
.copyright-links { display: inline-flex; align-items: center; gap: 16px; }
.copyright-links a { color: #7fa3b4; text-decoration: none; transition: color .15s ease; }
.copyright-links a:hover { color: #65d7c2; }
.copyright-icp { color: #7fa3b4; text-decoration: none; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(127, 163, 180, .35); transition: color .15s ease; }
.copyright-icp:hover { color: #65d7c2; }
.footer-brand { text-decoration: none; }
.footer-brand:hover strong { color: #65d7c2; }
.online dl { background: var(--biz-blue); }
.online dl:hover { background: var(--biz-navy); }
.source-disclaimer { display: flex; margin: 10px 0 18px; padding: 15px 18px; color: #5f7787; background: #f0f8fa; border: 1px solid #d8ebef; border-left: 3px solid var(--biz-cyan); border-radius: 4px; }
.source-disclaimer > .fa { margin: 2px 12px 0 0; color: var(--biz-blue); font-size: 20px; }
.source-disclaimer strong { color: var(--biz-navy); }
.source-disclaimer p { margin-top: 3px; line-height: 1.7; }
.resource-guide-hero { position: relative; margin: -4px 0 28px; padding: 38px 42px; color: #fff; background: linear-gradient(125deg,#102a43,#17677e 65%,#2aa9ac); border-radius: 8px; overflow: hidden; }
.resource-guide-hero::after { position: absolute; width: 260px; height: 260px; top: -175px; right: 4%; content: ''; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025); }
.resource-guide-hero h1 { max-width: 760px; margin: 0 0 8px; color: #fff; font-size: 28px; }
.resource-guide-hero p { color: #d5eaee; }
.license-title { margin-bottom: 12px; color: var(--biz-navy); font-size: 25px; }
.license-panel { padding: 30px; background: #fff; border: 1px solid #e0eaee; border-radius: 9px; box-shadow: 0 9px 28px rgba(16,42,67,.06); }
.license-kicker { display: inline-block; margin-bottom: 8px; padding: 3px 9px; color: var(--biz-blue); background: #e8f6f7; border-radius: 3px; font-size: 12px; font-weight: 600; }
.license-panel .license-form { margin: 22px 0 0; padding: 0; background: transparent; border: 0; }
.license-captcha-row { display: flex; gap: 9px; }
.license-captcha-row .form-control { min-width: 0; }
.license-captcha-refresh { display: block; flex: 0 0 132px; height: 40px; padding: 0; background: #eef4f5; border: 1px solid #cedadd; border-radius: 3px; cursor: pointer; overflow: hidden; }
.license-captcha-refresh img { display: block; width: 100%; height: 100%; object-fit: cover; }
.license-form small { color: #84949c; }
.license-consent { display: flex; margin: 18px 0; color: #687e8b; align-items: flex-start; font-size: 12px; font-weight: 400 !important; line-height: 1.65; cursor: pointer; }
.license-consent input { flex: 0 0 auto; margin: 4px 8px 0 0; }
.license-submit { min-width: 130px; }
.license-success-box > strong { display: block; margin-bottom: 8px; font-size: 16px; }
.license-success-box p { display: flex; margin: 6px 0; align-items: flex-start; gap: 7px; }
.license-success-box p span { flex: 0 0 auto; }
.license-success-box code { padding: 2px 5px; color: #17677e; background: rgba(255,255,255,.7); word-break: break-all; }
.license-copy { flex: 0 0 auto; padding: 2px 8px; color: var(--biz-blue); background: #fff; border: 1px solid #a8d7dc; border-radius: 3px; cursor: pointer; font-size: 12px; }
.license-boundary { display: flex; margin: 24px 0 18px; padding: 16px; color: #607887; background: #f6f9fa; border: 1px solid #e1e9ec; border-radius: 5px; line-height: 1.75; }
.license-boundary .fa { flex: 0 0 auto; margin: 4px 10px 0 0; color: var(--biz-blue); }
.license-boundary p { margin: 0; }

.market-section { background: #fff; }
.commerce-grid { display: grid; margin-top: 8px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.commerce-card { position: relative; display: block; height: 100%; min-height: 300px; padding: 30px 28px 27px; color: #536b7a; background: #fff; border: 1px solid #e0eaee; border-radius: 10px; box-shadow: 0 8px 26px rgba(16,42,67,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; overflow: hidden; }
.commerce-card::before { position: absolute; width: 120px; height: 120px; top: -75px; right: -65px; content: ''; background: rgba(37,169,177,.08); border-radius: 50%; }
.commerce-card:hover { color: #536b7a; border-color: #9ed9dd; box-shadow: 0 14px 34px rgba(16,42,67,.1); transform: translateY(-4px); }
.commerce-icon { display: flex; width: 48px; height: 48px; margin-bottom: 20px; color: #fff; background: linear-gradient(135deg,var(--biz-blue),var(--biz-cyan)); border-radius: 13px 5px 13px 5px; align-items: center; justify-content: center; font-size: 21px; }
.commerce-label { color: var(--biz-blue); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.commerce-card h3 { margin: 8px 0 12px; color: var(--biz-navy); font-size: 21px; font-weight: 600; }
.commerce-card p { min-height: 76px; margin-bottom: 21px; line-height: 1.8; }
.commerce-card strong { color: var(--biz-blue); font-size: 13px; }
.commerce-card strong .fa { margin-left: 5px; transition: transform .2s ease; }
.commerce-card:hover strong .fa { transform: translateX(3px); }
.commerce-card-plugin .commerce-icon { background: linear-gradient(135deg,#147f8d,#58b9a8); }
.commerce-card-service .commerce-icon { background: linear-gradient(135deg,#19587c,#398bb0); }
.commerce-note { display: flex; padding: 14px 18px; margin-top: 20px; color: #607887; background: #f2f8f9; border: 1px solid #dcebed; border-radius: 6px; align-items: flex-start; line-height: 1.75; }
.commerce-note .fa { margin: 4px 10px 0 0; color: var(--biz-blue); }

.market-list-guide { display: flex; margin: 5px 0 28px; padding: 20px 22px; background: #f2f8f9; border: 1px solid #dbeaec; border-left: 3px solid var(--biz-cyan); border-radius: 6px; align-items: center; justify-content: space-between; gap: 24px; }
.market-list-guide strong { color: var(--biz-navy); }
.market-list-guide p { margin: 4px 0 0; color: #607887; line-height: 1.7; }
.market-search { display: flex; flex: 0 0 330px; gap: 8px; }
.market-product-card { height: 100%; background: #fff; border: 1px solid #e1e9ed; border-radius: 8px; box-shadow: 0 7px 22px rgba(16,42,67,.05); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.market-product-card:hover { box-shadow: 0 13px 30px rgba(16,42,67,.1); transform: translateY(-3px); }
.market-product-cover { display: block; height: 210px; background: #edf4f5; overflow: hidden; }
.market-product-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.market-product-card:hover .market-product-cover img { transform: scale(1.025); }
.market-product-body { padding: 20px; }
.market-product-badges { min-height: 20px; }
.market-product-badges span { display: inline-block; margin-right: 5px; padding: 2px 7px; color: var(--biz-blue); background: #e8f6f7; border-radius: 3px; font-size: 11px; }
.market-product-body h2 { margin: 7px 0 9px; font-size: 19px; }
.market-product-body h2 a { color: var(--biz-navy); }
.market-product-body p { min-height: 66px; margin-bottom: 15px; color: #6b7f8b; line-height: 1.7; }
.market-product-link { color: var(--biz-blue); font-size: 13px; font-weight: 600; }
.market-publish-note { margin: 22px 0 28px; padding: 13px 16px; color: #708590; background: #fafcfc; border: 1px dashed #cfdee3; border-radius: 5px; text-align: center; }
.market-publish-note .fa { margin-right: 6px; color: var(--biz-cyan); }
.market-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px 20px; }
.plugin-hero-search { display: flex; width: min(100%,360px); flex: 0 1 360px; gap: 8px; }
.plugin-hero-search .field-control { min-width: 0; height: 40px; color: #244a5c; background: #fff; border-color: rgba(255,255,255,.35); flex: 1; font-size: 13px; }
.plugin-hero-search .field-control::placeholder { color: #8ba0aa; }
.plugin-hero-search .action { min-width: 76px; min-height: 40px; padding: 8px 13px; justify-content: center; font-size: 13px; }
.plugin-hero-search .fa { margin-right: 5px; }
/* 插件/模板列表卡片 —— 简洁大图+底部信息条（共享） */
.market-list-shell--plugins .market-product-grid,
.market-list-shell--templates .market-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px 18px; }
.market-list-shell--plugins .market-product-card,
.market-list-shell--templates .market-product-card {
    position: relative;
    display: flex;
    height: 100%;
    background: #fff;
    border: 1px solid #e6edf0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(16,42,67,.04);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    flex-direction: column;
}
.market-list-shell--plugins .market-product-card:hover,
.market-list-shell--templates .market-product-card:hover { box-shadow: 0 14px 32px rgba(16,42,67,.1); transform: translateY(-4px); }
.market-list-shell--plugins .market-product-cover,
.market-list-shell--templates .market-product-cover {
    position: relative;
    display: block;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #f7fafb;
    border-bottom: 1px solid #edf2f4;
    overflow: hidden;
}
.market-list-shell--plugins .market-product-cover img,
.market-list-shell--templates .market-product-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.market-list-shell--plugins .market-product-card:hover .market-product-cover img,
.market-list-shell--templates .market-product-card:hover .market-product-cover img { transform: scale(1.04); }
.market-list-shell--plugins .market-product-badge,
.market-list-shell--templates .market-product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 9px;
    color: #fff;
    background: linear-gradient(135deg,#2aa7bd,#1f8a9c);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(42,167,189,.28);
    z-index: 2;
}
.market-list-shell--plugins .market-product-body,
.market-list-shell--templates .market-product-body {
    display: flex;
    padding: 14px 15px 15px;
    flex: 1;
    flex-direction: column;
}
.market-list-shell--plugins .market-product-body h2,
.market-list-shell--templates .market-product-body h2 { margin: 0 0 10px; font-size: 15px; font-weight: 600; line-height: 1.45; }
.market-list-shell--plugins .market-product-body h2 a,
.market-list-shell--templates .market-product-body h2 a { color: var(--biz-navy); transition: color .2s ease; }
.market-list-shell--plugins .market-product-body h2 a:hover,
.market-list-shell--templates .market-product-body h2 a:hover { color: var(--biz-cyan); text-decoration: none; }
.market-list-shell--plugins .market-product-footer,
.market-list-shell--templates .market-product-footer {
    display: flex;
    margin-top: auto;
    padding-top: 11px;
    border-top: 1px solid #f0f4f6;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
}
.market-list-shell--plugins .market-product-version,
.market-list-shell--templates .market-product-version {
    min-width: 0;
    color: #7f94a0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.market-list-shell--plugins .market-product-version .fa,
.market-list-shell--templates .market-product-version .fa { margin-right: 4px; color: #9db0bb; }
.market-list-shell--plugins .market-product-price,
.market-list-shell--templates .market-product-price {
    flex-shrink: 0;
    color: var(--biz-cyan);
    font-weight: 700;
}
.market-list-shell--plugins .market-product-price .fa,
.market-list-shell--templates .market-product-price .fa { margin-right: 2px; font-size: 11px; }
.market-list-shell--plugins .market-publish-note,
.market-list-shell--templates .market-publish-note { font-size: 13px; }
.docs-layout { display: grid; grid-template-columns: minmax(230px,25%) minmax(0,1fr); align-items: start; gap: 20px; }

@media (max-width: 1199.98px) {
    .site-navbar .site-menu-item > a { padding-right: .65rem; padding-left: .65rem; }
    .market-list-shell--plugins .market-product-grid,
    .market-list-shell--templates .market-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px 16px; }
}
@media (max-width: 991.98px) {
    .site-navbar .site-menu-item.active > a { color: var(--biz-blue); font-weight: 600; }
    .hero-copy { width: 62%; }
    .hero-copy h1, .hero-copy h2 { font-size: 34px; }
    .hero-visual { width: 34%; }
    .market-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .market-list-shell--plugins .market-product-grid,
    .market-list-shell--templates .market-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    .hero-slider, .hero-slide { height: 400px; }
    .hero-copy { width: 100%; }
    .hero-copy h1, .hero-copy h2 { font-size: 31px; }
    .hero-copy p { font-size: 15px; }
    .footer-about { margin-bottom: 28px; }
    .market-list-guide { align-items: stretch; flex-direction: column; }
    .market-search { flex-basis: auto; }
    .authorization-grid, .docs-layout { grid-template-columns: 1fr; }
    .product-detail-layout { grid-template-columns: 1fr; gap: 28px; }
    .product-summary h1 { font-size: 24px; }
    .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .feature-item:nth-child(-n+6) { border-bottom: 1px solid #dfe9ec; }
    .feature-item:nth-child(odd) { border-right: 1px solid #dfe9ec; }
    .feature-item:nth-child(even) { border-right: 0; }
    .commerce-grid, .tech-columns { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .site-navbar { min-height: 64px; }
    .brand-mark { width: 38px; height: 38px; margin-right: 8px; border-radius: 10px 4px 10px 4px; font-size: 18px; }
    .brand-copy strong { font-size: 20px; }
    .brand-copy small { font-size: 8px; letter-spacing: .3px; }
    .site-notice-inner { min-height: 0; padding-top: 9px; padding-bottom: 9px; align-items: flex-start; gap: 8px; }
    .site-notice-content { display: flex; padding-right: 2px; align-items: flex-start; line-height: 1.55; }
    .site-notice-icon { margin-top: 2px; }
    .site-notice-close { padding: 3px; }
    .site-notice-close .fa { margin: 0; }
    .site-notice-close span { display: none; }
    .hero-slider, .hero-slide { height: 430px; }
    .hero-panel { align-items: flex-start; padding-top: 55px; }
    .hero-copy h1, .hero-copy h2 { font-size: 28px; line-height: 1.4; }
    .hero-copy p { margin: 16px 0 21px; font-size: 14px; }
    .hero-actions .action { display: inline-flex; margin-bottom: 8px; padding: .55rem .75rem; font-size: 13px; }
    .hero-source-note { line-height: 1.6; }
    .notice-bar { height: 40px; }
    .section-heading h2 { font-size: 25px; }
    .reader-note { padding: 15px; }
    .feature-item { min-height: 104px; padding: 16px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-item:not(:last-child) { border-right: 0; border-bottom: 1px solid #dfe9ec; }
    .feature-item:last-child { border-bottom: 0; }
    .footer-main { padding-top: 35px; }
    .footer-friendlinks .site-shell { gap: 6px 14px; }
    .footer-friendlinks-list { gap: 4px 12px; }
    .footer-disclaimer { padding: 14px 0; }
    .source-disclaimer { margin-top: -8px; padding: 13px; }
    .resource-guide-hero { padding: 27px 20px; }
    .resource-guide-hero h1 { font-size: 23px; line-height: 1.45; }
    .market-product-grid, .market-list-shell--plugins .market-product-grid, .market-list-shell--templates .market-product-grid, .partner-grid { grid-template-columns: 1fr; }
    .commerce-card { min-height: 0; padding: 24px 22px; }
    .commerce-card p { min-height: 0; }
    .market-search { flex-direction: column; }
    .market-product-cover { height: 190px; }
    .market-list-shell--plugins .market-product-cover, .market-list-shell--templates .market-product-cover { height: auto;}
    .market-list-shell--plugins .market-product-body, .market-list-shell--templates .market-product-body { padding: 14px 15px 15px; }
    .market-list-shell--plugins .market-product-badge, .market-list-shell--templates .market-product-badge { top: 8px; right: 8px; }
    .plugin-hero-search { width: 100%; flex-basis: auto; }
    .license-panel { padding: 22px 18px; }
    .license-captcha-refresh { flex-basis: 112px; }
}

/* V1 information architecture and webmaster tools */
.site-menu-item { position: relative; }
.site-menu-primary { display: flex; align-items: center; }
.site-menu-primary > a { position: relative; display: block; padding: 1.55rem .72rem; color: #526b7a; line-height: 1; }
.site-menu-primary > a::after { position: absolute; bottom: 13px; left: 50%; width: 0; height: 2px; content: ''; background: var(--biz-cyan); transform: translateX(-50%); transition: width .2s ease; }
.site-menu-item.active .site-menu-primary > a,
.site-menu-primary > a:hover,
.site-menu-primary > a:focus { color: var(--biz-navy); }
.site-menu-item.active .site-menu-primary > a::after { width: 22px; }
.site-submenu-toggle { width: 22px; height: 32px; padding: 0; margin-left: -7px; color: #79909d; background: transparent; border: 0; border-radius: 3px; }
.site-submenu-toggle:focus-visible { color: var(--biz-blue); outline: 2px solid rgba(19,124,155,.32); outline-offset: 1px; }
.site-submenu-toggle .fa { transition: transform .18s ease; }
.site-submenu { position: absolute; z-index: 20; top: calc(100% - 8px); left: 50%; display: none; width: 180px; padding: 5px; margin: 0; background: #fff; border: 1px solid #dfe8ec; border-radius: 6px; box-shadow: 0 16px 38px rgba(16,42,67,.16); list-style: none; transform: translateX(-50%); }
.site-submenu::before { position: absolute; top: -9px; right: 0; left: 0; height: 10px; content: ''; }
.site-submenu li + li { margin-top: 1px; }
.site-submenu a { display: flex; min-height: 32px; padding: 6px 10px; color: #526b7a; border-radius: 4px; align-items: center; }
.site-submenu a:hover,
.site-submenu a:focus { color: var(--biz-navy); background: #edf6f7; }
.site-menu-item:hover > .site-submenu,
.site-menu-item:focus-within > .site-submenu { display: block; }
.site-menu-item:hover .site-submenu-toggle .fa,
.site-menu-item:focus-within .site-submenu-toggle .fa { transform: rotate(180deg); }
.site-menu-item--freesn .site-menu-primary > a { padding: 10px 13px; margin-left: 6px; color: #fff; background: var(--biz-blue); border-radius: 4px; }
.site-menu-item--freesn .site-menu-primary > a::after { display: none; }
.site-menu-item--freesn .site-menu-primary > a:hover,
.site-menu-item--freesn .site-menu-primary > a:focus { color: #fff; background: #0f6d89; }

.hub-page,
.tool-directory { min-height: calc(100vh - 420px); padding: 30px 0 70px; background: #fff; }
.hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.hub-page .hub-grid,
.tool-directory .tool-directory-grid { margin-top: 24px; }
.hub-entry { display: grid; min-height: 142px; padding: 24px; color: #506a78; background: #fff; border: 1px solid #dfe8ec; border-radius: 7px; align-items: center; grid-template-columns: 48px minmax(0,1fr) auto 20px; gap: 15px; transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.hub-entry:hover,
.hub-entry:focus { color: #506a78; border-color: #9dced6; box-shadow: 0 12px 30px rgba(16,42,67,.09); transform: translateY(-2px); }
.hub-entry-index,
.hub-entry-icon { display: flex; width: 44px; height: 44px; color: var(--biz-blue); background: #eaf5f6; border-radius: 6px; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.hub-entry-icon { font-size: 19px; }
.hub-entry h3 { margin: 0 0 6px; color: var(--biz-navy); font-size: 19px; font-weight: 650; }
.hub-entry p { margin: 0; color: #718792; line-height: 1.7; }
.hub-entry > .fa { color: #8da2ac; font-size: 18px; }
.hub-entry-count { color: #82a0ab; font-size: 12px; font-style: normal; white-space: nowrap; background: #f0f6f7; border: 1px solid #dce8eb; border-radius: 20px; padding: 3px 10px; }
.hub-page-note { margin: 22px 0 4px; padding: 12px 16px; color: #708590; background: #fafcfc; border: 1px dashed #cfdee3; border-radius: 5px; font-size: 13px; line-height: 1.7; }
.hub-page-note .fa { margin-right: 6px; color: var(--biz-cyan); }
.market-list-empty { display: flex; flex-direction: column; margin-top: 24px; padding: 56px 24px; color: #718792; background: #fafcfc; border: 1px dashed #d3e0e4; border-radius: 7px; align-items: center; justify-content: center; text-align: center; }
.market-list-empty > .fa { margin-bottom: 14px; font-size: 36px; color: #a9c0c9; }
.market-list-empty h3 { margin: 0 0 8px; color: var(--biz-navy); font-size: 17px; font-weight: 650; }
.market-list-empty p { max-width: 440px; margin: 0 auto 20px; font-size: 13px; line-height: 1.8; }
.market-list-empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.service-boundary,
.tool-scope-note { display: flex; margin-top: 24px; padding: 15px 18px; color: #647b87; background: #f5f9fa; border: 1px solid #e0eaed; border-radius: 6px; align-items: flex-start; gap: 10px; }
.service-boundary .fa,
.tool-scope-note .fa { flex: 0 0 auto; margin-top: 4px; color: var(--biz-blue); }
.service-boundary p,
.tool-scope-note p { margin: 0; }

.tool-directory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-tools-section { background: #f4f8f9; }
.home-tools-section .tool-directory-entry { box-shadow: 0 7px 20px rgba(16,42,67,.04); }
.home-tools-action { margin-top: 25px; }
.tool-directory-entry { position: relative; display: grid; min-height: 155px; padding: 24px 22px; color: #55707e; background: #fff; border: 1px solid #dce7eb; border-radius: 7px; align-items: center; grid-template-columns: 52px minmax(0,1fr); gap: 16px; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.tool-directory-entry:hover,
.tool-directory-entry:focus { color: #55707e; border-color: #96cbd4; box-shadow: 0 12px 30px rgba(16,42,67,.09); transform: translateY(-2px); }
.tool-directory-entry > .fa { display: flex; width: 50px; height: 50px; color: #fff; background: var(--biz-blue); border-radius: 7px; align-items: center; justify-content: center; font-size: 21px; }
.tool-directory-entry h3 { margin: 0 0 6px; color: var(--biz-navy); font-size: 19px; font-weight: 650; }
.tool-directory-entry p { margin: 0; color: #718792; line-height: 1.7; }
.tool-directory-entry > span { position: absolute; top: 15px; right: 16px; padding: 2px 7px; color: #527582; background: #edf5f6; border-radius: 3px; font-size: 11px; }
.tool-roadmap { display: flex; margin-top: 34px; padding: 28px; background: #f4f8f9; border-top: 3px solid var(--biz-cyan); align-items: center; justify-content: space-between; gap: 28px; }
.tool-roadmap > div > span { color: var(--biz-blue); font-size: 11px; font-weight: 700; }
.tool-roadmap h2 { margin: 5px 0 0; color: var(--biz-navy); font-size: 21px; }
.tool-roadmap ul { display: grid; min-width: 460px; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 24px; list-style: none; }
.tool-roadmap li { color: #607984; }
.tool-roadmap li .fa { width: 20px; color: var(--biz-blue); }

.tool-masthead { padding: 42px 0 38px; color: #fff; background: #153f57; border-bottom: 4px solid var(--biz-cyan); }
.tool-masthead span { color: #69d7c5; font-size: 11px; font-weight: 700; }
.tool-masthead h1 { margin: 5px 0 4px; color: #fff; font-size: 31px; font-weight: 650; }
.tool-masthead p { margin: 0; color: #c8dde4; }
.webmaster-tool-page > .site-shell { padding-bottom: 65px; }
.tool-tabs { display: flex; min-height: 58px; margin-bottom: 26px; border-bottom: 1px solid #dfe8eb; align-items: stretch; overflow-x: auto; }
.tool-tabs a { display: inline-flex; flex: 0 0 auto; padding: 0 18px; color: #617985; border-bottom: 2px solid transparent; align-items: center; gap: 7px; white-space: nowrap; }
.tool-tabs a:hover,
.tool-tabs a:focus,
.tool-tabs a.active { color: var(--biz-navy); border-bottom-color: var(--biz-cyan); }
.tool-workspace { padding: 28px; background: #fff; border: 1px solid #dce7eb; border-radius: 7px; box-shadow: 0 10px 30px rgba(16,42,67,.06); }
.tool-workspace-head { display: flex; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid #e5edef; align-items: center; justify-content: space-between; }
.tool-workspace-head span { color: var(--biz-blue); font-size: 11px; font-weight: 700; }
.tool-workspace-head h2 { margin: 3px 0 0; color: var(--biz-navy); font-size: 22px; }
.tool-workspace-head > .fa { color: #acd2d9; font-size: 29px; }
.tool-form-grid,
.tool-query-form--split { display: flex; align-items: flex-end; gap: 14px; }
.tool-field-wide,
.tool-field-grow { flex: 1 1 auto; }
.tool-agent-field { flex: 0 0 210px; }
.tool-workspace label { display: block; margin-bottom: 6px; color: #3d5968; font-weight: 600; }
.tool-workspace textarea { min-height: 145px; }
.tool-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-query-form--split > .tool-actions { margin-bottom: 16px; flex: 0 0 auto; }
.tool-actions .action { min-width: 104px; }
.tool-actions .action:disabled { cursor: wait; opacity: .7; }
.tool-result { margin-top: 24px; padding-top: 24px; border-top: 1px solid #e4ecef; }
.tool-loading { display: flex; min-height: 90px; color: #627b87; align-items: center; justify-content: center; gap: 10px; }
.tool-loading .fa { color: var(--biz-blue); font-size: 18px; }
.tool-status { display: flex; padding: 16px 18px; margin-bottom: 20px; background: #f3f8f9; border: 1px solid #dfeaed; border-left-width: 4px; border-radius: 5px; align-items: flex-start; gap: 12px; }
.tool-status > .fa { flex: 0 0 auto; margin-top: 3px; font-size: 20px; }
.tool-status strong { display: block; color: var(--biz-navy); }
.tool-status p { margin: 3px 0 0; color: #667e89; }
.tool-status--success { border-left-color: #31977d; }
.tool-status--success > .fa { color: #31977d; }
.tool-status--warning { border-left-color: #d1953d; }
.tool-status--warning > .fa { color: #d1953d; }
.tool-status--error { border-left-color: #c95b5b; }
.tool-status--error > .fa { color: #c95b5b; }
.tool-result-grid { display: grid; margin: 0; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #dfe8eb; border-left: 1px solid #dfe8eb; }
.tool-result-grid > div { min-width: 0; padding: 13px 15px; border-right: 1px solid #dfe8eb; border-bottom: 1px solid #dfe8eb; }
.tool-result-grid dt { margin-bottom: 3px; color: #718793; font-size: 11px; font-weight: 600; }
.tool-result-grid dd { margin: 0; color: #294b5c; word-break: break-word; }
.tool-result-title { margin: 24px 0 10px; color: var(--biz-navy); font-size: 16px; }
.tool-table-wrap { width: 100%; border: 1px solid #dfe8eb; overflow-x: auto; }
.tool-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.tool-table th,
.tool-table td { padding: 12px; border-bottom: 1px solid #e4ecef; text-align: left; vertical-align: top; }
.tool-table th { color: #496574; background: #f4f8f9; font-size: 12px; }
.tool-table code { display: inline-block; max-width: calc(100% - 58px); color: #28556a; word-break: break-all; }
.tool-copy { display: inline-flex; min-height: 27px; padding: 3px 7px; margin-left: 7px; color: var(--biz-blue); background: #fff; border: 1px solid #b9d9df; border-radius: 3px; align-items: center; gap: 4px; font-size: 11px; }
.tool-redirect-list { padding: 0; margin: 0; list-style: none; }
.tool-redirect-list li { display: grid; padding: 11px 0; border-bottom: 1px dashed #dce5e9; grid-template-columns: 48px minmax(0,1fr); gap: 10px; }
.tool-redirect-list li > span { width: 42px; padding: 2px 5px; color: #fff; background: #718994; border-radius: 3px; text-align: center; font-size: 11px; }
.tool-redirect-list code,
.tool-redirect-list small { display: block; word-break: break-all; }
.tool-redirect-list small { margin-top: 4px; color: #7b8f99; }
.tool-token-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tool-token-list code { padding: 5px 8px; color: #315b6c; background: #eef5f6; border-radius: 3px; }
.tool-text-list { padding-left: 20px; color: #4e6976; }
.tool-source-preview { margin-top: 22px; border: 1px solid #dfe8eb; border-radius: 5px; overflow: hidden; }
.tool-source-preview summary { padding: 12px 14px; color: #375a6b; background: #f4f8f9; cursor: pointer; font-weight: 600; }
.tool-source-preview pre { max-height: 420px; padding: 16px; margin: 0; color: #dce7ed; background: #24343e; overflow: auto; white-space: pre-wrap; word-break: break-word; }
.tool-rule-group { margin-bottom: 16px; padding: 14px 16px; background: #f7fafb; border: 1px solid #e2ecee; border-radius: 5px; }
.tool-rule-agent { margin-bottom: 8px; color: var(--biz-navy); font-weight: 600; font-size: 13px; }
.tool-rule-paths { display: flex; flex-wrap: wrap; margin-bottom: 6px; align-items: center; gap: 6px; }
.tool-rule-paths:last-child { margin-bottom: 0; }
.tool-rule-label { flex: 0 0 auto; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: 600; background: #e0f0e8; color: #2e7d62; }
.tool-rule-label--disallow { background: #f5e4e4; color: #b05858; }
.tool-rule-paths code { padding: 3px 7px; background: #fff; border: 1px solid #dde7ea; border-radius: 3px; color: #456272; font-size: 12px; word-break: break-all; }
.tool-issue-list { padding: 0; margin: 0; list-style: none; }
.tool-issue-list li { display: flex; padding: 10px 14px; margin-bottom: 6px; border-radius: 5px; align-items: center; gap: 9px; font-size: 13px; }
.tool-issue-list .fa { flex: 0 0 auto; font-size: 16px; }
.tool-issue--error { background: #fdf2f2; border: 1px solid #f0d5d5; color: #a04848; }
.tool-issue--error .fa { color: #c95b5b; }
.tool-issue--warning { background: #fef9f0; border: 1px solid #f0e0c5; color: #8a6b2a; }
.tool-issue--warning .fa { color: #d1953d; }
.tool-issue--info { background: #f3f8f9; border: 1px solid #dfeaed; color: #5a717c; }
.tool-issue--info .fa { color: var(--biz-blue); }

@media (max-width: 1199.98px) {
    .site-menu-primary > a { padding-right: .52rem; padding-left: .52rem; }
    .site-submenu-toggle { margin-left: -6px; }
}
@media (max-width: 991.98px) {
    .site-menu-item > a { border-bottom: 1px solid #edf2f4; }
    .site-menu-primary { border-bottom: 1px solid #edf2f4; }
    .site-menu-primary > a { min-height: 45px; padding: 13px 2px; flex: 1; }
    .site-menu-primary > a::after { display: none; }
    .site-submenu-toggle { width: 44px; height: 44px; margin: 0; }
    .site-submenu { position: static; display: none; width: auto; padding: 4px 0 8px 17px; border: 0; border-radius: 0; box-shadow: none; transform: none; }
    .site-menu-item.is-submenu-open > .site-submenu { display: block; }
    .site-menu-item.is-submenu-open .site-submenu-toggle .fa { transform: rotate(180deg); }
    .site-menu-item:hover > .site-submenu { display: none; }
    .site-menu-item.is-submenu-open:hover > .site-submenu { display: block; }
    .site-submenu a { min-height: 37px; border-left: 2px solid #dcebed; border-radius: 0; }
    .site-menu-item--freesn .site-menu-primary > a { min-height: 38px; padding: 10px 12px; margin: 8px 0 2px; text-align: center; }
    .tool-roadmap { align-items: flex-start; flex-direction: column; }
    .tool-roadmap ul { width: 100%; min-width: 0; }
    .tool-query-form--split { align-items: stretch; flex-wrap: wrap; }
    .tool-field-grow { flex: 1 1 100%; }
    .tool-agent-field { flex: 1 1 230px; }
    .tool-query-form--split > .tool-actions { margin-bottom: 16px; }
}
@media (max-width: 767.98px) {
    .hub-grid,
    .tool-directory-grid { grid-template-columns: 1fr; }
    .hub-entry,
    .tool-directory-entry { min-height: 0; padding: 20px 18px; }
    .tool-masthead { padding: 32px 0 29px; }
    .tool-masthead h1 { font-size: 27px; }
    .tool-tabs { width: calc(100% + 24px); margin-left: -12px; padding: 0 4px; }
    .tool-tabs a { padding: 0 12px; }
    .tool-workspace { padding: 21px 17px; }
    .tool-result-grid { grid-template-columns: 1fr; }
    .tool-roadmap ul { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .brand-copy small { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .hub-entry { grid-template-columns: 42px minmax(0,1fr) 14px; gap: 11px; }
    .tool-directory-entry { grid-template-columns: 46px minmax(0,1fr); gap: 12px; }
    .tool-directory-entry > .fa { width: 44px; height: 44px; }
    .tool-directory-entry > span { display: none; }
    .tool-actions .action { min-width: 0; flex: 1; }
    .tool-agent-field { flex-basis: 100%; }
    .tool-query-form--split > .tool-actions { width: 100%; }
}

/* Navigation interaction polish */
.site-navbar-inner { position: relative; }
.site-menu-backdrop { display: none; }
.site-menu-toggle-icon { position: relative; display: block; width: 19px; height: 14px; }
.site-menu-toggle-icon span { position: absolute; left: 0; display: block; width: 19px; height: 2px; background: currentColor; border-radius: 2px; transition: top .2s ease, transform .2s ease, opacity .15s ease; }
.site-menu-toggle-icon span:nth-child(1) { top: 0; }
.site-menu-toggle-icon span:nth-child(2) { top: 6px; }
.site-menu-toggle-icon span:nth-child(3) { top: 12px; }
.site-menu-toggle[aria-expanded="true"] .site-menu-toggle-icon span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.site-menu-toggle[aria-expanded="true"] .site-menu-toggle-icon span:nth-child(2) { opacity: 0; }
.site-menu-toggle[aria-expanded="true"] .site-menu-toggle-icon span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

@media (min-width: 992px) {
    .site-submenu { display: block; width: 160px; padding: 5px; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,10px); transform-origin: 50% 0; transition: opacity .18s ease,transform .18s ease,visibility 0s linear .18s; }
    .site-submenu::before { top: -16px; height: 16px; }
    .site-submenu::after { position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; content: ''; background: #fff; border-top: 1px solid #dfe8ec; border-left: 1px solid #dfe8ec; transform: translateX(-50%) rotate(45deg); }
    .site-submenu a { position: relative; padding-right: 28px; transition: color .16s ease,background-color .16s ease,padding-left .16s ease; }
    .site-submenu a::after { position: absolute; right: 11px; color: #8aa1ac; content: '\f105'; font-family: FontAwesome; opacity: 0; transform: translateX(-4px); transition: opacity .16s ease,transform .16s ease; }
    .site-submenu a:hover,
    .site-submenu a:focus { padding-left: 15px; }
    .site-submenu a:hover::after,
    .site-submenu a:focus::after { opacity: 1; transform: translateX(0); }
    .site-menu-item:hover > .site-submenu,
    .site-menu-item:focus-within > .site-submenu,
    .site-menu-item.is-submenu-open > .site-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); transition-delay: 0s; }
    .site-menu-item.is-submenu-open .site-submenu-toggle .fa { transform: rotate(180deg); }
}

@media (max-width: 991.98px) {
    body.has-mobile-menu { overflow: hidden; }
    .site-navbar { z-index: 1040; }
    .site-navbar-inner { min-height: 70px; }
    .site-menu-toggle { position: relative; z-index: 4; width: 42px; height: 42px; color: #315568; cursor: pointer; transition: color .18s ease,background-color .18s ease,border-color .18s ease; }
    .site-menu-toggle:hover,
    .site-menu-toggle:focus-visible,
    .site-menu-toggle[aria-expanded="true"] { color: var(--biz-blue); background: #eaf5f6; border-color: #bcdce1; outline: 0; }
    .site-menu { z-index: 4; top: calc(100% + 8px); right: 0; left: auto; display: block; width: min(390px,calc(100vw - 24px)); max-height: calc(100vh - 92px); padding: 8px 16px 12px; overflow-y: auto; background: #fff; border: 1px solid #dce7eb; border-radius: 6px; box-shadow: 0 20px 48px rgba(16,42,67,.2); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px) scale(.985); transform-origin: top right; transition: opacity .2s ease,transform .2s ease,visibility 0s linear .2s; }
    .site-menu.is-open { display: block; opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
    .site-menu-list { max-height: none; overflow: visible; }
    .site-menu-item > a,
    .site-menu-primary { min-height: 48px; border-bottom-color: #e8eff1; }
    .site-menu-item > a { display: flex; padding: 13px 5px; align-items: center; }
    .site-menu-primary > a { display: flex; min-height: 48px; padding: 13px 5px; align-items: center; }
    .site-menu-item.active > a,
    .site-menu-item.active .site-menu-primary > a { color: var(--biz-blue); }
    .site-menu-item.active > a::before,
    .site-menu-item.active .site-menu-primary > a::before { width: 4px; height: 4px; margin-right: 8px; content: ''; background: var(--biz-cyan); border-radius: 50%; }
    .site-submenu-toggle { display: inline-flex; width: 42px; height: 42px; margin-right: -3px; color: #6e8793; background: #f3f8f9; border-radius: 4px; align-items: center; justify-content: center; cursor: pointer; }
    .site-submenu-toggle:hover,
    .site-submenu-toggle:focus-visible { color: var(--biz-blue); background: #e7f3f5; outline: 0; }
    .site-submenu { padding: 5px 0 9px 12px; background: #f7fafb; }
    .site-menu-item.is-submenu-open > .site-submenu { animation: mobileSubmenuIn .18s ease both; }
    .site-submenu a { min-height: 40px; padding: 9px 12px; color: #607985; border-left: 2px solid #cfe3e7; }
    .site-submenu a:hover,
    .site-submenu a:focus { color: var(--biz-navy); background: #eaf4f5; border-left-color: var(--biz-cyan); }
    .site-menu-backdrop { position: fixed; z-index: 3; inset: 0; display: block; padding: 0; background: rgba(16,42,67,.38); border: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease,visibility 0s linear .2s; }
    .site-menu.is-open + .site-menu-backdrop { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
}

@media (max-width: 575.98px) {
    .site-navbar-inner { min-height: 62px; }
    .site-menu { top: calc(100% + 6px); width: calc(100vw - 24px); max-height: calc(100vh - 78px); padding-right: 12px; padding-left: 12px; }
    .site-menu-toggle { width: 40px; height: 40px; }
}

@keyframes mobileSubmenuIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .site-submenu,
    .site-submenu a,
    .site-menu,
    .site-menu-backdrop,
    .site-menu-toggle-icon span { transition: none !important; animation: none !important; }
}

/* 会员、评论和留言区域 */
.site-account-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.site-account-tools a { display: inline-flex; padding: 7px 0; color: #58717c; align-items: center; gap: 5px; font-size: 12px; white-space: nowrap; }
.site-account-tools a:hover { color: var(--biz-blue); }
.member-page { padding-top: 22px; padding-bottom: 58px; }
.member-panel, .member-dashboard { padding: 30px; background: #fff; border: 1px solid #dfe9ed; border-radius: 6px; box-shadow: 0 10px 30px rgba(16,42,67,.05); }
.member-panel--narrow { max-width: 620px; margin: 24px auto 0; }
.member-panel-heading { margin-bottom: 25px; }
.member-panel-heading--row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.member-panel-heading h1, .member-dashboard h1 { margin: 8px 0 7px; color: var(--biz-navy); font-size: 28px; }
.member-panel-heading p { margin: 0; color: #718691; font-size: 13px; line-height: 1.8; }
.eyebrow { color: var(--biz-blue); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.member-form { display: grid; gap: 16px; }
.member-form .field-group { margin: 0; }
.member-form label, .comment-form label { display: block; margin-bottom: 7px; color: #415b68; font-size: 13px; font-weight: 600; }
.member-code-row, .comment-code-row { display: flex; align-items: center; gap: 10px; }
.member-code-row .field-control, .comment-code-row .field-control { min-width: 0; flex: 1; }
.codeimg { width: 105px; height: 38px; border: 1px solid #d9e5e9; cursor: pointer; object-fit: cover; }
.member-panel-links { display: flex; margin-top: 20px; padding-top: 17px; border-top: 1px solid #edf2f4; justify-content: space-between; gap: 12px; }
.member-panel-links a, .text-action { color: var(--biz-blue); font-size: 13px; }
.member-dashboard-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.member-profile { display: flex; align-items: center; gap: 16px; }
.member-profile img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; border: 3px solid #e1f0f0; }
.member-profile h1 { margin-bottom: 4px; font-size: 25px; }
.member-profile p { margin: 0; color: #718691; font-size: 13px; }
.member-dashboard-grid { display: grid; margin-top: 28px; grid-template-columns: minmax(230px, 1fr) minmax(0, 1.5fr); gap: 18px; }
.member-stat, .member-info-list { padding: 22px; background: #f7fbfb; border: 1px solid #e4eff0; border-radius: 5px; }
.member-stat { display: flex; flex-direction: column; align-items: flex-start; }
.member-stat-label { color: #55727b; font-size: 13px; }
.member-stat-label .fa { margin-right: 6px; color: var(--biz-cyan); }
.member-score-value { display: block; margin: 10px 0 17px; color: var(--biz-navy); font-size: 36px; line-height: 1; }
.member-checkin-status { min-height: 20px; margin: 13px 0 0; color: #758b94; font-size: 12px; line-height: 1.7; }
.member-info-list h2 { margin: 0 0 13px; color: var(--biz-navy); font-size: 17px; }
.member-info-list dl { display: grid; margin: 0; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.member-info-list dl div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.member-info-list dt { color: #8a9ca4; font-size: 11px; }
.member-info-list dd { margin: 0; overflow: hidden; color: #405b67; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.member-dashboard-actions { display: grid; margin-top: 18px; border-top: 1px solid #e9f0f2; grid-template-columns: repeat(3, 1fr); }
.member-dashboard-actions a { padding: 16px 10px; color: #496a76; text-align: center; border-right: 1px solid #e9f0f2; font-size: 13px; }
.member-dashboard-actions a:last-child { border-right: 0; }
.member-dashboard-actions a:hover { color: var(--biz-blue); background: #f7fbfb; }
.member-comment-list { display: grid; border-top: 1px solid #e8eff1; }
.member-comment-entry { padding: 17px 0; border-bottom: 1px solid #e8eff1; }
.member-comment-entry-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.member-comment-entry-meta a { color: var(--biz-blue); font-weight: 600; }
.member-comment-entry-meta time { color: #8da0a8; font-size: 12px; }
.member-comment-entry p { margin: 9px 0; color: #526b75; line-height: 1.8; }
.message-page-intro { margin: 20px 0 25px; }
.message-page-intro h2 { margin: 8px 0; color: var(--biz-navy); font-size: 30px; }
.message-page-intro p { margin: 0; color: #718691; font-size: 14px; }
.article-comments { max-width: 1120px; margin: 30px auto 0; padding: 26px 30px 38px; background: #fff; border-top: 1px solid #dfe9ed; }
.article-comments-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.article-comments-heading h2 { margin: 8px 0 0; color: var(--biz-navy); font-size: 23px; }
.comment-note { color: #8a9ca4; font-size: 12px; }
.comment-form { margin-top: 20px; padding: 18px; background: #f7fbfb; border: 1px solid #e2eeee; border-radius: 5px; }
.comment-form textarea { display: block; width: 100%; min-height: 110px; padding: 12px; resize: vertical; border: 1px solid #d5e3e7; border-radius: 3px; box-sizing: border-box; }
.comment-code-row { max-width: 320px; margin-top: 12px; }
.comment-form-actions { display: flex; min-height: 34px; margin-top: 15px; align-items: center; justify-content: space-between; gap: 14px; }
.comment-form-actions span { color: #758b94; font-size: 12px; }
.comment-login-prompt { display: flex; margin-top: 20px; padding: 15px 17px; color: #607984; background: #f7fbfb; border: 1px solid #e2eeee; align-items: center; gap: 10px; font-size: 13px; }
.comment-login-prompt .action { margin-left: auto; }
.comment-list { display: grid; margin-top: 24px; }
.comment-entry { display: flex; padding: 19px 0; border-bottom: 1px solid #e7eff1; gap: 13px; }
.comment-avatar { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; object-fit: cover; }
.comment-avatar--small { width: 30px; height: 30px; flex-basis: 30px; }
.comment-content { min-width: 0; flex: 1; }
.comment-content header, .comment-subentry header { display: flex; align-items: center; gap: 10px; }
.comment-content header strong, .comment-subentry header strong { color: #395965; font-size: 13px; }
.comment-content time, .comment-subentry time { color: #97a7ae; font-size: 11px; }
.comment-content p, .comment-subentry p { margin: 8px 0; color: #516b75; font-size: 13px; line-height: 1.8; white-space: pre-wrap; word-break: break-word; }
.comment-reply { padding: 0; color: var(--biz-blue); background: transparent; border: 0; cursor: pointer; font-size: 12px; }
.comment-subentry { display: flex; margin-top: 14px; padding: 13px; background: #f7fbfb; border-left: 2px solid #b9dfe0; gap: 10px; }

@media (max-width: 991.98px) {
    .site-account-tools { margin-left: auto; }
    .member-dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .site-navbar-inner { flex-wrap: wrap; gap: 10px; }
    .site-account-tools { order: 2; width: 100%; padding: 4px 0 9px; justify-content: flex-end; }
    .site-menu-toggle { order: 1; margin-left: auto; }
    .site-menu { order: 3; }
    .member-panel, .member-dashboard { padding: 21px 17px; }
    .member-panel-heading--row, .member-dashboard-header, .article-comments-heading { align-items: flex-start; flex-direction: column; }
    .member-dashboard-header > .action { align-self: flex-start; }
    .member-dashboard-actions { grid-template-columns: 1fr; }
    .member-dashboard-actions a { border-right: 0; border-bottom: 1px solid #e9f0f2; text-align: left; }
    .member-dashboard-actions a:last-child { border-bottom: 0; }
    .article-comments { padding: 22px 17px 30px; }
    .comment-note { margin-top: 2px; }
}
@media (max-width: 575.98px) {
    .site-account-tools { justify-content: space-between; }
    .site-account-tools a { padding: 8px 5px; }
    .member-info-list dl { grid-template-columns: 1fr; }
    .member-code-row { align-items: stretch; flex-wrap: wrap; }
    .member-code-row .codeimg { width: 105px; }
    .comment-login-prompt { align-items: flex-start; flex-wrap: wrap; }
    .comment-login-prompt .action { width: 100%; margin-left: 0; justify-content: center; }
}

/* 页脚信息架构与关于本站 */
.footer-grid { grid-template-columns: minmax(260px,1.55fr) repeat(3,minmax(135px,1fr)); gap: 42px; }
.footer-domain { display: inline-flex; margin-top: 12px; color: #69d7c5 !important; align-items: center; gap: 6px; font-size: 13px; }
.footer-domain:hover { color: #fff !important; }
.footer-nav h3 { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-nav a { position: relative; padding-left: 12px; }
.footer-nav a::before { position: absolute; top: .72em; left: 0; width: 3px; height: 3px; content: ''; background: #5a7888; border-radius: 50%; }
.footer-nav a:hover::before { background: #65d7c2; }
.about-site-intro { padding-top: 30px; padding-bottom: 46px; }
.about-site-intro h2 { margin: 11px 0 14px; color: var(--biz-navy); font-size: 36px; }
.about-site-intro > p { max-width: 820px; margin: 0; color: #5c747e; font-size: 16px; line-height: 2; }
.about-site-band {background: #f5f9fa; border-top: 1px solid #e2ecef; border-bottom: 1px solid #e2ecef; }
.about-site-grid { display: grid; align-items: start; grid-template-columns: minmax(220px,.8fr) minmax(0,1.6fr); gap: 55px; }
.about-site-grid h2, .about-site-boundary h2 { margin: 0 0 12px; color: var(--biz-navy); font-size: 23px; }
.about-site-grid > div > p, .about-site-boundary p { margin: 0; color: #627b85; line-height: 1.9; }
.about-scope-list { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; gap: 1px; background: #dce9ec; border: 1px solid #dce9ec; }
.about-scope-list li { display: grid; min-height: 112px; padding: 21px; background: #fff; grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
.about-scope-list .fa { color: var(--biz-cyan); font-size: 22px; }
.about-scope-list strong { display: block; margin-bottom: 6px; color: #355763; font-size: 14px; }
.about-scope-list span { color: #718690; font-size: 13px; line-height: 1.7; }
.about-site-boundary { display: grid; padding-top: 44px; padding-bottom: 54px; align-items: center; grid-template-columns: minmax(0,1fr) auto; gap: 45px; }
.about-site-actions { display: flex; align-items: center; gap: 10px; }

/* 关于本站：站点速览统计卡 */
.about-stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: #dce9ec; border: 1px solid #dce9ec; }
.about-stat-card { display: flex; padding: 24px 20px; background: #fff; flex-direction: column; gap: 7px; }
.about-stat-card strong { color: var(--biz-cyan); font-size: 34px; line-height: 1.1; }
.about-stat-card span { color: #718690; font-size: 13px; line-height: 1.6; }

/* 关于本站：主要板块卡片 */
.about-site-sections { padding-top: 48px; padding-bottom: 30px; }
.about-site-sections > h2 { margin: 10px 0 24px; color: var(--biz-navy); font-size: 27px; }
.about-sections-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.about-section-card { display: block; min-height: 178px; padding: 24px 22px; color: inherit; background: #fff; border: 1px solid #e0eaed; border-radius: 6px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.about-section-card:hover { color: inherit; border-color: #a9d3db; box-shadow: 0 7px 22px rgba(37,90,106,.08); transform: translateY(-3px); }
.about-section-card .fa { display: block; margin-bottom: 13px; color: var(--biz-cyan); font-size: 23px; }
.about-section-card h3 { margin: 0 0 8px; color: #274b5d; font-size: 17px; }
.about-section-card p { margin: 0; color: #718690; font-size: 13px; line-height: 1.85; }

/* 关于本站：内容来源 */
.about-source { padding-top: 44px; padding-bottom: 44px; }
.about-source h2 { margin: 0 0 12px; color: var(--biz-navy); font-size: 23px; }
.about-source p { margin: 0 0 10px; color: #627b85; line-height: 1.9; }
.about-source p:last-child { margin-bottom: 0; }

/* 免责声明页 */
.legal-content { padding-top: 24px; padding-bottom: 20px; }
.legal-page .about-site-intro { padding-bottom: 28px; }
.legal-body { padding: 30px 34px; background: #fff; border: 1px solid #e0eaed; border-radius: 6px; }
.legal-body h2 { margin: 28px 0 12px; padding-top: 20px; color: var(--biz-navy); border-top: 1px solid #edf2f4; font-size: 18px; }
.legal-body h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-body p { margin: 0 0 13px; color: #4d626d; font-size: 14px; line-height: 2; }
.legal-body p:last-child { margin-bottom: 0; }
.legal-body strong { color: #355763; }
.legal-updated { margin: 18px 0 0; padding: 13px 16px; color: #758b94; background: #f4f9fa; border: 1px solid #e0ebee; border-radius: 5px; font-size: 12px; line-height: 1.8; }
.legal-updated .fa { margin-right: 5px; color: var(--biz-cyan); }

.message-page .empty-state { display: none; }
.message-empty-tip { margin: 0 0 16px; padding: 32px 20px; color: #7d949e; background: #f8fbfc; border: 1px dashed #d8e5ea; border-radius: 7px; text-align: center; font-size: 14px; }
.message-empty-tip .fa { display: block; margin: 0 auto 10px; color: #aac7d1; font-size: 30px; }

.message-layout { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; }
.message-main { min-width: 0; }
.message-aside { position: sticky; top: 90px; display: grid; gap: 16px; }
.message-aside-card { padding: 20px 22px; background: #fff; border: 1px solid #e0eaed; border-radius: 7px; box-shadow: 0 6px 18px rgba(16,42,67,.05); }
.message-aside-card h3 { margin: 0 0 11px; color: #264b5d; font-size: 15px; }
.message-aside-card h3 .fa { margin-right: 7px; color: #198ca4; }
.message-aside-card > p { margin: 0; color: #627b85; font-size: 13px; line-height: 1.9; }
.message-tips { margin: 0; padding: 0; list-style: none; }
.message-tips li { position: relative; padding: 5px 0 5px 16px; color: #627b85; font-size: 13px; line-height: 1.8; }
.message-tips li::before { position: absolute; top: .85em; left: 2px; width: 5px; height: 5px; content: ''; background: #65b7c4; border-radius: 50%; }
.message-links { display: grid; gap: 3px; }
.message-links a { display: flex; align-items: center; padding: 8px 10px; color: #3d5562; border-radius: 5px; gap: 9px; font-size: 13px; text-decoration: none; transition: background .15s ease,color .15s ease; }
.message-links a:hover { color: #16869d; background: #f0f7f9; }
.message-links a .fa { width: 16px; color: #4aa6b6; text-align: center; }
.message-form-panel { margin: 34px 0 0; padding: 30px 32px; background: #fff; border: 1px solid #e0e9ed; border-radius: 7px; box-shadow: 0 8px 24px rgba(16,42,67,.06); }
.message-form-head { margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #edf2f4; }
.message-form-head h2 { margin: 0 0 8px; color: #264b5d; font-size: 21px; }
.message-form-head h2 .fa { margin-right: 8px; color: #198ca4; }
.message-form-head p { margin: 0; color: #718691; font-size: 13px; line-height: 1.8; }
.message-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.message-form-panel label { display: block; margin-bottom: 6px; color: #415b68; font-size: 13px; font-weight: 600; }
.message-form-panel select.field-control { appearance: none; background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235b7280' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 13px center; padding-right: 34px; cursor: pointer; }
.message-form-actions { display: flex; align-items: center; margin-top: 24px; gap: 16px; flex-wrap: wrap; }
.message-form-actions .action { min-height: 42px; padding: 0 26px; font-size: 14px; }
.message-privacy { margin: 0; color: #93a5ae; font-size: 12px; }
.message-privacy .fa { margin-right: 4px; color: #58a9b8; }
.req { color: #e0665a; font-style: normal; }

/* 资源、插件与服务的分类化展示 */
.market-list-shell { padding-bottom: 20px; }
.market-guide-copy { min-width: 0; }
.market-eyebrow { display: inline-flex; color: var(--biz-blue); align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.market-guide-copy h2 { margin: 7px 0 5px; color: var(--biz-navy); font-size: 27px; line-height: 1.35; }
.market-guide-copy p { max-width: 720px; margin: 0; }
.market-product-badges { display: flex; min-height: 22px; flex-wrap: wrap; gap: 5px; }
.market-product-badges span { display: inline-flex; margin: 0; align-items: center; gap: 4px; }
.market-product-facts { display: flex; min-height: 22px; margin: 0 0 13px; color: #71858e; flex-wrap: wrap; gap: 6px 14px; font-size: 12px; }
.market-product-facts span { display: inline-flex; align-items: center; gap: 4px; }
.market-product-facts .fa { color: var(--biz-cyan); }
.market-product-price { color: #b36a2d; font-weight: 700; }
.market-detail-kicker { display: inline-flex; margin-bottom: 10px; color: var(--biz-blue); align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.market-detail-subtitle { margin: -10px 0 18px; color: #718690; line-height: 1.8; }
.market-detail-badges { display: flex; margin: -5px 0 18px; flex-wrap: wrap; gap: 7px; }
.market-detail-badge { display: inline-flex; padding: 5px 9px; color: #286c7f; background: #e8f6f7; border: 1px solid #d4ebed; border-radius: 3px; align-items: center; gap: 5px; font-size: 12px; }
.market-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.market-detail-note { display: flex; margin-top: 18px; padding: 12px 14px; color: #657d86; background: #f5f9fa; border-left: 3px solid #b9dfe0; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.7; }
.market-detail-note .fa { margin-top: 3px; color: var(--biz-cyan); }
.market-detail-panel { margin-top: 30px; padding-top: 27px; border-top: 1px solid #e2ecef; }
.market-detail-panel h2 { margin: 0 0 18px; color: var(--biz-navy); font-size: 20px; }
.market-detail-panel h2 .fa { margin-right: 7px; color: var(--biz-blue); }
.market-check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.market-check-item { padding: 17px; background: #f7fbfb; border: 1px solid #e0ecee; border-radius: 5px; }
.market-check-item strong { display: block; margin-bottom: 6px; color: #355763; font-size: 14px; }
.market-check-item p { margin: 0; color: #718690; line-height: 1.75; font-size: 13px; }
.service-list-shell { padding-bottom: 20px; }
.service-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.service-card { display: flex; min-height: 100%; padding: 22px; background: #fff; border: 1px solid #dfe9ec; border-radius: 7px; box-shadow: 0 7px 22px rgba(16,42,67,.045); flex-direction: column; }
.service-card:hover { border-color: #9dced6; box-shadow: 0 12px 30px rgba(16,42,67,.09); }
.service-card--featured { background: #f2f8f9; border-color: #c9e3e5; }
.service-card-top { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; gap: 10px; }
.service-card-icon { display: inline-flex; width: 40px; height: 40px; color: var(--biz-blue); background: #e6f4f5; border-radius: 5px; align-items: center; justify-content: center; font-size: 17px; }
.service-card-label { color: #84979e; font-size: 12px; }
.service-card h2 { margin: 0 0 8px; color: var(--biz-navy); font-size: 20px; }
.service-card h2 a { color: inherit; }
.service-card > p { min-height: 53px; margin: 0 0 15px; color: #6b7f8b; line-height: 1.75; }
.service-card-facts { display: grid; margin: auto 0 18px; border-top: 1px dashed #d6e3e6; grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-card-facts div { padding: 10px 0 0; color: #687f88; font-size: 12px; }
.service-card-facts dt { color: #3e5c6b; font-weight: 600; }
.service-card-facts dd { margin: 3px 0 0; }
.service-card-action { display: flex; color: var(--biz-blue); align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; }
.service-card-action .fa { margin-left: 6px; }
.service-list-note { margin: 24px 0 28px; padding: 13px 16px; color: #708590; background: #fafcfc; border: 1px dashed #cfdee3; border-radius: 5px; line-height: 1.7; text-align: center; }
.service-list-note .fa { margin-right: 6px; color: var(--biz-cyan); }
.market-detail-nav { display: flex; margin: 0 0 28px; border-bottom: 1px solid #dfeaec; gap: 24px; }
.market-detail-nav a { position: relative; padding: 0 0 11px; color: #718690; font-size: 14px; }
.market-detail-nav a:hover { color: var(--biz-blue); }
.market-detail-nav a:first-child { color: var(--biz-blue); font-weight: 700; }
.market-detail-nav a:first-child::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ''; background: var(--biz-cyan); }
.market-attribute-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: #dfeaec; border: 1px solid #dfeaec; }
.market-attribute { min-width: 0; padding: 16px; background: #fff; }
.market-attribute span { display: block; margin-bottom: 6px; color: #8a9ca3; font-size: 12px; }
.market-attribute strong { display: block; color: #355763; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.market-publisher-card { display: flex; margin-top: 20px; padding: 13px 14px; background: #f7fbfb; border: 1px solid #e1ecee; border-radius: 5px; align-items: center; gap: 10px; }
.market-publisher-mark { display: inline-flex; width: 34px; height: 34px; color: #fff; background: var(--biz-blue); border-radius: 50%; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.market-publisher-card div { min-width: 0; flex: 1; }
.market-publisher-card strong { display: block; color: #355763; font-size: 13px; }
.market-publisher-card span { display: block; margin-top: 3px; color: #84979e; font-size: 11px; }
.market-publisher-card > em { color: #3b897f; font-size: 11px; font-style: normal; white-space: nowrap; }
.market-process-list { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; counter-reset: market-step; }
.market-process-list li { position: relative; min-height: 105px; padding: 17px 17px 17px 50px; background: #f7fbfb; border: 1px solid #e0ecee; border-radius: 5px; counter-increment: market-step; }
.market-process-list li::before { position: absolute; top: 17px; left: 17px; color: var(--biz-cyan); content: '0' counter(market-step); font-size: 13px; font-weight: 700; }
.market-process-list strong { display: block; margin-bottom: 6px; color: #355763; font-size: 14px; }
.market-process-list p { margin: 0; color: #718690; line-height: 1.7; font-size: 13px; }

/* Technical service center */
.service-center-page { background: #fff; }
.service-center-hero { position: relative; color: #fff; background: linear-gradient(122deg,#102a43 0%,#174d63 62%,#176d7d 100%); overflow: hidden; }
.service-center-hero::after { position: absolute; top: -125px; right: -90px; width: 430px; height: 430px; content: ''; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 78px rgba(255,255,255,.025),0 0 0 156px rgba(255,255,255,.018); }
.service-center-hero-inner { position: relative; z-index: 1; display: grid; min-height: 445px; padding-top: 72px; padding-bottom: 72px; grid-template-columns: minmax(0,1.45fr) minmax(310px,.7fr); gap: 76px; align-items: center; }
.service-center-hero-copy { max-width: 760px; }
.service-center-kicker { display: inline-flex; margin-bottom: 18px; color: #98e6e4; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.service-center-hero h1 { max-width: 720px; margin: 0 0 17px; color: #fff; font-size: 38px; line-height: 1.35; }
.service-center-hero-copy > p { max-width: 720px; margin: 0; color: #d5e4e9; font-size: 15px; line-height: 2; }
.service-center-actions { display: flex; margin-top: 28px; gap: 12px; flex-wrap: wrap; }
.service-center-actions .action { min-width: 158px; justify-content: center; }
.service-center-note { margin-top: 18px; color: #aac6d0; font-size: 12px; line-height: 1.7; }
.service-center-note .fa { margin-right: 6px; color: #78d8d3; }
.service-center-hero-panel { display: grid; padding: 8px 26px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; backdrop-filter: blur(5px); }
.service-center-hero-panel div { display: grid; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); gap: 5px; }
.service-center-hero-panel div:last-child { border-bottom: 0; }
.service-center-hero-panel strong { color: #fff; font-size: 16px; }
.service-center-hero-panel span { color: #c4d9df; font-size: 12px; line-height: 1.7; }
.service-center-strip { background: #f5f9fa; border-bottom: 1px solid #e1ebed; }
.service-center-strip-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.service-center-strip-grid > div { display: grid; padding: 22px 20px; border-right: 1px solid #e1ebed; grid-template-columns: 32px 1fr; column-gap: 10px; align-items: center; }
.service-center-strip-grid > div:last-child { border-right: 0; }
.service-center-strip-grid .fa { color: var(--biz-blue); grid-row: 1 / 3; font-size: 20px; }
.service-center-strip-grid strong { color: #355763; font-size: 13px; }
.service-center-strip-grid span { color: #82959c; font-size: 11px; line-height: 1.6; }
.service-catalog { padding: 42px 0 56px; }
.service-catalog .breadcrumb { margin-top: 0; }
.service-center-heading { display: flex; margin: 16px 0 25px; align-items: flex-end; justify-content: space-between; gap: 28px; }
.service-center-heading > div { max-width: 760px; }
.service-center-heading span { display: block; margin-bottom: 7px; color: var(--biz-blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.service-center-heading h2 { margin: 0 0 8px; color: var(--biz-navy); font-size: 27px; line-height: 1.5; }
.service-center-heading p { margin: 0; color: #718690; font-size: 13px; line-height: 1.85; }
.service-center-heading > .action { flex: 0 0 auto; }
.service-center-heading--center { margin-top: 0; text-align: center; justify-content: center; }
.service-center-process { padding: 54px 0 62px; background: #f5f9fa; border-top: 1px solid #e3edef; }
.service-center-process .market-process-list li { background: #fff; }
.service-center-cta { color: #fff; background: #176b7b; }
.service-center-cta-inner { display: flex; min-height: 176px; align-items: center; justify-content: space-between; gap: 42px; }
.service-center-cta-inner > div { max-width: 780px; }
.service-center-cta span { color: #9de2df; font-size: 12px; font-weight: 700; }
.service-center-cta h2 { margin: 5px 0 7px; color: #fff; font-size: 24px; }
.service-center-cta p { margin: 0; color: #cce0e4; font-size: 12px; line-height: 1.8; }
.service-center-cta .action { flex: 0 0 auto; }

/* Technical service detail */
.service-detail-page { padding-top: 28px; padding-bottom: 55px; }
.service-detail-page > .breadcrumb-line { margin-bottom: 20px; }
.service-detail-hero { display: grid; margin: 0 0 26px; padding: 38px 40px; background: linear-gradient(145deg,#f8fbfb,#eff7f8); border: 1px solid #dce9eb; border-radius: 8px; grid-template-columns: minmax(0,1.55fr) minmax(300px,.65fr); gap: 48px; align-items: center; }
.service-detail-intro { min-width: 0; }
.service-detail-intro h1 { margin: 8px 0 11px; color: var(--biz-navy); font-size: 24px; line-height: 1.45; overflow-wrap: anywhere; }
.service-detail-lead { max-width: 720px; margin: 0 0 17px; color: #607984; font-size: 14px; line-height: 1.9; }
.service-detail-actions { display: flex; margin-top: 21px; gap: 10px; flex-wrap: wrap; }
.service-detail-actions .action { min-width: 142px; justify-content: center; }
.service-quote-card { min-width: 0; padding: 23px 24px; background: #fff; border: 1px solid #d7e5e8; border-radius: 7px; box-shadow: 0 10px 27px rgba(16,42,67,.06); }
.service-quote-card > span { display: block; color: #80959e; font-size: 11px; }
.service-quote-card > strong { display: block; margin: 3px 0 7px; color: #c96b1c; font-size: 28px; line-height: 1.3; overflow-wrap: anywhere; }
.service-quote-card > p { margin: 0 0 16px; color: #81949b; font-size: 11px; line-height: 1.7; }
.service-quote-card dl { margin: 0; border-top: 1px dashed #d8e4e7; }
.service-quote-card dl div { display: grid; padding: 11px 0; border-bottom: 1px dashed #e0e9eb; grid-template-columns: 76px minmax(0,1fr); gap: 10px; }
.service-quote-card dl div:last-child { padding-bottom: 0; border-bottom: 0; }
.service-quote-card dt { color: #879aa1; font-size: 11px; }
.service-quote-card dd { margin: 0; color: #3b5c69; font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.service-detail-nav { margin-bottom: 22px; }
.service-description { margin: 0 0 24px; padding: 27px 30px 30px; background: #fff; border: 1px solid #dfeaec; border-radius: 7px; }
.service-description > h2 { margin-top: 0; color: var(--biz-navy); font-size: 20px; }
.service-description > h2 .fa { margin-right: 7px; color: var(--biz-blue); }
.service-description .article-content h2 { position: relative; margin-top: 32px; padding-left: 12px; color: #294e5d; font-size: 19px; }
.service-description .article-content h2::before { position: absolute; top: .24em; bottom: .24em; left: 0; width: 3px; content: ''; background: var(--biz-cyan); border-radius: 2px; }
.service-description .article-content ul { padding-left: 20px; }
.service-description .article-content li { margin-bottom: 7px; color: #5f7781; line-height: 1.8; }
.service-description .article-content .service-callout { margin: 23px 0; padding: 15px 17px; color: #647b84; background: #fffaf3; border: 1px solid #efdfc7; border-left: 3px solid #d28a46; border-radius: 4px; line-height: 1.8; }
.service-detail-page .market-detail-panel { scroll-margin-top: 84px; }
.service-detail-cta { display: flex; margin-top: 22px; padding: 22px 24px; background: #f2f8f9; border: 1px solid #d8e7e9; border-radius: 6px; align-items: center; justify-content: space-between; gap: 24px; }
.service-detail-cta strong { display: block; margin-bottom: 4px; color: #315663; font-size: 15px; }
.service-detail-cta p { margin: 0; color: #71868e; font-size: 12px; line-height: 1.75; }
.service-detail-cta .action { flex: 0 0 auto; }

.plugin-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 32px; align-items: start; }
.plugin-detail-main { min-width: 0; }
.plugin-detail-sidebar { position: sticky; top: 96px; min-width: 0; }
.plugin-detail-sidebar .blog-side-card { margin-bottom: 18px; }
.plugin-detail-hero { display: grid; margin-bottom: 24px; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); gap: 24px; align-items: stretch; }
.plugin-detail-cover { display: flex; min-width: 0; }
.plugin-detail-cover .product-main-image {width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; padding: 14px; }
.plugin-detail-summary { min-width: 0; padding: 4px 0 0; }
.plugin-detail-summary h1 { margin: 0 0 10px; padding-bottom: 12px; color: var(--biz-navy); border-bottom: 1px solid #e4edef; font-size: 24px; line-height: 1.4; overflow-wrap: anywhere; }
.plugin-detail-summary .market-detail-subtitle { margin: -3px 0 13px; font-size: 13px; line-height: 1.7; }
.plugin-detail-summary .market-detail-badges { margin: 0 0 13px; }
.plugin-detail-summary .market-detail-badge { padding: 4px 8px; font-size: 11px; }
.plugin-price-card { display: grid; margin: 0 0 16px; padding: 15px 17px; background: #f3f8f9; border: 1px solid #dce8eb; border-radius: 6px; grid-template-columns: minmax(0,1fr) minmax(145px,.8fr); gap: 15px; align-items: center; }
.plugin-price-meta { display: grid; gap: 8px; }
.plugin-price-main span, .plugin-price-meta span { display: block; color: #7d929d; font-size: 11px; }
.plugin-price-main strong { display: block; margin-top: 4px; color: #c96b1c; font-size: 28px; line-height: 1.15; overflow-wrap: anywhere; }
.plugin-price-meta strong { display: block; margin-top: 3px; color: #355763; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.plugin-detail-actions .action { min-width: 126px; min-height: 38px; padding: 8px 14px; justify-content: center; font-size: 13px; }
.plugin-service-note { display: flex; margin-top: 13px; padding: 11px 13px; color: #647b85; background: #fffaf3; border: 1px solid #f0dfc6; border-radius: 5px; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.65; }
.plugin-service-note > .fa { margin-top: 3px; color: #c7782d; }
.plugin-service-note strong, .plugin-service-note span { display: block; }
.plugin-service-note strong { margin-bottom: 2px; color: #7c4d22; font-size: 13px; }
.plugin-service-note--included { color: #52756a; background: #f3faf6; border-color: #cfe7d8; }
.plugin-service-note--included > .fa { color: #34845d; }
.plugin-service-note--included strong { color: #286348; }
.plugin-publisher-card { margin-top: 18px; }
.plugin-detail-tabs { margin: 0 0 0; padding-top: 2px; }
.plugin-tab-panel { scroll-margin-top: 82px; }
.plugin-tab-panel.product-description { margin-top: 0; padding-top: 24px; border-top: 0; }
.plugin-attributes { margin: 0 0 28px; }
.plugin-attributes h3 { margin: 0; padding: 12px 16px; color: #355763; background: #f3f8f9; border: 1px solid #dfeaec; border-bottom: 0; font-size: 15px; }
.plugin-attribute-grid { display: grid; margin: 0; border: 1px solid #dfeaec; grid-template-columns: repeat(2,minmax(0,1fr)); }
.plugin-attribute-grid > div { display: grid; min-width: 0; padding: 13px 16px; border-bottom: 1px solid #e6eef0; grid-template-columns: 78px minmax(0,1fr); gap: 10px; }
.plugin-attribute-grid > div:nth-child(odd) { border-right: 1px solid #e6eef0; }
.plugin-attribute-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.plugin-attribute-grid dt { color: #84969e; font-size: 12px; line-height: 1.7; }
.plugin-attribute-grid dd { margin: 0; color: #355763; font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; }
.plugin-tab-panel .article-comments { max-width: none; margin: 0; padding: 0; border-top: 0; }
.plugin-tab-panel .article-comments-heading { margin-top: 0; }
.plugin-empty-panel { padding: 18px 20px; color: #718690; background: #f7fbfb; border: 1px dashed #d4e4e8; border-radius: 5px; line-height: 1.8; }
.plugin-install-service { padding: 25px 24px 24px; background: #f8fbfb; border: 1px solid #dfeaec; border-radius: 7px; }
.plugin-install-service-head { display: flex; margin-bottom: 20px; align-items: center; justify-content: space-between; gap: 24px; }
.plugin-install-service-head > div { min-width: 0; }
.plugin-install-service-head span { display: block; margin-bottom: 5px; color: #c06c25; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.plugin-install-service-head h2 { margin-bottom: 7px; }
.plugin-install-service-head p { max-width: 650px; margin: 0; color: #657d86; font-size: 13px; line-height: 1.8; }
.plugin-install-service-head .action { flex: 0 0 auto; justify-content: center; }
.plugin-install-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.plugin-install-service-grid article { padding: 17px 16px; background: #fff; border: 1px solid #e1eaed; border-radius: 6px; }
.plugin-install-service-grid article > .fa { margin-bottom: 9px; color: #3696a8; font-size: 19px; }
.plugin-install-service-grid h3 { margin: 0 0 7px; color: #355763; font-size: 14px; }
.plugin-install-service-grid p { margin: 0; color: #718690; font-size: 12px; line-height: 1.8; }
.plugin-author-card { scroll-margin-top: 82px; }
.plugin-author-head { display: flex; margin-bottom: 15px; align-items: center; gap: 11px; }
.plugin-author-head > .market-publisher-mark { display: inline-flex; width: 40px; height: 40px; margin: 0; background: #355763; flex: 0 0 40px; align-items: center; justify-content: center; font-size: 16px; line-height: 1; text-transform: uppercase; }
.plugin-author-head div { min-width: 0; }
.plugin-author-head strong { display: block; color: #274b5d; font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.plugin-author-head div > span { display: block; margin-top: 4px; color: #84979e; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.plugin-contact-link { display: flex; margin-top: 16px; padding: 11px 13px; color: var(--biz-blue); background: #f2f8f9; border: 1px solid #d7e8eb; border-radius: 5px; align-items: center; justify-content: center; gap: 7px; font-size: 13px; font-weight: 700; }
.plugin-contact-link:hover { color: #fff; background: var(--biz-blue); border-color: var(--biz-blue); }
.plugin-hot-card { padding-bottom: 18px; }
.plugin-hot-list small { line-height: 1.5; }
.plugin-side-list { margin: 0; padding-left: 18px; color: #607887; }
.plugin-side-list li { margin-bottom: 10px; line-height: 1.8; }
.plugin-side-list li:last-child { margin-bottom: 0; }
.plugin-side-meta { display: grid; margin: 0; gap: 12px; }
.plugin-side-meta div { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 10px; align-items: center;}
.plugin-side-meta dt { color: #8a9ca4; font-size: 12px; }
.plugin-side-meta dd { margin: 0; color: #395965; line-height: 1.7; overflow-wrap: anywhere; }
.plugin-side-neighbors { display: grid; gap: 14px; }
.plugin-side-neighbors div { padding: 14px 15px; background: #f7fbfb; border: 1px solid #e1ecee; border-radius: 5px; color: #5e7784; line-height: 1.75; }
.plugin-side-neighbors span { display: block; margin-bottom: 6px; color: var(--biz-blue); font-size: 12px; font-weight: 700; }

/* 模板详情页 —— 与插件详情同布局，缩略图行置于 hero 下方 */
.market-detail-page--template .product-thumbnails { display: flex; margin: 0 0 22px; gap: 8px; flex-wrap: wrap; }
.market-detail-page--template .product-thumbnail { display: flex; width: 76px; height: 60px; padding: 3px; background: #fff; border: 1px solid #d8e3e7; border-radius: 5px; align-items: center; justify-content: center; cursor: pointer; }
.market-detail-page--template .product-thumbnail img { max-width: 100%; max-height: 100%; object-fit: contain; }
.market-detail-page--template .product-thumbnail:hover,
.market-detail-page--template .product-thumbnail.active { border-color: var(--biz-cyan); box-shadow: 0 0 0 1px var(--biz-cyan); }
.market-detail-page--template .article-neighbors { margin-top: 24px; }

@media (max-width: 991.98px) {
    .footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
    .footer-about { grid-column: 1 / -1; margin-bottom: 4px; }
    .footer-about p { max-width: 650px; }
    .about-site-grid { grid-template-columns: 1fr; gap: 28px; }
    .about-sections-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .plugin-detail-hero, .plugin-detail-layout { grid-template-columns: 1fr; }
    .plugin-detail-cover { display: block; }
    .plugin-detail-cover .product-main-image { height: auto; aspect-ratio: 16 / 9; min-height: 0; }
    .plugin-detail-sidebar { position: static; order: 2; }
    .message-layout { grid-template-columns: 1fr; }
    .message-aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-center-hero-inner { min-height: auto; padding-top: 58px; padding-bottom: 58px; grid-template-columns: 1fr; gap: 30px; }
    .service-center-hero-panel { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .service-center-hero-panel div { padding: 15px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
    .service-center-hero-panel div:last-child { border-right: 0; }
    .service-center-strip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-center-strip-grid > div:nth-child(2) { border-right: 0; }
    .service-center-strip-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e1ebed; }
    .service-detail-hero { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 767.98px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-nav:last-child { grid-column: 1 / -1; }
    .about-site-intro h2 { font-size: 30px; }
    .about-site-boundary { align-items: flex-start; grid-template-columns: 1fr; gap: 24px; }
    .about-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .legal-body { padding: 24px 22px; }
    .market-guide-copy h2 { font-size: 24px; }
    .market-detail-actions { align-items: stretch; flex-direction: column; }
    .market-detail-actions .action { justify-content: center; }
    .market-check-grid, .service-card-grid, .market-process-list { grid-template-columns: 1fr; }
    .service-card > p { min-height: 0; }
    .market-attribute-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .market-detail-nav { gap: 17px; overflow-x: auto; white-space: nowrap; }
    .plugin-price-card { grid-template-columns: 1fr; }
    .plugin-install-service { padding: 22px 19px; }
    .plugin-install-service-head { align-items: stretch; flex-direction: column; gap: 14px; }
    .plugin-install-service-head .action { align-self: flex-start; }
    .plugin-install-service-grid { grid-template-columns: 1fr; }
    .message-form-panel { padding: 24px 22px; }
    .service-center-hero h1 { font-size: 31px; }
    .service-center-heading { align-items: flex-start; flex-direction: column; }
    .service-center-heading > .action { align-self: flex-start; }
    .service-center-cta-inner { padding-top: 34px; padding-bottom: 36px; align-items: flex-start; flex-direction: column; gap: 20px; }
    .service-detail-hero { padding: 27px 24px; }
    .service-detail-page { padding-top: 20px; padding-bottom: 38px; }
    .service-detail-page > .breadcrumb-line { margin-bottom: 14px; }
    .service-description { padding: 23px 21px; }
    .service-detail-cta { align-items: stretch; flex-direction: column; }
    .service-detail-cta .action { justify-content: center; }
}
@media (max-width: 575.98px) {
    .footer-grid { grid-template-columns: 1fr; gap: 25px; }
    .footer-about, .footer-nav:last-child { grid-column: auto; }
    .footer-nav h3 { margin-bottom: 9px; }
    .footer-nav a { display: inline-block; width: calc(50% - 4px); box-sizing: border-box; }
    .copyright .site-shell { justify-content: center; flex-direction: column; gap: 5px; }
    .about-site-intro { padding-top: 20px; padding-bottom: 34px; }
    .about-site-intro > p { font-size: 14px; }
    .about-scope-list { grid-template-columns: 1fr; }
    .about-site-actions { align-items: stretch; flex-direction: column; }
    .about-site-actions .action { width: 100%; justify-content: center; }
    .about-sections-grid { grid-template-columns: 1fr; }
    .about-stat-card { padding: 19px 16px; }
    .about-stat-card strong { font-size: 28px; }
    .plugin-detail-summary h1 { font-size: 23px; }
    .plugin-price-card { padding: 18px 16px; }
    .plugin-price-main strong { font-size: 28px; }
    .plugin-install-service-head .action { width: 100%; }
    .plugin-side-meta div { grid-template-columns: 72px minmax(0,1fr); }
    .plugin-attribute-grid { grid-template-columns: 1fr; }
    .plugin-attribute-grid > div:nth-child(odd) { border-right: 0; }
    .plugin-attribute-grid > div:nth-last-child(-n+2) { border-bottom: 1px solid #e6eef0; }
    .plugin-attribute-grid > div:last-child { border-bottom: 0; }
    .message-aside { grid-template-columns: 1fr; }
    .message-form-grid { grid-template-columns: 1fr; }
    .message-form-actions { align-items: stretch; flex-direction: column; }
    .message-form-actions .action { width: 100%; justify-content: center; }
    .message-privacy { text-align: center; }
    .service-center-hero-inner { padding-top: 45px; padding-bottom: 45px; }
    .service-center-hero h1 { font-size: 27px; }
    .service-center-actions { align-items: stretch; flex-direction: column; }
    .service-center-actions .action { width: 100%; }
    .service-center-hero-panel { grid-template-columns: 1fr; }
    .service-center-hero-panel div { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .service-center-strip-grid { grid-template-columns: 1fr; }
    .service-center-strip-grid > div { border-right: 0; border-bottom: 1px solid #e1ebed; }
    .service-center-strip-grid > div:nth-child(3) { border-bottom: 1px solid #e1ebed; }
    .service-center-strip-grid > div:last-child { border-bottom: 0; }
    .service-center-heading h2 { font-size: 23px; }
    .service-center-heading > .action { width: 100%; justify-content: center; }
    .service-center-cta .action { width: 100%; justify-content: center; }
    .service-detail-hero { padding: 24px 18px; }
    .service-detail-actions { align-items: stretch; flex-direction: column; }
    .service-detail-actions .action { width: 100%; }
    .service-description { padding: 21px 17px; }
    .service-quote-card { padding: 20px 18px; }
}
