:root{--bg:#060c14;--bg-elevated:#0d1828;--bg-card:#101f33;--bg-hover:#162a42;--brand:#0f7a55;--brand-light:#18a06e;--brand-dim:rgba(15,122,85,0.14);--cyan:#22d3ee;--cyan-dim:rgba(34,211,238,0.1);--blue:#3b82f6;--blue-dim:rgba(59,130,246,0.12);--ice:#a5f3fc;--text:#e8f0fa;--text-muted:#8ba3be;--border:rgba(255,255,255,0.08);--radius:16px;--container:1120px;--header-h:72px;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:'DM Sans','PingFang SC','Microsoft YaHei',sans-serif;background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh;}body::before{content:'';position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(15,122,85,0.14),transparent),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(34,211,238,0.06),transparent),radial-gradient(ellipse 50% 30% at 0% 80%,rgba(59,130,246,0.05),transparent);pointer-events:none;z-index:0;}.container{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:0 24px;}.site-header{position:sticky;top:0;z-index:100;background:rgba(7,13,24,0.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:16px;}.brand{text-decoration:none;color:inherit;display:flex;align-items:center;gap:14px;line-height:1.2;}.brand-logo{height:36px;width:auto;max-width:168px;object-fit:contain;flex-shrink:0;}.brand-text{display:flex;flex-direction:column;min-width:0;}.brand-cn{font-family:'Noto Serif SC',serif;font-size:0.98rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.brand-sub{font-size:0.68rem;color:var(--brand-light);letter-spacing:0.04em;}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--text);border-radius:1px;}.site-nav{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;}.site-nav .nav-link{color:var(--text-muted);text-decoration:none;font-size:0.88rem;padding:8px 12px;border-radius:8px;transition:color 0.2s,background 0.2s;border:none;background:none;cursor:pointer;font-family:inherit;line-height:1.4;white-space:nowrap;}.site-nav a.nav-link:hover,.site-nav .nav-trigger:hover{color:var(--ice);}.site-nav .nav-link.is-active,.site-nav .nav-item.is-active>.nav-trigger{color:var(--brand-light);background:var(--brand-dim);}.nav-cta{margin-left:6px;background:linear-gradient(135deg,var(--brand-light),var(--cyan)) !important;color:#041018 !important;font-weight:600 !important;}.nav-item{position:relative;}.nav-trigger{display:inline-flex;align-items:center;gap:4px;}.nav-caret{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:0.65;transition:transform 0.2s;}.nav-submenu{display:none;position:absolute;top:calc(100%+6px);left:0;min-width:168px;padding:6px;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 16px 40px rgba(0,0,0,0.35);z-index:120;}.nav-sublink{display:block;padding:9px 12px;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:0.84rem;transition:color 0.2s,background 0.2s;}.nav-sublink:hover{color:var(--ice);background:var(--bg-hover);}.nav-sublink.is-active{color:var(--brand-light);background:var(--brand-dim);}@media (min-width:901px){.nav-item.has-children:hover .nav-submenu,.nav-item.has-children:focus-within .nav-submenu,.nav-item.has-children.is-open .nav-submenu{display:block;}.nav-item.has-children:hover .nav-caret,.nav-item.has-children:focus-within .nav-caret,.nav-item.has-children.is-open .nav-caret{transform:rotate(180deg);}}@media (max-width:900px){.nav-toggle{display:flex;}.site-nav{display:none;position:absolute;top:var(--header-h);left:0;right:0;flex-direction:column;align-items:stretch;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:12px 16px 20px;gap:4px;max-height:calc(100vh - var(--header-h));overflow-y:auto;}.site-nav.is-open{display:flex;}.nav-cta{margin-left:0;text-align:center;margin-top:8px;}.brand-text{display:none;}.nav-item.has-children{display:flex;flex-direction:column;}.nav-trigger{width:100%;justify-content:space-between;text-align:left;}.nav-submenu{position:static;display:none;box-shadow:none;border:none;background:transparent;padding:0 0 4px 8px;min-width:0;}.nav-item.has-children.is-open .nav-submenu{display:block;}.nav-item.has-children.is-open .nav-caret{transform:rotate(180deg);}.nav-sublink{padding-left:16px;}}.site-main{position:relative;z-index:1;}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:10px;font-size:0.95rem;font-weight:600;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s,opacity 0.2s;}.btn:hover{transform:translateY(-1px);}.btn-primary{background:linear-gradient(135deg,var(--brand-light),var(--cyan));color:#041018;box-shadow:0 4px 24px rgba(15,122,85,0.3);}.btn-ghost{border:1px solid rgba(15,122,85,0.35);color:var(--text);background:rgba(15,122,85,0.06);}.btn-ghost:hover{border-color:var(--brand-light);background:var(--brand-dim);}.hero{position:relative;padding:48px 0 0;overflow:hidden;}.hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;}.hero-watermark{position:absolute;right:5%;top:12%;width:min(420px,40vw);opacity:0.035;pointer-events:none;}.hero-intro{position:relative;z-index:1;width:100%;padding-bottom:20px;}.hero-copy-carousel{position:relative;}.hero-copy-viewport{position:relative;overflow:hidden;}.hero-copy-track{display:grid;grid-template-columns:1fr;}.hero-copy-slide{grid-area:1 / 1;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity 0.45s ease,transform 0.45s ease,visibility 0s linear 0.45s;}.hero-copy-slide.is-active{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);z-index:2;transition:opacity 0.45s ease,transform 0.45s ease,visibility 0s;}.hero-copy-slide.is-leaving{visibility:visible;opacity:0;transform:translateY(-8px);z-index:1;transition:opacity 0.45s ease,transform 0.45s ease,visibility 0s linear 0.45s;}.hero-copy-nav{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap;}.hero-copy-tabs{display:flex;flex-wrap:wrap;gap:6px;flex:1;}.hero-copy-tab{padding:7px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(13,24,40,0.5);color:var(--text-muted);font-size:0.78rem;cursor:pointer;font-family:inherit;transition:all 0.2s;}.hero-copy-tab:hover{color:var(--ice);border-color:rgba(15,122,85,0.35);}.hero-copy-tab.is-active{color:var(--brand-light);background:var(--brand-dim);border-color:rgba(15,122,85,0.45);}.hero-copy-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:rgba(13,24,40,0.7);color:var(--text-muted);font-size:1.2rem;line-height:1;cursor:pointer;flex-shrink:0;transition:color 0.2s,border-color 0.2s,background 0.2s;}.hero-copy-btn:hover{color:var(--ice);border-color:rgba(15,122,85,0.4);background:var(--brand-dim);}.hero-copy-dots{display:flex;gap:8px;margin-top:8px;}.hero-copy-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,0.2);cursor:pointer;transition:transform 0.2s,background 0.2s;}.hero-copy-dot.is-active{background:var(--brand-light);transform:scale(1.2);}@media (min-width:768px){.hero-copy-slide{display:grid;grid-template-columns:1fr minmax(200px,280px);column-gap:40px;align-items:start;}.hero-copy-slide .hero-badge,.hero-copy-slide h1,.hero-copy-slide .hero-lead,.hero-copy-slide .hero-actions{grid-column:1;}.hero-copy-slide .hero-stats{grid-column:2;grid-row:1 / span 5;flex-direction:column;gap:14px;align-self:center;padding:16px 20px;border-radius:14px;background:rgba(13,24,40,0.45);border:1px solid var(--border);}.hero-copy-slide .stat strong{font-size:1.65rem;}}.hero-powered{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;padding:6px 12px 6px 8px;border-radius:999px;background:rgba(15,122,85,0.1);border:1px solid rgba(15,122,85,0.25);}.hero-powered img{height:22px;width:auto;opacity:0.95;}.hero-powered span{font-size:0.72rem;color:var(--brand-light);letter-spacing:0.08em;}.hero-badge{display:inline-block;padding:5px 12px;border-radius:999px;background:var(--brand-dim);color:var(--brand-light);font-size:0.82rem;font-weight:600;letter-spacing:0.04em;margin-bottom:12px;}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--brand-light),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.stat strong{display:block;font-size:1.55rem;color:var(--brand-light);line-height:1.2;}.hero h1{font-family:'Noto Serif SC',serif;font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.22;margin-bottom:12px;}.hero-lead{color:var(--text-muted);font-size:1rem;max-width:none;margin-bottom:18px;line-height:1.6;}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px;}.hero-stats{display:flex;gap:28px;flex-wrap:wrap;}.stat span{font-size:0.82rem;color:var(--text-muted);}.hero-banner-strip{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding:28px 0 40px;border-top:1px solid rgba(34,211,238,0.08);background:linear-gradient(180deg,rgba(8,14,26,0.6) 0%,rgba(6,10,18,0.95) 100%);}.hero-banner-strip__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;}.hero-banner-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(34,211,238,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,0.04) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,#000 0%,transparent 95%);}.hero-banner-glow{position:absolute;width:min(560px,45vw);height:min(560px,45vw);border-radius:50%;filter:blur(80px);opacity:0.35;}.hero-banner-glow--l{left:-8%;top:10%;background:rgba(15,122,85,0.45);}.hero-banner-glow--r{right:-5%;bottom:-10%;background:rgba(34,211,238,0.25);}.hero-banner-inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:0 24px;}.hero-carousel--full{position:relative;}.hero-carousel-head{text-align:center;margin-bottom:28px;}.hero-carousel-eyebrow{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--brand-light);margin-bottom:8px;}.hero-carousel-title{font-family:'Noto Serif SC',serif;font-size:clamp(1.35rem,2.5vw,1.75rem);margin-bottom:8px;}.hero-carousel-desc{font-size:0.88rem;color:var(--text-muted);max-width:520px;margin:0 auto;}.hero-carousel-stage{position:relative;padding:0 48px;}.hero-carousel-viewport{position:relative;overflow:hidden;}.hero-carousel-track{display:grid;grid-template-columns:1fr;}.hero-slide{grid-area:1 / 1;visibility:hidden;opacity:0;transform:translateX(32px) scale(0.98);transition:opacity 0.55s ease,transform 0.55s ease,visibility 0s linear 0.55s;pointer-events:none;}.hero-slide.is-active{visibility:visible;opacity:1;transform:translateX(0) scale(1);pointer-events:auto;z-index:2;transition:opacity 0.55s ease,transform 0.55s ease,visibility 0s;}.hero-slide.is-leaving{visibility:visible;opacity:0;transform:translateX(-32px) scale(0.98);z-index:1;pointer-events:none;transition:opacity 0.55s ease,transform 0.55s ease,visibility 0s linear 0.55s;}.screen-card{position:relative;background:linear-gradient(155deg,rgba(16,31,51,0.97),rgba(8,14,24,0.99));border-radius:calc(var(--radius)+6px);padding:24px 28px 22px;border:1px solid rgba(255,255,255,0.09);box-shadow:0 32px 80px rgba(0,0,0,0.5),0 0 0 1px rgba(34,211,238,0.05) inset;backdrop-filter:blur(16px);overflow:hidden;}.screen-card--wide{min-height:540px;}.screen-card--tall{display:flex;flex-direction:column;min-height:540px;}.screen-card--tall .screen-body--sub{margin-top:auto;}.screen-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0.55;}.screen-card--green{border-color:rgba(15,122,85,0.4);}.screen-card--green::before{background:radial-gradient(ellipse 70% 55% at 100% 0%,rgba(15,122,85,0.14),transparent);}.screen-card--cyan{border-color:rgba(34,211,238,0.32);}.screen-card--cyan::before{background:radial-gradient(ellipse 70% 55% at 0% 100%,rgba(34,211,238,0.12),transparent);}.screen-card--gold{border-color:rgba(200,164,94,0.36);}.screen-card--gold::before{background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(200,164,94,0.12),transparent);}.screen-card--blue{border-color:rgba(59,130,246,0.34);}.screen-card--blue::before{background:radial-gradient(ellipse 70% 55% at 100% 100%,rgba(59,130,246,0.12),transparent);}.screen-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.07);}.screen-logo{height:24px;width:auto;margin-right:auto;opacity:0.92;}.screen-live{display:inline-flex;align-items:center;gap:8px;font-size:0.85rem;font-weight:600;color:var(--ice);}.screen-time{font-size:0.72rem;color:var(--text-muted);margin-left:8px;}.screen-live i{width:7px;height:7px;border-radius:50%;background:var(--brand-light);box-shadow:0 0 10px var(--brand-light);animation:screen-pulse 2s ease infinite;}@keyframes screen-pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.55;transform:scale(0.85);}}.screen-body{display:grid;gap:20px;}.screen-body--3{grid-template-columns:repeat(3,minmax(0,1fr));}.screen-body--4{grid-template-columns:repeat(4,minmax(0,1fr));}.screen-body--2{grid-template-columns:1.4fr 0.9fr;}.screen-body--sub{gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.06);}.screen-panel{background:rgba(8,14,24,0.55);border:1px solid rgba(255,255,255,0.06);border-radius:14px;padding:18px 20px;min-height:360px;}.screen-panel--chart{display:flex;flex-direction:column;}.screen-panel--wide{min-height:auto;}.screen-panel-title{font-size:0.72rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;}.screen-panel-note{font-size:0.76rem;color:var(--text-muted);margin-top:12px;line-height:1.5;}.screen-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}.screen-kpi-grid--4{grid-template-columns:1fr 1fr;}.screen-kpi-grid--6{grid-template-columns:repeat(3,1fr);}.screen-kpi{background:rgba(13,24,40,0.85);border:1px solid var(--border);border-radius:12px;padding:12px 14px;}.screen-kpi span{display:block;font-size:0.72rem;color:var(--text-muted);}.screen-kpi strong{display:block;font-size:1.35rem;font-weight:700;margin-top:4px;line-height:1.2;}.screen-kpi em{display:block;font-style:normal;font-size:0.65rem;color:var(--text-muted);margin-top:4px;}.screen-kpi--accent strong{color:var(--cyan);}.screen-kpi--money strong{font-size:1.05rem;color:var(--ice);}.screen-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px;}.screen-kpi-mini{text-align:center;padding:12px 8px;border-radius:10px;background:rgba(13,24,40,0.75);border:1px solid var(--border);}.screen-kpi-mini span{display:block;font-size:0.68rem;color:var(--text-muted);}.screen-kpi-mini strong{display:block;font-size:1.2rem;margin-top:4px;color:var(--brand-light);}.screen-kpi-mini--warn strong{color:#e86452;}.screen-spark-bars{display:flex;align-items:flex-end;gap:10px;height:120px;margin-bottom:16px;padding:0 4px;}.screen-spark-bars--tall{height:180px;gap:12px;}.screen-spark-bar{flex:1;height:var(--h,50%);min-height:12px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,rgba(34,211,238,0.5),rgba(15,122,85,0.85));position:relative;align-self:flex-end;}.screen-spark-bar em{position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:0.65rem;font-style:normal;color:var(--cyan);font-weight:600;}.screen-spark-bar.is-peak{background:linear-gradient(180deg,#5ad8a6,var(--brand-light));box-shadow:0 0 16px rgba(15,122,85,0.35);}.screen-spark-bar span{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:0.62rem;color:var(--text-muted);}.screen-progress-bar{height:8px;background:var(--bg-elevated);border-radius:999px;overflow:hidden;margin-bottom:8px;}.screen-progress-bar i{display:block;height:100%;width:var(--pct,50%);background:linear-gradient(90deg,var(--brand),var(--cyan));border-radius:999px;}.screen-progress p{font-size:0.78rem;color:var(--text-muted);}.screen-progress strong{color:var(--brand-light);}.screen-feed{list-style:none;display:flex;flex-direction:column;gap:8px;}.screen-feed li{font-size:0.78rem;color:var(--text-muted);padding:8px 10px;border-radius:8px;background:rgba(13,24,40,0.5);line-height:1.45;}.screen-feed--dense{gap:6px;}.screen-feed--dense li{padding:7px 10px;font-size:0.75rem;}.screen-timeline{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:4px;}.screen-timeline li{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:start;font-size:0.76rem;padding:8px 10px;border-radius:8px;background:rgba(13,24,40,0.5);color:var(--text-muted);line-height:1.45;}.screen-timeline time{font-size:0.68rem;color:var(--cyan);font-weight:600;font-variant-numeric:tabular-nums;}.screen-stat-pill{text-align:center;padding:14px 12px;border-radius:12px;background:rgba(13,24,40,0.65);border:1px solid rgba(255,255,255,0.06);}.screen-stat-pill span{display:block;font-size:0.68rem;color:var(--text-muted);margin-bottom:4px;}.screen-stat-pill strong{display:block;font-size:1.15rem;color:var(--brand-light);line-height:1.2;}.screen-stat-pill em{display:block;font-size:0.62rem;color:var(--text-muted);font-style:normal;margin-top:4px;}.screen-table{width:100%;border-collapse:collapse;font-size:0.72rem;}.screen-table th{text-align:left;color:var(--text-muted);font-weight:600;padding:6px 8px;border-bottom:1px solid var(--border);font-size:0.65rem;text-transform:uppercase;letter-spacing:0.04em;}.screen-table td{padding:8px;border-bottom:1px solid rgba(255,255,255,0.04);color:var(--text-muted);}.screen-table td:nth-child(3){color:var(--ice);font-weight:600;text-align:right;}.screen-table .tag{margin-right:0;font-size:0.58rem;padding:2px 5px;}.tag{display:inline-block;font-size:0.62rem;padding:2px 6px;border-radius:4px;margin-right:6px;font-weight:600;}.tag--warn{background:rgba(232,100,82,0.2);color:#ff9a8b;}.tag--ok{background:rgba(15,122,85,0.25);color:var(--brand-light);}.tag--info{background:rgba(34,211,238,0.15);color:var(--cyan);}.tag--gold{background:rgba(200,164,94,0.2);color:#f6bd16;}.screen-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}.chip{font-size:0.68rem;padding:5px 10px;border-radius:999px;border:1px solid var(--border);}.chip--up{color:var(--brand-light);border-color:rgba(15,122,85,0.35);}.chip--down{color:var(--cyan);border-color:rgba(34,211,238,0.25);}.chip--warn{color:#ff9a8b;border-color:rgba(232,100,82,0.35);}.screen-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px;}.screen-donut-wrap{text-align:center;}.screen-donut-wrap--lg .screen-donut{width:140px;height:140px;}.screen-donut--xl{width:168px !important;height:168px !important;}.screen-donut{width:108px;height:108px;margin:0 auto 12px;border-radius:50%;background:conic-gradient( #c8a45e 0 calc(var(--a) * 1%),#22d3ee calc(var(--a) * 1%) calc((var(--a)+var(--b)) * 1%),#18a06e calc((var(--a)+var(--b)) * 1%) 100% );mask:radial-gradient(circle at center,transparent 52%,#000 53%);-webkit-mask:radial-gradient(circle at center,transparent 52%,#000 53%);box-shadow:0 0 28px rgba(34,211,238,0.18);}.screen-legend{list-style:none;font-size:0.78rem;color:var(--text-muted);text-align:left;display:inline-block;}.screen-legend li{display:flex;align-items:center;gap:8px;margin-bottom:6px;}.screen-legend strong{color:var(--ice);margin-left:4px;}.screen-legend i{width:8px;height:8px;border-radius:2px;flex-shrink:0;}.screen-legend .c-gold{background:#c8a45e;}.screen-legend .c-cyan{background:#22d3ee;}.screen-legend .c-green{background:#18a06e;}.screen-workers{display:flex;flex-direction:column;gap:8px;}.screen-workers--grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}.screen-worker{display:flex;align-items:center;gap:8px;font-size:0.8rem;padding:9px 11px;border-radius:8px;background:rgba(13,24,40,0.7);border:1px solid var(--border);}.screen-worker .dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}.screen-worker .dot.busy{background:#e86452;box-shadow:0 0 6px #e86452;}.screen-worker .dot.idle{background:#5ad8a6;}.screen-worker em{margin-left:auto;font-style:normal;font-size:0.68rem;color:var(--text-muted);}.screen-metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;}.screen-metric{text-align:center;padding:12px 8px;border-radius:10px;background:rgba(13,24,40,0.6);border:1px solid var(--border);}.screen-metric span{display:block;font-size:0.68rem;color:var(--text-muted);}.screen-metric strong{display:block;font-size:1.1rem;margin-top:4px;color:var(--brand-light);}.screen-metric--accent strong{color:var(--cyan);}.screen-hbars{display:flex;flex-direction:column;gap:12px;flex:1;justify-content:center;}.screen-hbars--tall{gap:14px;}.screen-hbar{display:grid;grid-template-columns:64px 1fr 44px;align-items:center;gap:10px;font-size:0.8rem;}.screen-hbar .bar{height:10px;background:var(--bg-elevated);border-radius:999px;overflow:hidden;}.screen-hbar .bar i{display:block;height:100%;background:linear-gradient(90deg,#c8a45e,#f6bd16);border-radius:999px;}.screen-hbar em{font-style:normal;font-size:0.75rem;color:var(--ice);text-align:right;}.screen-vbars{display:flex;align-items:flex-end;justify-content:center;gap:16px;height:140px;flex:1;padding:0 8px;}.screen-vbars--lg{height:160px;gap:20px;}.screen-vbars--xl{height:200px;gap:16px;}.screen-vbars--xl .screen-vbar{max-width:64px;}.screen-vbar{flex:1;max-width:56px;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end;}.screen-vbar .col{width:100%;border-radius:8px 8px 3px 3px;min-height:10px;}.screen-vbar .col.in{background:linear-gradient(180deg,#5ad8a6,#18a06e);box-shadow:0 0 12px rgba(24,160,110,0.25);}.screen-vbar .col.out{background:linear-gradient(180deg,#ff9a8b,#e86452);}.screen-vbar span{font-size:0.68rem;color:var(--text-muted);}.screen-vbar em{font-size:0.72rem;color:var(--cyan);font-style:normal;}.screen-stock-list{list-style:none;display:flex;flex-direction:column;gap:8px;}.screen-stock-list li{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;font-size:0.8rem;padding:10px 12px;border-radius:8px;background:rgba(13,24,40,0.6);}.screen-stock-list--dense{gap:6px;}.screen-stock-list--dense li{padding:8px 10px;font-size:0.76rem;}.screen-stock-list li.warn strong{color:#e86452;}.screen-stock-list strong{color:var(--cyan);font-weight:600;}.screen-stock-list em{font-size:0.65rem;color:var(--text-muted);font-style:normal;}.screen-fbar{display:grid;grid-template-columns:64px 1fr 44px;gap:8px;align-items:center;margin-bottom:12px;font-size:0.75rem;color:var(--text-muted);}.screen-fbar .bar{height:9px;background:var(--bg-elevated);border-radius:999px;overflow:hidden;}.screen-fbar .bar i{display:block;height:100%;border-radius:999px;}.screen-fbar .bar.ar i{background:#c8a45e;}.screen-fbar .bar.ar-dim i{background:rgba(200,164,94,0.45);}.screen-fbar .bar.ar-warn i{background:linear-gradient(90deg,#c8a45e,#e86452);}.screen-fbar .bar.ap i{background:#e86452;}.screen-fbar .bar.ap-dim i{background:rgba(232,100,82,0.5);}.screen-fbar em{font-style:normal;text-align:right;color:var(--ice);font-size:0.72rem;}.screen-status-list{list-style:none;display:flex;flex-direction:column;gap:10px;}.screen-status-list li{display:flex;align-items:center;gap:10px;font-size:0.8rem;color:var(--text-muted);}.screen-status-list .st{width:8px;height:8px;border-radius:50%;flex-shrink:0;}.st--done{background:var(--brand-light);}.st--pend{background:#f6bd16;}.st--wait{background:var(--cyan);}.screen-status-list strong{margin-left:auto;color:var(--ice);}.screen-foot-inline{margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-size:0.78rem;color:var(--text-muted);}.screen-foot-inline strong{color:var(--brand-light);}.screen-rank{list-style:none;display:flex;flex-direction:column;gap:12px;}.screen-rank--wide li{grid-template-columns:32px 72px 1fr 44px 40px;}.screen-rank--tall{gap:10px;}.screen-rank--tall li{grid-template-columns:32px 72px 1fr 44px 36px;}.screen-rank li em{font-style:normal;font-size:0.65rem;color:var(--text-muted);text-align:right;}.screen-rank li{display:grid;grid-template-columns:28px 56px 1fr 40px;align-items:center;gap:10px;font-size:0.82rem;}.screen-rank .medal{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:700;background:var(--bg-elevated);color:var(--text-muted);}.screen-rank .medal.m1{background:linear-gradient(135deg,#f6bd16,#c8a45e);color:#1a1200;}.screen-rank .medal.m2{background:linear-gradient(135deg,#c0c0c0,#888);color:#111;}.screen-rank .medal.m3{background:linear-gradient(135deg,#cd7f32,#8b4513);color:#fff;}.screen-rank .bar{height:10px;background:var(--bg-elevated);border-radius:999px;overflow:hidden;}.screen-rank .bar i{display:block;height:100%;background:linear-gradient(90deg,var(--brand-light),var(--cyan));border-radius:999px;}.screen-rank strong{text-align:right;color:var(--cyan);font-size:0.88rem;}.screen-dimension-list{list-style:none;display:flex;flex-direction:column;gap:12px;}.screen-dimension-list li{display:grid;grid-template-columns:72px 1fr 36px;gap:10px;align-items:center;font-size:0.75rem;color:var(--text-muted);}.screen-dimension-list em{font-size:0.65rem;color:var(--text-muted);font-style:normal;text-align:right;}.screen-dimension-list .bar{height:8px;background:var(--bg-elevated);border-radius:999px;overflow:hidden;}.screen-dimension-list .bar i{display:block;height:100%;background:linear-gradient(90deg,var(--brand-light),var(--cyan));border-radius:999px;}.screen-foot-row{display:flex;flex-wrap:wrap;gap:12px 20px;padding:14px 0 0;margin-top:16px;border-top:1px solid var(--border);font-size:0.76rem;color:var(--text-muted);}.screen-foot-row strong{color:var(--brand-light);margin-left:4px;}.hero-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,0.12);background:rgba(8,14,24,0.85);color:var(--text-muted);font-size:1.4rem;line-height:1;cursor:pointer;transition:color 0.2s,border-color 0.2s,background 0.2s,box-shadow 0.2s;backdrop-filter:blur(8px);}.hero-carousel-btn:hover{color:var(--ice);border-color:rgba(15,122,85,0.5);background:var(--brand-dim);box-shadow:0 0 20px rgba(15,122,85,0.25);}.hero-carousel-prev{left:0;}.hero-carousel-next{right:0;}.hero-carousel-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px;position:relative;z-index:3;}.hero-carousel-tab{padding:8px 16px;border-radius:999px;border:1px solid var(--border);background:rgba(13,24,40,0.65);color:var(--text-muted);font-size:0.78rem;cursor:pointer;font-family:inherit;transition:all 0.2s;}.hero-carousel-tab:hover{color:var(--ice);border-color:rgba(15,122,85,0.35);}.hero-carousel-tab.is-active{color:var(--brand-light);background:var(--brand-dim);border-color:rgba(15,122,85,0.45);}.hero-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px;position:relative;z-index:3;}.hero-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,0.2);cursor:pointer;transition:transform 0.2s,background 0.2s;}.hero-carousel-dot.is-active{background:var(--brand-light);transform:scale(1.25);box-shadow:0 0 8px rgba(15,122,85,0.5);}@media (max-width:1024px){.screen-body--3,.screen-body--2,.screen-body--4{grid-template-columns:1fr;}.screen-panel{min-height:auto;}.screen-card--tall,.screen-card--wide{min-height:auto;}}@media (max-width:640px){.hero-copy-nav{gap:8px;}.hero-copy-tab{padding:6px 10px;font-size:0.72rem;}.hero-banner-inner{padding:0 12px;}.hero-carousel-stage{padding:0 36px;}.screen-workers--grid{grid-template-columns:1fr;}.hero-carousel-tabs{gap:6px;}.hero-carousel-tab{padding:6px 12px;font-size:0.72rem;}.hero-carousel-btn{width:34px;height:34px;font-size:1.2rem;}.screen-body--4{grid-template-columns:1fr 1fr;}}.hero-showcase{position:relative;}.dashboard-card{display:none;}.section{padding:80px 0;}.section-alt{background:rgba(15,26,46,0.5);}.section-head{text-align:center;max-width:640px;margin:0 auto 48px;}.section-tag{display:inline-block;font-size:0.78rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--brand-light);margin-bottom:12px;}.section-head-tight{margin-top:40px;margin-bottom:32px;}.section-head h2{font-family:'Noto Serif SC',serif;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:12px;}.section-head p{color:var(--text-muted);}.card-grid{display:grid;gap:20px;}.cols-3{grid-template-columns:repeat(3,1fr);}.feature-card{background:linear-gradient(180deg,var(--bg-card),rgba(13,24,40,0.9));border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:border-color 0.2s,transform 0.2s,box-shadow 0.2s;position:relative;overflow:hidden;}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--cyan));opacity:0;transition:opacity 0.2s;}.feature-card:hover{border-color:rgba(15,122,85,0.35);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.25);}.feature-card:hover::before{opacity:1;}.card-icon{font-size:1.8rem;margin-bottom:14px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--brand-dim);}.feature-card h3{font-size:1.05rem;margin-bottom:8px;}.feature-card p{font-size:0.9rem;color:var(--text-muted);}@media (max-width:900px){.cols-3{grid-template-columns:1fr;}}.order-types{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.order-type{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px;position:relative;overflow:hidden;}.order-num{font-size:2.5rem;font-weight:700;color:rgba(15,122,85,0.2);line-height:1;margin-bottom:12px;}.order-type h3{font-size:1rem;margin-bottom:8px;}.order-type p{font-size:0.85rem;color:var(--text-muted);}.brand-panel{display:flex;align-items:center;gap:40px;padding:36px 40px;margin-bottom:16px;border-radius:calc(var(--radius)+4px);background:linear-gradient(135deg,rgba(15,122,85,0.12),rgba(34,211,238,0.06));border:1px solid rgba(15,122,85,0.25);}.brand-panel-logo img{width:160px;height:auto;filter:drop-shadow(0 8px 24px rgba(15,122,85,0.25));}.brand-panel-copy h2{font-family:'Noto Serif SC',serif;font-size:1.5rem;margin-bottom:10px;}.brand-panel-copy p{color:var(--text-muted);max-width:560px;}@media (max-width:700px){.brand-panel{flex-direction:column;text-align:center;padding:28px 24px;}.brand-panel-copy p{margin:0 auto;}}@media (max-width:900px){.order-types{grid-template-columns:1fr 1fr;}}@media (max-width:520px){.order-types{grid-template-columns:1fr;}}.module-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}.module-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;}.module-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;}.module-icon{font-size:1.3rem;}.module-item h3{font-size:1rem;}.module-item p{font-size:0.88rem;color:var(--text-muted);}@media (max-width:700px){.module-list{grid-template-columns:1fr;}}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}.highlight-item{padding:22px;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(135deg,var(--bg-card),var(--bg-elevated));}.highlight-item strong{display:block;font-size:0.95rem;margin-bottom:6px;color:var(--brand-light);}.highlight-item p{font-size:0.85rem;color:var(--text-muted);}@media (max-width:800px){.highlight-grid{grid-template-columns:1fr 1fr;}}@media (max-width:520px){.highlight-grid{grid-template-columns:1fr;}}.flow-pipeline{display:flex;flex-direction:column;gap:8px;margin-bottom:56px;}.flow-phase{padding:28px 24px;border-radius:calc(var(--radius)+4px);border:1px solid var(--border);background:linear-gradient(180deg,var(--bg-card),rgba(13,24,40,0.85));}.flow-phase--highlight{border-color:rgba(15,122,85,0.35);background:linear-gradient(180deg,rgba(15,122,85,0.12),var(--bg-card));box-shadow:0 0 0 1px rgba(15,122,85,0.08) inset;}.flow-phase-head{margin-bottom:20px;max-width:720px;}.flow-phase-label{font-family:'Noto Serif SC',serif;font-size:1.15rem;color:var(--brand-light);margin-bottom:6px;}.flow-phase-desc{font-size:0.9rem;color:var(--text-muted);line-height:1.6;}.flow-phase-connector{text-align:center;color:var(--brand-light);font-size:1.4rem;opacity:0.5;padding:4px 0;}.flow-steps{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:8px;}.flow-steps--phase{justify-content:flex-start;}.flow-step{text-align:center;padding:20px 14px;min-width:120px;max-width:160px;flex:1 1 120px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;}.flow-phase--highlight .flow-step{background:rgba(7,13,24,0.55);}.flow-icon{font-size:1.5rem;display:block;margin-bottom:8px;}.flow-step h4{font-size:0.92rem;margin-bottom:6px;line-height:1.3;}.flow-step p{font-size:0.76rem;color:var(--text-muted);line-height:1.45;flex:1;}.flow-module{display:inline-block;margin-top:10px;padding:2px 8px;border-radius:999px;font-size:0.68rem;color:var(--ice);background:var(--brand-dim);border:1px solid rgba(15,122,85,0.25);}.flow-arrow{color:var(--brand-light);font-size:1.2rem;opacity:0.6;align-self:center;flex-shrink:0;}.flow-reverse{padding-top:8px;border-top:1px solid var(--border);}.flow-reverse-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}.flow-reverse-item{padding:20px;border-radius:var(--radius);border:1px dashed rgba(255,255,255,0.12);background:rgba(15,26,46,0.4);}.flow-reverse-item h4{font-size:0.95rem;margin-bottom:8px;color:var(--ice);}.flow-reverse-item p{font-size:0.84rem;color:var(--text-muted);line-height:1.55;}@media (max-width:900px){.flow-steps--phase{justify-content:center;}.flow-arrow{display:none;}.flow-step{max-width:none;flex:1 1 calc(50% - 8px);}.flow-reverse-grid{grid-template-columns:1fr;}}@media (max-width:520px){.flow-step{flex:1 1 100%;}}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.tech-item{text-align:center;padding:28px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);}.tech-item h4{color:var(--brand-light);margin-bottom:8px;font-size:1rem;}.tech-item p{font-size:0.85rem;color:var(--text-muted);}@media (max-width:800px){.tech-grid{grid-template-columns:1fr 1fr;}}.cta-section{padding-bottom:100px;}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:48px;background:linear-gradient(135deg,var(--bg-card),rgba(15,122,85,0.1));border:1px solid rgba(15,122,85,0.28);border-radius:calc(var(--radius)+4px);}.cta-logo{width:100px;height:auto;flex-shrink:0;opacity:0.92;}.cta-copy h2{font-family:'Noto Serif SC',serif;font-size:1.75rem;margin-bottom:12px;}.cta-copy p{color:var(--text-muted);margin-bottom:20px;max-width:480px;}.cta-creds{display:flex;flex-wrap:wrap;gap:16px 24px;font-size:0.9rem;}.cta-creds strong{color:var(--brand-light);margin-right:6px;}.cta-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0;}@media (max-width:800px){.cta-box{flex-direction:column;text-align:center;padding:32px 24px;}.cta-copy p{margin-left:auto;margin-right:auto;}.cta-creds{justify-content:center;}.cta-actions{width:100%;}.cta-actions .btn{width:100%;}.cta-logo{order:-1;}}.site-footer{position:relative;z-index:1;border-top:1px solid var(--border);background:linear-gradient(180deg,var(--bg-elevated) 0%,#0a121c 100%);padding:52px 0 0;}.footer-bento{display:grid;grid-template-columns:minmax(240px,1.32fr) repeat(3,minmax(0,1fr));grid-template-rows:auto auto;grid-template-areas:"brand product blog about" "brand tech tech contact";gap:12px;padding-bottom:36px;align-items:stretch;}.footer-block{position:relative;padding:20px 20px 18px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,0.025);overflow:hidden;}.footer-block::before{content:'';display:block;height:2px;border-radius:2px;margin-bottom:14px;background:linear-gradient(90deg,var(--brand-light),transparent);}.footer-block--brand{grid-area:brand;padding:24px 22px 22px;background:linear-gradient(145deg,rgba(15,122,85,0.1) 0%,rgba(255,255,255,0.02) 55%);}.footer-block--brand::before{width:78%;opacity:1;}.footer-block--product{grid-area:product;padding-bottom:16px;}.footer-block--product::before{width:34%;}.footer-block--blog{grid-area:blog;padding-bottom:16px;}.footer-block--blog::before{width:48%;}.footer-block--about{grid-area:about;padding-bottom:22px;}.footer-block--about::before{width:62%;}.footer-block--tech{grid-area:tech;padding:16px 20px 14px;}.footer-block--tech::before{width:28%;margin-bottom:10px;}.footer-block--contact{grid-area:contact;padding:18px 20px 16px;background:rgba(34,211,238,0.04);}.footer-block--contact::before{width:88%;background:linear-gradient(90deg,var(--cyan),var(--brand-light),transparent);}.footer-logo{display:block;height:34px;width:auto;max-width:168px;object-fit:contain;margin-bottom:14px;opacity:0.92;}.footer-product{font-weight:600;font-size:0.95rem;color:var(--text);margin-bottom:6px;}.footer-tagline{font-size:0.86rem;color:var(--text-muted);max-width:16em;line-height:1.55;margin-bottom:4px;}.footer-block--brand p{font-size:0.88rem;color:var(--text-muted);}.footer-company{margin-top:16px;padding-top:14px;border-top:1px dashed rgba(255,255,255,0.1);}.footer-company-name{font-weight:600;color:var(--text) !important;font-size:0.9rem !important;margin-bottom:4px !important;max-width:14em;}.footer-company-intro{font-size:0.82rem !important;line-height:1.55;max-width:22em;}.footer-slogan{margin:14px 0 0 !important;padding:0;border:none;font-size:0.88rem !important;font-weight:600;color:var(--brand-light) !important;line-height:1.5;max-width:13em;}.footer-slogan-sub{font-size:0.78rem !important;color:var(--text-muted) !important;margin-top:6px !important;max-width:11em;}.footer-muted{margin-top:auto;padding-top:18px;font-size:0.76rem !important;opacity:0.75;}.footer-block--brand{display:flex;flex-direction:column;}.footer-block h4{font-size:0.82rem;font-weight:600;letter-spacing:0.04em;color:var(--brand-light);margin-bottom:10px;}.footer-block--tech h4{margin-bottom:8px;}.footer-links{display:flex;flex-direction:column;gap:2px;}.footer-links a,.footer-block a,.footer-block span{display:block;font-size:0.84rem;color:var(--text-muted);text-decoration:none;line-height:1.45;padding:3px 0;}.footer-block--product .footer-links a:nth-child(odd){max-width:5.5em;}.footer-block--product .footer-links a:nth-child(even){max-width:7em;}.footer-block--blog .footer-links a:nth-child(1){max-width:5em;}.footer-block--blog .footer-links a:nth-child(2){max-width:6.5em;}.footer-block--blog .footer-links a:nth-child(3){max-width:7.5em;}.footer-block--tech .footer-links{flex-flow:row wrap;gap:6px 18px;}.footer-block--tech .footer-links a{padding:0;white-space:nowrap;}.footer-block a:hover{color:var(--ice);}.footer-about-list{list-style:none;margin:0;padding:0;}.footer-about-list li{position:relative;padding-left:11px;font-size:0.8rem;color:var(--text-muted);line-height:1.55;margin-bottom:10px;}.footer-about-list li:nth-child(1){max-width:100%;}.footer-about-list li:nth-child(2){max-width:92%;}.footer-about-list li:nth-child(3){max-width:88%;}.footer-about-list li::before{content:'';position:absolute;left:0;top:0.55em;width:4px;height:4px;border-radius:50%;background:var(--brand-light);}.footer-contact-lines{display:flex;flex-direction:column;gap:2px;}.footer-contact-hotline{font-weight:600;color:var(--text) !important;font-size:0.9rem !important;}.footer-address{display:block;font-size:0.8rem;color:var(--text-muted);line-height:1.55;max-width:18em;margin:4px 0;}.footer-bottom{border-top:1px solid var(--border);padding:20px 0 24px;text-align:center;font-size:0.8rem;color:var(--text-muted);opacity:0.85;}@media (max-width:960px){.footer-bento{grid-template-columns:1fr 1fr;grid-template-areas:"brand brand" "product blog" "about about" "tech tech" "contact contact";}.footer-block--brand{padding-bottom:20px;}.footer-slogan,.footer-slogan-sub,.footer-company-intro{max-width:none;}.footer-block--tech .footer-links{flex-direction:column;gap:2px;}}@media (max-width:560px){.footer-bento{display:flex;flex-direction:column;gap:10px;}.footer-block{padding:18px 16px 16px;}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:8px 16px;background:var(--brand-light);color:#041018;text-decoration:none;border-radius:8px;}.skip-link:focus{left:8px;top:8px;}.page-hero{padding:40px 0 32px;border-bottom:1px solid var(--border);margin-bottom:8px;}.breadcrumb{font-size:0.82rem;color:var(--text-muted);margin-bottom:16px;}.breadcrumb a{color:var(--text-muted);text-decoration:none;}.breadcrumb a:hover{color:var(--brand-light);}.eyebrow{font-size:0.78rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--brand-light);margin-bottom:10px;}.page-hero h1{font-family:'Noto Serif SC',serif;font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:12px;}.lead{color:var(--text-muted);font-size:1.02rem;max-width:640px;line-height:1.7;}.section-tight{padding:56px 0;}.section-inner{padding:48px 0 56px;}.home-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}.home-card{display:block;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);text-decoration:none;color:inherit;transition:border-color 0.2s,transform 0.2s,box-shadow 0.2s;}.home-card:hover{border-color:rgba(15,122,85,0.35);transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,0.2);}.home-card-tag{display:inline-block;font-size:0.72rem;font-weight:600;color:var(--brand-light);background:var(--brand-dim);padding:4px 10px;border-radius:999px;margin-bottom:12px;}.home-card h3{font-size:1.05rem;margin-bottom:8px;}.home-card p{font-size:0.88rem;color:var(--text-muted);margin-bottom:14px;}.home-card-link{font-size:0.85rem;color:var(--cyan);font-weight:600;}.blog-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;}.blog-filter-label{font-size:0.82rem;color:var(--text-muted);align-self:center;margin-right:4px;}.blog-filters--topic{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border);}.blog-audience-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;}.blog-audience-card{display:block;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);text-decoration:none;color:inherit;transition:border-color 0.2s,background 0.2s;}.blog-audience-card:hover,.blog-audience-card.active{border-color:rgba(15,122,85,0.4);background:linear-gradient(160deg,rgba(15,122,85,0.1),var(--bg-card));}.blog-audience-card-icon{font-size:1.8rem;display:block;margin-bottom:10px;}.blog-audience-card h3{font-family:'Noto Serif SC',serif;font-size:1.1rem;margin-bottom:8px;}.blog-audience-card p{font-size:0.84rem;color:var(--text-muted);line-height:1.55;margin-bottom:12px;}.blog-audience-card-count{font-size:0.78rem;color:var(--brand-light);font-weight:600;}.blog-group{margin-bottom:48px;}.blog-group-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 20px;margin-bottom:20px;}.blog-group-head h2{font-family:'Noto Serif SC',serif;font-size:1.25rem;margin:0;}.blog-group-head p{flex:1 1 100%;font-size:0.88rem;color:var(--text-muted);margin:0;}.blog-group-head a{font-size:0.85rem;color:var(--cyan);text-decoration:none;font-weight:600;}.blog-group-head--solo{margin-bottom:24px;}.blog-audience-pill{padding:4px 12px;border-radius:999px;font-size:0.78rem;font-weight:600;background:var(--brand-dim);color:var(--brand-light);border:1px solid rgba(15,122,85,0.3);}@media (max-width:900px){.blog-audience-cards{grid-template-columns:1fr;}}.blog-filter{padding:8px 16px;border-radius:999px;font-size:0.85rem;text-decoration:none;color:var(--text-muted);border:1px solid var(--border);background:var(--bg-card);transition:color 0.2s,border-color 0.2s,background 0.2s;}.blog-filter:hover,.blog-filter.active{color:var(--ice);border-color:rgba(15,122,85,0.4);background:var(--brand-dim);}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;}.blog-card{display:flex;flex-direction:column;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,var(--bg-card),rgba(13,24,40,0.9));text-decoration:none;color:inherit;transition:border-color 0.2s,transform 0.2s;}.blog-card:hover{border-color:rgba(15,122,85,0.35);transform:translateY(-2px);}.blog-card-cat{font-size:0.72rem;font-weight:600;color:var(--brand-light);letter-spacing:0.06em;margin-bottom:10px;}.blog-card h3{font-family:'Noto Serif SC',serif;font-size:1.05rem;line-height:1.4;margin-bottom:10px;}.blog-card p{font-size:0.86rem;color:var(--text-muted);line-height:1.55;flex:1;margin-bottom:16px;}.blog-card-meta{display:flex;gap:16px;font-size:0.78rem;color:var(--text-muted);}.blog-empty{grid-column:1 / -1;text-align:center;color:var(--text-muted);padding:48px 0;}.blog-list-stats{margin:0 0 20px;font-size:0.88rem;color:var(--text-muted);}.blog-list-pager{display:flex;align-items:center;justify-content:center;gap:20px;margin:36px 0 12px;flex-wrap:wrap;}.blog-list-pager-btn{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:0.88rem;text-decoration:none;transition:border-color 0.2s,background 0.2s;}.blog-list-pager-btn:hover:not(.disabled){border-color:var(--brand);background:rgba(15,122,85,0.08);}.blog-list-pager-btn.disabled{opacity:0.45;cursor:default;}.blog-list-pager-info{font-size:0.88rem;color:var(--text-muted);}.blog-article-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:36px 40px;align-items:start;margin-bottom:48px;}.blog-article{max-width:none;margin:0;}.blog-sidebar{position:sticky;top:calc(var(--header-h)+20px);display:flex;flex-direction:column;gap:16px;}.blog-side-card{padding:20px 18px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);}.blog-side-card--expert{background:linear-gradient(160deg,rgba(15,122,85,0.12) 0%,var(--bg-card) 55%);border-color:rgba(15,122,85,0.28);}.blog-side-card--product{background:linear-gradient(160deg,rgba(34,211,238,0.06) 0%,var(--bg-card) 50%);}.blog-side-title{font-size:0.95rem;font-weight:600;color:var(--text);margin-bottom:4px;}.blog-side-desc{font-size:0.8rem;color:var(--text-muted);margin-bottom:14px;}.blog-side-link{display:inline-block;margin-top:10px;font-size:0.82rem;color:var(--brand-light);text-decoration:none;}.blog-side-link:hover{color:var(--ice);}.blog-related-list{list-style:none;margin:0;padding:0;}.blog-related-list li{border-top:1px solid var(--border);}.blog-related-list li:first-child{border-top:none;}.blog-related-list a{display:block;padding:12px 0;text-decoration:none;}.blog-related-list a:hover .blog-related-title{color:var(--ice);}.blog-related-topic{display:block;font-size:0.72rem;color:var(--brand-light);margin-bottom:4px;}.blog-related-title{display:block;font-size:0.86rem;line-height:1.45;color:var(--text);transition:color 0.15s;}.blog-expert-box{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px;}.blog-expert-qr{flex-shrink:0;width:108px;height:108px;border-radius:10px;border:1px solid var(--border);background:#fff;object-fit:contain;}.blog-expert-info{flex:1;min-width:0;}.blog-expert-badge{display:inline-block;font-size:0.68rem;padding:2px 8px;border-radius:999px;background:var(--brand-dim);color:var(--brand-light);margin-bottom:6px;}.blog-expert-name{display:block;font-size:1rem;color:var(--text);margin-bottom:4px;}.blog-expert-phone{display:block;font-size:0.88rem;font-weight:600;color:var(--cyan);text-decoration:none;margin-bottom:6px;}.blog-expert-phone:hover{color:var(--ice);}.blog-expert-tip{font-size:0.75rem;color:var(--text-muted);line-height:1.45;margin:0;}.blog-side-product-tagline{font-size:0.82rem;color:var(--brand-light);font-weight:500;line-height:1.5;margin-bottom:12px;}.blog-product-points{list-style:none;margin:0 0 16px;padding:0;}.blog-product-points li{position:relative;padding-left:14px;font-size:0.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:8px;}.blog-product-points li::before{content:'✓';position:absolute;left:0;color:var(--brand-light);font-size:0.75rem;}.blog-product-links{display:flex;flex-direction:column;gap:8px;}.btn-block{display:block;width:100%;text-align:center;}.blog-demo-hint{margin-top:10px;font-size:0.72rem;color:var(--text-muted);text-align:center;opacity:0.85;}.blog-article-meta{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;font-size:0.85rem;color:var(--text-muted);margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--border);}.blog-tags{display:flex;flex-wrap:wrap;gap:8px;}.blog-tag{padding:2px 10px;border-radius:999px;font-size:0.75rem;background:var(--bg-elevated);border:1px solid var(--border);color:var(--ice);}.blog-article-body{font-size:1rem;line-height:1.75;color:var(--text);}.blog-section{margin-bottom:32px;}.blog-section h2{font-family:'Noto Serif SC',serif;font-size:1.25rem;color:var(--brand-light);margin-bottom:14px;}.blog-section p{margin-bottom:14px;color:var(--text-muted);}.blog-list{margin:0 0 14px 1.2em;color:var(--text-muted);}.blog-list li{margin-bottom:8px;line-height:1.6;}.blog-article-foot{display:flex;flex-direction:column;gap:20px;margin-top:40px;padding-top:24px;border-top:1px solid var(--border);}.blog-article-foot-actions{display:flex;flex-wrap:wrap;gap:12px;}.blog-share{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;}.blog-share--bar{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border);}.blog-share--compact{flex-direction:column;align-items:stretch;gap:10px;}.blog-share--compact .blog-share-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}.blog-share--compact .blog-share-btn{flex-direction:column;padding:10px 6px;font-size:0.72rem;gap:4px;}.blog-share--footer{width:100%;}.blog-share-label{font-size:0.82rem;font-weight:600;color:var(--text-muted);flex-shrink:0;}.blog-share-actions{display:flex;flex-wrap:wrap;gap:8px;}.blog-share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(13,24,40,0.65);color:var(--text-muted);font-size:0.8rem;font-family:inherit;cursor:pointer;transition:color 0.2s,border-color 0.2s,background 0.2s,transform 0.15s;}.blog-share-btn:hover{color:var(--ice);border-color:rgba(15,122,85,0.45);background:var(--brand-dim);transform:translateY(-1px);}.blog-share-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:0.68rem;font-weight:700;background:#07c160;color:#fff;}.blog-share-icon--weibo{background:#e6162d;}.blog-share-icon--qq{background:#12b7f5;}.blog-share-icon--qzone{background:#facd00;color:#333;}.blog-share-icon--copy{background:rgba(34,211,238,0.25);color:var(--ice);}.blog-share-icon--more{background:var(--bg-elevated);color:var(--text-muted);}.blog-side-card--share{padding:16px 14px;background:rgba(13,24,40,0.5);}.blog-share-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;}.blog-share-modal[hidden]{display:none;}.blog-share-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.72);backdrop-filter:blur(4px);}.blog-share-modal-panel{position:relative;z-index:1;width:min(360px,100%);padding:28px 24px 24px;border-radius:calc(var(--radius)+4px);border:1px solid var(--border);background:var(--bg-card);box-shadow:0 24px 64px rgba(0,0,0,0.45);text-align:center;}.blog-share-modal-close{position:absolute;top:12px;right:14px;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--text-muted);font-size:1.4rem;line-height:1;cursor:pointer;}.blog-share-modal-close:hover{color:var(--ice);background:var(--bg-elevated);}.blog-share-modal-title{font-size:1.1rem;margin-bottom:8px;color:var(--text);}.blog-share-modal-desc{font-size:0.82rem;color:var(--text-muted);line-height:1.55;margin-bottom:18px;}.blog-share-qr-wrap{display:inline-block;padding:12px;border-radius:12px;background:#fff;margin-bottom:14px;}.blog-share-qr{display:block;width:220px;height:220px;}.blog-share-modal-url{font-size:0.75rem;color:var(--text-muted);word-break:break-all;margin-bottom:16px;line-height:1.45;}.blog-share-toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%);z-index:2100;padding:12px 22px;border-radius:999px;background:rgba(15,122,85,0.95);color:#fff;font-size:0.88rem;box-shadow:0 8px 24px rgba(0,0,0,0.35);pointer-events:none;}.blog-share-toast[hidden]{display:none;}@media (max-width:640px){.blog-share--bar .blog-share-btn span:not(.blog-share-icon){display:none;}.blog-share--bar .blog-share-btn{padding:8px 10px;}.blog-share--footer .blog-share-actions{width:100%;}}.blog-pager{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:40px;position:relative;}.blog-pager-hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:0.72rem;color:var(--text-muted);white-space:nowrap;pointer-events:none;opacity:0.65;display:none;}.blog-pager-item{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);text-decoration:none;transition:border-color 0.15s,background 0.15s;min-height:96px;}.blog-pager-item--empty{visibility:hidden;pointer-events:none;}.blog-pager-item--prev{text-align:left;}.blog-pager-item--next{text-align:right;align-items:flex-end;}.blog-pager-item:hover{border-color:rgba(15,122,85,0.45);background:rgba(15,122,85,0.06);}.blog-pager-item:hover .blog-pager-title{color:var(--ice);}.blog-pager-label{font-size:0.78rem;font-weight:600;color:var(--brand-light);letter-spacing:0.02em;}.blog-pager-title{font-size:0.92rem;font-weight:500;color:var(--text);line-height:1.45;transition:color 0.15s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.blog-pager-item--prev .blog-pager-title{padding-right:12px;}.blog-pager-item--next .blog-pager-title{padding-left:12px;}.blog-pager-meta{font-size:0.72rem;color:var(--text-muted);}@media (max-width:640px){.blog-pager{grid-template-columns:1fr;}.blog-pager-item--empty{display:none;}.blog-pager-item--next{text-align:left;align-items:flex-start;}.blog-pager-item--next .blog-pager-title{padding-left:0;}}@media (max-width:960px){.blog-article-layout{grid-template-columns:1fr;}.blog-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px;}.blog-side-card--related{grid-column:1 / -1;}}@media (max-width:900px){.blog-grid{grid-template-columns:1fr 1fr;}}@media (max-width:640px){.blog-sidebar{grid-template-columns:1fr;}}@media (max-width:520px){.blog-grid{grid-template-columns:1fr;}}.cta-band{margin:48px 0 80px;padding:40px 32px;text-align:center;border-radius:calc(var(--radius)+4px);background:linear-gradient(135deg,rgba(15,122,85,0.12),rgba(34,211,238,0.06));border:1px solid rgba(15,122,85,0.22);}.cta-band h2{font-family:'Noto Serif SC',serif;font-size:1.4rem;margin-bottom:10px;}.cta-band p{color:var(--text-muted);margin-bottom:20px;max-width:520px;margin-left:auto;margin-right:auto;}.btn-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;}.split-grid,.role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;}.role-grid{grid-template-columns:repeat(4,1fr);}.info-card{padding:22px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);}.info-card h3{font-size:1rem;margin-bottom:8px;color:var(--ice);}.info-card p{font-size:0.88rem;color:var(--text-muted);}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:32px 0 56px;}.demo-panel{padding:32px;border-radius:var(--radius);border:1px solid rgba(15,122,85,0.28);background:linear-gradient(160deg,var(--bg-card),rgba(15,122,85,0.08));text-align:center;}.demo-logo{margin:0 auto 16px;opacity:0.9;}.demo-panel h2{font-family:'Noto Serif SC',serif;font-size:1.3rem;}.demo-slogan{font-size:0.88rem;color:var(--brand-light);margin-bottom:24px;}.demo-creds{text-align:left;margin-bottom:24px;}.demo-cred{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:0.9rem;}.demo-cred .label{color:var(--text-muted);}.demo-cred .value{font-weight:600;color:var(--ice);}.btn-block{width:100%;}.demo-aside h3{font-size:1.05rem;margin-bottom:14px;color:var(--brand-light);}.demo-steps{margin:0 0 20px 20px;color:var(--text-muted);font-size:0.9rem;line-height:1.8;}.expert-section{padding-top:0;}.expert-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:24px;align-items:stretch;}.expert-card,.expert-qr-card{padding:32px;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(160deg,var(--bg-card),rgba(15,122,85,0.06));}.expert-badge{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--brand-dim);color:var(--brand-light);font-size:0.75rem;font-weight:600;margin-bottom:14px;}.expert-card h3{font-family:'Noto Serif SC',serif;font-size:1.6rem;margin-bottom:6px;}.expert-role{color:var(--text-muted);font-size:0.92rem;margin-bottom:22px;}.expert-lines{margin-bottom:18px;}.expert-line{display:flex;flex-wrap:wrap;gap:8px 16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:0.92rem;}.expert-line .label{color:var(--text-muted);min-width:72px;}.expert-line .value{color:var(--ice);font-weight:600;text-decoration:none;}.expert-line a.value:hover{color:var(--cyan);}.expert-tip{font-size:0.84rem;color:var(--text-muted);}.expert-qr-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.expert-qr-card img{width:200px;height:auto;border-radius:12px;background:#fff;padding:10px;}.expert-qr-caption{margin-top:14px;font-size:0.88rem;color:var(--text-muted);}.cta-phone{color:var(--ice);text-decoration:none;}.cta-phone:hover{color:var(--cyan);}@media (max-width:900px){.home-card-grid{grid-template-columns:1fr 1fr;}.role-grid{grid-template-columns:1fr 1fr;}.demo-grid{grid-template-columns:1fr;}.expert-grid{grid-template-columns:1fr;}}@media (max-width:520px){.home-card-grid{grid-template-columns:1fr;}.split-grid,.role-grid{grid-template-columns:1fr;}}