:root{--brand: #1a56db;--brand-dark: #1239a5;--brand-light: #3b82f6;--accent: #f97316;--accent-dark: #ea580c;--accent-light: #fb923c;--dark: #0b1628;--dark2: #111e35;--dark3: #1a2d4e;--text: #1e293b;--text-muted: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--bg: #f8fafc;--bg-white: #ffffff;--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--shadow-sm: 0 2px 8px rgba(15,23,42,.07);--shadow: 0 8px 32px rgba(15,23,42,.11);--shadow-lg: 0 20px 60px rgba(15,23,42,.16);--max-w: 1400px;--section-px: clamp(1.25rem, 5vw, 5rem);font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#app{min-height:100vh;display:flex;flex-direction:column}.hidden{display:none!important}.section-inner{max-width:var(--max-w);margin:0 auto;padding-left:var(--section-px);padding-right:var(--section-px)}.section-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;color:var(--accent);background:#f973161a;border:1px solid rgba(249,115,22,.25);border-radius:999px;padding:.2rem .75rem;margin-bottom:.6rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--dark);line-height:1.25;margin-bottom:.5rem}.section-header p{font-size:1rem;color:var(--text-muted)}.section-header.center{text-align:center}.section-header.center p{max-width:600px;margin:0 auto}.section-header.light h2{color:#f1f5f9}.section-header.light p{color:#94a3b8}.section-header.light .section-tag{color:var(--accent-light);background:#fb923c1f;border-color:#fb923c4d}.empty{color:var(--text-muted);font-size:.9rem;padding:2rem 0;text-align:center}.meta{font-size:.78rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;border:1.5px solid transparent;padding:.65rem 1.6rem;font-size:.92rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .15s,box-shadow .2s,background .2s,color .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;box-shadow:0 8px 24px #f9731666}.btn-primary:hover{box-shadow:0 12px 32px #f973168c}.btn-outline{background:transparent;border-color:var(--border);color:var(--text)}.btn-outline:hover{background:var(--bg)}.btn-outline-light{background:transparent;border-color:#fff6;color:#fff}.btn-outline-light:hover{background:#ffffff1f}.loading-spinner{width:36px;height:36px;margin:3rem auto;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#0b1628f7;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.06);transition:box-shadow .3s,background .3s}.site-header.scrolled{background:#0b1628;box-shadow:0 4px 30px #0006}.site-header-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--section-px);height:68px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cms-logo{display:inline-flex;align-items:center;gap:.55rem;color:#f1f5f9;flex-shrink:0;text-decoration:none}.cms-logo-mark{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,var(--accent-light),var(--accent));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;color:#fff;box-shadow:0 4px 14px #f9731680;transition:transform .2s,box-shadow .2s}.cms-logo:hover .cms-logo-mark{transform:scale(1.08);box-shadow:0 6px 20px #f97316a6}.cms-logo-text{font-size:1rem;font-weight:700;letter-spacing:.02em}.cms-nav{display:flex;align-items:center;gap:.1rem}.nav-link{position:relative;border:none;background:transparent;padding:.5rem 1rem;font-size:.88rem;font-weight:500;font-family:inherit;color:#cbd5e1cc;cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-block;border-radius:8px;transition:color .2s,background .2s}.nav-link:after{content:"";position:absolute;bottom:4px;left:50%;right:50%;height:2px;border-radius:2px;background:var(--accent);transition:left .25s ease,right .25s ease}.nav-link:hover{color:#f1f5f9;background:#ffffff0f}.nav-link:hover:after{left:14%;right:14%}.nav-link.is-active{color:var(--accent-light);background:#f973161a}.nav-link.is-active:after{left:14%;right:14%;background:var(--accent)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.nav-hamburger span{display:block;width:22px;height:2px;background:#cbd5e1;border-radius:2px;transition:transform .25s,opacity .25s}.nav-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cms-nav-mobile{background:#0b1628fc;border-top:1px solid rgba(255,255,255,.07);padding:.75rem var(--section-px) 1rem;display:flex;flex-direction:column;gap:.2rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-link-mobile{padding:.65rem .9rem;border-radius:8px;color:#cbd5e1;font-size:.92rem;font-weight:500;transition:background .15s,color .15s}.nav-link-mobile:hover{background:#f973161f;color:var(--accent-light)}.site-footer{background:var(--dark);margin-top:auto}.footer-top-bar{padding:4rem 0 3rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-top-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--section-px);display:grid;grid-template-columns:1.6fr 2.4fr;gap:4rem;align-items:start}.footer-top-brand .footer-logo{margin-bottom:1.25rem}.footer-top-brand .cms-logo-mark{background:linear-gradient(135deg,var(--accent-light),var(--accent));box-shadow:0 4px 14px #f9731673}.footer-top-brand p{font-size:.9rem;color:#94a3b8;line-height:1.75;margin-bottom:1.5rem;max-width:320px}.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap}.footer-badge{font-size:.73rem;font-weight:600;padding:.28rem .8rem;border-radius:999px;border:1px solid rgba(249,115,22,.35);color:var(--accent-light);background:#f9731614;letter-spacing:.04em}.footer-nav-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-nav-col h4,.footer-col-title{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:1px solid rgba(249,115,22,.2)}.footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-nav-col li{font-size:.88rem;color:#94a3b8;display:flex;align-items:flex-start;gap:.5rem;transition:color .15s}.footer-nav-col li a{color:inherit;transition:color .15s}.footer-nav-col li a:hover,.footer-nav-col li:hover{color:#f1f5f9}.footer-contact-col li{align-items:flex-start;gap:.6rem}.ftr-icon{font-size:.9rem;flex-shrink:0;margin-top:.05em;opacity:.8}.footer-bottom{background:#00000040}.footer-bottom-inner{max-width:var(--max-w);margin:0 auto;padding:1.1rem var(--section-px);display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom-inner p{font-size:.82rem;color:#475569}.footer-bottom-links{display:flex;align-items:center;gap:1.25rem;font-size:.82rem;color:#475569}.footer-bottom-links a{color:#64748b;transition:color .15s}.footer-bottom-links a:hover{color:var(--accent-light)}.footer-admin-link{padding:.2rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);transition:border-color .15s,color .15s}.footer-admin-link:hover{border-color:#f9731666;color:var(--accent-light)!important}.cms-main{flex:1}.page-section{padding:5rem 0}.page-section-alt{background:#f1f5f9}.page-section-dark{background:var(--dark2)}.hero-section{position:relative;background:var(--dark);overflow:hidden;display:flex;flex-direction:column}.hero-bg-deco{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55}.hero-orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(26,86,219,.55) 0%,transparent 70%);top:-200px;left:-150px}.hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(249,115,22,.4) 0%,transparent 70%);top:-80px;right:-100px}.hero-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,transparent 70%);bottom:0;left:40%}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 0%,black 30%,transparent 80%);mask-image:radial-gradient(ellipse 100% 100% at 50% 0%,black 30%,transparent 80%)}.hero-wrap-v2{position:relative;z-index:1;display:flex;flex-direction:column;min-height:600px}.hero-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem var(--section-px) 4rem}.hero-kicker{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-light);margin-bottom:1.5rem}.hero-kicker-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--accent-light);opacity:.7}.hero-title-v2{font-size:clamp(2.6rem,6vw,4.8rem);font-weight:900;line-height:1.1;color:#f8fafc;letter-spacing:-.02em;margin-bottom:1.5rem;background:linear-gradient(135deg,#f8fafc 30%,#93c5fd 70%,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc-v2{font-size:1.1rem;color:#94a3b8;line-height:1.85;margin-bottom:2.5rem;max-width:560px}.hero-actions-v2{display:flex;gap:1.1rem;flex-wrap:wrap;justify-content:center}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.hero-stats-bar{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);background:#0b162899;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-stats-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--section-px);display:flex;align-items:stretch}.hero-stat-v2{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.6rem 1rem;gap:.3rem;transition:background .2s}.hero-stat-v2:hover{background:#ffffff0a}.hero-stat-num{font-size:2rem;font-weight:900;color:var(--accent-light);line-height:1;font-variant-numeric:tabular-nums}.hero-stat-label{font-size:.75rem;color:#64748b;letter-spacing:.06em;text-transform:uppercase}.hero-stat-divider{width:1px;background:#ffffff12;margin:1rem 0;align-self:stretch}.hero-wrap,.hero-content,.hero-stats,.hero-stat-item{display:none}.banner-carousel{position:relative;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;height:100%;min-height:380px;box-shadow:0 -20px 60px #0000004d}.banner-carousel.hidden{display:none}.banner-track{position:relative;width:100%;height:100%}.banner-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease}.banner-slide.is-active{opacity:1}.banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.15) 60%,transparent 100%);display:flex;align-items:flex-end;padding:2rem 2.5rem}.banner-text h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.banner-text p{font-size:.95rem;color:#fffc;margin-bottom:1rem}.banner-cta{font-size:.85rem;padding:.5rem 1.25rem}.banner-controls{position:absolute;bottom:1rem;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.75rem;z-index:5}.banner-dots{display:flex;gap:.4rem}.banner-dot{width:8px;height:8px;border-radius:999px;background:#fff6;border:none;cursor:pointer;transition:background .25s,width .25s}.banner-dot.is-active{background:var(--accent);width:22px}.banner-arrow{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.banner-arrow:hover{background:#f9731680;border-color:var(--accent)}.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.solution-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:var(--shadow-sm)}.solution-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f973164d}.solution-icon{font-size:2.2rem;margin-bottom:1rem}.solution-card h3{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:.6rem}.solution-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f9731640}.card-thumb{height:180px;background-size:cover;background-position:center;background-color:#e2e8f0}.card-thumb-placeholder{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.card-case .card-thumb-placeholder{background:linear-gradient(135deg,#064e3b,#059669)}.card-body{padding:1.1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.card-body h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem;line-height:1.4}.card-body p{font-size:.88rem;color:var(--text-muted);line-height:1.6;flex:1}.card-more{display:inline-block;margin-top:.9rem;font-size:.83rem;font-weight:600;color:var(--accent);transition:color .15s}.card-more:hover{color:var(--accent-dark);text-decoration:underline}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.news-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.news-card:hover{transform:translateY(-4px);border-color:#f973164d;box-shadow:0 16px 40px #0000004d}.news-card-thumb{height:200px;background-size:cover;background-position:center;background-color:#1e293b;position:relative}.news-card-date{position:absolute;bottom:.75rem;left:.75rem;font-size:.75rem;color:#fff;background:#f97316cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.2rem .6rem;border-radius:999px}.news-card-body{padding:1.25rem 1.4rem 1.5rem}.news-card-body h3{font-size:1rem;font-weight:700;color:#f1f5f9;margin-bottom:.6rem;line-height:1.45}.news-card-body p{font-size:.88rem;color:#94a3b8;line-height:1.65;margin-bottom:1rem}.news-card-body .card-more{color:var(--accent-light)}.section-more-wrap{text-align:center;margin-top:2.5rem}.emg-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.emg-item{display:flex;gap:1rem;align-items:flex-start;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}.emg-item:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#f9731640}.emg-icon{width:44px;height:44px;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,#fff7ed,#fed7aa);display:flex;align-items:center;justify-content:center;color:var(--accent-dark)}.emg-body h4{font-size:.97rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.emg-body p{font-size:.87rem;color:var(--text-muted);line-height:1.6}.about-section-v2{background:var(--dark2);position:relative;overflow:hidden}.about-section-v2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(26,86,219,.18) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(249,115,22,.1) 0%,transparent 60%);pointer-events:none}.about-v2-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start;position:relative}.about-v2-left{padding-top:.5rem}.about-v2-left .section-tag{color:var(--accent-light);background:#fb923c1f;border-color:#fb923c4d}.about-v2-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:#f1f5f9;line-height:1.2;margin:.6rem 0 1.1rem}.about-v2-sub{font-size:1rem;color:#94a3b8;line-height:1.85;margin-bottom:2rem;max-width:420px}.about-v2-stats{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.about-v2-stat{display:flex;flex-direction:column;gap:.2rem}.about-v2-num{font-size:2rem;font-weight:900;color:#f1f5f9;line-height:1}.about-v2-num span{font-size:1.1rem;color:var(--accent-light);margin-left:1px}.about-v2-label{font-size:.8rem;color:#64748b;letter-spacing:.04em}.about-v2-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.about-v2-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#94a3b8;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.3rem .85rem;transition:color .2s,border-color .2s,background .2s}.about-v2-tag svg{color:var(--accent-light);flex-shrink:0}.about-v2-tag:hover{color:#f1f5f9;border-color:#f9731666;background:#f9731614}.about-v2-btn{margin-top:.5rem}.about-v2-right{display:flex;flex-direction:column;gap:2rem}.about-v2-content{font-size:.95rem;color:#94a3b8;line-height:1.9;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.75rem 2rem;max-height:220px;overflow:hidden;position:relative}.about-v2-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,rgba(17,30,53,.95));pointer-events:none}.about-v2-content h3{font-size:1.05rem;font-weight:800;color:#e2e8f0;margin-bottom:.75rem}.about-v2-content p{margin-bottom:.75rem}.about-v2-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-v2-feature{display:flex;align-items:flex-start;gap:.9rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:1.1rem 1.2rem;transition:background .2s,border-color .2s,transform .2s}.about-v2-feature:hover{background:#1a56db1f;border-color:#1a56db4d;transform:translateY(-2px)}.about-v2-feature-icon{width:42px;height:42px;border-radius:10px;background:#1a56db33;border:1px solid rgba(26,86,219,.3);display:flex;align-items:center;justify-content:center;color:var(--brand-light);flex-shrink:0}.about-v2-feature h4{font-size:.9rem;font-weight:700;color:#e2e8f0;margin-bottom:.2rem}.about-v2-feature p{font-size:.8rem;color:#64748b;line-height:1.5;margin:0}.about-v2-rich{font-size:.93rem;color:#94a3b8;line-height:1.9}.about-v2-rich p{margin-bottom:.75rem}.about-v2-rich img{display:none}.about-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:start}.about-content{font-size:.97rem;color:var(--text-muted);line-height:1.85}.about-content h3{font-size:1.3rem;font-weight:800;color:var(--dark);margin-bottom:1rem}.about-rich p{margin-bottom:.85rem}.about-rich img{max-width:100%;border-radius:var(--radius);margin:.5rem 0}.inner-page{flex:1}.inner-hero{background:linear-gradient(135deg,#0a1628,#0f2347,#1a3a6b);padding:4rem 0 3rem;color:#f1f5f9;border-bottom:3px solid var(--accent);position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(249,115,22,.12) 0%,transparent 65%);pointer-events:none}.inner-hero .section-tag{color:var(--accent-light);background:#f973161a;border-color:#f9731640}.inner-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:#f8fafc;margin-bottom:.5rem}.inner-hero p{font-size:1rem;color:#94a3b8}.nl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nl-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.nl-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#f9731640}.nl-thumb{height:200px;background-size:cover;background-position:center;background-color:#e2e8f0;position:relative}.nl-thumb-empty{background:linear-gradient(135deg,#1e3a5f,#2563eb);display:flex;align-items:center;justify-content:center}.nl-no-img{font-size:.8rem;color:#ffffff80}.nl-body{padding:1.25rem 1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}.nl-date{font-size:.78rem;color:var(--accent);font-weight:600;margin-bottom:.5rem;display:block}.nl-title{font-size:1.05rem;font-weight:700;color:var(--dark);line-height:1.45;margin-bottom:.65rem}.nl-snippet{font-size:.88rem;color:var(--text-muted);line-height:1.65;flex:1;margin-bottom:1rem}.nl-more{font-size:.83rem;font-weight:600;color:var(--accent);margin-top:auto}.nl-more:hover{text-decoration:underline;color:var(--accent-dark)}.detail-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;padding-top:3rem;padding-bottom:4rem;align-items:start}.detail-meta-bar{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;color:#94a3b8;margin-top:.5rem}.detail-tag{font-size:.75rem;font-weight:600;padding:.2rem .75rem;border-radius:999px;background:#f973161f;border:1px solid rgba(249,115,22,.3);color:var(--accent-light)}.detail-content{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem 3rem;box-shadow:var(--shadow-sm);font-size:.97rem;color:var(--text);line-height:1.9;min-height:300px}.detail-content p{margin-bottom:1rem}.detail-content h1,.detail-content h2,.detail-content h3{font-weight:700;color:var(--dark);margin:1.5rem 0 .6rem}.detail-content h2{font-size:1.3rem}.detail-content h3{font-size:1.1rem}.detail-content img{max-width:100%;border-radius:var(--radius);margin:1rem 0}.detail-content ul,.detail-content ol{padding-left:1.5rem;margin-bottom:1rem}.detail-content li{margin-bottom:.4rem}.detail-content blockquote{border-left:4px solid var(--accent);padding:.75rem 1.25rem;background:#fff7ed;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted);margin:1.25rem 0}.detail-content .table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-radius:var(--radius-sm);box-shadow:0 0 0 1px var(--border)}.detail-content table{width:100%;border-collapse:collapse;font-size:.92rem;line-height:1.6;margin:0}.detail-content table th,.detail-content table td{padding:.6rem .9rem;text-align:left;vertical-align:middle;border:1px solid var(--border);word-break:break-word;white-space:normal;min-width:72px}.detail-content table th{background:var(--dark2);color:#f1f5f9;font-weight:700;font-size:.84rem;letter-spacing:.04em;white-space:nowrap}.detail-content table tr:nth-child(2n) td{background:#f8fafc}.detail-content table tr:hover td{background:#eff6ff}.detail-content table td:first-child{font-weight:600;color:var(--dark)}.detail-sidebar{position:-webkit-sticky;position:sticky;top:88px}.sidebar-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.sidebar-card h4{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.related-item{display:flex;align-items:flex-start;gap:.5rem;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.88rem;color:var(--text-muted);transition:color .15s}.related-item:hover{color:var(--accent)}.related-item:before{content:"›";color:var(--accent);flex-shrink:0;margin-top:.05em}.inline-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.inline-link:hover{color:var(--accent-dark)}.sidebar-cta{margin-top:1rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-color:transparent}.sidebar-cta h4{color:#fff;border-bottom-color:#ffffff4d}.sidebar-cta p{font-size:.85rem;color:#ffffffd9;margin-bottom:1rem}.btn-block{display:block;width:100%;text-align:center}.bottom-recommend-section{padding:3rem 0}.rec-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.5rem}.rec-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.rec-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.rec-card-thumb{aspect-ratio:4/3;overflow:hidden;background:var(--bg-alt)}.rec-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.rec-card:hover .rec-card-thumb img{transform:scale(1.05)}.rec-card-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-muted)}.rec-card-thumb .rec-card-thumb-fallback-hidden{display:none}.rec-card-body{padding:.9rem 1rem;flex:1}.rec-card-body h4{font-size:.9rem;font-weight:600;color:var(--dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rec-card-tag{display:inline-block;margin-top:.4rem;font-size:.72rem;color:var(--accent);background:rgba(var(--accent-rgb, 220,38,38),.08);padding:.15rem .5rem;border-radius:20px}@media(max-width:768px){.rec-card-grid{grid-template-columns:repeat(2,1fr)}}.pl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.pl-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.pl-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#f9731640}.pl-thumb{height:200px;background-size:cover;background-position:center;background-color:#e2e8f0;position:relative;overflow:hidden}.pl-thumb-empty{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.pl-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f9731600;display:flex;align-items:center;justify-content:center;transition:background .25s}.pl-card:hover .pl-thumb-overlay{background:#f973168c}.pl-view-btn{color:#fff;font-size:.88rem;font-weight:600;padding:.4rem 1rem;border:2px solid #fff;border-radius:999px;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.pl-card:hover .pl-view-btn{opacity:1;transform:translateY(0)}.pl-body{padding:1.1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.pl-date{font-size:.75rem;color:var(--text-muted);margin-bottom:.4rem;display:block}.pl-title{font-size:1rem;font-weight:700;color:var(--dark);line-height:1.4;margin-bottom:.5rem}.pl-snippet{font-size:.87rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:.75rem}.pl-more{font-size:.83rem;font-weight:600;color:var(--accent);margin-top:auto}.pl-more:hover{text-decoration:underline;color:var(--accent-dark)}.product-detail-content{padding:0!important;overflow:hidden}.product-gallery{position:relative;background:#0b1628;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.product-gallery.single{border-radius:var(--radius-lg);margin-bottom:1.5rem}.gallery-main{position:relative;width:100%;aspect-ratio:16/9;max-height:480px;overflow:hidden;background:#111e35;display:flex;align-items:center;justify-content:center}.gallery-main-img{width:100%;height:100%;object-fit:contain;transition:opacity .15s ease;display:block}.gallery-img-fade{opacity:0}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.4rem;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .2s}.gallery-nav:hover{background:#f97316b3;border-color:var(--accent)}.gallery-prev{left:.75rem}.gallery-next{right:.75rem}.gallery-counter{position:absolute;bottom:.6rem;right:.75rem;font-size:.78rem;color:#fffc;background:#00000073;padding:.2rem .6rem;border-radius:999px}.gallery-thumbs{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;background:#0000004d;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.gallery-thumb{width:72px;height:54px;flex-shrink:0;border-radius:6px;border:2px solid transparent;background-size:cover;background-position:center;background-color:#1e293b;cursor:pointer;transition:border-color .2s,opacity .2s;opacity:.6}.gallery-thumb.is-active{border-color:var(--accent);opacity:1}.gallery-thumb:hover{opacity:.9}.product-cover{border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;margin-bottom:0}.product-cover img{width:100%;max-height:400px;object-fit:cover}.product-text{padding:2rem 2.5rem 2.5rem;font-size:.97rem;color:var(--text);line-height:1.9}.product-text p{margin-bottom:1rem}.product-text h1,.product-text h2,.product-text h3{font-weight:700;color:var(--dark);margin:1.5rem 0 .6rem}.product-text img{max-width:100%;border-radius:var(--radius);margin:1rem 0}.product-text ul,.product-text ol{padding-left:1.5rem;margin-bottom:1rem}.product-text li{margin-bottom:.4rem}.related-product-item{display:flex;align-items:center;gap:.65rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.87rem;color:var(--text-muted);transition:color .15s;text-decoration:none}.related-product-item:last-child{border-bottom:none}.related-product-item:hover{color:var(--accent)}.related-product-thumb{width:48px;height:36px;flex-shrink:0;border-radius:6px;background-size:cover;background-position:center;background-color:#e2e8f0}.related-product-thumb-empty{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.detail-back-link{font-size:.82rem;color:var(--accent);margin-left:auto;transition:color .15s}.detail-back-link:hover{color:var(--accent-dark);text-decoration:underline}.cl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cl-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.cl-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#f9731640}.cl-thumb{height:220px;background-size:cover;background-position:center;background-color:#e2e8f0;position:relative;overflow:hidden}.cl-thumb-empty{background:linear-gradient(135deg,#064e3b,#059669)}.cl-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:center;justify-content:center;transition:background .25s}.cl-card:hover .cl-thumb-overlay{background:#064e3b99}.cl-view-btn{color:#fff;font-size:.88rem;font-weight:600;padding:.4rem 1rem;border:2px solid #fff;border-radius:999px;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.cl-card:hover .cl-view-btn{opacity:1;transform:translateY(0)}.cl-date{position:absolute;bottom:.75rem;left:.75rem;font-size:.75rem;color:#fff;background:#f97316d9;padding:.2rem .6rem;border-radius:999px}.cl-body{padding:1.25rem 1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}.cl-title{font-size:1.05rem;font-weight:700;color:var(--dark);line-height:1.4;margin-bottom:.6rem}.cl-snippet{font-size:.88rem;color:var(--text-muted);line-height:1.65;flex:1;margin-bottom:1rem}.cl-more{font-size:.83rem;font-weight:600;color:var(--accent);margin-top:auto}.cl-more:hover{text-decoration:underline;color:var(--accent-dark)}.el-list{display:flex;flex-direction:column;gap:1rem}.el-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem 1.75rem;box-shadow:var(--shadow-sm);display:flex;gap:1.5rem;align-items:flex-start;transition:transform .2s,box-shadow .2s,border-color .2s}.el-card:hover{transform:translate(4px);box-shadow:var(--shadow);border-color:#f973164d}.el-icon-col{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.el-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#fff7ed,#fed7aa);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.el-num{font-size:.72rem;font-weight:700;color:var(--accent);letter-spacing:.05em}.el-body{flex:1;min-width:0}.el-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.el-title{font-size:1.05rem;font-weight:700;color:var(--dark);line-height:1.4}.el-date{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.el-snippet{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}.el-more{font-size:.83rem;font-weight:600;color:var(--accent)}.el-more:hover{text-decoration:underline;color:var(--accent-dark)}.pagination{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center}.page-btn{min-width:38px;height:38px;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white);color:var(--text);font-size:.88rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.page-btn:hover:not([disabled]){background:#fff7ed;border-color:var(--accent);color:var(--accent)}.page-btn.is-active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.page-btn[disabled]{opacity:.35;cursor:not-allowed}.page-ellipsis{color:var(--text-muted);font-size:.88rem;padding:0 .2rem}.page-info{margin-left:.75rem;font-size:.82rem;color:var(--text-muted)}.section-pager{display:flex;justify-content:center;margin-top:2.5rem}.admin-root{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 2.5rem}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-header-left{display:flex;align-items:center;gap:.75rem}.admin-status{font-size:.85rem;color:#6b7280}.admin-section{background:#fff;border-radius:1rem;padding:1.5rem 1.6rem;box-shadow:0 18px 40px #0f172a14,0 0 0 1px #94a3b83d}.admin-section+.admin-section{margin-top:1.25rem}.admin-form{max-width:420px}.site-settings-form{max-width:560px}.form-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.form-row label{font-size:.85rem;color:#4b5563}.form-row input,.form-row textarea,.form-row select{border-radius:.6rem;border:1px solid #d1d5db;padding:.5rem .65rem;font-size:.9rem;font-family:inherit}.form-row textarea{resize:vertical}.admin-hint{margin-top:.4rem;font-size:.8rem;color:#9ca3af}.admin-hint.error{color:#dc2626}.admin-hint.success{color:#16a34a}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tab-btn{border-radius:999px;border:1px solid #d1d5db;padding:.35rem .9rem;font-size:.85rem;background:#f9fafb;cursor:pointer;font-family:inherit}.tab-btn.is-active{background:var(--accent);border-color:var(--accent-dark);color:#fff}.admin-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:1.2rem}.admin-list-wrapper{min-width:0}.admin-list{max-height:520px;overflow:auto;padding-right:.4rem}.admin-row{border-radius:.9rem;border:1px solid #e5e7eb;padding:.8rem .9rem;display:flex;gap:.75rem;align-items:flex-start}.admin-row+.admin-row{margin-top:.5rem}.admin-row.single{justify-content:space-between}.admin-row-main{flex:1;min-width:0}.admin-row-main h3{margin:0 0 .3rem;font-size:.95rem}.admin-row-main p{margin:0 0 .3rem;font-size:.86rem;color:#4b5563}.admin-row-actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.btn-small{border-radius:999px;border:1px solid #d1d5db;padding:.25rem .7rem;font-size:.8rem;background:#f9fafb;cursor:pointer;font-family:inherit;white-space:nowrap}.btn-small.danger{border-color:#fca5a5;color:#b91c1c}.admin-editor{border-radius:.9rem;border:1px solid #e5e7eb;padding:.9rem 1rem;background:#f9fafb}.admin-editor h3{margin-top:0;margin-bottom:.6rem;font-size:.98rem}.admin-tip{margin-top:.7rem;font-size:.78rem;color:#9ca3af}.seo-keywords-result{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.kw-tag{border-radius:999px;border:1px solid #fed7aa;background:#fff7ed;color:var(--accent-dark);padding:.2rem .65rem;font-size:.82rem;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.kw-tag:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.input-with-upload{display:flex;gap:.5rem;align-items:center}.input-with-upload input{flex:1;min-width:0}#quill-wrapper .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px;background:#f9fafb}#quill-wrapper .ql-container{font-size:.95rem;font-family:inherit;border-bottom-left-radius:6px;border-bottom-right-radius:6px}#quill-wrapper .ql-editor{min-height:200px;max-height:420px;overflow-y:auto}#admin-pagination{padding:.5rem 0 .25rem}@media(max-width:1280px){.cards-grid,.pl-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.solutions-grid,.news-grid,.nl-grid,.pl-grid,.cl-grid{grid-template-columns:repeat(2,1fr)}.footer-top-inner{grid-template-columns:1fr;gap:2.5rem}#site-footer .footer-top-inner{gap:1.65rem}#site-footer .footer-top-bar{padding:2.75rem 0 1.85rem}#site-footer .footer-nav-cols{grid-template-columns:repeat(2,1fr);gap:1.2rem 1rem}#site-footer .footer-contact-col{grid-column:1 / -1}#site-footer .footer-nav-col:not(.footer-contact-col) ul{display:grid;grid-template-columns:1fr 1fr;gap:.38rem .58rem}#site-footer .footer-nav-col:not(.footer-contact-col) li{font-size:.84rem;line-height:1.38}#site-footer .footer-nav-col h4,#site-footer .footer-col-title{margin-bottom:.5rem;padding-bottom:.35rem}#site-footer .footer-top-brand p{margin-bottom:.85rem;font-size:.88rem;line-height:1.6}#site-footer .footer-contact-col ul{display:grid;grid-template-columns:1fr 1fr;gap:.38rem .6rem}#site-footer .footer-contact-col li{font-size:.84rem}.about-layout{grid-template-columns:1fr;gap:2rem}.about-v2-grid{grid-template-columns:1fr;gap:3rem}.about-v2-sub{max-width:100%}.detail-layout{grid-template-columns:1fr}.detail-sidebar{position:static}}@media(max-width:768px){.nav-hamburger{display:flex}.cms-nav{display:none}.banner-carousel{border-radius:0;min-height:260px}.hero-center{padding:4rem var(--section-px) 2.5rem}.hero-title-v2{font-size:clamp(2rem,8vw,3rem)}.hero-desc-v2{font-size:1rem}.hero-stats-inner{flex-wrap:wrap}.hero-stat-v2{flex:0 0 50%;padding:1.2rem .75rem}.hero-stat-divider{display:none}.cards-grid{grid-template-columns:repeat(2,1fr)}.news-grid,.nl-grid{grid-template-columns:1fr}.pl-grid{grid-template-columns:repeat(2,1fr)}.cl-grid,.emg-list,.solutions-grid{grid-template-columns:1fr}.el-card{flex-direction:column;gap:.75rem}.el-header{flex-direction:column;gap:.25rem}#site-footer .footer-nav-cols{gap:1rem .85rem}#site-footer .footer-top-bar{padding:2.25rem 0 1.5rem}#site-footer .footer-top-inner{gap:1.5rem}#site-footer .footer-nav-col:not(.footer-contact-col) ul{gap:.3rem .55rem}#site-footer .footer-nav-col:not(.footer-contact-col) li{font-size:.8rem;line-height:1.35}#site-footer .footer-nav-col h4,#site-footer .footer-col-title{margin-bottom:.45rem;padding-bottom:.3rem;font-size:.72rem}#site-footer .footer-top-brand p{margin-bottom:.75rem;font-size:.85rem;line-height:1.55}#site-footer .footer-contact-col ul{gap:.35rem .65rem}#site-footer .footer-contact-col li{font-size:.8rem}#site-footer .footer-bottom-inner{flex-direction:column;gap:.5rem;text-align:center}.detail-content{padding:1.5rem}.admin-layout{grid-template-columns:1fr}.admin-form,.site-settings-form{max-width:100%}.about-v2-stats{gap:1.25rem}.about-v2-features{grid-template-columns:1fr}}@media(max-width:480px){.cards-grid,.pl-grid{grid-template-columns:1fr}.hero-stat-v2{flex:0 0 50%}.hero-actions-v2{flex-direction:column;align-items:center}.page-section{padding:3rem 0}.inner-hero{padding:2.5rem 0 2rem}#site-footer .footer-top-bar{padding:1.75rem 0 1.15rem}#site-footer .footer-nav-cols{gap:.85rem .65rem}#site-footer .footer-nav-col:not(.footer-contact-col) ul{gap:.22rem .45rem}#site-footer .footer-nav-col:not(.footer-contact-col) li{font-size:.76rem}.gallery-main{aspect-ratio:4/3}.product-text{padding:1.25rem}}@media(max-width:360px){#site-footer .footer-nav-cols{grid-template-columns:1fr}#site-footer .footer-contact-col{grid-column:auto}#site-footer .footer-nav-col:not(.footer-contact-col) ul{grid-template-columns:1fr}#site-footer .footer-contact-col ul{grid-template-columns:1fr}}.header-search{display:flex;align-items:center;gap:0;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:20px;overflow:hidden;transition:background .2s,border-color .2s}.header-search:focus-within{background:#ffffff26;border-color:var(--accent)}.header-search-input{background:transparent;border:none;outline:none;color:#fff;padding:.35rem .75rem;font-size:.82rem;width:160px}.header-search-input::placeholder{color:#ffffff80}.header-search-btn{background:transparent;border:none;color:#ffffffb3;padding:.35rem .6rem;cursor:pointer;font-size:.9rem;transition:color .2s}.header-search-btn:hover{color:var(--accent)}.mobile-search{margin:.75rem 1rem;border-color:#ffffff40}.mobile-search .header-search-input{width:100%}@media(max-width:900px){.header-search:not(.mobile-search){display:none}}.search-section{min-height:60vh}.search-bar-wrap{max-width:640px;margin:0 auto 2rem}.search-bar{display:flex;gap:.5rem}.search-input{flex:1;padding:.75rem 1.25rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.search-btn{padding:.75rem 1.5rem;border-radius:8px;white-space:nowrap}.search-summary{text-align:center;color:var(--muted);margin-bottom:1.5rem;font-size:.95rem}.search-summary strong{color:var(--accent)}.search-results{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.search-result-item{display:flex;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:box-shadow .2s,transform .2s}.search-result-item:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.sri-type{flex-shrink:0;align-self:flex-start;padding:.2rem .6rem;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;margin-top:.15rem}.sri-body{flex:1;min-width:0}.sri-title{font-size:1.05rem;margin:0 0 .4rem}.sri-title a{color:var(--dark);text-decoration:none}.sri-title a:hover{color:var(--accent)}.sri-snippet{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0 0 .4rem}.sri-date{font-size:.8rem;color:#9ca3af}.search-highlight{background:#fef08a;color:#92400e;border-radius:2px;padding:0 1px}.search-loading{display:flex;justify-content:center;gap:.5rem;padding:3rem}.loading-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);animation:dot-bounce .8s infinite alternate}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes dot-bounce{0%{transform:translateY(0);opacity:.4}to{transform:translateY(-10px);opacity:1}}.search-empty{text-align:center;padding:3rem 1rem;color:var(--muted)}.search-empty-icon{font-size:3rem;margin-bottom:1rem}.search-empty-tips{font-size:.85rem;margin-top:.5rem}.search-empty-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.25rem}.sri-thumb{flex-shrink:0;width:80px;height:60px;border-radius:6px;overflow:hidden;display:block}.sri-thumb img{width:100%;height:100%;object-fit:cover}.sri-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.sri-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.sri-tag{background:#f3f4f6;color:#6b7280;border-radius:4px;padding:.1rem .5rem;font-size:.75rem}.search-filter-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto}.sft-btn{border:1px solid var(--border);border-radius:999px;padding:.3rem .9rem;font-size:.83rem;background:var(--surface);cursor:pointer;font-family:inherit;color:var(--text);transition:background .15s,border-color .15s,color .15s}.sft-btn:hover{background:#eff6ff;border-color:#93c5fd}.sft-btn.is-active{background:var(--accent);border-color:var(--accent-dark);color:#fff}.hot-keywords-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;max-width:640px;margin:-1rem auto 1.5rem;font-size:.85rem}.hot-kw-label{color:var(--muted);white-space:nowrap}.hot-kw-btn{border:1px solid #fed7aa;background:#fff7ed;color:var(--accent-dark);border-radius:999px;padding:.2rem .7rem;font-size:.82rem;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.hot-kw-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.search-input-wrap{position:relative;flex:1}.search-suggest-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:200;overflow:hidden;display:none}.search-suggest-dropdown.suggest-open{display:block}.suggest-item{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;cursor:pointer;font-size:.9rem;transition:background .12s}.suggest-item:hover,.suggest-item.is-active{background:#f0f9ff}.suggest-type-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.suggest-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-type-label{font-size:.75rem;color:#9ca3af;flex-shrink:0}#page-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s}#page-progress-bar.ppb-active{opacity:1}#page-progress-bar.ppb-done{opacity:0;transition:opacity .5s .3s}.ppb-fill{height:100%;background:linear-gradient(90deg,var(--accent),#f59e0b);border-radius:0 2px 2px 0;transition:width .15s ease-out;box-shadow:0 0 8px #f9731699}img[loading=lazy],img[loading=lazy].img-loaded,img:not([loading]){opacity:1}#cms-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .25s}#cms-lightbox.lb-open{pointer-events:all;opacity:1}.lb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;cursor:zoom-out}.lb-content{position:relative;z-index:1;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:.75rem}.lb-img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 40px #00000080}.lb-close{position:absolute;top:-40px;right:-10px;background:#ffffff26;border:none;color:#fff;font-size:1.5rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.lb-close:hover{background:#ffffff4d}.lb-caption{color:#fffc;font-size:.85rem;text-align:center;max-width:600px}.contact-section{min-height:60vh}.contact-inner{max-width:1100px}.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.contact-form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.cf-row{display:flex;flex-direction:column;gap:.4rem;position:relative}.cf-row label{font-weight:600;font-size:.9rem;color:var(--dark2)}.cf-row input,.cf-row textarea{padding:.65rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;background:#fff}.cf-row input:focus,.cf-row textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f973161a}.cf-row textarea{resize:vertical;min-height:120px}.cf-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cf-row-2>div{display:flex;flex-direction:column;gap:.4rem}.cf-row-2 label{font-weight:600;font-size:.9rem;color:var(--dark2)}.cf-counter{font-size:.78rem;color:#9ca3af;text-align:right;margin-top:.2rem}.cf-submit-row{margin-top:.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cf-privacy-note{font-size:.75rem;color:var(--text-muted)}.cf-honeypot{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;tab-index:-1}.btn-lg{padding:.85rem 2.5rem;font-size:1rem}.required{color:var(--accent)}.cf-result{padding:.85rem 1.25rem;border-radius:8px;font-size:.95rem;margin-top:.5rem}.cf-result-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.cf-result-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact-info-wrap{display:flex;flex-direction:column;gap:1.25rem}.contact-info-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.contact-info-card h3{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.contact-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.contact-info-list li{display:flex;gap:.75rem;align-items:flex-start}.ci-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.contact-info-list strong{font-size:.85rem;color:var(--muted);display:block;margin-bottom:.15rem}.contact-info-list p{font-size:.95rem;color:var(--dark);margin:0}.contact-tips ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.contact-tips li{font-size:.88rem;color:var(--dark2)}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-info-wrap{order:-1}}@media(max-width:600px){.cf-row-2{grid-template-columns:1fr}}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.file-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:box-shadow .2s}.file-card:hover{box-shadow:0 4px 12px #0000001a}.file-thumb{aspect-ratio:1;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.file-thumb img{width:100%;height:100%;object-fit:cover}.file-icon{font-size:2.5rem}.file-info{padding:.6rem .75rem .25rem}.file-name{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 .15rem}.file-meta{font-size:.72rem;color:var(--muted);margin:0}.file-actions{display:flex;gap:.4rem;padding:.5rem .75rem .75rem}.file-actions .btn-small{flex:1;text-align:center;font-size:.72rem;padding:.25rem .4rem}.msg-header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.4rem}.msg-meta{font-size:.82rem;color:var(--muted)}.msg-status-badge{font-size:.78rem;font-weight:700;margin-left:auto}.msg-content{font-size:.9rem;color:var(--dark2);margin:.25rem 0;line-height:1.6}.msg-reply{font-size:.85rem;color:#059669;background:#f0fdf4;border-left:3px solid #6ee7b7;padding:.4rem .75rem;border-radius:0 6px 6px 0;margin:.4rem 0 0}.logs-table{display:flex;flex-direction:column;gap:.4rem}.log-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center;padding:.6rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:7px;font-size:.83rem}.log-action{font-weight:700;min-width:70px}.log-module{color:var(--accent);font-weight:600}.log-id{color:var(--muted)}.log-detail{flex:1;color:var(--dark2);min-width:80px}.log-user{color:#6366f1}.log-time{color:var(--muted)}.log-ip{color:#9ca3af;font-size:.75rem}.backup-panel{max-width:600px}.backup-section h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.backup-section .admin-hint{margin-bottom:1rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:.25rem 0;border-bottom:2px solid var(--border);padding-bottom:.5rem;margin-bottom:1.25rem}.tab-group{display:flex;align-items:center;gap:.25rem;margin-right:.75rem;flex-wrap:wrap}.tab-group-label{font-size:.72rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .3rem;white-space:nowrap}.badge{display:inline-block;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;border-radius:10px;padding:0 .4rem;min-width:16px;text-align:center;vertical-align:middle;margin-left:.2rem}.apikey-panel{max-width:860px}.apikey-panel h4{font-size:.95rem;font-weight:700;margin-bottom:.6rem}.apikey-intro{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.apikey-intro p{margin:.4rem 0 .75rem}.apikey-endpoints{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.apikey-endpoints strong{margin-right:.25rem}.apikey-endpoints code{background:#e0f2fe;color:#0369a1;padding:.15rem .5rem;border-radius:4px;font-size:.8rem}.apikey-create-form{display:flex;flex-direction:column;gap:.75rem}.ak-perms{display:flex;gap:1rem;flex-wrap:wrap}.ak-perms label{display:flex;align-items:center;gap:.35rem;font-size:.88rem;cursor:pointer}.ak-expires{display:flex;align-items:center;gap:.75rem;font-size:.88rem}.ak-expires input{padding:.35rem .6rem;border:1px solid var(--border);border-radius:6px}.ak-new-result{margin-top:.75rem}.ak-created-box{background:#fefce8;border:1px solid #fde047;border-radius:10px;padding:1rem 1.25rem}.ak-warning{color:#92400e;font-weight:700;margin-bottom:.75rem}.ak-key-display{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.ak-key-display code{background:#1e293b;color:#86efac;padding:.5rem .9rem;border-radius:6px;font-size:.85rem;word-break:break-all;flex:1}.ak-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;margin-bottom:.6rem;transition:box-shadow .2s}.ak-row:hover{box-shadow:0 2px 8px #00000012}.ak-disabled{opacity:.55}.ak-row-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.4rem}.ak-row-info strong{font-size:.95rem}.ak-preview{background:#f1f5f9;color:#475569;padding:.15rem .5rem;border-radius:4px;font-size:.82rem}.ak-status{font-size:.8rem;font-weight:700}.ak-active{color:#16a34a}.ak-inactive{color:#dc2626}.ak-row-meta{display:flex;flex-wrap:wrap;gap:.35rem .9rem;font-size:.78rem;color:var(--muted);margin-bottom:.5rem}.ak-row-actions{display:flex;gap:.4rem}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.6rem;border-top:1px solid var(--border)}.thumb-icon{font-size:2.5rem;opacity:.25}.news-thumb-placeholder{display:flex;align-items:center;justify-content:center;background:var(--bg)}.solution-card .solution-icon{width:60px;height:60px;border-radius:var(--radius);background:linear-gradient(135deg,var(--brand) 0%,var(--brand-light) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;color:#fff;box-shadow:0 6px 20px #1a56db40;transition:transform .3s}.solution-card:hover .solution-icon{transform:scale(1.1) rotate(-4deg)}.solution-link{display:inline-block;margin-top:.8rem;font-size:.85rem;font-weight:600;color:var(--brand);transition:color .2s}.solution-link:hover{color:var(--accent)}.page-section-brand{background:linear-gradient(135deg,var(--dark) 0%,var(--dark3) 100%);color:#fff;position:relative;overflow:hidden}.page-section-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(26,86,219,.3) 0%,transparent 70%);pointer-events:none}.page-section-brand .section-header.light p{color:#ffffffb3}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.why-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:background .3s,transform .3s;position:relative}.why-card:hover{background:#ffffff1a;transform:translateY(-4px)}.why-num{font-size:2.5rem;font-weight:900;color:var(--accent);line-height:1;margin-bottom:.75rem;opacity:.8}.why-card h3{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.6rem}.why-card p{font-size:.88rem;color:#ffffffa6;line-height:1.7}.trust-bar{background:var(--accent);padding:1.5rem 0}.trust-items{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 2.5rem;color:#fff}.trust-item strong{font-size:1.6rem;font-weight:900;line-height:1}.trust-item strong span{font-size:1rem}.trust-item>span{font-size:.8rem;opacity:.85;font-weight:500}.trust-divider{width:1px;height:36px;background:#ffffff4d}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.why-grid{grid-template-columns:1fr}.trust-item{padding:.5rem 1.2rem}.trust-divider{display:none}.trust-items{gap:.5rem 0}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.85rem;color:#ffffffb3;margin-bottom:.6rem}.breadcrumb a{color:#ffffffd9;transition:color .2s}.breadcrumb a:hover{color:var(--accent)}.bc-sep{opacity:.5}.detail-meta-info{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.4rem}.meta-item{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;color:#ffffffa6}.meta-item svg{flex-shrink:0}.news-cover{margin-bottom:1.75rem;border-radius:var(--radius);overflow:hidden;max-height:420px}.news-cover img{width:100%;height:100%;object-fit:cover}.news-body{line-height:1.9}.news-body img{max-width:100%;border-radius:var(--radius-sm);margin:1rem auto}.news-body p{margin-bottom:1rem}.news-body h2,.news-body h3{margin:1.5rem 0 .75rem;font-weight:700}.article-nav{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:2.5rem;border-top:2px solid var(--border);border-radius:0 0 var(--radius) var(--radius);overflow:hidden;background:var(--border)}.article-nav-item{background:var(--bg-white);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.article-nav-next{text-align:right}.article-nav-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.article-nav-item a{font-size:.9rem;color:var(--brand);font-weight:500;line-height:1.4;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-nav-item a:hover{color:var(--accent)}.article-nav-empty{font-size:.85rem;color:var(--text-muted)}.related-item{display:flex;align-items:center;gap:.6rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.88rem;color:var(--text);transition:color .2s}.related-item:last-child{border-bottom:none}.related-item:hover{color:var(--brand)}.related-item-thumb{flex-shrink:0;width:52px;height:40px;border-radius:6px;background-size:cover;background-position:center;background-color:var(--bg)}.detail-share{display:flex;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.88rem;color:var(--text-muted)}.share-btn{display:inline-block;padding:.35rem .9rem;border:1px solid var(--border);border-radius:20px;font-size:.82rem;color:var(--brand);font-weight:500;transition:all .2s;cursor:pointer}.share-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.list-page-wrap{padding-top:2rem;padding-bottom:3rem}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}.list-search-box{display:flex;align-items:center;gap:.5rem;background:var(--bg-white);border:1.5px solid var(--border);border-radius:24px;padding:.45rem 1rem;min-width:220px;transition:border-color .2s,box-shadow .2s}.list-search-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #1a56db1a}.list-search-box svg{color:var(--text-muted);flex-shrink:0}.list-search-box input{border:none;outline:none;background:transparent;font-size:.9rem;color:var(--text);width:100%}.list-count{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.pl-thumb-empty,.nl-thumb-empty,.cl-thumb-empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.pl-thumb-icon,.nl-no-img,.cl-no-img{font-size:2.5rem;opacity:.3}@media(max-width:600px){.article-nav{grid-template-columns:1fr}.article-nav-next{text-align:left}.list-toolbar{flex-direction:column;align-items:stretch}.list-search-box{min-width:unset}}.about-intro-layout{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.about-rich{font-size:1rem;line-height:1.9;color:var(--text)}.about-rich p{margin-bottom:1.1em}.about-stat-card{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.about-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;background:var(--bg-light);border-radius:8px}.about-stat-item strong{font-size:2rem;font-weight:800;color:var(--brand);line-height:1;margin-bottom:.4rem}.about-stat-item span{font-size:.8rem;color:var(--text-muted)}.about-contact-card{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.about-contact-card h4{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.about-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.about-contact-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text-muted)}.about-contact-list svg{flex-shrink:0;margin-top:2px;color:var(--brand)}.about-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.about-adv-card{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:1.8rem 1.5rem;transition:transform .2s,box-shadow .2s}.about-adv-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.about-adv-icon{width:52px;height:52px;background:#1a56db14;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--brand)}.about-adv-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.6rem}.about-adv-card p{font-size:.88rem;color:var(--text-muted);line-height:1.7}.timeline{position:relative;padding:2rem 0;max-width:700px;margin:0 auto}.timeline:before{content:"";position:absolute;left:80px;top:0;bottom:0;width:2px;background:#fff3}.timeline-item{display:grid;grid-template-columns:80px 20px 1fr;gap:0 1.5rem;align-items:start;margin-bottom:2.5rem;position:relative}.timeline-year{font-size:.9rem;font-weight:700;color:var(--accent);text-align:right;padding-top:.2rem}.timeline-dot{width:14px;height:14px;background:var(--accent);border-radius:50%;margin-top:.3rem;position:relative;z-index:1;box-shadow:0 0 0 4px #ff6b004d}.timeline-content h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.timeline-content p{font-size:.88rem;color:#ffffffbf;line-height:1.7}.about-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 2rem;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);border-radius:16px;color:#fff}.about-cta-text h2{font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.about-cta-text p{font-size:1rem;opacity:.85}.about-cta-btns{display:flex;gap:1rem;flex-shrink:0}.about-cta .btn-outline{border-color:#fff9;color:#fff}.about-cta .btn-outline:hover{background:#ffffff26}.emg-filter-bar{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.emg-tag-btn{padding:.4rem 1rem;border-radius:20px;border:1.5px solid var(--border);background:var(--bg-white);font-size:.85rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.emg-tag-btn:hover{border-color:var(--brand);color:var(--brand)}.emg-tag-btn.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.emg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.emg-card{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.emg-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.emg-card-thumb{height:180px;background-size:cover;background-position:center;background-color:var(--bg-light);position:relative;border-bottom:3px solid var(--emg-accent, var(--brand))}.emg-card-thumb-empty{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.emg-card-icon-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--emg-accent, var(--brand));opacity:.4}.emg-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 60%)}.emg-card-date{position:absolute;bottom:.6rem;right:.8rem;font-size:.75rem;color:#ffffffe6;background:#0000004d;padding:.2rem .5rem;border-radius:4px;z-index:1}.emg-card-body{padding:1.2rem;flex:1;display:flex;flex-direction:column}.emg-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.7rem}.emg-tag{font-size:.72rem;padding:.15rem .5rem;border-radius:4px;background:#1a56db14;color:var(--brand);font-weight:600}.emg-card-title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.6rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.emg-card-snippet{font-size:.83rem;color:var(--text-muted);line-height:1.7;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.8rem}.emg-card-more{font-size:.82rem;color:var(--brand);font-weight:600;text-decoration:none;margin-top:auto}.emg-card-more:hover{text-decoration:underline}.list-tag-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.list-tag-btn{padding:.35rem .9rem;border-radius:20px;border:1.5px solid var(--border);background:var(--bg-white);font-size:.83rem;color:var(--text-muted);cursor:pointer;transition:all .18s;white-space:nowrap}.list-tag-btn:hover{border-color:var(--brand);color:var(--brand)}.list-tag-btn.is-active{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}.item-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.item-tag{font-size:.72rem;padding:.1rem .45rem;border-radius:4px;background:#1a56db12;color:var(--brand);font-weight:500;cursor:pointer;transition:background .15s}.item-tag:hover,.item-tag.is-active{background:var(--brand);color:#fff}.tag-manager{padding:1rem 0}.tag-manager-intro{margin-bottom:1.5rem}.tag-manager-intro h4{font-size:1rem;font-weight:700;margin-bottom:.4rem}.tag-panel-group{border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;margin-bottom:1rem;background:var(--bg-white)}.tag-panel-group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.tag-panel-group-header strong{font-size:.95rem;color:var(--text)}.tag-panel-tags{display:flex;flex-wrap:wrap;gap:.5rem;min-height:28px}.tag-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;background:#1a56db14;color:var(--brand);border-radius:20px;font-size:.83rem;font-weight:500}.tag-chip-del{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;line-height:1;padding:0;transition:color .15s}.tag-chip-del:hover{color:#e53e3e}.tag-add-form{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:var(--bg-light);border-radius:8px;margin-top:.5rem}.tag-add-form input{flex:1;border:1.5px solid var(--border);border-radius:6px;padding:.4rem .8rem;font-size:.9rem}.tag-add-form input:focus{outline:none;border-color:var(--brand)}.tags-selector{display:flex;flex-wrap:wrap;gap:.5rem;min-height:36px;padding:.5rem;border:1.5px solid var(--border);border-radius:8px;background:var(--bg-light)}.tag-select-chip{padding:.3rem .8rem;border-radius:20px;border:1.5px solid var(--border);background:var(--bg-white);font-size:.83rem;color:var(--text-muted);cursor:pointer;transition:all .15s}.tag-select-chip:hover{border-color:var(--brand);color:var(--brand)}.tag-select-chip.is-selected{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}.settings-group-label{font-size:.8rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em;padding:.8rem 0 .3rem;border-top:1px solid var(--border);margin-top:.5rem}.settings-group-label:first-child{border-top:none;margin-top:0}.nl-meta-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.4rem}.sol-scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.sol-scene-card{background:var(--bg-white);border:2px solid var(--border);border-radius:14px;padding:1.8rem 1.5rem;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.sol-scene-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--sol-color, var(--brand));transform:scaleX(0);transition:transform .25s}.sol-scene-card:hover:before,.sol-scene-card.is-active:before{transform:scaleX(1)}.sol-scene-card:hover{border-color:var(--sol-color, var(--brand));transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.sol-scene-card.is-active{border-color:var(--sol-color, var(--brand));background:color-mix(in srgb,var(--sol-color, var(--brand)) 5%,white)}.sol-scene-icon{width:52px;height:52px;border-radius:12px;background:color-mix(in srgb,var(--sol-color, var(--brand)) 12%,white);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--sol-color, var(--brand))}.sol-scene-card h3{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.sol-scene-card p{font-size:.83rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.sol-scene-btn{font-size:.82rem;font-weight:600;color:var(--sol-color, var(--brand));background:none;border:none;cursor:pointer;padding:0;transition:gap .2s}.sol-scene-btn:hover{text-decoration:underline}.sol-products-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.sol-products-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sol-count{font-size:.85rem;color:var(--text-muted)}.sol-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.sol-product-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border);border-radius:10px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s}.sol-product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000017}.sol-product-thumb{height:150px;background-size:cover;background-position:center;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center}.sol-product-thumb-empty{color:var(--text-muted);opacity:.4}.sol-product-body{padding:.9rem;flex:1}.sol-product-body h4{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.sol-product-body p{font-size:.78rem;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sol-cta{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;padding:2.5rem;background:var(--bg-white);border:1px solid var(--border);border-radius:16px;border-left:4px solid var(--brand)}.sol-cta-icon{width:72px;height:72px;background:#1a56db14;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--brand);flex-shrink:0}.sol-cta-text h2{font-size:1.3rem;font-weight:800;margin-bottom:.5rem}.sol-cta-text p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.sol-cta-btns{display:flex;flex-direction:column;gap:.7rem;flex-shrink:0}.cover-preview{margin-top:.6rem;border-radius:8px;overflow:hidden;border:1px solid var(--border);max-width:240px}.cover-preview img{display:block;width:100%;height:auto;max-height:140px;object-fit:cover}@media(max-width:900px){.about-intro-layout{grid-template-columns:1fr}.about-adv-grid,.emg-card-grid{grid-template-columns:repeat(2,1fr)}.timeline:before{left:60px}.timeline-item{grid-template-columns:60px 20px 1fr}.sol-scene-grid,.sol-product-grid{grid-template-columns:repeat(2,1fr)}.sol-cta{grid-template-columns:1fr}.sol-cta-icon{display:none}}@media(max-width:600px){.about-adv-grid,.emg-card-grid{grid-template-columns:1fr}.about-cta{flex-direction:column;text-align:center}.about-cta-btns{justify-content:center}.timeline:before{left:50px}.timeline-item{grid-template-columns:50px 16px 1fr;gap:0 1rem}.sol-scene-grid{grid-template-columns:1fr}.sol-product-grid{grid-template-columns:repeat(2,1fr)}.sol-products-header{flex-direction:column;align-items:flex-start}.sol-cta-btns{flex-direction:row}}body:has(#admin-panel:not(.hidden)){background:#f1f5f9}.admin-header{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #2563eb40;position:-webkit-sticky;position:sticky;top:0;z-index:100}.admin-header h1{font-size:1.1rem;margin:0;font-weight:700;letter-spacing:.02em}.admin-header h1 span{opacity:.7;font-weight:400;margin-left:.5rem;font-size:.9rem}#admin-logout-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:999px;padding:.3rem .9rem;font-size:.85rem;cursor:pointer;transition:background .15s}#admin-logout-btn:hover{background:#ffffff40}.admin-tabs{display:flex;flex-wrap:wrap;gap:.4rem .3rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 1px 4px #0000000f}.tab-group{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;padding-right:.75rem;border-right:1px solid #e5e7eb}.tab-group:last-child{border-right:none;padding-right:0}.tab-group-label{font-size:.72rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:0 .25rem;white-space:nowrap}.tab-btn{border-radius:.5rem;border:1px solid transparent;padding:.35rem .8rem;font-size:.83rem;background:transparent;cursor:pointer;font-family:inherit;color:#374151;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.tab-btn:hover{background:#f3f4f6;border-color:#e5e7eb}.tab-btn.is-active{background:#2563eb;border-color:#1d4ed8;color:#fff;font-weight:600;box-shadow:0 2px 6px #2563eb4d}.admin-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:1.25rem}.admin-list-wrapper{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 1px 4px #0000000f;min-width:0}.admin-editor{border-radius:1rem;border:none;padding:1.25rem;background:#fff;box-shadow:0 1px 4px #0000000f}.admin-editor h3{margin-top:0;margin-bottom:.75rem;font-size:1rem;color:#1e3a5f;padding-bottom:.5rem;border-bottom:2px solid #eff6ff}.admin-row{border-radius:.75rem;border:1px solid #e5e7eb;padding:.75rem .9rem;display:flex;gap:.75rem;align-items:flex-start;background:#fafafa;transition:box-shadow .15s,border-color .15s}.admin-row:hover{box-shadow:0 2px 8px #00000014;border-color:#bfdbfe}.admin-row+.admin-row{margin-top:.4rem}.btn-small{border-radius:.45rem;border:1px solid #d1d5db;padding:.25rem .65rem;font-size:.78rem;background:#f9fafb;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s,border-color .15s}.btn-small:hover{background:#eff6ff;border-color:#93c5fd}.btn-small.danger{border-color:#fca5a5;color:#b91c1c;background:#fff5f5}.btn-small.danger:hover{background:#fee2e2}.badge{display:inline-block;background:#ef4444;color:#fff;border-radius:999px;font-size:.7rem;padding:.1rem .45rem;font-weight:700;vertical-align:middle;margin-left:.25rem}.dashboard-wrap{padding:.25rem 0}.dash-stat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.25rem}.dash-stat-card{border-radius:.9rem;padding:1rem 1.1rem;display:flex;align-items:center;gap:.75rem;background:#fff;box-shadow:0 1px 4px #00000012;border-left:4px solid transparent;transition:transform .15s,box-shadow .15s}.dash-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dash-stat-blue{border-left-color:#3b82f6}.dash-stat-green{border-left-color:#10b981}.dash-stat-orange{border-left-color:#f59e0b}.dash-stat-red{border-left-color:#ef4444}.dash-stat-purple{border-left-color:#8b5cf6}.dash-stat-teal{border-left-color:#06b6d4}.dash-stat-icon{font-size:1.6rem;flex-shrink:0}.dash-stat-num{font-size:1.5rem;font-weight:700;color:#1e3a5f;line-height:1.2}.dash-stat-label{font-size:.78rem;color:#6b7280;margin-top:.15rem}.dash-unread{font-size:.8rem;color:#ef4444;font-weight:600}.dash-pv-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.dash-pv-card{background:linear-gradient(135deg,#1e3a5f,#2563eb);border-radius:.9rem;padding:1rem;text-align:center;color:#fff;box-shadow:0 2px 8px #2563eb33}.dash-pv-num{font-size:1.6rem;font-weight:700}.dash-pv-label{font-size:.78rem;opacity:.8;margin-top:.2rem}.dash-charts-row{display:grid;grid-template-columns:1fr 280px;gap:.75rem;margin-bottom:1.25rem}.dash-chart-card{background:#fff;border-radius:.9rem;padding:1rem 1.1rem;box-shadow:0 1px 4px #00000012}.dash-chart-wide{grid-column:1}.dash-chart-header h4{margin:0 0 .75rem;font-size:.92rem;color:#1e3a5f}.dash-chart-card canvas{display:block;width:100%}.dash-legend{display:flex;flex-wrap:wrap;gap:.4rem .75rem;margin-top:.6rem}.dash-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:#374151}.dash-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dash-top-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dash-top-card{background:#fff;border-radius:.9rem;padding:1rem 1.1rem;box-shadow:0 1px 4px #00000012}.dash-top-card h4{margin:0 0 .75rem;font-size:.92rem;color:#1e3a5f}.dash-top-list{list-style:none;margin:0;padding:0;counter-reset:top-counter}.dash-top-list li{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #f3f4f6;font-size:.84rem;counter-increment:top-counter}.dash-top-list li:last-child{border-bottom:none}.dash-top-list li:before{content:counter(top-counter);min-width:20px;height:20px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-top-list li:nth-child(1):before{background:#fef3c7;color:#d97706}.dash-top-list li:nth-child(2):before{background:#f1f5f9;color:#64748b}.dash-top-list li:nth-child(3):before{background:#fff7ed;color:#c2410c}.dash-top-list li a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151;text-decoration:none}.dash-top-list li a:hover{color:#2563eb}.dash-top-views{font-size:.78rem;color:#9ca3af;white-space:nowrap;flex-shrink:0}.dash-top-list li.empty{color:#9ca3af;font-size:.82rem;justify-content:center;padding:1rem}@media(max-width:1400px){.dash-stat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.dash-charts-row{grid-template-columns:1fr}.dash-stat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.dash-stat-grid,.dash-pv-summary{grid-template-columns:repeat(2,1fr)}.dash-top-row,.admin-layout{grid-template-columns:1fr}.admin-tabs{padding:.5rem .75rem}.tab-group{padding-right:.5rem}}
