/* Extras din <style> inline — CSP fără unsafe-inline (audit codex F5/C11). */
/* Sitewide cursor — text non-editabil = default */
* { cursor: default; }
a, a *,
button, button *,
label, label *,
summary, summary *,
select,
[role="button"], [role="button"] *,
[onclick], [onclick] *,
[tabindex]:not([tabindex="-1"]),
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], input[type="file"] { cursor: pointer; }
input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]), textarea, [contenteditable="true"] { cursor: text; }
:root {
  --primary: #003d7a;
  --primary-light: #0055a8;
  --secondary: #0066cc;
  --accent: #ff6b00;
  --text: #1e293b;
  --text-light: #64748b;
  --bg: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Manrope', 'Manrope Fallback', 'Segoe UI', sans-serif; line-height: 1.7; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
a { color: var(--secondary); text-decoration: none; }
a:hover { text-decoration: underline; }

.top-bar { background: var(--primary); color: #fff; padding: 10px 0; font-size: 0.88em; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: rgba(255,255,255,0.85); }

.container { max-width: 900px; margin: 0 auto; padding: 0 24px; }

header.page-header { background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 0; }
header.page-header .container { display: flex; justify-content: space-between; align-items: center; }
.site-logo .site-logo-brand { font-size: 1.6em; font-weight: 800; display: inline-block; margin: 0; }
.site-logo .site-logo-brand a { color: var(--primary); text-decoration: none; }
.site-logo .tagline { font-size: 0.7em; color: var(--text-light); font-weight: 500; margin-left: 8px; }
.back-link { color: var(--secondary); font-weight: 600; font-size: 0.9em; }

.content { background: var(--white); border-radius: 12px; box-shadow: 0 1px 6px rgba(0,0,0,0.06); margin: 32px auto; padding: 48px; }

.content h1 { color: var(--primary); font-size: 1.8em; font-weight: 800; margin-bottom: 8px; }
.content .updated { color: var(--text-light); font-size: 0.88em; margin-bottom: 32px; }

.content h2 { color: var(--primary); font-size: 1.2em; font-weight: 700; margin-top: 36px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--bg); }

.content p { margin-bottom: 14px; }

.content ul { margin: 8px 0 14px 24px; }
.content ul li { margin-bottom: 6px; }

.content .highlight { background: #eef6ff; border-left: 4px solid var(--secondary); padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 16px 0; font-size: 0.92em; }

.content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.9em; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.content table th { background: var(--bg); padding: 10px 14px; text-align: left; font-weight: 700; color: var(--primary); border-bottom: 2px solid var(--border); white-space: nowrap; }
.content table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: top; }

.contact-box { background: var(--bg); border-radius: 10px; padding: 20px 24px; margin-top: 24px; }
.contact-box p { margin-bottom: 6px; }

footer.page-footer { background: var(--primary); color: #fff; padding: 24px 0; margin-top: 40px; text-align: center; font-size: 0.85em; }
footer a { color: rgba(255,255,255,0.7); }

@media (max-width: 768px) {
  .content { padding: 28px 20px; margin: 16px; }
  .content h1 { font-size: 1.4em; }
  .content table { font-size: 0.82em; }
  .content table th, .content table td { padding: 8px 10px; }
}
/* Fostele style= inline (CSP) */
.pc-th-40{width:40%}
.pc-link{color:var(--secondary)}
