/* =========================================================
   TMJ Sistemas — estilos compartilhados
   Fonte (JetBrains Mono) + reset base usados por index.html e contato.html
   ========================================================= */

/* ---------- JetBrains Mono ---------- */
/* latin + latin-ext · pesos 400/500/600/700 (suficiente pro PT-BR) */

/* weight 400 */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("fe8266ad-5765-4dca-994b-0a9e89a2ba76.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin-ext */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("da57ba58-4862-43b6-aae4-e39b69727809.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */

/* weight 500 */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("fe8266ad-5765-4dca-994b-0a9e89a2ba76.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin-ext */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("da57ba58-4862-43b6-aae4-e39b69727809.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */

/* weight 600 */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 600; font-display: swap; src: url("fe8266ad-5765-4dca-994b-0a9e89a2ba76.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin-ext */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 600; font-display: swap; src: url("da57ba58-4862-43b6-aae4-e39b69727809.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */

/* weight 700 */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 700; font-display: swap; src: url("fe8266ad-5765-4dca-994b-0a9e89a2ba76.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin-ext */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 700; font-display: swap; src: url("da57ba58-4862-43b6-aae4-e39b69727809.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */

/* ---------- Paleta (referência) ---------- */
:root {
  --tmj-bg: #04060f;          /* fundo principal */
  --tmj-surface: #0a0c14;     /* cards */
  --tmj-border: #1e2330;      /* bordas */
  --tmj-cyan: #16e0d6;        /* destaque */
  --tmj-cyan-hover: #5cf0e8;  /* destaque hover */
  --tmj-text: #eef6f6;        /* texto forte */
  --tmj-muted: #9aa3b1;       /* texto secundário */
  --tmj-dim: #6b7482;         /* texto apagado */
}

/* ---------- Reset base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #04060f; }
a { text-decoration: none; }
::selection { background: #16e0d6; color: #04060f; }

/* ---------- Animações ---------- */
@keyframes blink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
@keyframes scan { 0% { transform: translateY(0); } 100% { transform: translateY(40px); } }

/* ---------- Formulários (contato) ---------- */
input, textarea, select { font-family: "JetBrains Mono", monospace; }
input::placeholder, textarea::placeholder { color: #4f5867; }
input:focus, textarea:focus, select:focus { outline: none; border-color: #16e0d6 !important; }
