* { box-sizing: border-box; }
[v-cloak] { display: none !important; }
html { scroll-behavior: smooth; overflow-anchor: none; }
body { margin: 0; font-family: Arial, "Microsoft YaHei", sans-serif; color: #1f2a37; background: #fff; overflow-anchor: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.site { min-height: 100vh; background: var(--site-bg); color: var(--text); overflow-anchor: none; --site-bg:#fff; --panel:#fff; --soft:#f5f5f5; --section-alt:#fafafa; --product-bg:#efefef; --text:#1f2933; --muted:#666; --title:#111; --line:#e5e5e5; --nav:#101010; --footer:#222; --primary:#111; }
.site:before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .2; background-image: linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 78%, transparent); }
.site > * { position: relative; z-index: 1; }
.theme-light { --site-bg:#fff; --panel:#fff; --soft:#f5f5f5; --section-alt:#fafafa; --product-bg:#efefef; --text:#1f2933; --muted:#666; --title:#111; --line:#e5e5e5; --nav:#101010; --footer:#222; --primary:#111; }
.theme-dark { --site-bg:#000; --panel:#0b0b0b; --soft:#171717; --section-alt:#080808; --product-bg:#101010; --text:#f5f5f5; --muted:#c8c8c8; --title:#fff; --line:#333; --nav:#000; --footer:#000; --primary:#fff; }
.site-header { position: sticky; top: 0; z-index: 60; background: var(--panel); box-shadow: 0 8px 28px rgba(0,0,0,.12); overflow: visible; }
.top-row { height: 120px; width: 86%; max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { cursor: pointer; }
.brand img { height: 50px; display: block; }
.top-tools { display: flex; align-items: center; gap: 14px; }
.lang-switch { color: var(--text); white-space: nowrap; }
.lang-switch a { cursor: pointer; }
.lang-switch a.on, .lang-switch a:hover { color: var(--primary); font-weight: 700; }
.theme-dark .lang-switch, .theme-dark .lang-switch a, .theme-dark .lang-switch a.on, .theme-dark .lang-switch a:hover { color: #fff; }
.search-box { width: 358px; height: 36px; border: 1px solid #ccc; border-radius: 4px; display: flex; align-items: center; overflow: hidden; background: var(--panel); }
.search-box input { flex: 1; height: 100%; border: 0; outline: none; padding: 0 12px; background: transparent; color: var(--text); }
.theme-btn { min-width: 52px; height: 36px; border: 1px solid #ccc; border-radius: 4px; background: var(--panel); color: var(--text); cursor: pointer; padding: 0 12px; white-space: nowrap; }
.icon-btn { position: relative; width: 38px; min-width: 38px; padding: 0; display: grid; place-items: center; }
.theme-btn.icon-btn { border-color: transparent; background: transparent; }
.theme-btn.icon-btn:hover { border-color: transparent; background: var(--soft); }
.refresh-icon:before { content: ""; width: 22px; height: 22px; background: url("./images/refresh-arrow-9923688.png") center / contain no-repeat; }
.refresh-icon:after { content: none; }
.refresh-icon:hover { color: var(--primary); border-color: var(--primary); }
.refresh-icon:hover:before { animation: ringRotate .55s ease; }
.theme-dark .refresh-icon { color: #fff; border-color: transparent; }
.refresh-icon, .theme-dark .refresh-icon { border-color: transparent !important; box-shadow: none; }
.theme-dark .refresh-icon:before { filter: brightness(0) invert(1); }
.theme-toggle-icon:before { content: ""; width: 22px; height: 12px; border-radius: 999px; border: 2px solid var(--text); opacity: .9; }
.theme-toggle-icon:after { content: ""; position: absolute; left: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--text); transition: transform .2s; }
.theme-dark .theme-toggle-icon:after { transform: translateX(10px); }
.search-box span { width: 38px; height: 100%; position: relative; }
.search-box span:before { content: ""; position: absolute; width: 13px; height: 13px; border: 2px solid #777; border-radius: 50%; left: 8px; top: 8px; }
.search-box span:after { content: ""; position: absolute; width: 9px; height: 2px; background: #777; transform: rotate(45deg); left: 21px; top: 23px; }
.menu-row { position: relative; z-index: 95; height: 50px; background: var(--nav); display: flex; justify-content: center; overflow: visible; }
.menu-row a, .nav-dropdown > a { min-width: 118px; height: 50px; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: color .2s, background .2s, font-weight .2s; }
.menu-row > a:hover, .nav-dropdown:hover > a { background: rgba(255,255,255,.12); font-weight: 700; }
.nav-dropdown { position: relative; display: flex; align-items: stretch; height: 50px; overflow: visible; }
.nav-dropdown-menu { position: absolute; left: 50%; top: 50px; min-width: 300px; max-height: 430px; overflow: auto; visibility: hidden; opacity: 0; pointer-events: none; background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--primary); box-shadow: 0 20px 46px rgba(15,23,42,.24); z-index: 999; padding: 10px; transform: translateX(-50%) translateY(-6px); transform-origin: top center; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.nav-dropdown:hover .nav-dropdown-menu { visibility: visible; opacity: 1; pointer-events: auto; display: grid; gap: 6px; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu button { border: 1px solid transparent; background: transparent; color: var(--text); text-align: left; padding: 11px 12px; cursor: pointer; border-radius: 4px; line-height: 1.42; transition: .18s; white-space: nowrap; }
.nav-dropdown-menu button:hover { background: var(--soft); border-color: var(--line); color: var(--primary); padding-left: 16px; }
@keyframes dropdownDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.pill-btn { border: 1px solid var(--primary,#111); background: var(--primary,#111); color: var(--panel,#fff); border-radius: 3px; padding: 9px 18px; cursor: pointer; }
.ghost-btn { border: 1px solid #cbd5e1; background: #fff; color: #334155; border-radius: 3px; padding: 9px 14px; cursor: pointer; }
.hero { background: var(--site-bg); padding: 0; }
.hero-banner { min-height: 530px; background: url('images/banner-ai-ophthalmology-1.png') center/cover no-repeat; display: flex; align-items: center; }
.hero-banner { position: relative; transition: background-image .6s ease; }
.hero-copy { width: 86%; max-width: 1400px; margin: 0 auto; }
.hero-copy h1 { margin: 0; max-width: 660px; font-size: clamp(38px,4vw,62px); line-height: 1.15; letter-spacing: 0; color: #1d2088; }
.hero-copy p { display: inline-block; margin: 22px 0 0; max-width: 620px; background: #1d2088; color: #fff; font-size: 18px; line-height: 1.7; padding: 8px 14px; border-radius: 3px; box-shadow: 0 10px 26px rgba(29,32,136,.18); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.banner-dots { position: absolute; left: 7%; bottom: 28px; display: flex; gap: 10px; }
.banner-dots button { width: 34px; height: 4px; border: 0; background: rgba(29,32,136,.28); cursor: pointer; padding: 0; }
.banner-dots button.active { background: #1d2088; }
.about-section { padding: 4vw 0; background: var(--site-bg); }
.about-inner { width: 86%; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 38px; align-items: start; }
.about-text h2 { color: var(--title); font-size: 39px; margin: 0 0 20px; }
.about-text p { color: var(--text); font-size: 18px; line-height: 2; text-align: justify; }
.about-more { margin-top: 18px; padding: 22px; border-left: 4px solid var(--primary); background: var(--soft); overflow-wrap: anywhere; word-break: break-word; }
.about-more h3 { margin: 18px 0 8px; color: var(--title); font-size: 20px; }
.about-more h3:first-child { margin-top: 0; }
.about-more p { margin: 0 0 12px; font-size: 16px; line-height: 1.9; text-align: justify; }
.about-more ul { margin: 0; padding-left: 18px; color: var(--text); line-height: 1.9; }
.about-actions { display: flex; justify-content: flex-end; margin-top: 14px; }
.about-metrics { display: grid; gap: 14px; }
.about-metrics div { background: var(--soft); border-radius: 0 0 0 60px; padding: 30px; }
.about-metrics strong { display: block; color: var(--primary); font-size: 26px; }
.about-metrics span { color: var(--muted); }
.section { position: relative; padding: 5vw 7vw; background: var(--site-bg); overflow: hidden; }
.section:before { content: ""; position: absolute; left: -35%; top: 0; width: 30%; height: 100%; background: linear-gradient(90deg, transparent, rgba(122,162,255,.12), transparent); transform: skewX(-18deg); opacity: 0; pointer-events: none; }
.section.is-visible:before { animation: sectionSweep 1.2s ease-out .15s both; }
.section#products { background: var(--product-bg); }
.section.alt { background: var(--section-alt); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-head h2 { margin: 0; color: var(--title); font-size: 32px; }
.section-head p { margin: 8px 0 0; color: #64748b; line-height: 1.7; max-width: 720px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.product-strip { overflow: hidden; background: #fff; margin-bottom: 2vw; }
.product-strip-track { display: flex; width: max-content; gap: 1px; animation: productMarquee 34s linear infinite; }
.product-strip:hover .product-strip-track { animation-play-state: paused; }
.product-strip article { flex: 0 0 220px; background: var(--soft); text-align: center; padding: 28px 18px; cursor: pointer; overflow: hidden; transition: .25s; }
.product-strip article:hover { color: #1d2088; box-shadow: 0 0 10px rgba(0,0,0,.18); z-index: 2; }
.product-strip article:hover span { color: #1d2088 !important; }
.product-strip img { width: 100%; aspect-ratio: 1.45; object-fit: contain; transition: .25s; }
.product-strip article:hover img { transform: scale(1.16); }
.product-strip span { display: block; margin-top: 12px; font-size: 18px; }
@keyframes productMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.product-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 2%; }
.product-card, .news-card, .value-card { background: var(--panel); border: 0; border-radius: 0; overflow: hidden; cursor: pointer; }
.product-card { display: flex; align-items: center; justify-content: space-between; padding: 2vw; min-height: 360px; transition: .25s; margin-bottom: 2vw; }
.product-card:hover, .news-card:hover, .value-card:hover, .support-grid article:hover, .metric-card:hover { box-shadow: 0 8px 32px rgba(24,69,233,.22), inset 0 0 0 1px rgba(122,162,255,.18); transform: translateY(-4px); }
.product-card .card-body { width: 45%; padding: 0; }
.product-card img { width: 52%; max-height: 310px; object-fit: contain; }
.product-card h3 { font-size: 34px; margin: 0; color: var(--title); white-space: pre-line; }
.product-card h4 { font-size: 23px; margin: .5em 0 1em; color: var(--title); font-weight: 400; }
.product-card p { color: var(--muted); line-height: 1.8; }
.product-card span { display: inline-block; color: var(--primary); margin-top: 4vw; }
.product-card img, .news-card img { width: 100%; height: 210px; object-fit: cover; display: block; }
.card-body { padding: 20px; }
.tag { display: inline-block; color: #0f766e; background: #ecfdf5; border: 1px solid #bbf7d0; padding: 3px 8px; border-radius: 3px; font-size: 12px; margin-bottom: 12px; }
.news-type-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: -14px 0 22px; }
.news-type-tabs button { border: 1px solid var(--line); background: var(--panel); color: var(--muted); border-radius: 4px; padding: 9px 16px; cursor: pointer; transition: .2s; }
.news-type-tabs button.active, .news-type-tabs button:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.theme-dark .news-type-tabs button.active, .theme-dark .news-type-tabs button:hover, .theme-dark .pager button.active { color: #000; }
.pager { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pager button { min-width: 42px; height: 42px; border: 1px solid var(--line); background: var(--panel); color: var(--text); cursor: pointer; border-radius: 4px; }
.pager button.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.pager button:disabled { opacity: .4; cursor: not-allowed; }
.card-body h3 { margin: 0 0 10px; color: var(--title); font-size: 19px; }
.card-body p { margin: 0; color: #64748b; line-height: 1.7; }
.values { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.value-card { padding: 22px; }
.value-card strong { display: block; color: var(--primary); font-size: 28px; margin-bottom: 8px; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.is-visible .value-card, .reveal.is-visible .metric-card, .reveal.is-visible .news-card, .reveal.is-visible .support-grid article { animation: cardRise .72s cubic-bezier(.22,1,.36,1) both; }
.reveal.is-visible .value-card:nth-child(2), .reveal.is-visible .metric-card:nth-child(2), .reveal.is-visible .news-card:nth-child(2), .reveal.is-visible .support-grid article:nth-child(2) { animation-delay: .08s; }
.reveal.is-visible .value-card:nth-child(3), .reveal.is-visible .metric-card:nth-child(3), .reveal.is-visible .news-card:nth-child(3), .reveal.is-visible .support-grid article:nth-child(3) { animation-delay: .16s; }
.reveal.is-visible .value-card:nth-child(4), .reveal.is-visible .metric-card:nth-child(4), .reveal.is-visible .support-grid article:nth-child(4) { animation-delay: .24s; }
.dashboard-section { overflow: hidden; }
.dashboard-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-bottom: 20px; }
.metric-card { position: relative; min-height: 154px; padding: 24px; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.metric-card span { display: block; color: var(--muted); margin-bottom: 18px; }
.metric-card strong { display: block; color: var(--title); font-size: 34px; letter-spacing: 0; }
.metric-card i { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; content: ""; }
.dashboard-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; background: var(--panel); border: 1px solid var(--line); padding: 24px; }
.dashboard-visual { position: relative; min-height: 270px; background: radial-gradient(circle at 50% 45%, rgba(44,240,255,.2), transparent 34%), linear-gradient(90deg, rgba(29,32,136,.08) 1px, transparent 1px), linear-gradient(rgba(15,118,110,.1) 1px, transparent 1px); background-size: auto,34px 34px,34px 34px; border: 1px solid var(--line); overflow: hidden; }
.dashboard-visual:before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(44,240,255,.28); box-shadow: inset 0 0 30px rgba(44,240,255,.12), 0 0 34px rgba(29,32,136,.16); clip-path: polygon(0 0,100% 0,100% 72%,82% 72%,82% 100%,0 100%); }
.dashboard-visual:after { content: "VISION 01"; position: absolute; right: 22px; top: 18px; color: rgba(44,240,255,.7); font-size: 12px; letter-spacing: 2px; }
.digital-eye-stat { display: grid; grid-template-columns: repeat(16,1fr); gap: 8px 7px; align-content: center; padding: 42px 28px 32px; }
.digital-eye-stat span { position: relative; z-index: 1; height: 18px; color: rgba(44,240,255,.78); font-family: Consolas, "Courier New", monospace; font-size: 12px; line-height: 18px; text-align: center; text-shadow: 0 0 10px rgba(44,240,255,.7); animation: binaryPulse 2.2s ease-in-out infinite; }
.digital-eye-stat span:nth-of-type(3n) { color: rgba(29,32,136,.8); animation-delay: .18s; }
.digital-eye-stat span:nth-of-type(4n) { transform: translateY(-4px); animation-delay: .36s; }
.digital-eye-stat span:nth-of-type(5n) { transform: translateY(5px); animation-delay: .54s; }
.digital-eye-stat span:nth-of-type(7n) { opacity: .48; animation-delay: .72s; }
.digital-eye { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(62%, 260px); aspect-ratio: 1.72; transform: translate(-50%,-50%); border: 2px solid rgba(44,240,255,.64); border-radius: 52% 48% 52% 48% / 64% 64% 36% 36%; background: radial-gradient(circle at 50% 50%, rgba(44,240,255,.18), transparent 30%); box-shadow: 0 0 0 12px rgba(44,240,255,.06), 0 0 42px rgba(44,240,255,.34); animation: digitalEyeGlow 2.8s ease-in-out infinite; }
.digital-eye:before, .digital-eye:after { content: "010110 1001 0110"; position: absolute; left: 14%; right: 14%; height: 18px; color: rgba(44,240,255,.72); font-family: Consolas, "Courier New", monospace; font-size: 11px; text-align: center; letter-spacing: 2px; text-shadow: 0 0 10px rgba(44,240,255,.75); overflow: hidden; }
.digital-eye:before { top: 17%; animation: dataSlide 2.6s linear infinite; }
.digital-eye:after { bottom: 17%; content: "101001 0110 1001"; animation: dataSlide 2.6s linear infinite reverse; }
.eye-ring { position: absolute; left: 50%; top: 50%; width: 34%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; border: 1px dashed rgba(44,240,255,.7); box-shadow: 0 0 24px rgba(44,240,255,.35); animation: ringRotate 5s linear infinite; }
.eye-core { position: absolute; left: 50%; top: 50%; width: 18%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle,#2cf0ff 0 16%,#1d2088 17% 36%,rgba(44,240,255,.28) 37% 66%,transparent 67%); box-shadow: 0 0 26px rgba(44,240,255,.76); animation: eyePulse 2s ease-in-out infinite; }
.eye-orbit { position: absolute; left: 50%; top: 50%; width: 54%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; border: 1px solid rgba(29,32,136,.36); border-left-color: rgba(44,240,255,.95); border-bottom-color: rgba(44,240,255,.65); animation: ringRotate 8s linear infinite reverse; }
.scan-line { position: absolute; z-index: 7; left: -32%; top: 0; bottom: 0; width: 28%; background: linear-gradient(90deg, transparent, rgba(122,226,255,.34), rgba(44,240,255,.66), transparent); box-shadow: 0 0 34px rgba(44,240,255,.36); animation: scanMove 2.8s linear infinite; pointer-events: none; }
.digital-scan-visual { display: grid; place-items: center; perspective: 1000px; background: radial-gradient(circle at 50% 48%, rgba(44,240,255,.24), transparent 34%), radial-gradient(circle at 24% 20%, rgba(122,162,255,.24), transparent 28%), linear-gradient(90deg, rgba(44,240,255,.1) 1px, transparent 1px), linear-gradient(rgba(44,240,255,.08) 1px, transparent 1px), #04101f; background-size: auto,auto,30px 30px,30px 30px,auto; }
.digital-scan-visual:before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 50% 48%, transparent 0 42%, rgba(2,8,23,.24) 62%, rgba(2,8,23,.82) 100%), repeating-linear-gradient(0deg, rgba(44,240,255,.08) 0 1px, transparent 1px 7px); mix-blend-mode: screen; }
.digital-rain { position: absolute; inset: 24px; z-index: 2; display: grid; grid-template-columns: repeat(12,1fr); gap: 6px 8px; align-content: center; opacity: .48; pointer-events: none; }
.digital-rain i { color: rgba(125,232,255,.74); font: 11px/1 Consolas, "Courier New", monospace; text-align: center; text-shadow: 0 0 12px rgba(44,240,255,.62); animation: binaryPulse 2.2s ease-in-out infinite; }
.digital-rain i:nth-child(3n) { color: rgba(122,162,255,.86); transform: translateY(-5px); animation-delay: .22s; }
.digital-rain i:nth-child(5n) { opacity: .36; transform: translateY(5px); animation-delay: .46s; }
.scan-reticle { position: absolute; z-index: 4; width: min(72%, 360px); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(44,240,255,.22); box-shadow: 0 0 0 18px rgba(44,240,255,.03), inset 0 0 36px rgba(44,240,255,.08); pointer-events: none; }
.scan-reticle:before, .scan-reticle:after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(44,240,255,.42); transform: translate(-50%,-50%); }
.scan-reticle:before { width: 112%; height: 1px; }
.scan-reticle:after { width: 1px; height: 112%; }
.scan-eye { position: relative; z-index: 5; width: min(68%, 330px); aspect-ratio: 1.72; transform-style: preserve-3d; animation: scanEyeFloat 4.8s ease-in-out infinite; }
.scan-eye-outline { position: absolute; inset: 0; border: 2px solid rgba(125,232,255,.76); border-radius: 52% 48% 52% 48% / 64% 64% 36% 36%; background: radial-gradient(circle at 50% 50%, rgba(44,240,255,.18), transparent 32%); box-shadow: 0 0 0 14px rgba(44,240,255,.05), inset 0 0 28px rgba(44,240,255,.16), 0 0 42px rgba(44,240,255,.4); }
.scan-eye-outline:before, .scan-eye-outline:after { content: ""; position: absolute; left: 16%; right: 16%; height: 18px; color: rgba(190,250,255,.82); font: 11px/18px Consolas, "Courier New", monospace; text-align: center; letter-spacing: 2px; text-shadow: 0 0 10px rgba(44,240,255,.76); overflow: hidden; }
.scan-eye-outline:before { content: "010110  AI  1001"; top: 17%; animation: dataSlide 2.4s linear infinite; }
.scan-eye-outline:after { content: "RETINA  0110"; bottom: 17%; animation: dataSlide 2.4s linear infinite reverse; }
.scan-eye-core { position: absolute; left: 50%; top: 50%; width: 31%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle,#04101f 0 28%,#1d2088 29% 48%,#2cf0ff 49% 54%,rgba(44,240,255,.24) 55% 72%,transparent 73%); box-shadow: 0 0 34px rgba(44,240,255,.86), inset 0 0 22px rgba(44,240,255,.28); animation: scanCorePulse 1.9s ease-in-out infinite; }
.scan-eye-core span, .scan-eye-core b { position: absolute; inset: -34%; border-radius: 50%; border: 1px dashed rgba(44,240,255,.7); }
.scan-eye-core span { animation: ringRotate 5.4s linear infinite; }
.scan-eye-core b { inset: -62%; border-color: rgba(122,162,255,.46); animation: ringRotate 8s linear infinite reverse; }
.scan-eye-orbit { position: absolute; left: 50%; top: 50%; border-radius: 50%; border: 1px solid rgba(44,240,255,.28); transform: translate(-50%,-50%); pointer-events: none; }
.orbit-a { width: 70%; aspect-ratio: 1; border-left-color: rgba(44,240,255,.92); animation: ringRotate 6.6s linear infinite; }
.orbit-b { width: 48%; aspect-ratio: 1; border-bottom-color: rgba(122,162,255,.9); animation: ringRotate 5.2s linear infinite reverse; }
.model-scan-ring { position: absolute; z-index: 6; width: min(58%, 280px); aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(44,240,255,.7); box-shadow: 0 0 26px rgba(44,240,255,.36), inset 0 0 28px rgba(44,240,255,.12); animation: ringRotate 8s linear infinite; pointer-events: none; }
.eye3d { position: relative; z-index: 3; width: min(66%, 290px); aspect-ratio: 1.18; transform-style: preserve-3d; animation: eye3dFloat 5s ease-in-out infinite; }
.scan-eye .eye3d { position: absolute; left: 50%; top: 50%; width: min(82%, 280px); transform: translate(-50%,-50%); animation: eye3dRotate 7s ease-in-out infinite; }
.eye3d-model { position: absolute; z-index: 5; left: 50%; top: 50%; width: min(82%, 300px); aspect-ratio: 1.18; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; background: radial-gradient(circle, rgba(44,240,255,.16), rgba(2,8,23,.82)); box-shadow: 0 0 34px rgba(44,240,255,.48), inset 0 0 28px rgba(44,240,255,.16); }
.eye3d-model:before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at 45% 40%, transparent 0 58%, rgba(2,8,23,.58) 78%, rgba(2,8,23,.92) 100%), linear-gradient(90deg, rgba(44,240,255,.12), transparent 28%, transparent 72%, rgba(44,240,255,.1)); mix-blend-mode: screen; }
.eye3d-model iframe { position: absolute; inset: -14% -18%; width: 136%; height: 128%; border: 0; display: block; filter: saturate(1.15) contrast(1.08); }
.eye3d-shell { position: absolute; left: 9%; top: 10%; width: 76%; height: 76%; border-radius: 52% 48% 50% 50%; background: radial-gradient(circle at 34% 30%, rgba(255,255,255,.96), rgba(185,231,255,.72) 18%, rgba(44,240,255,.2) 34%, rgba(29,32,136,.34) 66%, rgba(2,8,23,.9) 100%); box-shadow: inset -32px -18px 46px rgba(0,0,0,.38), inset 16px 13px 32px rgba(255,255,255,.22), 0 0 44px rgba(44,240,255,.42); overflow: hidden; }
.eye3d-shell:after { content: ""; position: absolute; left: 45%; top: 0; bottom: 0; width: 55%; background: linear-gradient(90deg, rgba(3,7,18,.1), rgba(3,7,18,.74)); clip-path: polygon(0 0,100% 12%,100% 88%,0 100%); }
.eye3d-cornea { position: absolute; z-index: 4; left: 4%; top: 29%; width: 24%; height: 38%; border-radius: 58% 42% 42% 58%; border: 2px solid rgba(165,243,252,.86); background: linear-gradient(90deg, rgba(224,255,255,.48), rgba(44,240,255,.08)); box-shadow: 0 0 20px rgba(44,240,255,.4); }
.eye3d-lens { position: absolute; z-index: 5; left: 31%; top: 34%; width: 17%; height: 28%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.84), rgba(44,240,255,.18) 62%, rgba(29,32,136,.22)); border: 1px solid rgba(255,255,255,.75); box-shadow: 0 0 20px rgba(255,255,255,.34); }
.eye3d-retina { position: absolute; z-index: 4; right: 12%; top: 15%; width: 33%; height: 70%; border-radius: 0 100% 100% 0 / 0 50% 50% 0; border-right: 3px solid rgba(248,113,113,.84); background: repeating-linear-gradient(92deg, rgba(248,113,113,.32) 0 3px, rgba(251,191,36,.12) 4px 8px); filter: drop-shadow(0 0 12px rgba(248,113,113,.36)); }
.eye3d-macula { position: absolute; z-index: 6; right: 22%; top: 45%; width: 9%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#fbbf24,#f97316 54%,transparent 58%); box-shadow: 0 0 18px rgba(251,191,36,.72); animation: eyePulseFlat 2s ease-in-out infinite; }
.eye3d-nerve { position: absolute; z-index: 2; right: -2%; top: 43%; width: 30%; height: 13%; border-radius: 999px; background: linear-gradient(90deg, rgba(251,191,36,.82), rgba(125,211,252,.26)); box-shadow: 0 0 20px rgba(125,211,252,.32); transform: rotate(6deg); }
.eye3d-pupil { position: absolute; z-index: 6; left: 23%; top: 42%; width: 18%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#02101d 0 42%,#1d2088 43% 62%,#2cf0ff 63% 67%,transparent 68%); box-shadow: 0 0 24px rgba(44,240,255,.84); animation: eyePulseFlat 2.2s ease-in-out infinite; }
.eye3d-scan { position: absolute; z-index: 8; left: 4%; right: 2%; top: 50%; height: 2px; transform: translateY(-50%) rotate(-8deg); background: #2cf0ff; box-shadow: 0 0 16px rgba(44,240,255,.95), 0 0 50px rgba(44,240,255,.55); animation: eyeScanSlice 2.6s ease-in-out infinite; }
.anatomy-label { position: absolute; z-index: 9; color: #dff7ff; background: rgba(2,8,23,.68); border: 1px solid rgba(44,240,255,.36); padding: 4px 7px; font-style: normal; font-size: 12px; line-height: 1; box-shadow: 0 0 14px rgba(44,240,255,.18); white-space: nowrap; }
.anatomy-label:before { content: ""; position: absolute; height: 1px; background: rgba(44,240,255,.7); }
.label-cornea { left: -4%; top: 18%; }
.label-cornea:before { left: 100%; top: 50%; width: 38px; transform: rotate(28deg); transform-origin: left center; }
.label-lens { left: 16%; bottom: 10%; }
.label-lens:before { left: 100%; top: 50%; width: 34px; transform: rotate(-34deg); transform-origin: left center; }
.label-retina { right: 2%; top: 12%; }
.label-retina:before { right: 100%; top: 50%; width: 34px; transform: rotate(-22deg); transform-origin: right center; }
.label-macula { right: 3%; bottom: 17%; }
.label-macula:before { right: 100%; top: 50%; width: 42px; transform: rotate(28deg); transform-origin: right center; }
.label-nerve { right: -6%; top: 58%; }
.label-nerve:before { right: 100%; top: 50%; width: 32px; }
.scan-info { position: absolute; z-index: 8; left: 18px; bottom: 16px; display: grid; gap: 8px; width: min(44%, 210px); }
.scan-info div { display: flex; justify-content: space-between; gap: 10px; border: 1px solid rgba(44,240,255,.3); background: rgba(2,8,23,.56); color: #dff7ff; padding: 7px 9px; backdrop-filter: blur(6px); }
.scan-info span { color: rgba(191,242,255,.74); }
.scan-info b { color: #2cf0ff; font-family: Consolas, "Courier New", monospace; }
.scan-grid { position: absolute; inset: 28px; z-index: 4; display: grid; grid-template-columns: repeat(9,1fr); gap: 7px; align-content: center; opacity: .58; pointer-events: none; }
.scan-grid i { color: rgba(44,240,255,.8); font: 12px/1 Consolas, "Courier New", monospace; text-align: center; animation: binaryPulse 2.4s ease-in-out infinite; }
.scan-grid i:nth-child(4n) { color: rgba(255,255,255,.75); animation-delay: .24s; }
.scan-grid i:nth-child(5n) { transform: translateY(5px); animation-delay: .42s; }
.bar-list { display: grid; gap: 18px; align-content: center; }
.bar-item div { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 8px; color: var(--title); }
.bar-item b { color: var(--primary); }
.bar-item em { display: block; height: 12px; background: var(--soft); overflow: hidden; }
.bar-item i { display: block; height: 100%; background: linear-gradient(90deg,#1d2088,#0f766e); transition: width 1.2s cubic-bezier(.22,1,.36,1); }
@keyframes scanMove { from { left: -30%; } to { left: 104%; } }
@keyframes dataPulse { 0%,100% { opacity: .55; transform: scaleX(.92); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes binaryPulse { 0%,100% { opacity: .5; box-shadow: 0 0 8px rgba(44,240,255,.12); } 50% { opacity: 1; box-shadow: 0 0 18px rgba(44,240,255,.42); } }
@keyframes digitalEyeGlow { 0%,100% { opacity: .78; transform: translate(-50%,-50%) scale(.97); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.03); } }
@keyframes loginEyeFloat { 0%,100% { opacity: .9; transform: translateY(0) scale(.98); } 50% { opacity: 1; transform: translateY(-8px) scale(1.02); } }
@keyframes loginEyeFloatMobile { 0%,100% { opacity: .9; transform: translateX(-50%) translateY(0) scale(.98); } 50% { opacity: 1; transform: translateX(-50%) translateY(-6px) scale(1.02); } }
@keyframes loginRingRotate { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes loginEyeScan { 0%,100% { top: 18%; opacity: .36; } 50% { top: 78%; opacity: 1; } }
@keyframes dataSlide { from { clip-path: inset(0 100% 0 0); } 50% { clip-path: inset(0 0 0 0); } to { clip-path: inset(0 0 0 100%); } }
@keyframes eyePulse { 0%,100% { opacity: .72; transform: translate(-50%,-50%) scale(.94); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.06); } }
@keyframes scanEyeFloat { 0%,100% { transform: rotateX(8deg) rotateY(-12deg) translateY(0); } 50% { transform: rotateX(12deg) rotateY(13deg) translateY(-7px); } }
@keyframes scanCorePulse { 0%,100% { transform: translate(-50%,-50%) scale(.94); opacity: .82; } 50% { transform: translate(-50%,-50%) scale(1.08); opacity: 1; } }
@keyframes eye3dFloat { 0%,100% { transform: rotateX(8deg) rotateY(-18deg) translateY(0); } 50% { transform: rotateX(12deg) rotateY(20deg) translateY(-8px); } }
@keyframes eye3dRotate { 0%,100% { transform: translate(-50%,-50%) rotateX(8deg) rotateY(-26deg) rotateZ(-2deg); } 50% { transform: translate(-50%,-50%) rotateX(12deg) rotateY(28deg) rotateZ(2deg); } }
@keyframes eyeScanSlice { 0%,100% { top: 24%; opacity: .35; } 50% { top: 74%; opacity: 1; } }
@keyframes eyePulseFlat { 0%,100% { opacity: .78; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes sectionSweep { from { left: -35%; opacity: 0; } 20% { opacity: 1; } to { left: 110%; opacity: 0; } }
@keyframes cardRise { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.support-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.support-grid article { background: var(--panel); border-radius: 0 0 0 58px; padding: 30px 26px; min-height: 210px; border: 1px solid var(--line); }
.support-grid strong { color: var(--primary); font-size: 34px; display: block; line-height: 1; margin-bottom: 18px; }
.support-grid h3 { margin: 0 0 12px; color: var(--title); font-size: 20px; }
.support-grid p { margin: 0; color: var(--muted); line-height: 1.8; }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-info { background: #0f3b57; color: #fff; border-radius: 6px; padding: 30px; }
.contact-info { position: relative; overflow: hidden; }
.contact-info:before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.1) 50%, transparent 58%); transform: translateX(-120%); animation: contactScan 5s linear infinite; }
.contact-info > * { position: relative; z-index: 1; }
@keyframes contactScan { to { transform: translateX(120%); } }
.contact-info h3 { margin-top: 0; font-size: 26px; }
.contact-info p { color: #dbeafe; line-height: 1; }
.baidu-map { height: 500px; min-height: 500px; margin: 18px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.28); background: #fff; }
.baidu-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-lines { margin: 12px 0 14px; }
.contact-lines p { margin: 0 0 2px; }
.form { display: grid; gap: 12px; }
.form input, .form textarea, .admin input, .admin textarea, .admin select { width: 100%; border: 1px solid #cbd5e1; border-radius: 3px; padding: 10px 12px; outline: none; background: #fff; }
.form textarea, .admin textarea { min-height: 120px; resize: vertical; }
.field-hint { margin: -4px 0 2px; color: #475569; background: #eef6ff; border-left: 3px solid #1d2088; padding: 8px 10px; line-height: 1.5; }
.contact-form { background: var(--panel); border: 1px solid var(--line); border-radius: 0 0 0 62px; padding: 30px; box-shadow: 0 18px 50px rgba(15,23,42,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-form label { display: block; }
.contact-form span { display: block; color: var(--title); font-size: 14px; margin-bottom: 7px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: var(--site-bg); color: var(--text); border-radius: 4px; padding: 12px 14px; outline: none; transition: .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(29,32,136,.12); }
.contact-field.invalid span { color: #b42318; }
.contact-field.invalid input, .contact-field.invalid textarea { border-color: #d92d20; background: rgba(217,45,32,.04); }
.contact-field.invalid input:focus, .contact-field.invalid textarea:focus { box-shadow: 0 0 0 3px rgba(217,45,32,.14); }
.message-field { margin-top: 16px; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-feedback { margin-top: 14px; border: 1px solid rgba(217,45,32,.28); background: rgba(217,45,32,.06); color: #b42318; border-radius: 4px; padding: 10px 12px; line-height: 1.55; }
.submit-btn { margin-top: 18px; border: 0; background: #1d2088; color: #fff; border-radius: 4px; padding: 13px 30px; cursor: pointer; min-width: 150px; }
.submit-btn:hover { background: #111466; }
.detail-banner { height: 300px; background: var(--soft); display: flex; align-items: center; }
.detail-banner div { width: 86%; max-width: 1280px; margin: 0 auto; }
.detail-banner h1 { margin: 0; color: #1d2088; font-size: 42px; }
.detail-banner p { color: #777; font-size: 18px; }
.product-detail { width: 86%; max-width: 1280px; margin: 5vw auto; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--panel); }
.detail-image { display: grid; place-items: center; padding: 4vw; border-right: 1px solid #f2f2f2; }
.detail-image img { max-width: 100%; max-height: 430px; object-fit: contain; }
.detail-info { padding: 5vw 4vw; }
.detail-kicker { color: #1d2088; margin-bottom: 12px; }
.detail-info h2 { font-size: 34px; color: var(--title); margin: 0 0 20px; }
.detail-info p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.detail-actions { display: flex; gap: 12px; margin-top: 30px; }
.footer { background: var(--footer); color: rgba(255,255,255,.78); padding: 3vw 7vw 2vw; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); }
.footer strong { color: #fff; }
.footer a { color: rgba(255,255,255,.82); cursor: pointer; }
.footer-info { max-width: 420px; }
.footer-info p { margin: 10px 0 0; line-height: 1.7; }
.friend-links { display: flex; align-items: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.friend-links > span { color: rgba(255,255,255,.9); font-weight: 700; flex: 0 0 100%; }
.sys-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 6px 10px; margin-top: 2px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.92); transition: .2s; white-space: nowrap; }
.sys-link:hover { transform: translateX(4px); background: rgba(44,240,255,.12); border-color: rgba(44,240,255,.35); color: #fff; }
.sys-icon { position: relative; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 6px; display: inline-grid; place-items: center; background: linear-gradient(135deg,#2cf0ff,#1d2088); box-shadow: 0 0 16px rgba(44,240,255,.28); }
.sys-icon:before { content: ""; width: 11px; height: 8px; border: 2px solid #fff; border-top: 0; transform: skewX(-10deg); opacity: .95; }
.drs-system .sys-icon { background: linear-gradient(135deg,#22c55e,#0f766e); }
.drs-system .sys-icon:before { width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; transform: none; }
.drs-system .sys-icon:after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff; }
.admin-system .sys-icon { background: linear-gradient(135deg,#f59e0b,#1d2088); }
.admin-system .sys-icon:before { width: 10px; height: 10px; border: 2px solid #fff; border-radius: 2px; transform: none; }
.admin-system .sys-icon:after { content: ""; position: absolute; top: 5px; width: 6px; height: 2px; background: #fff; box-shadow: 0 5px 0 #fff; }
.footer-qr { display: grid; grid-template-columns: repeat(5,118px); gap: 20px; align-items: flex-start; direction: rtl; justify-content: end; margin-left: auto; transform: translateX(24px); }
.footer-qr div { text-align: center; color: rgba(255,255,255,.82); font-size: 13px; direction: ltr; cursor: pointer; transition: .2s; }
.footer-qr div:hover { color: #fff; transform: translateY(-2px); }
.footer-qr img { width: 118px; height: 118px; display: block; object-fit: cover; background: #fff; padding: 5px; margin-bottom: 8px; }
.footer-copy { width: 100%; padding-top: 18px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; color: rgba(255,255,255,.7); font-size: 13px; }
.footer-copy p { margin: 0 0 8px; }
.footer-copy div { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.police-logo { width: 18px; height: 18px; display: inline-block; vertical-align: -4px; margin-right: 6px; background: url('images/localized/police-logo.png') center/contain no-repeat; }
.admin { min-height: 100vh; background: #f0f2f5; color: #303133; }
.admin-shell { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; }
.admin-side { position: sticky; top: 0; height: 100vh; overflow-y: auto; background: #304156; color: #bfcbd9; padding: 0 0 108px; box-shadow: 2px 0 6px rgba(0,21,41,.22); }
.admin-side h2 { height: 56px; line-height: 56px; color: #fff; font-size: 18px; margin: 0; padding: 0 20px; background: #263445; font-weight: 700; letter-spacing: 0; }
.admin-side button { width: 100%; height: 46px; text-align: left; border: 0; background: transparent; color: #bfcbd9; padding: 0 20px; cursor: pointer; border-radius: 0; font-size: 14px; transition: background .18s,color .18s; }
.admin-side button.active, .admin-side button:hover { background: #263445; color: #fff; }
.admin-bottom-actions { position: fixed; left: 0; bottom: 0; width: 220px; background: #263445; border-top: 1px solid rgba(255,255,255,.08); padding: 8px 0; z-index: 8; }
.admin-bottom-actions button { height: 42px; }
.admin-lang { display: grid; grid-template-columns: 1fr 1fr 40px; gap: 6px; padding: 10px 12px; background: #2b3b4d; }
.admin-side .admin-lang button { height: 32px; text-align: center; padding: 0; border-radius: 3px; background: rgba(255,255,255,.07); }
.admin-side .admin-lang button.active { background: #409eff; color: #fff; }
.admin-main { padding: 20px; overflow-x: auto; }
.admin-card { background: #fff; border: 1px solid #ebeef5; border-radius: 4px; padding: 18px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.admin-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 52px; margin-bottom: 14px; padding: 0 18px; background: #fff; border: 1px solid #ebeef5; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.admin-toolbar h2 { margin: 0; color: #303133; font-size: 20px; font-weight: 600; }
.admin-toolbar.sub-toolbar { margin-top: 26px; margin-bottom: 12px; background: var(--soft); box-shadow: none; }
.admin table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; border: 1px solid #ebeef5; border-radius: 4px; overflow: hidden; }
.admin th, .admin td { border-bottom: 1px solid #ebeef5; padding: 12px 10px; text-align: left; font-size: 13px; vertical-align: top; color: #606266; word-break: break-word; }
.admin th { background: #f5f7fa; color: #909399; font-weight: 600; }
.admin tr:hover td { background: #f5f7fa; }
.admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.sync-english-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 4px; color: #64748b; line-height: 1.5; }
.sync-english-row button[disabled] { opacity: .65; cursor: progress; }
.sync-english-row span { font-size: 13px; }
.rich-tabs { display: inline-flex; width: fit-content; border: 1px solid #cbd5e1; border-radius: 4px; overflow: hidden; background: #f8fafc; }
.rich-tabs button { min-width: 118px; border: 0; border-right: 1px solid #cbd5e1; background: transparent; color: #475569; padding: 9px 16px; cursor: pointer; }
.rich-tabs button:last-child { border-right: 0; }
.rich-tabs button.active { background: #1d2088; color: #fff; }
.body-image-upload { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 4px; color: #64748b; }
.body-image-upload span { color: var(--title,#0f172a); font-weight: 700; font-size: 14px; }
.body-image-upload em { font-style: normal; font-size: 13px; line-height: 1.5; }
.rich-editor { display: grid; gap: 8px; }
.rich-editor label { color: #334155; font-weight: 700; }
.rich-toolbar { display: none; }
.rich-toolbar button { border: 1px solid #cbd5e1; background: #fff; color: #334155; border-radius: 3px; padding: 6px 10px; cursor: pointer; }
.rich-toolbar button:hover { border-color: #1d2088; color: #1d2088; }
.rich-toolbar button.active { border-color: #1d2088; color: #fff; background: #1d2088; }
.rich-select { height: 32px; border: 1px solid #cbd5e1; background: #fff; color: #334155; border-radius: 3px; padding: 0 26px 0 9px; cursor: pointer; }
.font-select { min-width: 132px; }
.size-select { width: 76px; }
.rich-color-picker { height: 32px; min-width: 42px; border: 1px solid #cbd5e1; background: #fff; color: #334155; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 0 7px; cursor: pointer; }
.rich-color-picker span { font-weight: 800; line-height: 1; border-bottom: 3px solid currentColor; }
.rich-color-picker input { width: 18px; height: 20px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.admin.theme-dark .rich-toolbar, .admin.theme-dark .rich-select, .admin.theme-dark .rich-color-picker { background: #0f1722; color: #e5edf6; border-color: #334155; }
.admin.theme-dark .sync-english-row { background: #111827; color: #cbd5e1; border-color: #334155; }
.admin.theme-dark .body-image-upload { background: #111827; color: #cbd5e1; border-color: #334155; }
.admin.theme-dark .image-preview { background: #111827; color: #cbd5e1; border-color: #334155; }
.admin.theme-dark .image-preview img { background: #0b0b0b; border-color: #334155; }
.rich-area { min-height: 180px; background: #fff; border: 1px solid #cbd5e1; border-radius: 0 0 3px 3px; padding: 14px; line-height: 1.8; outline: none; overflow: auto; }
.tinymce-area { min-height: 360px; }
.rich-area:focus { border-color: #1d2088; box-shadow: 0 0 0 3px rgba(29,32,136,.12); }
.rich-area h2 { margin: 10px 0; font-size: 22px; color: #0f172a; }
.rich-area ul, .news-content ul { padding-left: 22px; }
.rich-area img, .news-content img { max-width: 100%; height: auto; display: block; margin: 12px 0; }
.rich-video, .news-content video, .news-content iframe { width: 100%; max-width: 820px; aspect-ratio: 16 / 9; display: block; margin: 14px 0; border: 1px solid var(--line); background: #000; }
.product-content-section { background: var(--section-alt); }
.product-rich-content { max-width: 1120px; margin: 0 auto; color: var(--text); white-space: normal; }
.product-rich-content h2 { margin: 28px 0 16px; color: var(--title); font-size: 26px; }
.product-rich-content p { margin: 12px 0; color: var(--text); line-height: 1.9; }
.product-rich-content img { max-width: min(100%, 520px); width: auto; height: auto; max-height: 520px; object-fit: contain; display: block; margin: 18px auto; }
.rich-columns { display: grid; gap: 18px; margin: 16px 0; }
.rich-columns.cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rich-columns.cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.rich-columns > div { min-width: 0; border: 1px solid var(--line); background: var(--soft); padding: 14px; }
.news-content a { color: var(--primary); text-decoration: underline; }
.about-more.news-content { max-width: 100%; overflow: hidden; word-break: break-word; overflow-wrap: anywhere; white-space: normal; }
.about-more.news-content * { max-width: 100%; box-sizing: border-box; }
.about-more.news-content p, .about-more.news-content div, .about-more.news-content span, .about-more.news-content font { white-space: normal !important; overflow-wrap: anywhere; word-break: break-word; }
.about-more.news-content img, .about-more.news-content video { max-width: 100% !important; height: auto !important; object-fit: contain; }
.about-more.news-content table { width: 100% !important; max-width: 100%; border-collapse: collapse; table-layout: fixed; display: block; overflow-x: auto; }
.about-more.news-content td, .about-more.news-content th { word-break: break-word; border: 1px solid var(--line); padding: 6px; }
.about-more.news-content p, .about-more.news-content div, .about-more.news-content li { line-height: 1.9; color: var(--text); }
.theme-dark .about-more.news-content, .theme-dark .about-more.news-content p, .theme-dark .about-more.news-content div, .theme-dark .about-more.news-content li, .theme-dark .about-more.news-content span, .theme-dark .about-more.news-content font { color: #fff !important; }
.theme-dark .about-metrics strong, .theme-dark .about-metrics span { color: #fff; }
.visitor-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 16px; }
.visitor-summary div { background: #fff; border: 1px solid #e2e8f0; padding: 20px; border-left: 4px solid #1d2088; }
.visitor-summary span { display: block; color: #64748b; margin-bottom: 10px; }
.visitor-summary strong { color: #0f172a; font-size: 30px; letter-spacing: 0; }
.visitor-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.visitor-panels h3 { margin: 0 0 18px; color: #0f172a; }
.stat-row { margin-bottom: 15px; }
.stat-row div { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 7px; color: #334155; }
.stat-row b { color: #1d2088; }
.stat-row em { display: block; height: 10px; background: #e2e8f0; overflow: hidden; }
.stat-row i { display: block; height: 100%; background: linear-gradient(90deg,#1d2088,#0f766e); transition: width .6s ease; }
.login { min-height: 100vh; position: relative; display: grid; place-items: center; padding: 22px; overflow: hidden; background: radial-gradient(circle at 18% 26%, rgba(44,240,255,.3), transparent 28%), radial-gradient(circle at 72% 34%, rgba(73,100,255,.24), transparent 30%), radial-gradient(circle at 78% 82%, rgba(20,184,166,.22), transparent 32%), linear-gradient(135deg,#04101d,#0b2440 47%,#051724); }
.login:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44,240,255,.08) 1px, transparent 1px), linear-gradient(rgba(44,240,255,.07) 1px, transparent 1px), repeating-linear-gradient(115deg, transparent 0 72px, rgba(125,232,255,.06) 73px 74px); background-size: 42px 42px, 42px 42px, auto; opacity: .9; }
.login:after { content: ""; position: absolute; width: 42%; height: 150%; left: -16%; top: -25%; background: linear-gradient(90deg, transparent, rgba(44,240,255,.14), transparent); transform: rotate(18deg); animation: sectionSweep 5.4s linear infinite; }
.login-visual { position: absolute; inset: 0; pointer-events: none; }
.login-eye { position: absolute; left: 9%; top: 19%; width: min(38vw, 500px); aspect-ratio: 1.72; border: 2px solid rgba(44,240,255,.56); border-radius: 52% 48% 52% 48% / 64% 64% 36% 36%; background: radial-gradient(circle at 50% 50%, rgba(44,240,255,.16), transparent 32%), linear-gradient(90deg, transparent 48%, rgba(44,240,255,.18) 49% 51%, transparent 52%); box-shadow: 0 0 0 12px rgba(44,240,255,.05), 0 0 70px rgba(44,240,255,.35), inset 0 0 38px rgba(44,240,255,.14); animation: loginEyeFloat 4.2s ease-in-out infinite; }
.login-eye i { position: absolute; left: 50%; top: 50%; width: 25%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle,#f8fdff 0 8%,#2cf0ff 9% 21%,#1d2088 22% 42%,rgba(44,240,255,.22) 43% 70%,transparent 71%); box-shadow: 0 0 38px rgba(44,240,255,.82), inset 0 0 18px rgba(255,255,255,.4); }
.login-eye b, .login-eye em { position: absolute; left: 50%; top: 50%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; }
.login-eye b { width: 50%; border: 1px dashed rgba(44,240,255,.68); box-shadow: 0 0 28px rgba(44,240,255,.3); animation: loginRingRotate 7s linear infinite; }
.login-eye em { width: 70%; border: 1px solid rgba(125,232,255,.34); border-left-color: rgba(44,240,255,.92); border-bottom-color: rgba(20,184,166,.72); animation: loginRingRotate 10s linear infinite reverse; }
.login-eye-scan { position: absolute; left: 7%; right: 7%; top: 18%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), rgba(44,240,255,.9), transparent); box-shadow: 0 0 18px rgba(44,240,255,.86); animation: loginEyeScan 2.6s ease-in-out infinite; }
.login-retina { position: absolute; right: 8%; top: 16%; width: min(32vw, 420px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(44,240,255,.22), transparent 54%); border: 1px solid rgba(125,232,255,.22); box-shadow: inset 0 0 36px rgba(44,240,255,.12), 0 0 45px rgba(29,32,136,.18); }
.login-retina:before, .login-retina:after { content: ""; position: absolute; inset: 16%; border-radius: 50%; border: 1px dashed rgba(44,240,255,.36); animation: loginRingRotate 16s linear infinite; }
.login-retina:after { inset: 32%; border-style: solid; border-color: rgba(20,184,166,.45); animation-duration: 10s; animation-direction: reverse; }
.login-retina span { position: absolute; left: 50%; top: 50%; width: 46%; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, rgba(44,240,255,.9), transparent); box-shadow: 0 0 10px rgba(44,240,255,.45); }
.login-retina span:nth-child(1) { transform: rotate(18deg); }
.login-retina span:nth-child(2) { transform: rotate(95deg); }
.login-retina span:nth-child(3) { transform: rotate(168deg); }
.login-retina span:nth-child(4) { transform: rotate(242deg); }
.login-hud { position: absolute; left: 11%; bottom: 12%; width: min(34vw, 410px); display: grid; gap: 8px; color: rgba(223,250,255,.82); font-family: Consolas, "Courier New", monospace; letter-spacing: 0; }
.login-hud small, .login-hud strong { width: fit-content; padding: 7px 12px; border-left: 2px solid rgba(44,240,255,.75); background: linear-gradient(90deg, rgba(44,240,255,.12), transparent); box-shadow: 0 0 18px rgba(44,240,255,.08); }
.login-hud strong { color: #fff; font-size: 18px; text-shadow: 0 0 14px rgba(44,240,255,.76); }
.login-binary { position: absolute; right: 7%; bottom: 12%; width: min(42vw, 520px); display: grid; grid-template-columns: repeat(16,1fr); gap: 9px; color: rgba(44,240,255,.58); font-family: Consolas, "Courier New", monospace; text-shadow: 0 0 12px rgba(44,240,255,.65); }
.login-binary span { animation: binaryPulse 2.4s ease-in-out infinite; }
.login-binary span:nth-child(4n) { color: rgba(255,255,255,.75); animation-delay: .3s; }
.login-box { position: relative; z-index: 2; width: min(460px,100%); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.55); border-radius: 8px; padding: 30px; box-shadow: 0 28px 90px rgba(0,0,0,.36); backdrop-filter: blur(14px); }
.login-lang { position: absolute; right: 18px; top: 18px; display: flex; gap: 6px; }
.login-lang button { border: 1px solid #cbd5e1; background: #fff; color: #475569; border-radius: 3px; padding: 5px 8px; cursor: pointer; }
.login-lang button.active { background: #1d2088; color: #fff; border-color: #1d2088; }
.theme-mini { position: relative; width: 32px; min-width: 32px; }
.theme-mini:before { content: ""; position: absolute; left: 7px; top: 8px; width: 16px; height: 9px; border: 2px solid currentColor; border-radius: 999px; }
.theme-mini:after { content: ""; position: absolute; left: 11px; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.theme-dark .theme-mini:after { transform: translateX(7px); }
.login-back { display: inline-block; margin-top: 14px; color: #1d2088; cursor: pointer; font-size: 14px; }
.login-back:hover { text-decoration: underline; }
.login-logo { width: 190px; height: auto; display: block; margin-bottom: 16px; }
.login-title { color: #0f172a; font-size: 24px; font-weight: 800; letter-spacing: 0; margin-bottom: 8px; }
.login-box h1 { display: none; }
.login-box p { margin: 0 0 18px; color: #64748b; line-height: 1.6; }
.login-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 0 0 16px; padding: 4px; background: #eef2f7; border-radius: 6px; }
.login-tabs button { border: 0; background: transparent; color: #475569; padding: 10px 8px; border-radius: 5px; cursor: pointer; }
.login-tabs button.active { background: #1d2088; color: #fff; box-shadow: 0 8px 20px rgba(29,32,136,.24); }
.sms-row { display: grid; grid-template-columns: 1fr 116px; gap: 8px; }
.sms-row .ghost-btn { padding-left: 8px; padding-right: 8px; white-space: nowrap; }
.admin-hint { color: #64748b; margin: 0; line-height: 1.6; }
.field-line { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 10px; align-items: center; }
.field-line span { color: var(--title,#0f172a); font-weight: 700; font-size: 14px; }
.field-line input, .field-line select, .field-line textarea { width: 100%; }
.image-upload-line { align-items: start; }
.image-upload-control { display: grid; gap: 10px; min-width: 0; }
.image-upload-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; }
.upload-btn { position: relative; overflow: hidden; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; min-height: 38px; }
.upload-btn input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.image-preview { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 10px; border: 1px solid #e2e8f0; border-radius: 4px; background: #f8fafc; }
.image-preview img { width: 96px; height: 72px; object-fit: contain; flex: 0 0 auto; background: #fff; border: 1px solid #e5e7eb; }
.image-preview span { min-width: 0; color: #64748b; font-size: 13px; overflow-wrap: anywhere; line-height: 1.45; }
.config-tabs { display: inline-flex; width: fit-content; border: 1px solid #cbd5e1; border-radius: 4px; overflow: hidden; background: #f8fafc; }
.config-tabs button { min-width: 120px; border: 0; border-right: 1px solid #cbd5e1; background: transparent; color: #475569; padding: 10px 18px; cursor: pointer; }
.config-tabs button:last-child { border-right: 0; }
.config-tabs button.active { background: #1d2088; color: #fff; }
.config-panel { display: grid; gap: 12px; }
.admin-filter-row { display: grid; grid-template-columns: minmax(220px,1fr) 210px auto; gap: 10px; margin: 0 0 14px; align-items: center; }
.map-position-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; }
.permission-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; border: 1px solid var(--line); background: var(--soft); padding: 14px; }
.permission-grid label { display: flex; align-items: center; gap: 8px; color: var(--title); font-size: 14px; }
.permission-grid input { width: auto; }
.permission-all { grid-column: 1 / -1; font-weight: 700; }
.toast { position: fixed; right: 18px; top: 86px; background: #0f172a; color: #fff; padding: 11px 14px; border-radius: 3px; z-index: 50; }
.back-top { position: fixed; right: 24px; bottom: 28px; z-index: 45; width: 69px; height: 69px; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); color: var(--primary); box-shadow: 0 12px 34px rgba(15,23,42,.18); cursor: pointer; font-size: 36px; line-height: 1; display: grid; place-items: center; transition: .2s; }
.back-top:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.detail-modal { position: fixed; inset: 0; z-index: 80; background: transparent; display: grid; place-items: center; padding: 24px; color: var(--text,#1f2a37); }
.modal-panel { position: relative; width: min(1080px,100%); max-height: 88vh; overflow: auto; background: var(--panel); color: var(--text); box-shadow: 0 26px 80px rgba(0,0,0,.35); }
.modal-close { position: sticky; top: 0; float: right; z-index: 2; width: 46px; height: 46px; border: 0; background: #1d2088; color: #fff; font-size: 28px; cursor: pointer; }
.submit-success-modal { z-index: 92; background: rgba(15,23,42,.42); }
.submit-success-panel { width: min(430px,92vw); max-height: none; overflow: visible; border-radius: 6px; text-align: center; }
.submit-success-panel .modal-close { position: absolute; right: 0; top: 0; float: none; background: transparent; color: var(--muted); font-size: 24px; }
.submit-success-body { padding: 46px 34px 34px; }
.success-mark { position: relative; width: 62px; height: 62px; margin: 0 auto 18px; display: block; border-radius: 50%; background: #1d2088; box-shadow: 0 14px 30px rgba(29,32,136,.24); }
.success-mark:after { content: ""; position: absolute; left: 21px; top: 17px; width: 16px; height: 25px; border: solid #fff; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.submit-success-body h2 { margin: 0 0 10px; color: var(--title); font-size: 24px; }
.submit-success-body p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.modal-product { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 520px; }
.modal-image { display: grid; place-items: center; padding: 42px; background: var(--soft); }
.modal-image img { max-width: 100%; max-height: 420px; object-fit: contain; }
.modal-content { padding: 52px 46px; }
.modal-content > span { color: var(--primary); font-weight: 700; }
.modal-content h2 { margin: 14px 0 18px; color: var(--title); font-size: 34px; }
.modal-content p, .news-content { color: var(--muted); font-size: 17px; line-height: 1.68; white-space: pre-line; }
.news-content.product-rich-content,
.news-content.product-rich-content * { white-space: normal; }
.product-rich-content section { margin: 0; padding: 0; }
.product-rich-content p:empty,
.product-rich-content section:empty { display: none; }
.product-rich-content h2:first-child { margin-top: 0; }
.modal-product .modal-image { align-self: start; min-height: 520px; }
.modal-product .product-rich-content { max-width: none; margin-top: 26px; }
.modal-product .product-rich-content h2 { margin: 24px 0 12px; font-size: 28px; }
.modal-product .product-rich-content p { margin: 10px 0; line-height: 1.72; }
.modal-product .product-rich-content img { max-height: 360px; margin: 14px auto; }
.modal-product .news-content span,
.modal-product .news-content font,
.product-rich-content span,
.product-rich-content font { color: inherit !important; font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; }
.modal-news img { width: 100%; height: 320px; object-fit: cover; display: block; }
.modal-solution .modal-content { padding: 54px; }
.certificate-scroll { max-height: 64vh; overflow-y: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding-right: 8px; }
.certificate-scroll img { width: 100%; background: var(--soft); border: 1px solid var(--line); object-fit: contain; display: block; }
.solution-detail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 26px 0; }
.solution-detail div { background: var(--soft); border-left: 3px solid var(--primary); padding: 18px; }
.solution-detail strong { color: var(--title); }
.solution-detail p { margin: 8px 0 0; font-size: 15px; line-height: 1.8; }
.service-map-panel { margin: 28px 0; border: 1px solid var(--line); background: var(--soft); padding: 22px; }
.service-map-head h3 { margin: 0 0 8px; color: var(--title); font-size: 22px; }
.service-map-head p { margin: 0 0 18px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.china-service-map { position: relative; min-height: 420px; background: linear-gradient(135deg,#f8fbff,#e5f0fb); border: 1px solid var(--line); overflow: hidden; cursor: default; user-select: none; }
.china-service-map.is-dragging { cursor: grabbing; }
.china-service-map:before { content: ""; position: absolute; inset: 18px; background-image: linear-gradient(rgba(122,162,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(122,162,255,.1) 1px, transparent 1px); background-size: 34px 34px; opacity: .8; }
.service-map-chart { position: absolute; inset: 0; z-index: 1; min-height: 420px; }
.service-map-state { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; color: var(--muted); background: rgba(248,251,255,.76); font-size: 15px; }
.service-map-layer { position: absolute; inset: 0; z-index: 1; transform-origin: center center; transition: transform .16s ease-out; }
.service-map-layer.is-dragging { transition: none; }
.service-map-reset { position: absolute; right: 12px; top: 12px; z-index: 3; border: 1px solid var(--line); background: var(--panel); color: var(--title); border-radius: 3px; padding: 6px 10px; cursor: pointer; box-shadow: 0 8px 20px rgba(15,23,42,.12); }
.china-map-svg, .china-map-fallback { position: absolute; left: 4%; top: 4%; width: 92%; height: 92%; object-fit: contain; z-index: 1; }
.china-map-svg { filter: brightness(0) saturate(100%) invert(29%) sepia(85%) saturate(1217%) hue-rotate(206deg) brightness(92%) contrast(92%) drop-shadow(0 18px 28px rgba(15,23,42,.18)); opacity: .9; }
.china-map-fallback { fill: rgba(29,78,216,.22); stroke: rgba(29,78,216,.5); stroke-width: 3; filter: drop-shadow(0 18px 28px rgba(15,23,42,.16)); }
.service-marker { position: absolute; z-index: 2; transform: translate(calc(-100% + 11px),-50%); border: 0; background: transparent; color: var(--title); cursor: pointer; display: inline-flex; align-items: center; gap: 7px; padding: 0; }
.service-marker i { width: 16px; height: 16px; border-radius: 50%; background: #ef4444; border: 3px solid #fff; box-shadow: 0 0 0 6px rgba(239,68,68,.18), 0 8px 18px rgba(0,0,0,.22); animation: markerPulse 1.8s ease-in-out infinite; }
.service-marker span { background: var(--panel); border: 1px solid var(--line); color: var(--title); padding: 3px 7px; border-radius: 3px; font-size: 12px; line-height: 1.2; white-space: nowrap; }
.service-contact-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.service-contact-list article { border: 1px solid var(--line); background: var(--panel); padding: 14px; cursor: pointer; transition: .2s; }
.service-contact-list article.active, .service-contact-list article:hover { border-color: var(--primary); box-shadow: 0 10px 24px rgba(24,69,233,.14); transform: translateY(-2px); }
.service-contact-list b { display: block; color: var(--primary); margin-bottom: 8px; }
.service-contact-list strong { display: block; color: var(--title); font-size: 17px; margin-bottom: 6px; }
.service-contact-list span { display: block; color: var(--muted); margin-bottom: 8px; }
.service-contact-list p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
@keyframes markerPulse { 0%,100% { transform: scale(.92); } 50% { transform: scale(1.08); } }
.search-panel { width: min(860px,100%); }
.search-results { display: grid; gap: 12px; margin-top: 18px; }
.search-results div { border: 1px solid var(--line); background: var(--soft); padding: 16px; cursor: pointer; transition: .2s; }
.search-results div:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(24,69,233,.14); }
.search-results b { display: inline-block; color: #fff; background: var(--primary); padding: 3px 8px; margin-bottom: 8px; font-size: 12px; }
.search-results strong { display: block; color: var(--title); font-size: 18px; margin-bottom: 6px; }
.search-results p { margin: 0; color: var(--muted); line-height: 1.7; }
.empty-result { margin-top: 18px; padding: 18px; background: var(--soft); color: var(--muted); }
.download-list { display: grid; gap: 12px; margin-top: 22px; }
.download-list a { display: grid; gap: 7px; border: 1px solid var(--line); background: var(--soft); padding: 18px; transition: .2s; }
.download-list a:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(24,69,233,.14); }
.download-list b { color: var(--primary); font-size: 13px; }
.download-list strong { color: var(--title); font-size: 19px; }
.download-list span { color: var(--muted); line-height: 1.7; }
.qr-modal { width: min(520px, 92vw); text-align: center; }
.qr-modal img { width: min(360px, 78vw); height: min(360px, 78vw); object-fit: contain; background: #fff; padding: 12px; }
.admin.theme-dark { background: #000; color: #f5f5f5; --panel:#0b0b0b; --soft:#171717; --line:#333; --title:#fff; --text:#f5f5f5; --muted:#c8c8c8; --primary:#fff; }
.admin.theme-dark .admin-main, .admin.theme-dark .admin-card, .admin.theme-dark .admin-toolbar, .admin.theme-dark table { background: #0b0b0b; color: #f5f5f5; border-color: #333; }
.admin.theme-dark th { background: #111; color: #d4d4d4; }
.admin.theme-dark td, .admin.theme-dark h2, .admin.theme-dark h3, .admin.theme-dark label { color: #f5f5f5; }
.admin.theme-dark input, .admin.theme-dark textarea, .admin.theme-dark select, .admin.theme-dark .rich-area { background: #000; color: #f5f5f5; border-color: #444; }
.admin.theme-dark .rich-tabs { background: #000; border-color: #444; }
.admin.theme-dark .rich-tabs button { color: #d4d4d4; border-color: #444; }
.admin.theme-dark .rich-tabs button.active { background: #fff; color: #000; }
.admin.theme-dark .config-tabs { background: #000; border-color: #444; }
.admin.theme-dark .config-tabs button { color: #d4d4d4; border-color: #444; }
.admin.theme-dark .config-tabs button.active { background: #fff; color: #000; }
.admin.theme-dark tr:hover td { background: #171717; color: #fff; }
.admin.theme-dark .ghost-btn { background: #000; color: #f5f5f5; border-color: #444; }
.admin.theme-dark .ghost-btn:hover { color: #000; background: #fff; border-color: #fff; }
.bigscreen { min-height: 100vh; background: radial-gradient(circle at 50% 12%, rgba(0,170,255,.24), transparent 36%), #020816; color: #dff7ff; padding: 18px; overflow: hidden; }
.bigscreen-top { height: 74px; display: grid; grid-template-columns: 160px 1fr 220px; align-items: center; border: 1px solid rgba(44,191,255,.28); background: linear-gradient(90deg,rgba(6,28,58,.82),rgba(5,20,42,.38)); box-shadow: 0 0 32px rgba(0,156,255,.18) inset; padding: 0 18px; }
.bigscreen-top h1 { margin: 0; text-align: center; color: #7de8ff; font-size: 30px; letter-spacing: 4px; text-shadow: 0 0 18px rgba(125,232,255,.55); }
.bigscreen-top span { text-align: right; color: #9ee7ff; }
.screen-back { width: 104px; border: 1px solid rgba(125,232,255,.48); background: rgba(7,45,86,.72); color: #dff7ff; padding: 9px 12px; cursor: pointer; }
.screen-layout { height: calc(100vh - 110px); display: grid; grid-template-columns: 1fr 1.45fr 1fr; grid-template-rows: 1.1fr .9fr; gap: 16px; margin-top: 16px; }
.screen-panel, .screen-map { position: relative; border: 1px solid rgba(44,191,255,.32); background: linear-gradient(180deg,rgba(8,35,72,.84),rgba(2,11,28,.72)); box-shadow: 0 0 28px rgba(0,149,255,.14) inset; padding: 18px; overflow: hidden; }
.screen-panel:before, .screen-map:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(80,220,255,.08), transparent); animation: screenSweep 4s linear infinite; }
.screen-panel h2, .screen-map h2 { position: relative; margin: 0 0 16px; color: #8ceeff; font-size: 18px; letter-spacing: 2px; }
.screen-kpis { position: relative; display: grid; gap: 14px; }
.screen-kpis div { border-left: 3px solid #2ccfff; background: rgba(12,68,112,.38); padding: 14px; }
.screen-kpis span { display: block; color: #9ccfe3; margin-bottom: 8px; }
.screen-kpis strong { color: #fff; font-size: 30px; text-shadow: 0 0 14px rgba(69,216,255,.52); }
.screen-map { display: grid; place-items: center; text-align: center; }
.screen-map p { position: relative; margin: 0; color: #9ccfe3; }
.screen-ring { position: relative; width: min(42vw,420px); aspect-ratio: 1; border: 1px solid rgba(125,232,255,.32); border-radius: 50%; display: grid; place-items: center; animation: ringRotate 12s linear infinite; }
.screen-ring:before, .screen-ring:after { content: ""; position: absolute; inset: 15%; border: 1px dashed rgba(125,232,255,.48); border-radius: 50%; }
.screen-ring i { width: 44%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#2cf0ff,rgba(19,98,255,.35) 52%,transparent 68%); box-shadow: 0 0 44px rgba(44,240,255,.6); }
.screen-ring b { position: absolute; color: #fff; font-size: 38px; letter-spacing: 6px; }
.screen-lines { position: absolute; inset: 16%; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,1fr); gap: 18px; opacity: .35; }
.screen-lines span { border: 1px solid rgba(125,232,255,.28); }
.screen-ranks { position: relative; display: grid; gap: 18px; }
.screen-ranks div { display: grid; grid-template-columns: 108px 1fr 48px; align-items: center; gap: 10px; color: #dff7ff; }
.screen-ranks em { height: 12px; background: rgba(125,232,255,.12); overflow: hidden; }
.screen-ranks i { display: block; height: 100%; background: linear-gradient(90deg,#187dff,#2cf0ff); box-shadow: 0 0 16px rgba(44,240,255,.6); }
.screen-chart { position: relative; height: 76%; display: flex; align-items: end; gap: 10px; padding-top: 20px; }
.screen-chart i { flex: 1; min-width: 8px; background: linear-gradient(180deg,#2cf0ff,#187dff); box-shadow: 0 0 14px rgba(44,240,255,.45); animation: chartPulse 2.8s ease-in-out infinite; }
.screen-panel.wide { grid-column: span 1; }
.screen-kpis.compact { grid-template-columns: repeat(3,1fr); }
@keyframes screenSweep { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
@keyframes ringRotate { to { transform: rotate(360deg); } }
@keyframes chartPulse { 0%,100% { opacity: .65; } 50% { opacity: 1; } }
@media (max-width: 980px) {
  body { font-size: 15px; }
  .top-row { height: auto; padding: 16px 0; align-items: flex-start; flex-direction: column; gap: 16px; }
  .brand img { height: 42px; max-width: 100%; object-fit: contain; }
  .top-tools { width: 100%; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .search-box { width: 100%; order: 3; }
  .menu-row { height: auto; flex-wrap: wrap; justify-content: flex-start; padding: 8px 5vw; }
  .menu-row a, .nav-dropdown > a { min-width: auto; width: 100%; height: auto; padding: 9px 6px; font-size: 14px; }
  .nav-dropdown { width: 33.333%; display: block; }
  .nav-dropdown-menu { left: 0; right: auto; min-width: min(86vw,320px); transform: none; }
  .hero-banner { min-height: 420px; background-position: center; }
  .hero-copy h1 { font-size: 34px; max-width: 82%; }
  .hero-copy p { font-size: 15px; max-width: 86%; }
  .hero-actions { gap: 8px; }
  .pill-btn, .ghost-btn { padding: 8px 12px; font-size: 14px; }
  .about-section { padding: 38px 0; }
  .about-text h2 { font-size: 28px; }
  .about-text p { font-size: 15px; line-height: 1.8; }
  .bigscreen { overflow: auto; }
  .bigscreen-top { height: auto; grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .bigscreen-top h1 { font-size: 22px; }
  .bigscreen-top span { text-align: left; }
  .screen-layout { height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .screen-ring { width: min(78vw,320px); }
  .screen-kpis.compact { grid-template-columns: 1fr; }
  .contact-wrap, .admin-shell, .about-inner, .product-detail, .visitor-summary, .visitor-panels { grid-template-columns: 1fr; }
  .grid-3, .values, .product-list, .support-grid, .dashboard-grid, .dashboard-panel { grid-template-columns: 1fr; }
  .section { padding: 42px 5vw; }
  .section-head { display: block; }
  .section-head h2 { font-size: 28px; }
  .product-strip article { padding: 18px; flex-basis: 190px; }
  .product-card { display: block; }
  .product-card .card-body, .product-card img { width: 100%; }
  .product-card { min-height: auto; padding: 24px; }
  .product-card h3 { font-size: 28px; }
  .product-card h4 { font-size: 20px; }
  .product-card span { margin-top: 18px; }
  .detail-banner { height: 220px; }
  .detail-banner h1 { font-size: 30px; }
  .product-detail { width: 90%; margin: 38px auto; }
  .detail-image { border-right: 0; border-bottom: 1px solid #f2f2f2; }
  .detail-info { padding: 28px; }
  .detail-info h2 { font-size: 28px; }
  .detail-actions { flex-wrap: wrap; }
  .metric-card { min-height: 126px; }
  .dashboard-visual { min-height: 210px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; border-radius: 0 0 0 42px; }
  .footer { display: block; padding: 32px 5vw; }
  .footer-qr { margin: 18px 0 18px auto; grid-template-columns: repeat(2,118px); transform: translateX(0); }
  .section, .hero { padding-left: 0; padding-right: 0; }
  .back-top { right: 16px; bottom: 18px; width: 63px; height: 63px; font-size: 33px; }
  .modal-product { grid-template-columns: 1fr; min-height: auto; }
  .service-contact-list { grid-template-columns: 1fr; }
  .china-service-map { min-height: 300px; }
  .rich-columns.cols-2, .rich-columns.cols-3 { grid-template-columns: 1fr; }
  .modal-content { padding: 28px; }
  .modal-content h2 { font-size: 26px; }
  .modal-image { padding: 28px; }
  .modal-news img { height: 210px; }
  .certificate-scroll { grid-template-columns: 1fr; max-height: 68vh; }
  .solution-detail { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .menu-row a, .nav-dropdown { width: 50%; }
  .hero-banner { min-height: 360px; }
  .hero-copy h1 { font-size: 28px; max-width: 92%; }
  .hero-copy p { max-width: 94%; }
  .about-metrics div { border-radius: 0 0 0 42px; }
  .support-grid article { border-radius: 0 0 0 42px; }
  .admin-main { padding: 14px; overflow-x: auto; }
  .admin-bottom-actions { width: 100%; position: static; }
  .admin table { min-width: 760px; }
  .admin-filter-row { grid-template-columns: 1fr; }
  .field-line { grid-template-columns: 1fr; gap: 6px; }
  .image-upload-row, .image-preview { display: grid; grid-template-columns: 1fr; }
  .image-preview img { width: 100%; max-width: 180px; }
  .login { padding: 16px; }
  .login-eye { left: 50%; top: 7%; width: 78vw; animation-name: loginEyeFloatMobile; }
  .login-retina { right: -18%; top: 48%; width: 78vw; opacity: .42; }
  .login-hud { left: 5%; bottom: 13%; width: 52vw; opacity: .74; }
  .login-binary { right: 5%; left: 5%; bottom: 5%; width: auto; grid-template-columns: repeat(12,1fr); opacity: .62; }
  .login-box { padding: 22px; }
  .sms-row { grid-template-columns: 1fr; }
}
