/* CSS complementar mantido diretamente: sem @apply ou compilação no deploy. */
:root{color-scheme:dark}
body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important}
.font-mono,code,pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important}
:focus-visible{outline:2px solid #67e8f9!important;outline-offset:3px}
.pc-field{background:#10151c;border:1px solid #26333c;border-radius:8px;padding:12px;min-width:0}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:12px}
.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#b1becb!important;margin-bottom:6px}
.info-value{font-size:.875rem;color:#e2e8f0;overflow-wrap:anywhere;white-space:pre-wrap}
.pc-message{padding:12px;border:1px solid #f59e0b;border-radius:8px;color:#fde68a;background:#241b0c;margin:12px 0;overflow-wrap:anywhere}
.pc-muted,.text-dark-400,.text-dark-300,.text-gray-600,.text-gray-500{color:#aab6c4!important}
label,.cyber-input::placeholder{color:#aab6c4!important;opacity:1}
.pc-result-heading{font-size:1rem;color:#e2e8f0;font-weight:600;margin:18px 0 10px}
.pc-record{white-space:pre-wrap;overflow-wrap:anywhere;background:#10151c;padding:12px;border-radius:8px;margin:8px 0}
.pc-attribution{text-align:center;color:#aab6c4;font-size:.75rem;margin:24px 0}
.pc-attribution a,.pc-languages a{text-decoration:underline;text-underline-offset:3px}
.pc-languages{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;padding:10px;color:#d1fae5}
.pc-history-item{padding:6px 0;overflow-wrap:anywhere}
.pc-suggestions{padding-left:20px;list-style:disc;color:#ccd6e1;font-size:.875rem}
.pc-suggestions li{margin:8px 0}
#result-card{overflow-wrap:anywhere}
#result-icon{font-size:1.75rem}
.result-open{background:#08291c;border:1px solid #059669}
.result-closed{background:#2b121a;border:1px solid #f87171}
.result-timeout{background:#2b220c;border:1px solid #fbbf24}
.result-error{background:#17202c;border:1px solid #94a3b8}
.spinner{width:20px;height:20px;border:3px solid #155e46;border-top-color:#6ee7b7;border-radius:50%;animation:pc-spin .8s linear infinite}
@keyframes pc-spin{to{transform:rotate(360deg)}}
.copied{color:#6ee7b7!important}
.ad-container{overflow:hidden;min-height:90px}
[hidden]{display:none!important}
.cyber-table td{overflow-wrap:anywhere;max-width:50vw}
button{touch-action:manipulation}
@media(max-width:640px){main{padding-bottom:5rem!important}.pc-languages{gap:16px}.pc-field{padding:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Navegação completa, compartilhada pelas 35 páginas estáticas. */
.pc-site-header{background:#060b0d;border-bottom:1px solid #1d3931;color:#a4afba;padding:0 24px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.pc-header-top,.pc-header-tools,.pc-header-resources{max-width:1200px;margin:0 auto!important}
.pc-header-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0 12px}
.pc-header-brand{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:750;letter-spacing:-1px;color:#00e59b!important;text-decoration:none;white-space:nowrap}
.pc-header-brand span:last-child{color:#75f9c2}.pc-header-brand span:first-child{font-size:27px}
.pc-site-header nav{display:flex;gap:0;flex-wrap:wrap}
.pc-header-meta a{padding:8px;color:#a4afba;text-decoration:none;font-size:12px}
.pc-site-header .pc-header-tools{display:block;border-top:1px solid #173028;border-bottom:1px solid #173028}
.pc-header-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px}
.pc-header-row+.pc-header-row{border-top:1px solid #10241e}
.pc-header-row a{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 6px;color:#b0bac5;text-align:center;text-decoration:none;text-transform:uppercase;font-size:12px;letter-spacing:.04em;line-height:1.5}
.pc-site-header .pc-header-resources{justify-content:flex-end;gap:22px;padding:8px 0}
.pc-header-resources a{color:#a4afba;font-size:11px;text-transform:uppercase;text-decoration:none;padding:4px}
.pc-site-header a:hover,.pc-site-header a[aria-current=page]{color:#65ffc4;background:#10251d}
.pc-site-header a:focus-visible{outline:2px solid #65ffc4;outline-offset:2px}
@media(max-width:700px){.pc-site-header{padding:0 14px}.pc-header-top{flex-wrap:wrap;gap:4px;padding:12px 0 8px}.pc-header-brand{font-size:21px}.pc-header-meta{width:100%;justify-content:space-between}.pc-header-row{grid-template-columns:repeat(3,minmax(0,1fr))}.pc-header-row a{font-size:11px;min-height:44px}.pc-site-header .pc-header-resources{justify-content:center}.pc-header-resources a{font-size:10px}}
