
  @keyframes tcFlash {
    0%   { background:rgba(33,69,107,.16); box-shadow:-12px 0 0 rgba(33,69,107,.16); }
    60%  { background:rgba(33,69,107,.16); box-shadow:-12px 0 0 rgba(33,69,107,.16); }
    100% { background:transparent; box-shadow:-12px 0 0 transparent; }
  }
  section.tc-flash > h2 { animation: tcFlash 3.1s ease-out 1; border-radius:3px; }
  a.tc-navlink:hover { background:#efe8da !important; }
  a.tc-toclink:hover span:last-child { color:#181410 !important; }
  a.tc-toclink.is-active span:last-child { color:#21456B !important; font-weight:600; }
  a.tc-toclink.is-active span:first-child { color:#21456B !important; }
  .tc-poplist a:last-child { border-bottom:none !important; }
  a.tc-artlink { text-decoration:none; color:#181410; }
  a.tc-artlink:hover .tc-arttitle { color:#21456B; }
  input.tc-srch { font-family:'Spline Sans',sans-serif; font-size:15px; color:#181410; background:#fff; border:1px solid #e2dac9; border-radius:5px; width:100%; outline:none; }
  input.tc-srch:focus { border-color:#21456B; }
  .tc-actbtn { display:inline-flex; align-items:center; gap:7px; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.05em; color:#46403a; background:#fff; border:1px solid #d8cfbe; border-radius:5px; padding:8px 13px; cursor:pointer; text-decoration:none; }
  .tc-actbtn:hover { border-color:#21456B; color:#21456B; }
