/*!
 * Yangfan Blue-White Theme Override (v3 - brand sailboat color)
 * 主蓝 #2070c0 (帆船主蓝, RGB 32,112,192) · 深 #154691 (浪深蓝)
 */

:root,
.v-theme--DefaultTheme,
.v-theme--LightTheme,
.v-theme--LightTheme1,
.v-theme--LightTheme2,
.v-theme--LightTheme3,
.v-theme--LightTheme4,
.v-theme--LightTheme5,
.v-theme--LightTheme6,
.v-theme--LightTheme7,
.v-theme--LightTheme8,
.v-theme--PRESETLIGHT,
.v-theme--BLUE_THEME,
.v-theme--BlueTheme,
.v-theme--PurpleTheme,
.v-theme--RedTheme,
.v-theme--GreenTheme,
.v-theme--OrangeTheme,
.v-theme--CyanTheme,
.v-theme--AquaTheme {
  --v-theme-primary: 32, 112, 192 !important;       /* #2070c0 帆船主蓝 */
  --v-theme-secondary: 21, 70, 145 !important;      /* #154691 浪深蓝 */
  --v-theme-darkprimary: 21, 70, 145 !important;
  --v-theme-info: 32, 112, 192 !important;
  --v-theme-on-primary: 255, 255, 255 !important;
  --v-theme-on-secondary: 255, 255, 255 !important;
}

.text-primary { color: #2070c0 !important; }
.text-darkprimary { color: #154691 !important; }
.bg-primary { background-color: #2070c0 !important; color: #fff !important; }
.bg-darkprimary { background-color: #154691 !important; color: #fff !important; }
.text-secondary { color: #154691 !important; }
.bg-secondary { background-color: #154691 !important; color: #fff !important; }
.border-primary { border-color: #2070c0 !important; }

.v-btn.v-btn--variant-flat.bg-primary,
.v-btn.v-btn--variant-elevated.bg-primary,
.v-btn[class*="bg-primary"] {
  background-color: #2070c0 !important;
  color: #fff !important;
}
.v-btn.v-btn--variant-tonal.text-primary,
.v-btn.v-btn--variant-outlined.text-primary {
  color: #2070c0 !important;
  border-color: #2070c0 !important;
}

.v-chip.text-primary,
.v-chip[class*="text-primary"] {
  color: #2070c0 !important;
}
.v-chip.bg-primary,
.v-chip[class*="bg-primary"] {
  background: #e8f1fb !important;
  color: #2070c0 !important;
}

a:not([class*="v-btn"]):not([class*="v-chip"]) {
  color: #2070c0;
}

.v-app-bar.bg-primary,
.v-navigation-drawer.bg-primary,
.v-toolbar.bg-primary {
  background-color: #2070c0 !important;
}

.v-progress-linear.text-primary > .v-progress-linear__indeterminate,
.v-progress-circular.text-primary {
  color: #2070c0 !important;
}

[style*="#fbbf24"], [style*="#f59e0b"],
[style*="#9c27b0"], [style*="#e91e63"],
[style*="#667eea"], [style*="#764ba2"] {
  color: #2070c0 !important;
}
