:root{
  --vc-bg:#030712;
  --vc-bg-2:#071326;
  --vc-surface:rgba(255,255,255,.075);
  --vc-surface-strong:rgba(255,255,255,.105);
  --vc-line:rgba(255,255,255,.14);
  --vc-line-soft:rgba(255,255,255,.08);
  --vc-text:#f8fbff;
  --vc-muted:#a9b8cc;
  --vc-blue:#4f8cff;
  --vc-cyan:#70e9ff;
  --vc-indigo:#6675ff;
  --vc-green:#42d392;
  --vc-warning:#ffc857;
  --vc-danger:#ff7373;
  --vc-radius:26px;
  --vc-shadow:0 28px 90px rgba(0,0,0,.34);
}
html{color-scheme:dark}
body{background-color:var(--vc-bg)}
.vcare-brand-link{
  display:inline-flex!important;
  align-items:center!important;
  flex-direction:row!important;
  gap:11px!important;
  text-decoration:none!important;
  color:var(--vc-text)!important;
  min-width:max-content;
}
.vcare-brand-link>img{
  width:46px;
  height:46px;
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 12px 24px rgba(79,140,255,.25));
}
.vcare-brand-link .vcare-brand-copy{
  display:flex;
  flex-direction:column;
  gap:1px;
  line-height:1.05;
}
.vcare-brand-link .vcare-brand-copy b{
  font-size:21px;
  font-weight:950;
  letter-spacing:-.045em;
}
.vcare-brand-link .vcare-brand-copy small{
  display:block;
  color:var(--vc-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.01em;
  margin:0;
}
.vcare-corner-brand{
  position:relative;
  z-index:5;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--vc-text);
  text-decoration:none;
  font-weight:950;
  letter-spacing:-.035em;
  margin-bottom:18px;
}
.vcare-corner-brand img{
  width:45px;
  height:45px;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(79,140,255,.28));
}
.vcare-corner-brand span{
  display:flex;
  flex-direction:column;
}
.vcare-corner-brand b{font-size:20px}
.vcare-corner-brand small{
  color:var(--vc-muted);
  font-size:11px;
  letter-spacing:0;
}
.vcare-brand-logo-full{
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 36px 70px rgba(41,104,255,.22));
}
.vcare-brand-mini{
  width:42px!important;
  height:42px!important;
  object-fit:contain!important;
}
.vcare-brand-auth{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.vcare-brand-auth img{
  width:54px;
  height:54px;
  object-fit:contain;
  filter:drop-shadow(0 14px 26px rgba(79,140,255,.28));
}
.vcare-brand-auth strong{
  display:block;
  font-size:24px;
  letter-spacing:-.045em;
}
.vcare-brand-auth span{
  color:var(--vc-muted);
  font-size:12px;
  font-weight:800;
}
@media(max-width:680px){
  .vcare-brand-link .vcare-brand-copy small{display:none}
  .vcare-brand-link>img{width:42px;height:42px}
}
