/* SINO OA - Dark Theme Overrides (Apple Neon Glass) */
/* Base theme is already dark, this handles special cases */

a { color: #4da3ff; }
.card-content { color: rgba(255,255,255,0.9); }

.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.12); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.1); }
.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
select option { background: #10182d; color: rgba(255,255,255,0.9); }

/* Button variants that need dark-specific overrides */
.btn-default { background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08)); color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.15); }
.btn-default:hover { background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.12)); border-color: rgba(255,255,255,0.25); }

/* Stat cards in dark */
.stat-card { background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.10) 42%, rgba(255,255,255,0.07) 100%); color: rgba(255,255,255,0.9); }

/* Login box in dark context */
.login-box select option { background: #10182d; color: rgba(255,255,255,0.9); }
