
.score-match-scope {
  
  --color-primary: #0D9488;
  --color-primary-hover: #0F766E;
  --color-primary-active: #115E59;
  --color-primary-light: #CCFBF1;
  --color-primary-lighter: #F0FDFA;
  --color-primary-dark: #134E4A;

  
  --color-accent: #F97316;
  --color-accent-hover: #EA580C;
  --color-accent-light: #FFEDD5;

  
  --color-bg: #FFFFFF;
  --color-surface: #FAFAF9;
  --color-surface-alt: #F5F5F4;
  --color-surface-hover: #F5F5F4;
  --color-surface-selected: #F0FDFA;
  --color-border: #E7E5E4;
  --color-border-strong: #D6D3D1;
  --color-text-primary: #1C1917;
  --color-text-secondary: #57534E;
  --color-text-tertiary: #78716C;
  --color-text-disabled: #A8A29E;
  --color-text-inverse: #FFFFFF;

  
  --color-success: #10B981;
  --color-success-light: #D1FAE5;
  --color-success-dark: #065F46;
  --color-warning: #F59E0B;
  --color-warning-light: #FEF3C7;
  --color-warning-dark: #92400E;
  --color-danger: #EF4444;
  --color-danger-light: #FEE2E2;
  --color-danger-dark: #991B1B;
  --color-info: #3B82F6;
  --color-info-light: #DBEAFE;
  --color-info-dark: #1E40AF;

  
  --color-sidebar-bg: #1C1917;
  --color-sidebar-surface: #292524;
  --color-sidebar-border: #44403C;
  --color-sidebar-text: #E7E5E4;
  --color-sidebar-text-muted: #A8A29E;
  --color-sidebar-text-disabled: #78716C;
  --color-sidebar-active-bg: #0D9488;
  --color-sidebar-active-text: #FFFFFF;
  --color-sidebar-hover-bg: rgba(255,255,255,0.06);
  --color-sidebar-group-label: #78716C;

  
  --color-topbar-bg: #FFFFFF;
  --color-topbar-border: #E7E5E4;

  
  --font-body: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-heading: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI',
                  'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-numeric: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;

  
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;

  
  --space-3xs: 2px;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 20px;
  --space-xl: 24px;
  --space-2xl: 32px;
  --space-3xl: 48px;

  
  --shadow-none: none;
  --shadow-xs: 0 1px 2px rgba(28, 25, 23, 0.04);
  --shadow-sm: 0 1px 3px rgba(28, 25, 23, 0.06), 0 1px 2px rgba(28, 25, 23, 0.04);
  --shadow-md: 0 4px 8px rgba(28, 25, 23, 0.06), 0 2px 4px rgba(28, 25, 23, 0.04);
  --shadow-lg: 0 8px 24px rgba(28, 25, 23, 0.08), 0 4px 8px rgba(28, 25, 23, 0.04);
  --shadow-xl: 0 16px 48px rgba(28, 25, 23, 0.10), 0 8px 16px rgba(28, 25, 23, 0.06);
  --shadow-2xl: 0 24px 64px rgba(28, 25, 23, 0.14);

  
  --sidebar-width: 240px;
  --sidebar-width-collapsed: 64px;
  --topbar-height: 56px;
  --content-max-width: 1440px;
  --content-padding: 24px;
  --drawer-width: 480px;

  
  --z-base: 0;
  --z-sticky-table: 1;
  --z-topbar: 150;
  --z-sidebar: 200;
  --z-dropdown: 300;
  --z-drawer: 310;
  --z-modal: 400;
  --z-command: 500;
  --z-toast: 600;
height: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-primary);
  background: var(--color-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.score-match-scope * {margin: 0; padding: 0; box-sizing: border-box;}.score-match-scope a {text-decoration: none; color: inherit;}.score-match-scope button {font-family: var(--font-body);}.score-match-scope img, .score-match-scope svg {display: block;}.score-match-scope .numeric {font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1, 'lnum' 1;}.score-match-scope .btn-primary {display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--color-primary); color: var(--color-text-inverse); border: none; border-radius: var(--radius-md); padding: 9px 18px; font-size: 14px; font-weight: 600; line-height: 1.4; cursor: pointer; transition: all 0.12s ease; white-space: nowrap; font-family: var(--font-body);}.score-match-scope .btn-primary:hover {background: var(--color-primary-hover); box-shadow: var(--shadow-md);}.score-match-scope .btn-primary:active {background: var(--color-primary-active); transform: translateY(1px);}.score-match-scope .btn-secondary {display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--color-bg); color: var(--color-text-primary); border: 1px solid var(--color-border-strong); border-radius: var(--radius-md); padding: 9px 18px; font-size: 14px; font-weight: 500; line-height: 1.4; cursor: pointer; transition: all 0.12s ease; white-space: nowrap; font-family: var(--font-body);}.score-match-scope .btn-secondary:hover {border-color: var(--color-primary); color: var(--color-primary); background: var(--color-primary-lighter);}.score-match-scope .tag {display: inline-flex; align-items: center; padding: 2px 10px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 500; background: var(--color-surface-alt); color: var(--color-text-secondary);}.score-match-scope .form-input, .score-match-scope .form-select {width: 100%; padding: 11px 12px; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-md); font-size: 14px; color: var(--color-text-primary); font-family: var(--font-body); transition: all 0.12s ease;}.score-match-scope .form-input::placeholder {color: var(--color-text-tertiary);}.score-match-scope .form-input:focus, .score-match-scope .form-select:focus {outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 2px var(--color-primary-light);}.score-match-scope .form-select {appearance: none; cursor: pointer; background-image: none; padding-right: 36px;}.score-match-scope .form-select-wrap {position: relative;}.score-match-scope .form-select-wrap::after {content: ''; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background-color: var(--color-text-tertiary); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center / contain; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center / contain; pointer-events: none;}.score-match-scope .site-header {position: sticky; top: 0; z-index: var(--z-topbar); height: var(--topbar-height); background: var(--color-topbar-bg); border-bottom: 1px solid var(--color-topbar-border);}.score-match-scope .site-header-inner {max-width: var(--content-max-width); height: 100%; margin: 0 auto; padding: 0 var(--space-xl); display: flex; align-items: center; gap: var(--space-lg);}.score-match-scope .site-logo {display: inline-flex; align-items: center; gap: var(--space-xs); font-weight: 600; color: var(--color-text-primary); font-size: 15px; flex-shrink: 0;}.score-match-scope .site-logo .logo-mark {width: 28px; height: 28px; border-radius: var(--radius-md); background: var(--color-primary); color: var(--color-text-inverse); display: inline-flex; align-items: center; justify-content: center;}.score-match-scope .site-nav {display: flex; align-items: center; gap: var(--space-xs);}.score-match-scope .site-nav-link {padding: var(--space-xs) var(--space-sm); border-radius: var(--radius-md); font-size: 14px; color: var(--color-text-secondary); text-decoration: none; transition: all .12s ease;}.score-match-scope .site-nav-link:hover {background: var(--color-surface); color: var(--color-primary);}.score-match-scope .site-nav-link.active {color: var(--color-primary); font-weight: 600;}.score-match-scope .site-actions {margin-left: auto; display: flex; align-items: center; gap: var(--space-sm);}.score-match-scope .site-actions .btn-ghost {color: var(--color-text-secondary);}.score-match-scope .site-hamburger {display: none;}.score-match-scope .site-drawer-overlay {position: fixed; inset: 0; background: rgba(28, 25, 23, 0.3); z-index: var(--z-drawer); opacity: 0; pointer-events: none; transition: opacity .2s ease;}.score-match-scope .site-drawer-overlay.open {opacity: 1; pointer-events: auto;}.score-match-scope .site-drawer {position: fixed; top: 0; right: 0; bottom: 0; width: 300px; max-width: 82vw; background: var(--color-bg); z-index: var(--z-drawer); transform: translateX(100%); transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; box-shadow: var(--shadow-2xl);}.score-match-scope .site-drawer.open {transform: translateX(0);}.score-match-scope .site-drawer-header {display: flex; align-items: center; justify-content: space-between; padding: var(--space-md) var(--space-lg); border-bottom: 1px solid var(--color-border);}.score-match-scope .site-drawer-nav {display: flex; flex-direction: column; gap: 4px; padding: var(--space-md);}.score-match-scope .site-drawer-link {padding: var(--space-sm) var(--space-md); border-radius: var(--radius-md); font-size: 14px; color: var(--color-text-secondary);}.score-match-scope .site-drawer-link:hover, .score-match-scope .site-drawer-link.active {background: var(--color-surface); color: var(--color-primary);}.score-match-scope .site-drawer-actions {margin-top: auto; padding: var(--space-md); display: flex; flex-direction: column; gap: var(--space-sm); border-top: 1px solid var(--color-border);}.score-match-scope .site-footer {width: 100%; background: var(--color-surface); border-top: 1px solid var(--color-border); padding: var(--space-3xl) 0 var(--space-xl); margin-top: var(--space-3xl);}.score-match-scope .site-footer-inner {max-width: var(--content-max-width); margin: 0 auto; padding: 0 var(--space-xl); display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: var(--space-2xl);}.score-match-scope .footer-brand .site-logo {margin-bottom: var(--space-sm);}.score-match-scope .footer-slogan {font-size: 13px; color: var(--color-text-tertiary); max-width: 280px; line-height: 1.6;}.score-match-scope .footer-col-title {font-size: 14px; font-weight: 600; color: var(--color-text-primary); margin-bottom: var(--space-sm);}.score-match-scope .footer-link {display: block; font-size: 13px; color: var(--color-text-secondary); text-decoration: none; padding: 4px 0;}.score-match-scope .footer-link:hover {color: var(--color-primary);}.score-match-scope .footer-bottom {max-width: var(--content-max-width); margin: var(--space-2xl) auto 0; padding: var(--space-lg) var(--space-xl) 0; border-top: 1px solid var(--color-border); display: flex; justify-content: space-between; gap: var(--space-md); font-size: 12px; color: var(--color-text-tertiary); flex-wrap: wrap;}.score-match-scope .container {max-width: var(--content-max-width); margin: 0 auto; padding: 0 var(--space-xl);}.score-match-scope .page-head {padding: var(--space-3xl) 0 var(--space-2xl); background: var(--color-bg); border-bottom: 1px solid var(--color-border);}.score-match-scope .page-head-inner {max-width: var(--content-max-width); margin: 0 auto; padding: 0 var(--space-xl);}.score-match-scope .breadcrumb {display: flex; align-items: center; gap: var(--space-xs); font-size: 13px; margin-bottom: var(--space-lg);}.score-match-scope .breadcrumb-item {color: var(--color-text-tertiary); cursor: pointer; transition: color 0.12s ease;}.score-match-scope .breadcrumb-item:hover {color: var(--color-primary);}.score-match-scope .breadcrumb-item.current {color: var(--color-text-primary); font-weight: 500;}.score-match-scope .breadcrumb-separator {color: var(--color-text-tertiary); font-size: 12px;}.score-match-scope .page-title {font-size: 28px; font-weight: 700; color: var(--color-text-primary); letter-spacing: -0.02em;}.score-match-scope .page-subtitle {font-size: 15px; color: var(--color-text-secondary); margin-top: var(--space-sm); max-width: 640px; line-height: 1.6;}.score-match-scope .section {padding: var(--space-3xl) 0;}.score-match-scope .section-head {text-align: center; max-width: 640px; margin: 0 auto var(--space-2xl);}.score-match-scope .section-eyebrow {display: inline-block; color: var(--color-primary); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: var(--space-sm);}.score-match-scope .section-title {font-size: 24px; font-weight: 700; color: var(--color-text-primary); letter-spacing: -0.02em;}.score-match-scope .query-card {background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-xl); padding: var(--space-2xl); box-shadow: var(--shadow-sm);}.score-match-scope .query-form {display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: var(--space-md); align-items: end;}.score-match-scope .query-field label {display: block; font-size: 13px; font-weight: 500; color: var(--color-text-secondary); margin-bottom: var(--space-xs);}.score-match-scope .query-hint {font-size: 12px; color: var(--color-text-tertiary); margin-top: var(--space-md);}.score-match-scope .match-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg);}.score-match-scope .match-card {background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: var(--space-lg); transition: box-shadow .15s ease, border-color .15s ease;}.score-match-scope .match-card:hover {box-shadow: var(--shadow-md); border-color: var(--color-border-strong);}.score-match-scope .match-head {display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-md); margin-bottom: var(--space-sm);}.score-match-scope .match-name {font-size: 16px; font-weight: 600; color: var(--color-text-primary); line-height: 1.35;}.score-match-scope .match-meta {font-size: 13px; color: var(--color-text-tertiary); margin-top: 4px;}.score-match-scope .match-degree {flex-shrink: 0; padding: 3px 12px; border-radius: var(--radius-full); font-size: 12px; font-weight: 600;}.score-match-scope .match-degree.chong {background: var(--color-warning-light); color: var(--color-warning-dark);}.score-match-scope .match-degree.wen {background: var(--color-success-light); color: var(--color-success-dark);}.score-match-scope .match-degree.bao {background: var(--color-info-light); color: var(--color-info-dark);}.score-match-scope .match-stats {display: flex; gap: var(--space-xl); padding: var(--space-sm) 0; border-top: 1px solid var(--color-border); margin-top: var(--space-sm);}.score-match-scope .match-stat {display: flex; flex-direction: column; gap: 2px;}.score-match-scope .match-stat .v {font-family: var(--font-numeric); font-size: 15px; font-weight: 700; color: var(--color-text-primary);}.score-match-scope .match-stat .k {font-size: 12px; color: var(--color-text-tertiary);}.score-match-scope .match-actions {margin-top: var(--space-md);}.score-match-scope .flex {display: flex;}.score-match-scope .items-center {align-items: center;}.score-match-scope .justify-center {justify-content: center;}.score-match-scope .mt-2 {margin-top: var(--space-md);}.score-match-scope .mb-3 {margin-bottom: var(--space-sm);}.score-match-scope .text-tertiary {color: var(--color-text-tertiary);}.score-match-scope .btn-sm {padding:6px 12px;font-size:13px;line-height:1.4}
