:root {
--app-panel-bg: rgba(255, 255, 255, 0.75);
  --app-card-bg: rgba(255, 255, 255, 0.82);
  --app-card-border: rgba(59, 130, 246, 0.08);
  --app-hover: rgba(59, 130, 246, 0.05);
  --app-panel-shadow: 0 4px 20px rgba(20, 30, 60, 0.06);
  --app-text-1: #1a2233;
  --app-text-2: #4b5563;
  --app-text-3: #8a93a6;
  --app-text-4: #b6bfce;
}
.site-nav {
position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--app-card-border);
}
.site-nav-inner {
max-width: none; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
height: 82px;
width: min(calc(100% - 48px), 1360px);
margin: 0 auto;
}
.site-nav-logo {
display: flex; align-items: center; flex-shrink: 0; text-decoration: none;
}
.site-nav-logo img {
height: 34px; width: auto;
}
.site-nav-links {
display: flex; align-items: center; gap: 6px;
}
.site-nav-item {
display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 6px 16px; border-radius: 10px; text-decoration: none; color: var(--app-text-2); transition: .2s;
}
.site-nav-item:hover {
background: var(--app-hover); color: #2563eb;
}
.site-nav-item.active {
background: rgba(59,130,246,.1); color: #2563eb;
}
.sni-ic {
font-size: 22px; line-height: 1; display: inline-flex;
}
.sni-ic svg {
width: 22px; height: 22px;
}
.sni-tx {
font-size: 12.5px; font-weight: 600;
}
.site-nav-right {
display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.site-lang {
font-size: 13px; font-weight: 700; color: var(--app-text-2); text-decoration: none; padding: 6px 12px; border: 1px solid var(--app-card-border); border-radius: 999px;
}
.site-lang:hover {
color: #2563eb; border-color: rgba(59,130,246,.4);
}
.site-nav-cta {
background: linear-gradient(135deg, #3b82f6, #8b5cf6); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 20px; border-radius: 999px; text-decoration: none;
}
.site-footer {
border-top: 1px solid var(--app-card-border); padding: 30px 0; color: var(--app-text-3); font-size: 12.5px; background: rgba(255,255,255,.5);
}
.site-footer-inner {
margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.site-footer-inner a {
color: var(--app-text-3); text-decoration: none;
}
.site-footer-inner a:hover {
color: #2563eb;
}
.site-wrap-contents {
display: contents;
}
body {
background: linear-gradient(180deg, #f8fafc, #fff); color: var(--app-text-1); font-family: -apple-system, "PingFang SC", "Helvetica Neue", sans-serif; margin: 0; line-height: 1.7;
}
.company-hero, .company-section, .coop-hero, .coop-section, .cases-hero, .cases-section, .site-footer {
width: min(calc(100% - 48px), 1360px); margin: 0 auto;
}
.company-hero, .coop-hero, .cases-hero {
margin-top: 16px;
}
.company-page {
width: min(100%, 1360px);
  margin: 0 auto;
  color: var(--app-text-1);
}
.company-hero {
border: none !important; background: none !important; box-shadow: none !important; padding: 0 !important;position: relative;
}
.hero-grid {
position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  opacity: 0.7;
  background-image: linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.88));
  pointer-events: none;
}
.hero-copy,
.hero-facts {
position: relative;
  z-index: 1;
}
.hero-kicker,
.section-kicker,
.custom-panel-label {
margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2563eb;
}
.hero-copy h1 {
max-width: 760px;
  margin: 12px 0 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--app-text-1);
}
.hero-positioning {
max-width: 680px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--app-text-1);
}
.hero-intro {
max-width: 660px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--app-text-2);
}
.hero-facts {
display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  margin: 0;
  border-top: 1px solid rgba(59, 130, 246, 0.14);
  border-bottom: 1px solid rgba(59, 130, 246, 0.14);
}
.hero-facts > div {
min-width: 0;
  padding: 14px 16px;
  border-left: 1px solid rgba(59, 130, 246, 0.14);
}
.hero-facts > div:first-child {
border-left: none;
}
.hero-facts dt {
margin-bottom: 6px;
  font-size: 11px;
  color: var(--app-text-3);
}
.hero-facts dd {
margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--app-text-1);
  word-break: break-all;
}
.hero-facts a {
color: inherit;
  text-decoration: none;
}
.hero-facts a:hover {
color: #2563eb;
}
.company-section {
border-bottom: none !important; padding: 36px 0;
}
.section-header {
display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}
.section-header h2 {
margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--app-text-1);
}
.section-header > p {
max-width: 470px;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  color: var(--app-text-3);
}
.section-header.compact {
margin-bottom: 18px;
}
.service-list {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.service-row {
--service-accent: #2563eb;
  --service-tint: rgba(37, 99, 235, 0.1);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--app-card-border);
  border-radius: 8px;
  background: var(--app-panel-bg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.service-row:nth-child(2) {
--service-accent: #0891b2;
  --service-tint: rgba(8, 145, 178, 0.1);
}
.service-row:nth-child(3) {
--service-accent: #ea580c;
  --service-tint: rgba(234, 88, 12, 0.1);
}
.service-row:nth-child(4) {
--service-accent: #059669;
  --service-tint: rgba(5, 150, 105, 0.1);
}
.service-row:nth-child(5) {
--service-accent: #7c3aed;
  --service-tint: rgba(124, 58, 237, 0.1);
}
.service-row:nth-child(6) {
--service-accent: #c2410c;
  --service-tint: rgba(194, 65, 12, 0.1);
}
.service-row:hover {
transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--service-accent) 35%, var(--app-card-border));
  box-shadow: 0 10px 22px var(--service-tint);
}
.service-icon {
display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 10px;
  color: var(--service-accent);
  border: 1px solid color-mix(in srgb, var(--service-accent) 24%, transparent);
  border-radius: 10px;
  background: var(--service-tint);
}
.service-icon svg {
font-size: 24px;
}
.service-copy h3,
.module-group h4,
.custom-panel h3,
.support-item h3 {
margin: 0;
  font-weight: 700;
  color: var(--app-text-1);
}
.service-copy h3 {
font-size: 15px;
}
.service-copy p {
margin: 5px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--app-text-2);
}
.service-arrow {
display: none;
}
.ai-section {
padding-top: 28px;
  padding-bottom: 28px;
}
.ai-showcase {
position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  overflow: hidden;
  padding: 30px;
  color: #e5edf8;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, #0f172a, #17243a);
}
.ai-showcase::before {
content: '';
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: linear-gradient(rgba(96, 165, 250, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(96, 165, 250, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 72%);
  pointer-events: none;
}
.ai-intro,
.ai-card-grid {
position: relative;
  z-index: 1;
}
.ai-kicker {
margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #7dd3fc;
}
.ai-intro h2 {
margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #f8fafc;
}
.ai-summary {
margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.8);
}
.ai-principle-list {
display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.ai-principle-list li {
position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.72);
}
.ai-principle-list li::before {
content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid #7dd3fc;
  border-radius: 50%;
}
.ai-card-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.ai-card {
min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.38);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.ai-card:hover {
transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.52);
  background: rgba(30, 41, 59, 0.68);
}
.ai-card-icon {
display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 7px;
  margin-bottom: 16px;
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  background: rgba(14, 165, 233, 0.1);
}
.ai-card-icon svg {
font-size: 18px;
}
.ai-card h3 {
margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #f8fafc;
}
.ai-card p {
margin: 6px 0 0;
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.7);
}
.factory-layout {
display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(350px, 0.45fr);
  gap: 15px;
}
.factory-section {
position: relative;
  padding-top: 48px;
}
.factory-section::before {
content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 112px;
  height: 2px;
  background: linear-gradient(90deg, #0891b2, #2563eb, transparent);
}
.module-library {
border: 1px solid var(--app-card-border);
  background: var(--app-panel-bg);
}
.module-library-head {
display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--app-card-border);
}
.mlh-row {
display: flex;
  align-items: center;
  justify-content: space-between;
}
.mlh-actions {
min-width: 92px;
  min-height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.module-library-head h3 {
margin: 0;
  font-size: 14px;
  color: var(--app-text-1);
}
.module-library-head p {
margin: 0;
  font-size: 12px;
  color: var(--app-text-3);
}
.module-grid {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.module-group {
min-height: 128px;
  padding: 16px 18px;
  border-right: 1px solid var(--app-card-border);
  border-bottom: 1px solid var(--app-card-border);
}
.module-group:nth-child(3n) {
border-right: none;
}
.module-group:nth-last-child(-n + 3) {
border-bottom: none;
}
.module-group h4 {
font-size: 13px;
}
.module-chip-list {
display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.module-chip {
display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--app-text-2);
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 6px;
  background: var(--app-hover);
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.module-chip:hover {
border-color: rgba(59, 130, 246, 0.45);
  color: #3b82f6;
}
.module-chip.selected {
color: #fff;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  border-color: transparent;
}
.custom-panel {
display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-left: 3px solid #2563eb;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(14, 165, 233, 0.035)), var(--app-panel-bg);
}
.custom-panel-label {
color: #0891b2;
}
.custom-panel h3 {
font-size: 18px;
}
.custom-panel p {
margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--app-text-2);
}
.custom-scope-list {
display: grid;
  gap: 10px;
  padding: 16px 0 0;
  margin: 20px 0 0;
  list-style: none;
  border-top: 1px solid rgba(59, 130, 246, 0.16);
}
.custom-scope-list li {
position: relative;
  padding-left: 22px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--app-text-1);
}
.custom-scope-list li::before {
content: '\2713';
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #0891b2;
}
.delivery-list {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
  padding: 18px 0 0;
  margin-bottom: 16px;
  list-style: none;
}
.delivery-item {
font-size: 12.5px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.delivery-item p {
margin: 0;
}
.delivery-item:first-child {
text-align: left;
}
.delivery-item:nth-child(2) {
text-align: center;
}
.delivery-item:last-child {
text-align: right;
}
.terms-section {
padding-top: 0px !important;
}
.terms-layout {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--app-card-border);
  background: var(--app-panel-bg);
}
.terms-panel {
min-width: 0;
  padding: 28px 30px;
}
.terms-panel.deliverable-terms {
background: rgba(255, 255, 255, 0.12);
}
.terms-panel + .terms-panel {
border-left: 1px solid var(--app-card-border);
  background: rgba(37, 99, 235, 0.025);
}
.terms-panel > h3 {
margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--app-text-1);
}
.terms-panel > p {
margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--app-text-2);
}
.terms-list {
display: flex;
  flex-direction: column;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  border-top: 1px solid var(--app-card-border);
}
.terms-list li {
display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid var(--app-card-border);
}
.terms-list h4 {
margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--app-text-1);
}
.terms-list p {
margin: 3px 0 0;
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.terms-marker {
width: 8px;
  height: 8px;
  margin-top: 5px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}
.maintenance-terms .terms-marker {
border-color: #0891b2;
}
.terms-external-note {
margin: 16px 0 0;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--app-text-2);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-left: 3px solid #2563eb;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.04);
}
.terms-external-note strong {
display: block;
  font-weight: 700;
  color: var(--app-text-1);
}
.terms-external-note p {
margin: 4px 0 0;
}
.support-section {
padding-top: 0 !important;
}
.support-layout {
display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  overflow: hidden;
  border: 1px solid var(--app-card-border);
  background: var(--app-panel-bg);
}
.support-visual {
position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 36px;
  overflow: hidden;
  border-right: 1px solid var(--app-card-border);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.13), rgba(8, 145, 178, 0.07)), var(--app-card-bg);
}
.support-visual::before {
content: '';
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background-image: linear-gradient(rgba(37, 99, 235, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.support-visual img {
position: relative;
  z-index: 1;
  width: min(100%, 400px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(37, 99, 235, 0.18));
  transform: translateY(-2px);
}
.support-content {
padding: 30px 34px;
}
.support-header {
display: block;
  margin-bottom: 18px;
}
.support-list {
display: flex;
  flex-direction: column;
  border-top: 1px solid var(--app-card-border);
}
.support-item {
display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--app-card-border);
}
.support-mark {
width: 10px;
  height: 10px;
  margin-top: 5px;
  border: 2px solid #2563eb;
  border-radius: 2px;
  transform: rotate(45deg);
}
.support-mark-1 {
border-color: #0891b2;
}
.support-mark-2 {
border-color: #ea580c;
}
.support-mark-3 {
border-color: #059669;
}
.support-mark-4 {
border-color: #7c3aed;
}
.support-mark-5 {
border-color: #c2410c;
}
.support-item h3 {
font-size: 13px;
}
.support-item p {
margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.terms-contract-badge {
display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 16px 0 0;
  padding: 15px 16px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.05);
}
.terms-contract-badge svg {
margin-top: 2px;
  font-size: 20px;
  color: #2563eb;
}
.terms-contract-badge strong {
display: block;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--app-text-1);
}
.terms-contract-badge p {
margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.company-footer {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 20px 0 8px;
  font-size: 12px;
  color: var(--app-text-3);
}
.company-footer a {
color: var(--app-text-3);
  text-decoration: none;
}
.company-footer a:hover {
color: #3b82f6;
}
body.theme-dark  .company-footer a:hover {
color: #60a5fa;
}
.company-hero .site-wrap {
position: relative; background: linear-gradient(90deg, rgba(59,130,246,.1), transparent 48%), var(--app-card-bg); border: 1px solid var(--app-card-border); box-shadow: var(--app-panel-shadow); padding: 42px 38px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.company-section .site-wrap {
border-bottom: 1px solid var(--app-card-border);
}
.company-section:last-of-type .site-wrap {
border-bottom: none;
}
.coop-page {
width: min(100%, 1360px);
  margin: 0 auto;
  color: var(--app-text-1);
}
.coop-hero {
position: relative;
  overflow: visible;
}
.hero-visual {
position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border-left: 4px solid #1a2332;
  border-right: 1px solid var(--app-card-border);
  border-radius: 16px 0 0 16px;
  background: #f5f6f8;
}
.hero-visual::before {
content: '';
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: linear-gradient(rgba(26, 35, 50, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 35, 50, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.hero-star {
position: absolute;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.6);
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.55);
  animation: heroTwinkle 2.6s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}
.hero-star.star-s {
width: 4px;
  height: 4px;
}
.hero-star.star-m {
width: 6px;
  height: 6px;
  background: rgba(139, 92, 246, 0.55);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}
@keyframes heroTwinkle {

  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.75);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.2);
  }

}
.hero-meteor {
position: absolute;
  width: 110px;
  height: 1.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.9), transparent);
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  animation: heroMeteor 8s linear infinite;
}
.meteor-1 {
top: 14%;
  right: 12%;
}
.meteor-2 {
top: 30%;
  right: 26%;
  width: 80px;
  animation-delay: 4.2s;
}
@keyframes heroMeteor {

  0% {
    transform: translate(0, 0) rotate(-35deg);
    opacity: 0;
  }
  4% {
    opacity: 0.9;
  }
  14% {
    transform: translate(-320px, 220px) rotate(-35deg);
    opacity: 0;
  }
  100% {
    transform: translate(-320px, 220px) rotate(-35deg);
    opacity: 0;
  }

}
.hero-title-block {
position: relative;
  z-index: 1;
  text-align: center;
}
.htb-title {
margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2332;
  letter-spacing: 2px;
}
.htb-tags {
display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.htb-tag {
font-size: 13px;
  font-weight: 600;
  color: #1a2332;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 16px;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(26, 35, 50, 0.06);
  transition: all 0.25s ease;
}
.htb-tag:hover {
transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
}
.htb-sub {
margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #4a5568;
}
.hero-content {
padding: 20px 32px 18px;
  display: flex;
  flex-direction: column;
  border-radius: 0 16px 16px 0;
}
.hero-list {
display: flex;
  flex-direction: column;
  border-top: 1px solid var(--app-card-border);
  flex: 1;
  justify-content: center;
}
.hero-item {
display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 4px;
  border-bottom: 1px solid var(--app-card-border);
  transition: background 0.2s ease;
}
.hero-item:hover {
background: var(--app-hover);
}
.hi-num {
font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.num-blue {
color: #2b6cb0;
}
.num-gold {
color: #ed8936;
}
.num-green {
color: #38a169;
}
body.theme-dark  .num-blue {
color: #60a5fa;
}
body.theme-dark  .num-gold {
color: #fbbf24;
}
body.theme-dark  .num-green {
color: #4ade80;
}
.hi-body h3 {
font-size: 14px;
  font-weight: 700;
  color: var(--app-text-1);
}
.hi-body p {
margin: 4px 0 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.hero-item.item-highlight .hi-num {
position: relative;
  z-index: 1;
}
.hero-item.item-highlight .hi-num::before {
content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border: 2px solid #ed8936;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(237, 137, 54, 0.12), 0 0 18px rgba(237, 137, 54, 0.18);
  z-index: -1;
}
.hero-badge {
display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--app-hover);
  border: 1px solid var(--app-card-border);
}
.hero-badge strong {
font-size: 13px;
  font-weight: 700;
  color: var(--app-text-1);
}
.hero-badge p {
margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--app-text-2);
}
.coop-section {
padding: 22px 0 22px;
}
.board-wrap {
padding: 24px 26px;
  border-radius: 16px;
  border: 1px solid var(--app-card-border);
  background: var(--app-card-bg);
  box-shadow: var(--app-panel-shadow);
}
.board-head {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}
.board-head h2 {
margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--app-text-1);
}
.board-head p {
margin: 0;
  font-size: 12.5px;
  color: var(--app-text-2);
}
.board-head-right {
display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.board-mgr {
display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--app-text-2);
  background: var(--app-hover);
  border: 1px solid var(--app-card-border);
  border-radius: 999px;
  padding: 5px 13px;
}
.board-mgr .mgr-ic {
font-size: 13px;
  color: #3b82f6;
}
body.theme-dark  .board-mgr .mgr-ic {
color: #60a5fa;
}
.board-badge {
display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.25s ease;
}
.board-badge:hover {
transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(59, 130, 246, 0.42);
}
.board-badge:hover .bb-arrow {
transform: translateX(2px);
}
.bb-arrow {
transition: transform 0.25s ease;
}
.board {
display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.board-col {
background: var(--app-hover);
  border-radius: 10px;
  padding: 8px;
  min-height: 560px;
}
.board-col-head {
display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px 10px;
  font-size: 12px;
  color: var(--app-text-1);
}
.board-col-head b {
font-weight: 600;
}
.board-dot {
width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dot-todo {
background: #f97316;
}
.dot-doing {
background: #3b82f6;
}
.dot-testing {
background: #8b5cf6;
}
.dot-ready {
background: #0ea5e9;
}
.dot-done {
background: #22c55e;
}
.board-count {
margin-left: auto;
  font-size: 11px;
  color: var(--app-text-3);
  background: var(--app-card-bg);
  border-radius: 999px;
  padding: 1px 8px;
}
.board-cards {
display: flex;
  flex-direction: column;
  gap: 8px;
}
.board-card {
background: var(--app-card-bg);
  border: 1px solid var(--app-card-border);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.bc-type {
flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 7px;
  margin-top: 1px;
}
.bc-type.type-req {
color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
}
.bc-type.type-task {
color: #6b7280;
  background: rgba(107, 114, 128, 0.12);
}
.bc-type.type-bug {
color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}
.bc-type.type-test {
color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}
.bc-type.type-doc {
color: #0ea5e9;
  background: rgba(14, 165, 233, 0.1);
}
body.theme-dark  .bc-type.type-task {
color: #a1a1aa;
}
.bc-line1 {
display: flex;
  align-items: center;
  gap: 6px;
}
.bc-title {
flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--app-text-1);
  line-height: 1.5;
}
.bc-priority {
flex-shrink: 0;
  font-size: 9.5px;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 7px;
}
.bc-priority.prio-p0 {
color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
}
.bc-priority.prio-p1 {
color: #f97316;
  background: rgba(249, 115, 22, 0.12);
}
.bc-priority.prio-p2 {
color: #6b7280;
  background: rgba(107, 114, 128, 0.12);
}
.bc-progress-chip {
font-size: 9.5px;
  font-weight: 700;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 5px;
  padding: 1px 7px;
}
body.theme-dark  .bc-progress-chip {
color: #60a5fa;
  background: rgba(96, 165, 250, 0.12);
}
.bc-progress {
display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.bc-progress .bc-bar {
flex: 1;
  height: 5px;
  border-radius: 3px;
  background: var(--app-hover);
  overflow: hidden;
}
.bc-progress .bc-bar i {
display: block;
  height: 100%;
  border-radius: 3px;
}
.bc-prog-val {
font-size: 10px;
  font-weight: 700;
  color: #3b82f6;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
.bc-overdue {
flex-shrink: 0;
  font-size: 9.5px;
  font-weight: 700;
  color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
  border-radius: 5px;
  padding: 1px 7px;
  animation: overdueBlink 2s ease-in-out infinite;
}
@keyframes overdueBlink {

  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }

}
body.theme-dark  .bc-prog-val {
color: #60a5fa;
}
.bc-meta {
display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--app-card-border);
  font-size: 10.5px;
  color: var(--app-text-3);
}
.bc-due,
.bc-comments,
.bc-feedback {
display: inline-flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}
.bc-feedback {
color: #f59e0b;
}
.bc-feedback .bc-ic {
color: #f59e0b;
}
.bc-done-row {
display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.06);
  border: 1px dashed rgba(34, 197, 94, 0.25);
  font-size: 10.5px;
  font-weight: 700;
  color: #16a34a;
}
.bc-done-row .bc-ic {
color: #16a34a;
}
.bc-done-row .dd-label {
color: var(--app-text-2);
  font-weight: 600;
}
.bc-done-row em {
font-style: normal;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 9.5px;
  margin-left: auto;
}
.bc-done-row .di-early {
color: #16a34a;
  background: rgba(34, 197, 94, 0.12);
}
.bc-done-row .di-late {
color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
}
.bc-done-row .di-on {
color: #2563eb;
  background: rgba(59, 130, 246, 0.1);
}
.bc-ic {
font-size: 11px;
  color: var(--app-text-3);
}
.board-legend {
display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 0 12px;
  font-size: 11px;
  color: var(--app-text-3);
}
.lg-item {
display: inline-flex;
  align-items: center;
  gap: 5px;
}
.lg-dot {
width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.lg-blue {
background: #3b82f6;
}
.lg-sep {
color: var(--app-text-4);
}
.board-toolbar {
display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.bt-search,
.bt-filter,
.bt-view {
font-size: 11.5px;
  color: var(--app-text-2);
  background: var(--app-hover);
  border: 1px solid var(--app-card-border);
  border-radius: 999px;
  padding: 4px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.bt-search:hover,
.bt-filter:hover,
.bt-view:hover {
color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.35);
}
.bt-search {
flex: 1;
  max-width: 240px;
  text-align: left;
  color: var(--app-text-3);
}
.board-mapping {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--app-hover);
  flex-wrap: wrap;
}
.bm-item {
display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.bm-col {
font-weight: 700;
  color: var(--app-text-1);
}
.bm-arrow {
color: var(--app-text-4);
}
.bm-stage {
color: var(--app-text-2);
}
.board-motto {
margin: 14px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #3b82f6;
}
body.theme-dark  .board-motto {
color: #60a5fa;
}
.flow-steps {
display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.flow-step {
position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 12px;
  border-radius: 14px;
  border: 1px solid var(--app-card-border);
  background: var(--app-panel-bg);
  box-shadow: var(--app-panel-shadow);
  text-align: center;
  transition: all 0.25s;
}
.flow-step:hover {
transform: translateY(-3px);
}
.flow-icon {
font-size: 26px;
}
.flow-name {
font-size: 14px;
  font-weight: 700;
  color: var(--app-text-1);
}
.flow-stage {
font-size: 11.5px;
  color: var(--app-text-3);
}
.flow-arrow {
position: absolute;
  right: -12px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--app-text-4);
  z-index: 1;
}
.flow-arrow::after {
content: '';
  position: absolute;
  right: 0;
  top: -3px;
  border-left: 6px solid var(--app-text-4);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pay-flow {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pay-node {
position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: var(--app-panel-bg);
  box-shadow: var(--app-panel-shadow);
  text-align: center;
}
.pay-percent {
font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.theme-dark  .pay-percent {
background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pay-name {
font-size: 15px;
  font-weight: 700;
  color: var(--app-text-1);
}
.pay-node-desc {
margin: 0;
  font-size: 12.5px;
  color: var(--app-text-2);
  line-height: 1.6;
}
.pay-link {
position: absolute;
  right: -11px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--app-text-4);
  z-index: 1;
}
.pay-link::after {
content: '';
  position: absolute;
  right: 0;
  top: -3px;
  border-left: 6px solid var(--app-text-4);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pay-note {
margin: 14px 2px 0;
  font-size: 12px;
  color: var(--app-text-3);
}
.sync-tip {
display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.06), rgba(139, 92, 246, 0.04));
}
.sync-tip .sync-ic {
font-size: 20px;
  flex-shrink: 0;
}
.sync-tip b {
font-size: 14px;
  color: var(--app-text-1);
}
.sync-tip p {
margin: 4px 0 0;
  font-size: 12.5px;
  color: var(--app-text-2);
  line-height: 1.7;
}
.progress-bar {
display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 980px;
  margin: 6px auto 26px;
}
.pb-node {
position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 0 2px;
}
.pb-dot {
position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--app-panel-bg);
  border: 2px solid var(--app-card-border);
  transition: all 0.25s ease;
}
.pb-ic {
font-size: 17px;
  color: var(--app-text-3);
  transition: all 0.25s ease;
}
.pb-name {
font-size: 12.5px;
  font-weight: 600;
  color: var(--app-text-2);
  white-space: nowrap;
  transition: all 0.25s ease;
}
.pb-sub {
font-size: 10.5px;
  color: var(--app-text-3);
  white-space: nowrap;
}
.pb-line {
position: absolute;
  top: 17px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--app-card-border);
  z-index: 1;
}
.pb-node.done .pb-dot {
border-color: transparent;
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}
.pb-node.done .pb-ic {
color: #fff;
}
.pb-node.done .pb-name {
color: var(--app-text-2);
}
.pb-node.done .pb-line {
background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.pb-node.current .pb-dot {
border-color: #ed8936;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  box-shadow: 0 0 0 5px rgba(237, 137, 54, 0.15), 0 0 20px rgba(237, 137, 54, 0.4);
  transform: scale(1.1);
  animation: currentPulse 2s ease-in-out infinite;
}
.pb-node.current .pb-ic {
color: #fff;
}
.pb-node.current .pb-name {
color: #ed8936;
  font-weight: 700;
}
.pb-node.current .pb-sub {
color: #ed8936;
}
@keyframes currentPulse {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(237, 137, 54, 0.15), 0 0 20px rgba(237, 137, 54, 0.4);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(237, 137, 54, 0.08), 0 0 30px rgba(237, 137, 54, 0.55);
  }

}
.browser {
border: 1px solid var(--app-card-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--app-card-bg);
  box-shadow: var(--app-panel-shadow);
}
.browser-bar {
display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 14px;
  background: var(--app-panel-bg);
  border-bottom: 1px solid var(--app-card-border);
}
.bb-dots {
display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.bb-dots i {
width: 11px;
  height: 11px;
  border-radius: 50%;
}
.bb-dots .r {
background: #ff5f57;
}
.bb-dots .y {
background: #febc2e;
}
.bb-dots .g {
background: #28c840;
}
.bb-url {
flex: 1;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: var(--app-text-3);
  background: var(--app-hover);
  border-radius: 999px;
  padding: 5px 16px;
}
.bb-lock {
font-size: 12px;
  color: #22c55e;
}
.browser-body {
padding: 14px;
}
.stage-hint {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 16px;
  font-size: 13px;
  font-weight: 600;
  color: #ed8936;
  background: rgba(237, 137, 54, 0.08);
  border: 1px solid rgba(237, 137, 54, 0.25);
  border-radius: 999px;
  padding: 7px 20px;
  width: fit-content;
}
.board-col.col-current {
background: rgba(237, 137, 54, 0.06);
  border: 1px dashed rgba(237, 137, 54, 0.4);
  border-radius: 10px;
}
.col-current-tag {
font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  border-radius: 999px;
  padding: 2px 8px;
  animation: colPulse 2s ease-in-out infinite;
}
@keyframes colPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(237, 137, 54, 0.35);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(237, 137, 54, 0.08);
  }

}
.dl-groups {
display: flex;
  flex-direction: column;
  gap: 14px;
}
.dl-group {
padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid var(--app-card-border);
  background: #f8f9fa;
}
body.theme-dark  .dl-group {
background: rgba(255, 255, 255, 0.03);
}
.dlg-head {
display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}
.dlg-head b {
font-size: 16px;
  font-weight: 800;
  color: var(--app-text-1);
  letter-spacing: 0.5px;
}
.dlg-mark {
width: 4px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3b82f6, #8b5cf6);
}
.dlg-chips {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dlg-chip {
font-size: 12.5px;
  font-weight: 600;
  color: var(--app-text-2);
  background: var(--app-card-bg);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: all 0.2s;
}
.dlg-chip:hover {
border-color: rgba(59, 130, 246, 0.4);
  color: #3b82f6;
}
body.theme-dark  .dlg-chip {
border-color: var(--app-card-border);
  background: var(--app-card-bg);
}
body.theme-dark  .dlg-chip:hover {
color: #60a5fa;
}
.dl-note {
margin-top: auto;
  padding-top: 4px;
}
.dl-note .dln-line {
display: block;
  height: 1px;
  background: #e2e8f0;
  margin-bottom: 12px;
}
body.theme-dark .dl-note .dln-line {
background: var(--app-card-border);
}
.dl-note p {
margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #a0aec0;
}
.dl-note p + p {
margin-top: 4px;
}
.scheme-table-wrap {
overflow-x: auto;
  border-radius: 14px;
  border: 1px solid var(--app-card-border);
  box-shadow: var(--app-panel-shadow);
}
.scheme-table {
width: 100%;
  border-collapse: collapse;
  background: var(--app-panel-bg);
  font-size: 13px;
  min-width: 640px;
}
.scheme-table th,
.scheme-table td {
padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--app-card-border);
  line-height: 1.6;
}
.scheme-table thead th {
font-size: 14.5px;
  font-weight: 700;
  color: var(--app-text-1);
}
.scheme-table tbody tr:last-child td {
border-bottom: none;
}
.st-dim {
width: 150px;
  font-weight: 700;
  color: var(--app-text-2);
  background: var(--app-hover);
  white-space: nowrap;
}
.st-a {
color: var(--app-text-1);
  background: rgba(59, 130, 246, 0.04);
  width: 42%;
}
.st-b {
color: var(--app-text-2);
  background: rgba(139, 92, 246, 0.03);
}
.st-head {
display: flex;
  align-items: center;
  gap: 8px;
}
.st-rec {
font-size: 10.5px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  border-radius: 999px;
  padding: 2px 10px;
  letter-spacing: 1px;
}
.st-sub {
display: block;
  margin-top: 4px;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--app-text-3);
}
.pay-tiers {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tier-card {
  animation: tierIn 0.55s ease both;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.tier-card::before {
content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.tier-card:hover {
transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.14);
}
.tier-card:hover .tier-ic-wrap {
transform: scale(1.08) rotate(-6deg);
}
.tier-card:nth-child(2)::before {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}
.tier-card:nth-child(1) {
animation-delay: 0.05s;
}
.tier-card:nth-child(2) {
animation-delay: 0.18s;
}
.tier-card:nth-child(3) {
animation-delay: 0.31s;
}
@keyframes tierIn {

  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }

}
.tier-card:nth-child(3)::before {
background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}
.tier-card::after {
content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -70px;
  right: -60px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: tierGlow 4.5s ease-in-out infinite;
}
.tier-card:nth-child(2)::after {
background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 65%);
  top: auto;
  bottom: -70px;
  left: -60px;
  right: auto;
  animation-delay: 1.2s;
}
.tier-card:nth-child(3)::after {
background: radial-gradient(circle, rgba(168, 85, 247, 0.2), transparent 65%);
  top: -40px;
  left: -50px;
  right: auto;
  animation-delay: 2.4s;
}
@keyframes tierGlow {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.18) rotate(8deg);
    opacity: 1;
  }

}
.tier-ic-wrap {
position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3);
  margin-bottom: 4px;
  transition: transform 0.3s ease;
  animation: tierPulse 2.6s ease-in-out infinite;
}
.tier-ic-wrap .tier-ic {
font-size: 25px;
  color: #ffffff;
}
.tier-name {
position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 800;
  color: var(--app-text-1);
  letter-spacing: 1px;
}
.tier-range {
position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
  color: var(--app-text-3);
}
.tier-steps {
position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.tier-step {
font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #6366f1, #3b82f6);
  background-size: 220% 100%;
  border: none;
  border-radius: 10px;
  padding: 7px 13px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.22);
  font-variant-numeric: tabular-nums;
  animation: tierFlow 3.2s linear infinite;
}
@keyframes tierFlow {

  from {
    background-position: 0% 0;
  }
  to {
    background-position: -220% 0;
  }

}
.tier-arrow {
color: #cbd5e1;
  font-size: 14px;
}
.tier-nodes {
position: relative;
  z-index: 1;
  margin: 6px 0 0;
  padding-top: 10px;
  border-top: 1px dashed var(--app-card-border);
  font-size: 12px;
  line-height: 1.6;
  color: var(--app-text-2);
  width: 100%;
}
@keyframes currentPulse {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(237, 137, 54, 0.15), 0 0 20px rgba(237, 137, 54, 0.4);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(237, 137, 54, 0.08), 0 0 30px rgba(237, 137, 54, 0.55);
  }

}
@keyframes colPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(237, 137, 54, 0.35);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(237, 137, 54, 0.08);
  }

}
.pay-idx {
position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.35);
}
.pay-stage {
font-size: 11px;
  font-weight: 700;
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 999px;
  padding: 3px 12px;
  margin-top: 4px;
}
body.theme-dark  .pay-stage {
color: #a78bfa;
  background: rgba(167, 139, 250, 0.1);
  border-color: rgba(167, 139, 250, 0.25);
}
.change-layout {
display: grid;
  grid-template-columns: 1.45fr 2.55fr;
  gap: 16px;
  align-items: stretch;
}
.change-tiers {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  height: 100%;
}
.ct-card {
position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 14px;
  border-radius: 14px;
  border: 1px solid var(--app-card-border);
  background: linear-gradient(170deg, rgba(59, 130, 246, 0.04), transparent 45%), var(--app-panel-bg);
  box-shadow: var(--app-panel-shadow);
  overflow: hidden;
  transition: all 0.3s ease;
  animation: tierIn 0.55s ease both;
}
.ct-card:nth-child(2) {
animation-delay: 0.15s;
}
.ct-card:nth-child(3) {
animation-delay: 0.3s;
}
.ct-card:hover {
transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.14);
}
.ct-green::before {
content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #22c55e, #4ade80);
}
.ct-orange::before {
content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
}
.ct-red::before {
content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ef4444, #f87171);
}
.ct-ic-wrap {
position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.22);
}
.ct-ic-wrap .ct-ic {
font-size: 21px;
  color: #fff;
}
.ct-green .ct-ic-wrap {
background: linear-gradient(135deg, #22c55e, #4ade80);
}
.ct-orange .ct-ic-wrap {
background: linear-gradient(135deg, #f59e0b, #f97316);
}
.ct-red .ct-ic-wrap {
background: linear-gradient(135deg, #ef4444, #f87171);
}
.ct-name {
position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 800;
  color: var(--app-text-1);
  letter-spacing: 1px;
}
.ct-examples {
position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
}
.ct-example {
font-size: 12px;
  color: var(--app-text-2);
  background: var(--app-card-bg);
  border: 1px solid var(--app-card-border);
  border-radius: 999px;
  padding: 4px 14px;
}
.ct-handle {
position: relative;
  z-index: 1;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--app-card-bg);
  border: 1px solid var(--app-card-border);
  font-size: 12px;
  font-weight: 700;
  color: var(--app-text-1);
  line-height: 1.6;
  width: 80%;
  text-align: center;
}
.ct-green .ct-handle {
color: #16a34a;
  background: rgba(34, 197, 94, 0.06);
  border-color: rgba(34, 197, 94, 0.25);
}
.ct-orange .ct-handle {
color: #c05621;
  background: rgba(245, 158, 11, 0.06);
  border-color: rgba(245, 158, 11, 0.25);
}
.ct-red .ct-handle {
color: #dc2626;
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.25);
}
.change-note {
display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px dashed rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.05);
  font-size: 12.5px;
  color: var(--app-text-2);
}
.change-note .cn-ic {
color: #f59e0b;
  font-size: 16px;
  flex-shrink: 0;
}
.section-kicker {
margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2563eb;
}
body.theme-dark  .section-kicker {
color: #60a5fa;
}
.aft-layout {
display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  overflow: hidden;
  border: 1px solid var(--app-card-border);
  background: var(--app-panel-bg);
  border-radius: 16px;
  box-shadow: var(--app-panel-shadow);
}
.aft-visual {
position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 360px;
  padding: 36px;
  overflow: hidden;
  border-right: 1px solid var(--app-card-border);
  background: radial-gradient(80% 90% at 30% 10%, rgba(59, 130, 246, 0.14), transparent 55%), radial-gradient(70% 80% at 90% 100%, rgba(139, 92, 246, 0.12), transparent 55%), var(--app-card-bg);
}
.aft-visual::before {
content: '';
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(59, 130, 246, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.07) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.aft-shield {
position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  box-shadow: 0 0 0 12px rgba(59, 130, 246, 0.08), 0 16px 36px rgba(59, 130, 246, 0.3);
  animation: aftFloat 3.2s ease-in-out infinite;
}
.aft-shield .aft-shield-ic {
font-size: 42px;
  color: #fff;
}
@keyframes aftFloat {

  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }

}
.aft-slogan {
position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  line-height: 1.6;
}
.aft-content {
padding: 28px 32px;
}
.aft-header {
display: block;
  margin-bottom: 16px;
}
.aft-list {
display: flex;
  flex-direction: column;
  border-top: 1px solid var(--app-card-border);
}
.aft-item {
display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--app-card-border);
}
.aft-item h3 {
margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--app-text-1);
}
.aft-item p {
margin: 4px 0 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--app-text-2);
}
.aft-mark {
width: 10px;
  height: 10px;
  margin-top: 5px;
  border: 2px solid #3b82f6;
  border-radius: 2px;
  transform: rotate(45deg);
}
body.theme-dark  .aft-mark {
border-color: #60a5fa;
}
.aft-summary {
display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.07);
  border: 1px dashed rgba(245, 158, 11, 0.35);
  font-size: 13px;
  font-weight: 700;
  color: #f59e0b;
  letter-spacing: 0.5px;
}
.aft-summary .aft-sum-ic {
font-size: 16px;
  flex-shrink: 0;
}
.coop-footer {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 20px 0 8px;
  font-size: 12px;
  color: var(--app-text-3);
}
.coop-footer a {
color: var(--app-text-3);
  text-decoration: none;
}
.coop-footer a:hover {
color: #3b82f6;
}
body.theme-dark  .coop-footer a:hover {
color: #60a5fa;
}
.ct-visual {
display: flex;
  flex-direction: column;
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid var(--app-card-border);
  background: radial-gradient(80% 90% at 90% 0%, rgba(59, 130, 246, 0.07), transparent 55%), var(--app-panel-bg);
  box-shadow: var(--app-panel-shadow);
}
.ctv-head {
display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ctv-head b {
font-size: 15px;
  font-weight: 700;
  color: var(--app-text-1);
}
.ctv-head .ctv-ic {
font-size: 18px;
  color: #3b82f6;
}
body.theme-dark  .ctv-head .ctv-ic {
color: #60a5fa;
}
.ctv-steps {
position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.ctv-steps::before {
content: '';
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.5), rgba(139, 92, 246, 0.25));
  z-index: 0;
}
.ctv-step {
  display: flex;
  gap: 10px;
  align-items: baseline;
  align-content: space-around;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.ctv-idx {
position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.ctv-body {
padding-bottom: 14px;
  padding-top: 2px;
}
.ctv-body b {
font-size: 13.5px;
  font-weight: 700;
  color: var(--app-text-1);
}
.ctv-body p {
margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--app-text-2);
}
.ctv-step:last-child .ctv-body {
padding-bottom: 0;
}
.dl-layout {
display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: start;
}
.space-browser {
display: flex;
  flex-direction: column;
  height: 440px;
  border: 1px solid var(--app-card-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--app-card-bg);
  box-shadow: var(--app-panel-shadow);
}
.sb-bar {
display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 14px;
  background: var(--app-panel-bg);
  border-bottom: 1px solid var(--app-card-border);
  flex-shrink: 0;
}
.sb-dots {
display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.sb-dots i {
width: 11px;
  height: 11px;
  border-radius: 50%;
}
.sb-dots .r {
background: #ff5f57;
}
.sb-dots .y {
background: #febc2e;
}
.sb-dots .g {
background: #28c840;
}
.sb-url {
flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: var(--app-text-3);
  background: var(--app-hover);
  border-radius: 999px;
  padding: 5px 16px;
}
.sb-lock {
font-size: 12px;
  color: #22c55e;
}
.sb-tabs {
display: flex;
  gap: 4px;
  padding: 8px 10px 0;
  background: var(--app-panel-bg);
  border-bottom: 1px solid var(--app-card-border);
  flex-shrink: 0;
}
.sbt-item {
display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  color: var(--app-text-3);
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s;
}
.sbt-item:hover {
color: var(--app-text-1);
}
.sbt-item.active {
color: #3b82f6;
  background: var(--app-card-bg);
  box-shadow: 0 -2px 8px rgba(59, 130, 246, 0.08);
}
body.theme-dark  .sbt-item.active {
color: #60a5fa;
}
.sb-body {
flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 16px 12px;
}
.sb-head {
display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.sb-head b {
font-size: 14px;
  font-weight: 700;
  color: var(--app-text-1);
}
.sb-head span {
font-size: 11.5px;
  color: var(--app-text-3);
}
.sb-list {
display: flex;
  flex-direction: column;
  border-top: 1px solid var(--app-card-border);
}
.sb-group {
padding-top: 8px;
}
.sbg-folder {
display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.sbg-folder:hover {
background: var(--app-hover);
}
.sbg-folder b {
flex: 1;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--app-text-1);
}
.sbg-fic {
font-size: 17px;
  color: #f59e0b;
}
.sbg-count {
font-size: 10.5px;
  color: var(--app-text-3);
  background: var(--app-hover);
  border-radius: 999px;
  padding: 1px 8px;
}
.sbg-arrow {
font-size: 12px;
  color: var(--app-text-3);
  transition: transform 0.25s ease;
}
.sbg-folder.open .sbg-arrow {
transform: rotate(180deg);
}
.sbg-items {
padding-left: 8px;
}
.sb-sub {
padding-left: 22px;
}
.sb-item {
display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 8px;
  border-bottom: 1px solid var(--app-card-border);
  border-radius: 8px;
  transition: background 0.2s;
}
.sb-item:hover {
background: var(--app-hover);
}
.sb-item .sb-ic {
font-size: 18px;
  flex-shrink: 0;
}
.sb-item .sb-name {
flex: 1;
  min-width: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--app-text-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-item .sb-meta {
font-size: 11px;
  color: var(--app-text-3);
  flex-shrink: 0;
}
.sp-folder .sb-ic {
color: #f59e0b;
}
.sp-file .sb-ic {
color: #3b82f6;
}
body.theme-dark  .sp-file .sb-ic {
color: #60a5fa;
}
.deploy-list {
display: flex;
  flex-direction: column;
  gap: 4px;
}
.deploy-item {
border-radius: 8px;
  transition: background 0.2s;
}
.deploy-item:hover {
background: var(--app-hover);
}
.dp-main {
display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  cursor: pointer;
  user-select: none;
}
.dp-main .dp-dot {
width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dp-main .dp-version {
font-weight: 700;
  color: var(--app-text-1);
  font-variant-numeric: tabular-nums;
}
.dp-main .dp-env {
font-size: 11px;
  color: var(--app-text-3);
}
.dp-main .dp-time {
margin-left: auto;
  font-size: 11px;
  color: var(--app-text-3);
  font-variant-numeric: tabular-nums;
}
.dp-main .dp-status {
font-size: 10px;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 8px;
}
.dp-main .dp-arrow {
font-size: 11px;
  color: var(--app-text-3);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.dp-main .dp-arrow.open {
transform: rotate(180deg);
}
.dp-changes {
padding: 0 10px 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dp-changes p {
margin: 0;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--app-text-2);
}
.dp-success .dp-dot {
background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}
.dp-success .dp-status {
color: #16a34a;
  background: rgba(34, 197, 94, 0.12);
}
.dp-fail .dp-dot {
background: #ef4444;
  box-shadow: 0 0 6px rgba(239, 68, 68, 0.5);
}
.dp-fail .dp-status {
color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
}
.cases-page {
width: min(100%, 1360px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cases-hero {
position: relative;
  overflow: hidden;
  padding: 42px 0;
  border-top: 1px solid var(--app-card-border);
  border-bottom: 1px solid var(--app-card-border);
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.1), transparent 48%), var(--app-card-bg);
  box-shadow: var(--app-panel-shadow);
}
.ch-grid {
position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  opacity: 0.7;
  background-image: linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.88));
  pointer-events: none;
}
.ch-copy {
position: relative;
  z-index: 1;
  text-align: center;
}
.ch-copy h1 {
margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--app-text-1);
}
.ch-sub {
max-width: 620px;
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--app-text-2);
}
.cs-filter {
display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent 40%), var(--app-card-bg);
  border: 1px solid var(--app-card-border);
  border-radius: 14px;
  box-shadow: var(--app-panel-shadow);
  padding: 16px 20px;
}
.csf-line {
display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.csf-label {
font-size: 12px;
  font-weight: 600;
  color: var(--app-text-2);
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
.csf-search-line {
border-top: 1px dashed var(--app-card-border);
  padding-top: 12px;
}
.csf-input {
width: 100%;
  max-width: 460px;
}
.cs-loading {
text-align: center;
  padding: 60px 0;
  color: var(--app-text-3);
  font-size: 13px;
}
.cs-grid {
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px 0 64px;
}
.cs-card {
display: flex;
  flex-direction: column;
  background: var(--app-card-bg);
  border: 1px solid var(--app-card-border);
  border-radius: 14px;
  box-shadow: var(--app-panel-shadow);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cs-card:hover {
transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.14);
}
.cs-card:hover .cs-cover-ph .csp-ic {
transform: scale(1.1);
}
.cs-card.inpack {
border-color: #3b82f6;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.4), 0 12px 28px rgba(59, 130, 246, 0.14);
}
.cs-cover {
position: relative;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cs-cover img {
width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-cover-ph {
width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(80% 100% at 20% 0%, rgba(59, 130, 246, 0.25), transparent 55%), linear-gradient(150deg, #1e293b 0%, #334155 100%);
}
.cs-cover-ph .csp-ic {
font-size: 40px;
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.3s ease;
}
.cs-cover-mask {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.cst-type {
font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 2px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-body {
display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 8px;
  flex: 1;
}
.cs-body:empty {
display: none;
}
.cs-tags {
display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cs-cat {
font-size: 10.5px;
  font-weight: 700;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 6px;
  padding: 2px 9px;
}
.cs-tag {
font-size: 10.5px;
  font-weight: 600;
  color: var(--app-text-3);
  background: var(--app-hover);
  border-radius: 6px;
  padding: 2px 9px;
}
.cs-title {
font-size: 15px;
  font-weight: 700;
  color: var(--app-text-1);
}
.cs-sol {
font-size: 12px;
  color: var(--app-text-3);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cs-foot {
display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 14px;
  border-top: 1px dashed var(--app-card-border);
  margin-top: 4px;
}
.cs-result {
font-size: 11.5px;
  color: var(--app-text-3);
}
.cs-view {
font-size: 12px;
  font-weight: 600;
  color: #3b82f6;
  cursor: pointer;
  transition: all 0.2s;
}
.cs-view:hover {
text-decoration: underline;
}
body.theme-dark  .cs-view {
color: #60a5fa;
}
.coop-hero .site-wrap {
display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); background: var(--app-panel-bg); gap: 48px; align-items: center;
}
.site-hero-center {
text-align: center;
}
.contact-wrap {
max-width: 1160px; margin: 0 auto; padding: 80px 24px 60px;
}
.contact-hero {
text-align: center; padding: 60px 0 50px;
}
.contact-hero .section-kicker {
color: #2563eb; font-size: 13px; font-weight: 700; letter-spacing: 2px;
}
.contact-hero h1 {
margin: 14px 0 0; font-size: 38px; font-weight: 800;
}
.contact-hero p {
margin: 14px auto 0; max-width: 560px; color: var(--app-text-2);
}
.contact-cards {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px;
}
.ccard {
background: var(--app-card-bg); border: 1px solid var(--app-card-border); border-radius: 16px; padding: 28px 24px; box-shadow: var(--app-panel-shadow); text-align: center;
}
.ccard .cc-ic {
width: 48px; height: 48px; border-radius: 12px; background: rgba(59,130,246,.1); display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
}
.ccard h3 {
margin: 14px 0 0; font-size: 15px;
}
.ccard p {
margin: 8px 0 0; font-size: 13px; color: var(--app-text-2); line-height: 1.8;
}
.contact-form-wrap {
margin-top: 60px; background: var(--app-card-bg); border: 1px solid var(--app-card-border); padding: 40px; box-shadow: var(--app-panel-shadow);
}
.cf-title {
text-align: center;
}
.cf-title h2 {
margin: 0; font-size: 24px;
}
.cf-title p {
margin: 8px 0 0; color: var(--app-text-2); font-size: 14px;
}
.cf-note {
margin-top: 24px; padding: 18px 22px; background: rgba(59,130,246,.06); border: 1px dashed rgba(59,130,246,.3); border-radius: 12px; font-size: 14px; color: var(--app-text-2); text-align: center;
}
.cf-note b {
color: #2563eb;
}
.cs-empty {
grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  color: var(--app-text-4);
}
@media (max-width: 900px) {
.sni-tx {
display: none;
}
.site-nav-item {
padding: 4px 10px;
}
.site-nav-inner {
  height: 64px;
}
.cases-hero {
grid-template-columns: 1fr;
    gap: 24px;
}
.cs-grid {
grid-template-columns: 1fr;
}
.contact-cards {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 560px) {
.site-nav-logo img {
height: 27px;
}
.site-nav-item {
padding: 4px 7px;
}
.sni-ic {
font-size: 19px;
}
.sni-ic svg {
width: 19px; height: 19px;
}
.site-nav-cta {
padding: 6px 12px; font-size: 12px;
}
.site-lang {
padding: 5px 9px; font-size: 12px;
}
.contact-cards {
grid-template-columns: 1fr;
}
}
@media (max-width: 1080px) {
.company-hero,
  .factory-layout {
grid-template-columns: 1fr;
}
.hero-grid {
width: 58%;
}
.hero-facts {
max-width: 680px;
}
.service-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ai-showcase {
grid-template-columns: 1fr;
}
}
@media (max-width: 860px) {
.support-layout {
grid-template-columns: 1fr;
}
.support-visual {
min-height: 260px;
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid var(--app-card-border);
}
.support-visual img {
width: min(88%, 320px);
}
.support-content {
padding: 26px 22px;
}
}
@media (max-width: 760px) {
.company-hero {
gap: 28px;
    padding: 30px 20px;
}
.hero-copy h1 {
font-size: 28px;
}
.hero-facts {
grid-template-columns: 1fr;
}
.hero-facts > div {
padding: 12px 0;
    border-top: 1px solid rgba(59, 130, 246, 0.14);
    border-left: none;
}
.hero-facts > div:first-child {
border-top: none;
}
.company-section {
padding: 28px 0;
}
.section-header {
display: block;
    margin-bottom: 18px;
}
.section-header > p {
margin-top: 10px;
}
.service-row {
grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 16px;
}
.service-icon {
width: 46px;
    height: 46px;
}
.service-list {
grid-template-columns: 1fr;
}
.ai-showcase {
gap: 22px;
    padding: 22px 18px;
}
.ai-card-grid {
grid-template-columns: 1fr;
}
.module-library-head {
display: block;
}
.module-library-head p {
margin-top: 6px;
}
.module-grid,
  .delivery-list,
  .terms-layout {
grid-template-columns: 1fr;
}
.terms-panel {
padding: 22px;
}
.terms-panel + .terms-panel {
border-top: 1px solid var(--app-card-border);
    border-left: none;
}
.module-group {
min-height: auto;
    border-right: none;
    border-bottom: 1px solid var(--app-card-border);
}
.module-group:nth-last-child(-n + 3) {
border-bottom: 1px solid var(--app-card-border);
}
.module-group:last-child {
border-bottom: none;
}
}
@media (max-width: 1100px) {
.board {
grid-template-columns: repeat(3, 1fr);
}
.cs-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 800px) {
.board {
grid-template-columns: repeat(2, 1fr);
}
.flow-steps {
grid-template-columns: 1fr;
}
.flow-arrow {
display: none;
}
.pay-flow {
grid-template-columns: 1fr;
}
.pay-link {
display: none;
}
.section-header {
flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
}
@media (max-width: 1000px) {
.dl-layout {
grid-template-columns: 1fr;
}
}
@media (max-width: 1360px) {
.cs-grid {
grid-template-columns: repeat(3, 1fr);
}
}.site-nav-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border: 1px solid var(--app-card-border);
  border-radius: 999px;
  text-decoration: none;
  color: var(--app-text-1);
  transition: all 0.2s;
}
.site-nav-user:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background: var(--app-hover);
}
.snu-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.snu-name {
  font-size: 13px;
  font-weight: 600;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 560px) {
  .snu-name { display: none; }
}
