:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-card: #21262d;--text-primary: #ffffff;--text-secondary: #c9d1d9;--accent: #0d6efd}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:1.5rem}.navbar{background:var(--bg-secondary)!important;border-bottom:1px solid rgba(255,255,255,.15)}.card{background:var(--bg-card);border:1px solid rgba(255,255,255,.15);color:#fff}.card-header{background:#0000004d;border-bottom:1px solid rgba(255,255,255,.15);color:#fff}.card-body,.card-body p{color:#fff}.table{color:#fff!important}.table-dark{--bs-table-bg: transparent;--bs-table-color: #ffffff}.table-dark th,.table-dark td{color:#fff!important}.text-muted{color:#8b949e!important}.text-secondary{color:#c9d1d9!important}h1,h2,h3,h4,h5,h6,p,span,div,label,small{color:#fff}code{color:#58a6ff!important;background:#6e768133;padding:.2em .4em;border-radius:3px}.form-control,.form-select,textarea{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}.form-control:focus,.form-select:focus,textarea:focus{background:#ffffff26!important;border-color:var(--accent)!important;color:#fff!important;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::placeholder,textarea::placeholder{color:#ffffff80!important}.form-label{color:#fff!important}.border,.border-secondary{border-color:#fff3!important}.border.rounded{border-color:#ffffff4d!important}.bg-dark{background-color:var(--bg-card)!important}.bg-transparent{background-color:transparent!important}.list-group-item{color:#fff!important;background-color:transparent!important}.btn-outline-light:hover{color:#000}.modal-content.bg-dark{background-color:var(--bg-card)!important}.modal-content{color:#fff}.modal-title{color:#fff!important}.modal-body{color:#fff}.progress{background-color:#ffffff1a}.alert-info{color:#fff;background-color:#0d6efd4d;border-color:#0d6efd80}.alert-danger{color:#fff;background-color:#dc35454d;border-color:#dc354580}.login-container[data-v-04ab2cf4]{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card[data-v-04ab2cf4]{width:100%;max-width:400px;padding:2rem;background:var(--bg-card);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.login-header[data-v-04ab2cf4]{text-align:center;margin-bottom:2rem}.login-header i[data-v-04ab2cf4]{font-size:3rem;color:var(--accent)}.login-header h2[data-v-04ab2cf4]{margin-top:.5rem;margin-bottom:.25rem}
