/* ===== ufa-crystal 水晶钻石模板 ===== */
:root {
    --uc-bg: #f8f9ff;
    --uc-bg2: #e3f2fd;
    --uc-bg3: #ffffff;
    --uc-blue: #4fc3f7;
    --uc-blue-dark: #1565c0;
    --uc-purple: #7e57c2;
    --uc-text: #333;
    --uc-text-dim: #666;
    --uc-white: #fff;
    --uc-card: #ffffff;
    --uc-border: rgba(79,195,247,0.2);
    --uc-radius: 16px;
    --uc-font: 'Sarabun', sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:var(--uc-font); background:var(--uc-bg); color:var(--uc-text); line-height:1.7; overflow-x:hidden; }
a { text-decoration:none; color:var(--uc-blue-dark); transition:all .3s; }
a:hover { color:var(--uc-purple); }
img { max-width:100%; display:block; }
.container { max-width:1200px; margin:0 auto; padding:0 15px; }

/* ===== Header ===== */
.uc-header { position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(255,255,255,0.85); backdrop-filter:blur(12px); border-bottom:1px solid var(--uc-border); transition:all .3s; }
.uc-header.scrolled { background:rgba(255,255,255,0.97); box-shadow:0 4px 30px rgba(79,195,247,0.15); }
.uc-header-inner { display:flex; align-items:center; justify-content:space-between; padding:12px 0; }
.uc-logo img { height:44px; }
.uc-nav-wrap { flex:1; margin:0 20px; }
.uc-nav { display:flex; align-items:center; gap:4px; list-style:none; flex-wrap:nowrap; overflow-x:auto; }
.uc-nav li { position:relative; white-space:nowrap; }
.uc-nav li a { display:block; padding:8px 12px; color:var(--uc-text); font-size:14px; font-weight:500; border-radius:8px; }
.uc-nav li a:hover, .uc-nav li.active a { color:var(--uc-blue-dark); background:var(--uc-bg2); }
.uc-menu-dropdown .uc-dropdown { display:none; position:absolute; top:100%; left:0; min-width:200px; background:var(--uc-white); border:1px solid var(--uc-border); border-radius:var(--uc-radius); padding:8px 0; box-shadow:0 10px 40px rgba(79,195,247,0.2); z-index:100; }
.uc-menu-dropdown:hover .uc-dropdown { display:block; }
.uc-dropdown li { width:100%; }
.uc-dropdown li a { padding:8px 16px; font-size:13px; }
.uc-sub-dropdown { display:none; padding-left:15px; }
.uc-dropdown li:hover .uc-sub-dropdown { display:block; }
.uc-header-btns { display:flex; gap:8px; align-items:center; }
.uc-btn-crystal { display:inline-block; padding:10px 24px; background:linear-gradient(135deg,var(--uc-blue),var(--uc-blue-dark)); color:#fff !important; font-weight:700; border-radius:30px; font-size:14px; border:none; cursor:pointer; transition:all .3s; box-shadow:0 4px 15px rgba(79,195,247,0.3); }
.uc-btn-crystal:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(79,195,247,0.45); color:#fff !important; }
.uc-btn-outline { display:inline-block; padding:10px 24px; background:transparent; color:var(--uc-blue-dark) !important; border:2px solid var(--uc-blue); font-weight:600; border-radius:30px; font-size:14px; cursor:pointer; transition:all .3s; }
.uc-btn-outline:hover { background:var(--uc-blue); color:#fff !important; }
.uc-btn-lg { padding:16px 40px; font-size:17px; }
.uc-btn-sm { padding:8px 20px; font-size:13px; }
.uc-toggle { display:none; background:none; border:none; color:var(--uc-blue-dark); font-size:24px; cursor:pointer; }

/* ===== Hero: 棱镜光谱柱 ===== */
.uc-hero { position:relative; min-height:600px; display:flex; align-items:center; padding:120px 0 80px; overflow:hidden; }
.uc-hero-bg { position:absolute; inset:0; background:linear-gradient(135deg,#e3f2fd 0%,#f8f9ff 50%,#e8eaf6 100%); }
.uc-hero-bg::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at 20% 30%,rgba(79,195,247,0.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(126,87,194,0.12) 0%,transparent 50%); }
.uc-hero-bg::after { content:''; position:absolute; inset:0; background:repeating-linear-gradient(45deg,transparent,transparent 100px,rgba(255,255,255,0.03) 100px,rgba(255,255,255,0.03) 101px); animation:uc-shimmer 8s linear infinite; }
@keyframes uc-shimmer { 0%{transform:translateX(0)} 100%{transform:translateX(100px)} }
.uc-hero-sparkle { position:absolute; width:4px; height:4px; background:#fff; border-radius:50%; box-shadow:0 0 10px 2px rgba(79,195,247,0.6); animation:uc-sparkle 3s ease-in-out infinite; }
.uc-hero-sparkle:nth-child(2) { top:15%; left:10%; animation-delay:0s; }
.uc-hero-sparkle:nth-child(3) { top:25%; right:12%; animation-delay:0.5s; }
.uc-hero-sparkle:nth-child(4) { bottom:30%; left:15%; animation-delay:1s; }
.uc-hero-sparkle:nth-child(5) { bottom:20%; right:18%; animation-delay:1.5s; }
.uc-hero-sparkle:nth-child(6) { top:40%; left:50%; animation-delay:2s; }
@keyframes uc-sparkle { 0%,100%{opacity:0;transform:scale(0)} 50%{opacity:1;transform:scale(1.5)} }
.uc-hero-split { position:relative; z-index:2; display:flex; align-items:center; gap:40px; flex-wrap:wrap; }
.uc-hero-left { flex:1; min-width:300px; text-align:left; }
.uc-hero-crystal { font-size:48px; margin-bottom:15px; display:inline-block; background:linear-gradient(135deg,var(--uc-blue),var(--uc-purple)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; filter:drop-shadow(0 0 15px rgba(79,195,247,0.4)); }
.uc-hero-h1 { font-size:clamp(28px,5vw,48px); font-weight:800; color:var(--uc-text); margin-bottom:20px; line-height:1.3; }
.uc-hero-accent { display:block; background:linear-gradient(135deg,var(--uc-blue),var(--uc-purple)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; font-size:0.7em; margin-top:5px; }
.uc-hero-desc { font-size:16px; color:var(--uc-text-dim); margin-bottom:35px; line-height:1.8; }
.uc-hero-btns { display:flex; gap:15px; flex-wrap:wrap; }
.uc-hero-prism { flex:0 0 220px; position:relative; height:380px; display:flex; flex-direction:column; align-items:center; }
.uc-hero-prism-crystal { width:100px; height:100px; background:linear-gradient(135deg,rgba(79,195,247,0.3),rgba(126,87,194,0.3)); border:3px solid var(--uc-blue); clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); box-shadow:0 0 40px rgba(79,195,247,0.3); animation:ucPrismRotate 8s linear infinite; position:relative; z-index:3; }
@keyframes ucPrismRotate { 0%{transform:rotateY(0deg)} 100%{transform:rotateY(360deg)} }
.uc-hero-prism-beam { position:absolute; top:80px; width:3px; height:180px; border-radius:3px; transform-origin:top center; opacity:0.7; animation:ucBeamPulse 3s ease-in-out infinite; }
.uc-hero-prism-beam-1 { left:50%; margin-left:-1.5px; background:linear-gradient(180deg,var(--uc-blue),transparent); transform:rotate(-15deg); animation-delay:0s; }
.uc-hero-prism-beam-2 { left:50%; margin-left:-1.5px; background:linear-gradient(180deg,var(--uc-purple),transparent); transform:rotate(0deg); animation-delay:1s; }
.uc-hero-prism-beam-3 { left:50%; margin-left:-1.5px; background:linear-gradient(180deg,#ff6b6b,transparent); transform:rotate(15deg); animation-delay:2s; }
@keyframes ucBeamPulse { 0%,100%{opacity:0.3;height:150px} 50%{opacity:0.8;height:200px} }
.uc-hero-prism-base { width:140px; height:12px; background:linear-gradient(90deg,var(--uc-blue-dark),var(--uc-purple)); border-radius:6px; margin-top:auto; box-shadow:0 4px 20px rgba(79,195,247,0.3); }
.uc-hero-wave { position:absolute; bottom:0; left:0; right:0; z-index:1; }
.uc-hero-wave svg { width:100%; height:80px; display:block; }

/* ===== Section ===== */
.uc-section { padding:70px 0; background:var(--uc-bg); }
.uc-section-alt { background:var(--uc-bg2); }
.uc-section-white { background:var(--uc-white); }
.uc-section-title { text-align:center; margin-bottom:50px; }
.uc-section-title h2 { font-size:clamp(24px,4vw,36px); font-weight:700; color:var(--uc-text); }
.uc-title-decor { margin:15px 0; display:flex; justify-content:center; align-items:center; gap:15px; }
.uc-crystal-icon { color:var(--uc-blue); font-size:18px; text-shadow:0 0 10px rgba(79,195,247,0.4); }
.uc-title-decor::before, .uc-title-decor::after { content:''; width:60px; height:1px; background:linear-gradient(to right,transparent,var(--uc-blue)); }
.uc-title-decor::after { background:linear-gradient(to left,transparent,var(--uc-blue)); }
.uc-section-title p { color:var(--uc-text-dim); font-size:15px; }
.uc-decor-left { justify-content:flex-start; }
.uc-decor-left::before { display:none; }

/* ===== 功能区1: 宝石切面卡片 ===== */
.uc-gem-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:25px; max-width:950px; margin:0 auto; }
.uc-gem-card { text-align:center; cursor:pointer; }
.uc-gem-shape { width:130px; height:140px; margin:0 auto 12px; clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); background:linear-gradient(135deg,var(--uc-blue),var(--uc-purple)); display:flex; align-items:center; justify-content:center; padding:5px; transition:all .4s; position:relative; }
.uc-gem-shape::before { content:''; position:absolute; inset:0; clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); background:linear-gradient(135deg,rgba(255,255,255,0.3),transparent 50%); z-index:1; }
.uc-gem-card:hover .uc-gem-shape { transform:translateY(-5px) scale(1.05); filter:brightness(1.1) drop-shadow(0 10px 20px rgba(79,195,247,0.4)); }
.uc-gem-card:hover .uc-gem-shape::before { background:linear-gradient(135deg,rgba(255,255,255,0.6),transparent 50%); }
.uc-gem-shape img { width:70%; height:70%; object-fit:contain; position:relative; z-index:2; }
.uc-gem-label { color:var(--uc-text); font-size:14px; font-weight:600; }

/* ===== 功能区2: 玻璃态卡片 ===== */
.uc-glass-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:25px; }
.uc-glass-card { background:rgba(255,255,255,0.6); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,0.8); border-radius:var(--uc-radius); padding:20px; text-align:center; transition:all .4s; box-shadow:0 8px 32px rgba(79,195,247,0.12); position:relative; overflow:hidden; }
.uc-glass-card::before { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent); transition:left .6s; }
.uc-glass-card:hover::before { left:100%; }
.uc-glass-card:hover { transform:translateY(-5px); box-shadow:0 15px 40px rgba(79,195,247,0.25); border-color:var(--uc-blue); }
.uc-glass-img { width:140px; height:140px; margin:0 auto 15px; border-radius:50%; overflow:hidden; border:3px solid var(--uc-blue); padding:4px; background:var(--uc-white); transition:all .3s; }
.uc-glass-card:hover .uc-glass-img { box-shadow:0 0 25px rgba(79,195,247,0.4); }
.uc-glass-img img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.uc-glass-card h4 { color:var(--uc-blue-dark); font-size:16px; margin-bottom:5px; font-weight:700; }
.uc-glass-card p { color:var(--uc-text-dim); font-size:13px; }

/* ===== 功能区3: 体育全景卡片 ===== */
.uc-pano-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:20px; }
.uc-pano-card { position:relative; border-radius:var(--uc-radius) var(--uc-radius) 40px 40px; overflow:hidden; background:var(--uc-white); box-shadow:0 8px 30px rgba(79,195,247,0.12); transition:all .4s; border:1px solid var(--uc-border); }
.uc-pano-card:hover { transform:translateY(-5px); box-shadow:0 15px 40px rgba(79,195,247,0.25); }
.uc-pano-img { height:140px; overflow:hidden; position:relative; }
.uc-pano-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.uc-pano-card:hover .uc-pano-img img { transform:scale(1.08); }
.uc-pano-body { padding:15px 18px 20px; }
.uc-pano-body h4 { color:var(--uc-blue-dark); font-size:15px; margin-bottom:5px; font-weight:700; }
.uc-pano-body p { color:var(--uc-text-dim); font-size:13px; }
.uc-pano-badge { position:absolute; top:10px; left:10px; background:linear-gradient(135deg,var(--uc-blue),var(--uc-blue-dark)); color:#fff; padding:3px 12px; border-radius:20px; font-size:11px; font-weight:600; }

/* ===== 功能区4: 棱镜光谱 (img) ===== */
.uc-prism-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:20px; max-width:900px; margin:0 auto 30px; }
.uc-prism-card { background:var(--uc-card); border-radius:12px; padding:25px 20px; text-align:center; border:1px solid var(--uc-border); box-shadow:0 4px 20px rgba(100,150,255,0.08); transition:all .35s; position:relative; overflow:hidden; clip-path:polygon(50% 0%,100% 15%,100% 85%,50% 100%,0% 85%,0% 15%); }
.uc-prism-card:hover { transform:translateY(-5px); box-shadow:0 15px 35px rgba(100,150,255,0.15); border-color:var(--uc-crystal); }
.uc-prism-bar { position:absolute; top:0; left:0; right:0; height:4px; }
.uc-prism-1 .uc-prism-bar { background:linear-gradient(90deg,#ff6b6b,#ffd93d); }
.uc-prism-2 .uc-prism-bar { background:linear-gradient(90deg,#ffd93d,#6bcf7f); }
.uc-prism-3 .uc-prism-bar { background:linear-gradient(90deg,#6bcf7f,#4dabf7); }
.uc-prism-4 .uc-prism-bar { background:linear-gradient(90deg,#4dabf7,#9775fa); }
.uc-prism-icon { width:56px; height:56px; margin:10px auto 15px; border-radius:50%; background:linear-gradient(135deg,rgba(255,255,255,0.8),rgba(100,150,255,0.2)); display:flex; align-items:center; justify-content:center; font-size:22px; border:1px solid var(--uc-border); }
.uc-prism-card h4 { color:var(--uc-text); font-size:15px; margin-bottom:6px; }
.uc-prism-card p { color:var(--uc-text-dim); font-size:13px; }
.uc-prism-cta { display:table; margin:0 auto; }

/* ===== 功能区5: 闪光网格 ===== */
.uc-sparkle-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:20px; }
.uc-sparkle-card { position:relative; background:var(--uc-white); border-radius:var(--uc-radius); overflow:hidden; border:2px solid var(--uc-border); transition:all .4s; cursor:pointer; }
.uc-sparkle-card:hover { border-color:var(--uc-blue); transform:translateY(-5px); box-shadow:0 15px 40px rgba(79,195,247,0.25); }
.uc-sparkle-img { height:160px; overflow:hidden; position:relative; }
.uc-sparkle-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.uc-sparkle-card:hover .uc-sparkle-img img { transform:scale(1.08); }
.uc-sparkle-overlay { position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.6),transparent); opacity:0; transition:opacity .3s; pointer-events:none; }
.uc-sparkle-card:hover .uc-sparkle-overlay { animation:uc-flash .8s ease; }
@keyframes uc-flash { 0%{left:-100%;opacity:1} 100%{left:100%;opacity:0} }
.uc-sparkle-label { padding:12px 15px; text-align:center; font-size:13px; font-weight:600; color:var(--uc-text); }

/* ===== 功能区6: 图表曲线卡片 ===== */
.uc-chart-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:20px; }
.uc-chart-card { position:relative; background:var(--uc-white); border-radius:var(--uc-radius); overflow:hidden; border:1px solid var(--uc-border); transition:all .4s; cursor:pointer; }
.uc-chart-card:hover { border-color:var(--uc-blue); transform:translateY(-5px); box-shadow:0 15px 40px rgba(79,195,247,0.2); }
.uc-chart-bg { position:absolute; bottom:0; left:0; right:0; height:60%; z-index:0; opacity:0.08; }
.uc-chart-bg svg { width:100%; height:100%; }
.uc-chart-img { height:120px; overflow:hidden; position:relative; z-index:1; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--uc-bg2),var(--uc-white)); }
.uc-chart-img img { width:70%; height:90%; object-fit:contain; }
.uc-chart-body { padding:15px; position:relative; z-index:1; }
.uc-chart-body h4 { color:var(--uc-blue-dark); font-size:15px; margin-bottom:8px; font-weight:700; }
.uc-chart-multi { font-size:13px; color:var(--uc-purple); font-weight:700; }
.uc-chart-multi .uc-counter { font-size:20px; }

/* ===== Articles ===== */
.uc-list-item { display:flex; gap:20px; background:var(--uc-white); border-radius:var(--uc-radius); padding:15px; margin-bottom:15px; border:1px solid var(--uc-border); transition:all .3s; box-shadow:0 4px 15px rgba(79,195,247,0.06); }
.uc-list-item:hover { border-color:var(--uc-blue); box-shadow:0 8px 25px rgba(79,195,247,0.15); }
.uc-list-item .list-img { flex:0 0 200px; height:130px; border-radius:12px; overflow:hidden; }
.uc-list-item .list-img img { width:100%; height:100%; object-fit:cover; }
.uc-list-item .list-body { flex:1; }
.uc-list-item h3 { font-size:18px; margin-bottom:8px; }
.uc-list-item h3 a { color:var(--uc-text); }
.uc-list-item h3 a:hover { color:var(--uc-blue-dark); }
.uc-list-item .list-desc { color:var(--uc-text-dim); font-size:14px; margin-bottom:8px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.uc-list-item .list-meta { font-size:12px; color:var(--uc-text-dim); }
.uc-list-item .list-meta span { margin-right:15px; }

/* ===== Sidebar ===== */
.uc-sidebar-card { background:var(--uc-white); border-radius:var(--uc-radius); padding:20px; margin-bottom:20px; border:1px solid var(--uc-border); box-shadow:0 4px 15px rgba(79,195,247,0.06); }
.uc-sidebar-title { color:var(--uc-blue-dark); font-weight:700; margin-bottom:15px; font-size:16px; }
.uc-sidebar-list { list-style:none; }
.uc-sidebar-list li { padding:8px 0; border-bottom:1px solid rgba(79,195,247,0.08); }
.uc-sidebar-list li:last-child { border-bottom:none; }
.uc-sidebar-list a { color:var(--uc-text); font-size:14px; }
.uc-sidebar-list a:hover { color:var(--uc-blue-dark); }
.uc-tag-cloud { display:flex; flex-wrap:wrap; gap:8px; }
.uc-tag-cloud a { padding:5px 12px; background:var(--uc-bg2); border:1px solid var(--uc-border); border-radius:20px; font-size:13px; color:var(--uc-text); }
.uc-tag-cloud a:hover { background:var(--uc-blue); color:#fff; }

/* ===== FAQ ===== */
.uc-faq { max-width:800px; margin:0 auto; }
.uc-faq-item { background:var(--uc-white); border:1px solid var(--uc-border); border-radius:var(--uc-radius); margin-bottom:12px; overflow:hidden; box-shadow:0 4px 15px rgba(79,195,247,0.06); }
.uc-faq-btn { width:100%; padding:18px 22px; background:none; border:none; color:var(--uc-text); font-size:16px; font-weight:600; font-family:var(--uc-font); text-align:left; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.uc-faq-btn::after { content:'+'; color:var(--uc-blue); font-size:24px; transition:transform .3s; }
.uc-faq-btn.active::after { transform:rotate(45deg); }
.uc-faq-answer { max-height:0; overflow:hidden; transition:max-height .3s ease; }
.uc-faq-answer.show { max-height:500px; }
.uc-faq-answer p { padding:0 22px 18px; color:var(--uc-text-dim); font-size:14px; line-height:1.8; }

/* ===== Footer ===== */
.uc-footer { background:var(--uc-bg2); border-top:1px solid var(--uc-border); }
.uc-footer-top { padding:50px 0 30px; border-bottom:1px solid var(--uc-border); }
.uc-footer-logo img { height:50px; margin-bottom:15px; }
.uc-footer-desc { color:var(--uc-text-dim); font-size:14px; line-height:1.8; }
.uc-footer-title { color:var(--uc-blue-dark); font-size:16px; font-weight:700; margin-bottom:15px; }
.uc-footer-links { list-style:none; }
.uc-footer-links li { margin-bottom:10px; }
.uc-footer-links a { color:var(--uc-text-dim); font-size:14px; }
.uc-footer-links a:hover { color:var(--uc-blue-dark); }
.uc-contact-item { color:var(--uc-text-dim); font-size:14px; margin-bottom:8px; }
.uc-footer-cta { margin-top:15px; }
.uc-footer-middle { padding:25px 0; border-bottom:1px solid var(--uc-border); }
.uc-friend-links { margin-bottom:10px; display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.uc-fl-label { color:var(--uc-text-dim); font-size:14px; }
.uc-fl-item { color:var(--uc-text-dim); font-size:13px; padding:3px 10px; background:rgba(79,195,247,0.06); border-radius:6px; }
.uc-fl-item:hover { color:var(--uc-blue-dark); background:rgba(79,195,247,0.15); }
.uc-footer-bottom { padding:20px 0; text-align:center; }
.uc-footer-bottom p { color:var(--uc-text-dim); font-size:13px; }
.uc-footer-bottom a { color:var(--uc-blue-dark); }
.uc-icp { margin-top:5px; }

/* ===== Breadcrumb & Detail ===== */
.uc-breadcrumb { padding:20px 0; color:var(--uc-text-dim); font-size:14px; }
.uc-breadcrumb a { color:var(--uc-blue-dark); }
.uc-breadcrumb .separator { margin:0 8px; }
.uc-detail { background:var(--uc-white); border-radius:var(--uc-radius); padding:30px; border:1px solid var(--uc-border); margin-bottom:20px; box-shadow:0 4px 20px rgba(79,195,247,0.08); }
.uc-detail-title { font-size:28px; color:var(--uc-text); margin-bottom:15px; font-weight:700; }
.uc-detail-meta { display:flex; flex-wrap:wrap; gap:15px; color:var(--uc-text-dim); font-size:13px; margin-bottom:20px; padding-bottom:15px; border-bottom:1px solid var(--uc-border); }
.uc-detail-meta a { color:var(--uc-blue-dark); }
.uc-detail-body { color:var(--uc-text); line-height:1.9; }
.uc-detail-body img { max-width:100%; height:auto; border-radius:12px; margin:15px 0; }
.uc-detail-body p { margin-bottom:15px; }
.uc-detail-nav { display:flex; justify-content:space-between; gap:20px; margin:25px 0; }
.uc-detail-nav .nav-item { flex:1; }
.uc-detail-nav .nav-label { color:var(--uc-text-dim); font-size:12px; margin-bottom:5px; }
.uc-detail-nav a { color:var(--uc-blue-dark); font-size:14px; }
.uc-related { margin-top:30px; }
.uc-related h3 { color:var(--uc-blue-dark); margin-bottom:15px; }
.uc-related-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:15px; }
.uc-news-card { background:var(--uc-white); border-radius:12px; overflow:hidden; border:1px solid var(--uc-border); }
.uc-news-card .news-img { height:120px; overflow:hidden; }
.uc-news-card .news-img img { width:100%; height:100%; object-fit:cover; }
.uc-news-card .news-body { padding:12px; }
.uc-news-card h4 a { color:var(--uc-text); font-size:14px; }
.uc-news-card h4 a:hover { color:var(--uc-blue-dark); }
.uc-news-meta { color:var(--uc-text-dim); font-size:12px; margin-top:5px; }

/* ===== Search ===== */
.uc-search-form { display:flex; gap:10px; margin-bottom:25px; }
.uc-search-form input { flex:1; padding:12px 18px; background:var(--uc-white); border:1px solid var(--uc-border); border-radius:12px; color:var(--uc-text); font-family:var(--uc-font); font-size:15px; }
.uc-search-form input:focus { outline:none; border-color:var(--uc-blue); }
.uc-search-form button { padding:12px 25px; background:linear-gradient(135deg,var(--uc-blue),var(--uc-blue-dark)); color:#fff; border:none; border-radius:12px; font-weight:700; cursor:pointer; font-family:var(--uc-font); }
.uc-no-data { text-align:center; padding:60px 20px; }
.uc-no-data .no-icon { font-size:48px; margin-bottom:15px; }
.uc-no-data p { color:var(--uc-text-dim); }

/* ===== Pagination ===== */
.uc-pagination { text-align:center; margin-top:25px; }
.uc-pagination a, .uc-pagination span { display:inline-block; padding:8px 14px; margin:0 3px; background:var(--uc-white); border:1px solid var(--uc-border); border-radius:8px; color:var(--uc-text); font-size:14px; }
.uc-pagination .current { background:linear-gradient(135deg,var(--uc-blue),var(--uc-blue-dark)); color:#fff; border-color:var(--uc-blue); }

/* ===== Share ===== */
.uc-share-bar { display:flex; flex-wrap:wrap; gap:10px; align-items:center; padding:15px 0; border-top:1px solid var(--uc-border); border-bottom:1px solid var(--uc-border); margin:20px 0; }
.uc-share-bar .share-label { color:var(--uc-text-dim); font-size:14px; }
.uc-share-btn { display:inline-flex; align-items:center; gap:6px; padding:6px 14px; background:var(--uc-white); border:1px solid var(--uc-border); border-radius:20px; color:var(--uc-text); font-size:13px; }
.uc-share-btn:hover { border-color:var(--uc-blue); color:var(--uc-blue-dark); }
.uc-share-btn .share-icon { width:18px; height:18px; }
.uc-share-fixed { position:fixed; left:15px; top:50%; transform:translateY(-50%); z-index:999; display:flex; flex-direction:column; gap:8px; }
.uc-share-fixed .share-label { writing-mode:vertical-rl; color:var(--uc-blue-dark); font-size:12px; margin-bottom:5px; }
.uc-share-fixed .uc-share-btn { padding:8px; border-radius:50%; }
.uc-share-float { position:fixed; bottom:15px; right:15px; z-index:999; display:flex; gap:8px; }
.uc-share-float .uc-share-btn { padding:8px; border-radius:50%; }

/* ===== Responsive ===== */
@media (max-width:991px) {
    .uc-nav-wrap { display:none; }
    .uc-toggle { display:block; }
    .uc-nav-wrap.show { display:block; position:fixed; top:68px; left:0; right:0; background:var(--uc-white); padding:15px; max-height:80vh; overflow-y:auto; z-index:999; box-shadow:0 10px 40px rgba(79,195,247,0.2); }
    .uc-nav-wrap.show .uc-nav { flex-direction:column; }
    .uc-header-btns { display:none !important; }
    .uc-hero-prism { display:none; }
    .uc-prism-grid { grid-template-columns:1fr 1fr; }
    .uc-share-fixed { display:none; }
    .uc-list-item { flex-direction:column; }
    .uc-list-item .list-img { flex:none; width:100%; height:180px; }
}
@media (max-width:576px) {
    .uc-gem-grid { grid-template-columns:repeat(3,1fr); }
    .uc-gem-shape { width:95px; height:105px; }
    .uc-glass-grid { grid-template-columns:repeat(2,1fr); }
    .uc-glass-img { width:110px; height:110px; }
    .uc-prism-grid { grid-template-columns:1fr; }
    .uc-sparkle-grid { grid-template-columns:repeat(2,1fr); }
    .uc-hero-btns { flex-direction:column; align-items:stretch; }
    .uc-hero-btns a { width:100%; max-width:280px; text-align:center; }
}
