/* GEO theme: 清雾青 / Mist Mint */
html[data-geo-theme="mint"] .ui-092 {
    --ui-bg:#f3f8f7;
    --ui-surface:#ffffff;
    --ui-surface-subtle:#f6faf9;
    --ui-surface-hover:#edf7f5;
    --ui-border:#dbe8e5;
    --ui-border-strong:#bfd3cf;
    --ui-text:#17302d;
    --ui-text-2:#405c58;
    --ui-muted:#6d8581;
    --ui-faint:#91aaa6;
    --ui-brand:#0f7c72;
    --ui-brand-hover:#0b655d;
    --ui-brand-soft:#e7f6f3;
    --ui-focus:0 0 0 3px rgba(15,124,114,.15);
    --blue:#0f7c72;
    --blue-dark:#0b655d;
    --blue-soft:#e7f6f3;
    --text:#17302d;
    --muted:#6d8581;
    --line:#dbe8e5;
    --surface:#fff;
    --background:#f3f8f7;
    --ui-success:#147a59;
    --ui-success-soft:#e9f7f1;
}
html[data-geo-theme="mint"] .ui-092 .sidebar { background:#132724; border-right-color:rgba(255,255,255,.05); }
html[data-geo-theme="mint"] .ui-092 .menu a.active { background:rgba(37,156,142,.17); box-shadow:inset 3px 0 0 #55c7b8; }
html[data-geo-theme="mint"] .ui-092 .menu a.active .menu-icon,
html[data-geo-theme="mint"] .ui-092 .menu a:hover .menu-icon { color:#80d7ca; }
html[data-geo-theme="mint"] .ui-092 .user-avatar { background:#0f7c72; }
html[data-geo-theme="mint"] .ui-092 .btn.primary { box-shadow:0 5px 12px rgba(15,124,114,.13); }
html[data-geo-theme="mint"] .ui-092 .btn.secondary { border-color:#bcded8; color:#0e6d65; background:#edf8f6; }
html[data-geo-theme="mint"] .ui-092 .welcome-panel { background:linear-gradient(120deg,#173a37 0%,#185b54 62%,#217a70 100%); box-shadow:0 12px 32px rgba(20,91,82,.16); }
html[data-geo-theme="mint"] .ui-092 .brand-project-monogram,
html[data-geo-theme="mint"] .ui-092 .project-module-grid > a > span { background:linear-gradient(135deg,#16998b,#3f8cc9); }
