/* Generated by tools/build-client-assets.ps1. Do not edit directly. */

/* source: client-auth.css */
:root {
  --bg-primary: #171d27;
  --surface: #202735;
  --input-bg: #151c28;
  --text: #f4f7fb;
  --muted: #a8b6c8;
  --link-color: #10c8eb;
  --line: rgba(255, 255, 255, .1);
  --muted-bg: rgba(255, 255, 255, .06);
}
*, *::before, *::after { box-sizing: border-box; }
html { font-family: system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.15; }
body { background: var(--bg-primary); color: var(--text); font-family: inherit; line-height: 1.5; margin: 0; min-width: 0; min-height: 100vh; }
a { color: var(--link-color); text-decoration: none; }
a:hover { filter: brightness(1.15); text-decoration: none; }
.container { margin: 0 auto; max-width: 1140px; padding: 1rem; width: 100%; }
.d-flex { display: flex !important; }
.d-none { display: none !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.row { display: flex; flex-wrap: wrap; margin-left: -.5rem; margin-right: -.5rem; }
.row > [class*="col-"] { min-width: 0; padding-left: .5rem; padding-right: .5rem; position: relative; width: 100%; }
.col-xl-5, .col-xl-6, .col-xl-10, .col-lg-6, .col-lg-7, .col-lg-10, .col-lg-12, .col-md-8, .col-md-9 { max-width: 100%; width: 100%; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 55px rgba(0, 0, 0, .3); color: var(--text); overflow: hidden; }
.card-body { padding: clamp(1.15rem, 5vw, 3rem); }
.auth-bg, .bg-gradient-primary { background: radial-gradient(circle at top, #263349 0, var(--bg-primary) 52%); }
.auth-bg { min-height: 100vh; padding: 1rem; }
.auth-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 55px rgba(0, 0, 0, .3); max-width: 500px; width: 100%; }
.text-gradient { background: linear-gradient(90deg, #10c8eb, #8a76ff); background-clip: text; color: transparent; }
.text-muted { color: var(--muted) !important; }
.text-gray-900 { color: var(--text) !important; }
.link-small { font-size: .88rem; }
.form-control-custom { background: var(--input-bg); }
.btn-accent { background: linear-gradient(90deg, #10c8eb, #8a76ff); border: 0; color: #061018; }
.rounded-pill, form.user .form-control-user, form.user .btn-user { border-radius: 999px; }
.shadow-lg { box-shadow: 0 18px 55px rgba(0, 0, 0, .3) !important; }
.border-0 { border: 0 !important; }
.o-hidden { overflow: hidden !important; }
.min-height-880 { min-height: min(880px, calc(100vh - 6rem)); }
.card.border-left-success { border-left: 4px solid #32d296; border-radius: 12px; }
.card.border-left-danger { border-left: 4px solid #ff667d; border-radius: 12px; }
.card.border-left-warning { border-left: 4px solid #ffad5b; border-radius: 12px; }
.card.mb-4.py-3 .card-body { padding: .85rem 1rem; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; overflow-wrap: anywhere; }
.h4 { font-size: 1.35rem; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-danger { color: #ff8da0 !important; }
.small, small { font-size: .82rem; }
.d-block { display: block !important; }
.form-group { margin-bottom: 1rem; }
.form-control { background: var(--input-bg); border: 1px solid var(--line); border-radius: 10px; color: var(--text); display: block; font: inherit; min-height: 44px; padding: .65rem .8rem; width: 100%; }
.form-control:focus { border-color: rgba(16, 200, 235, .65); box-shadow: 0 0 0 .2rem rgba(16, 200, 235, .12); outline: 0; }
.form-control::placeholder { color: #8190a4; opacity: 1; }
select.form-control { appearance: auto; }
.btn { align-items: center; background: transparent; border: 1px solid transparent; border-radius: 10px; color: var(--text); display: inline-flex; font: inherit; font-weight: 700; justify-content: center; min-height: 44px; padding: .65rem 1rem; text-align: center; }
.btn-primary { background: #10c8eb; border-color: #10c8eb; color: #061018; }
.btn-outline-light { border-color: rgba(255, 255, 255, .3); color: var(--text); }
.btn-block { display: flex; width: 100%; }
.btn:disabled { cursor: wait; opacity: .68; }
.custom-control { min-height: 1.5rem; padding-left: 1.65rem; position: relative; }
.custom-control-input { height: 1rem; left: 0; position: absolute; top: .25rem; width: 1rem; }
.custom-control-label { color: var(--muted); }
.alert { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 1rem; padding: .8rem 1rem; }
.alert-info { background: rgba(16, 200, 235, .08); color: var(--text); }
hr { border: 0; border-top: 1px solid var(--line); margin: 1.25rem 0; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.my-5 { margin-bottom: 3rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.p-0 { padding: 0 !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: clamp(1.15rem, 5vw, 3rem) !important; }
.py-2 { padding-bottom: .5rem !important; padding-top: .5rem !important; }
.g-recaptcha { max-width: 100%; transform-origin: 0 0; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .mb-sm-0 { margin-bottom: 0 !important; }
}
@media (min-width: 768px) {
  .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
}
@media (min-width: 992px) {
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .offset-1 { margin-left: 8.333%; }
  .d-lg-block { display: block !important; }
  .bg-password-image { background: linear-gradient(145deg, rgba(16, 200, 235, .2), rgba(138, 118, 255, .28)); min-height: 500px; }
}
@media (min-width: 1200px) {
  .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-10 { flex: 0 0 83.333%; max-width: 83.333%; }
}
@media (max-width: 399.98px) {
  .container { padding: .55rem; }
  .card { border-radius: 14px !important; }
  .card-body, .p-5 { padding: 1rem !important; }
  .form-group.row > [class*="col-"] + [class*="col-"] { margin-top: .85rem; }
  .ml-4 { margin-left: 0 !important; }
}

;
