:root{
  --tc-bg:#090b0f;
  --tc-panel:#10151d;
  --tc-panel-soft:#151c26;
  --tc-text:#f4f0e6;
  --tc-muted:#a9b0bc;
  --tc-gold:#d7b56d;
  --tc-gold-bright:#f2d48b;
  --tc-line:rgba(215,181,109,.32);
  --tc-danger:#e07a7a;
  --tc-success:#7fd6a8;
  --tc-radius:16px;
  --tc-shadow:0 24px 80px rgba(0,0,0,.42);
  --tc-transition:420ms cubic-bezier(.22,.61,.36,1);
  --tc-content-width:1440px;
  --tc-safe-top:env(safe-area-inset-top,0px);
  --tc-safe-right:env(safe-area-inset-right,0px);
  --tc-safe-bottom:env(safe-area-inset-bottom,0px);
  --tc-safe-left:env(safe-area-inset-left,0px);
}
