:root{
  --polat-red:#e51b36;
  --polat-red-dark:#c9132b;
  --polat-dark:#111b24;
  --polat-dark-2:#182631;
  --polat-text:#111922;
  --polat-muted:#68737d;
  --polat-line:#e8ecef;
  --polat-soft:#f5f7f8;
  --polat-radius:16px;
  --polat-shadow:0 8px 28px rgba(10,20,30,.05);
}
.polat-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--polat-dark);white-space:nowrap;line-height:1}
.polat-brand-icon{font-size:34px;line-height:1;filter:saturate(.9)}
.polat-brand-words{display:flex;flex-direction:column;line-height:1}
.polat-brand-words strong{font-size:25px;letter-spacing:1px;font-weight:900}
.polat-brand-words small{font-size:9px;letter-spacing:5px;margin-top:5px;font-weight:700}
.polat-brand-on-dark{color:#fff}
.polat-brand-on-dark .polat-brand-words small{color:#d7dde2}