@media (max-width: 1023px) {
.score-match-scope .match-grid {grid-template-columns: repeat(2, 1fr);}.score-match-scope .query-form {grid-template-columns: 1fr 1fr;} 
}
@media (max-width: 768px) {
.score-match-scope .site-nav, .score-match-scope .site-actions .btn:not(.btn-accent) {display: none;}.score-match-scope .site-hamburger {display: inline-flex;}.score-match-scope .site-footer-inner {grid-template-columns: 1fr 1fr;}.score-match-scope .query-form {grid-template-columns: 1fr;}.score-match-scope .match-grid {grid-template-columns: 1fr;}

}
@media (min-width: 768px) and (max-width: 1023px) {
.score-match-scope .site-footer-inner {grid-template-columns: 1.5fr repeat(2, 1fr);} 
}
@media (min-width: 1024px) {
.score-match-scope .site-footer-inner {grid-template-columns: 1.5fr repeat(4, 1fr);} 
}


.score-match-scope .btn-block { display: flex; width: 100%; }
.score-match-scope .empty-state { text-align: center; padding: var(--space-3xl) var(--space-xl); color: var(--color-text-tertiary); }
.score-match-scope .empty-state h3 { color: var(--color-text-primary); font-size: 20px; margin-bottom: var(--space-sm); }
.score-match-scope .empty-state p { margin-bottom: var(--space-lg); }

