/* ===== TradeCrew Marketing — Accessibility widget layer ===== */
/* User toggles scoped to the page content wrapper (.canvas) so the widget UI itself is unaffected */
html.tcm-contrast .canvas{filter:contrast(1.32) saturate(1.06);}
html.tcm-font .canvas *{font-family:Arial,Helvetica,sans-serif !important;letter-spacing:.012em !important;}
html.tcm-links .canvas a{text-decoration:underline !important;text-underline-offset:3px;font-weight:700 !important;}
html.tcm-motion *{animation:none !important;transition:none !important;scroll-behavior:auto !important;}
html.tcm-cursor,html.tcm-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath d='M6 3l30 17-13 3-4 14z' fill='%23141414' stroke='%23FFC400' stroke-width='2.5'/%3E%3C/svg%3E") 6 3, auto !important;}

/* FAB */
.tcm-fab{position:fixed;bottom:20px;right:20px;z-index:99998;width:56px;height:56px;
  background:#141414;border:3px solid #FFC400;color:#FFC400;cursor:pointer;display:flex;align-items:center;
  justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.4);}
.tcm-fab:hover{background:#000;}
.tcm-fab:focus-visible{outline:3px solid #FFC400;outline-offset:3px;}
.tcm-fab svg{width:30px;height:30px;}
/* Panel */
.tcm-panel{position:fixed;bottom:88px;right:20px;z-index:99999;width:314px;max-width:calc(100vw - 32px);
  background:#fff;border:2px solid #141414;box-shadow:0 12px 44px rgba(0,0,0,.34);
  padding:20px 18px 16px;font-family:'IBM Plex Sans',system-ui,sans-serif;display:none;}
.tcm-panel.open{display:block;}
.tcm-panel h2{margin:0 0 2px;font-family:'Big Shoulders Display',sans-serif;font-weight:800;font-size:24px;
  text-transform:uppercase;color:#141414;letter-spacing:.02em;}
.tcm-panel .tcm-sub{margin:0 0 14px;font-size:12px;color:#55534c;font-family:'IBM Plex Mono',monospace;letter-spacing:.04em;}
.tcm-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.tcm-opt{display:flex;flex-direction:column;align-items:center;gap:7px;padding:13px 6px;border:1px solid #c4c1b8;
  background:#F4F2EC;color:#141414;font-size:12px;font-weight:700;cursor:pointer;text-align:center;font-family:'IBM Plex Sans',sans-serif;}
.tcm-opt:hover{border-color:#141414;}
.tcm-opt:focus-visible{outline:3px solid #FFC400;outline-offset:2px;}
.tcm-opt[aria-pressed="true"]{background:#141414;color:#FFC400;border-color:#141414;}
.tcm-opt svg{width:22px;height:22px;}
.tcm-reset{margin-top:12px;width:100%;padding:12px;border:none;background:#FFC400;
  color:#141414;font-weight:800;font-size:15px;cursor:pointer;font-family:'Big Shoulders Display',sans-serif;
  text-transform:uppercase;letter-spacing:.06em;}
.tcm-reset:hover{background:#e6b100;}
.tcm-reset:focus-visible{outline:3px solid #141414;outline-offset:2px;}
.tcm-close{position:absolute;top:6px;right:10px;background:none;border:none;font-size:24px;color:#55534c;cursor:pointer;line-height:1;padding:4px;}
.tcm-close:hover{color:#141414;}
@media (max-width:560px){.tcm-fab{bottom:14px;right:14px;}.tcm-panel{bottom:80px;right:14px;}}
