/* Blue Bear visual design tokens.
   Edit these values to change the website's global look. */
:root{
  --bg:#050b14;
  --bg2:#071426;
  --panel:#0b1a2e;
  --blue:#0b5fbb;
  --blue2:#0d8bff;
  --yellow:#ffc400;
  --white:#f8fbff;
  --muted:#b9c7d8;
  --line:rgba(255,255,255,.12);
  --button-radius:12px;
  --card-radius:20px;
  --section-space:70px;
}
.btn{border-radius:var(--button-radius)}
.service-card,.project-card,.review-card,.admin-panel,.v6-card,.project-card-os,.customer-card,.report-card{border-radius:var(--card-radius)}
.section{padding-top:var(--section-space);padding-bottom:var(--section-space)}
