/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================
   ATLAS.AC — Theme: black & white (matching the desktop client),
   blue kept only as a small accent (links, active states, pill dot),
   red/green/yellow kept as functional risk-status colors.
   ============================================================ */
:root {
  --bg: #000000;
  --card: #0a0a0a;
  --card2: #111111;
  --line: #242424;
  --line-soft: #171717;
  --text: #ffffff;
  --muted: #8a8a8a;
  --blue: #4a90e2;
  --green: #36d66b;
  --red: #ff4d6d;
  --yellow: #ffc857;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #000000; color: var(--text); font-family: Inter, ui-sans-serif, system-ui, Segoe UI, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.bg {
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 0%, rgba(255,255,255,.035), transparent 32%),
    radial-gradient(circle at 15% 95%, rgba(255,255,255,.025), transparent 30%),
    linear-gradient(180deg, #000000, #030303);
}

.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card {
  width: 460px; max-width: 100%; padding: 30px; border-radius: 24px;
  background: rgba(4, 4, 4, .94); border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
}
.brand { display:flex; align-items:center; gap:12px; font-weight:950; letter-spacing:.08em; }
.brand-mark {
  width:36px; height:36px; border-radius:10px; display:block; object-fit:cover;
  background:#111; border:1px solid #333; flex-shrink:0;
}
.login-title { font-size:38px; line-height:1.05; margin:28px 0 10px; }
.muted { color: var(--muted); }
.blue { color: var(--blue); }
.green { color: var(--green); }
.red { color: var(--red); }

.btn {
  height:44px; padding:0 18px; border-radius:12px; border:1px solid #2e2e2e;
  background:#0d0d0d; color:#fff; display:inline-flex; align-items:center; justify-content:center;
  gap:10px; cursor:pointer; font-weight:850;
}
.btn:hover { background:#171717; border-color:#565656; }
.btn.full { width:100%; }
.btn.ghost { background:#0a0a0a; border-color:var(--line); }

.layout { display:grid; grid-template-columns:260px 1fr; min-height:100vh; }
.sidebar {
  background:rgba(0,0,0,.9); border-right:1px solid var(--line); padding:22px 18px;
  position:-webkit-sticky;
  position:sticky; top:0; height:100vh;
}
.nav-section { margin-top:30px; }
.nav-title { font-size:12px; color:#565656; font-weight:950; letter-spacing:.12em; margin:0 0 10px; }
.nav-link {
  height:43px; border-radius:12px; display:flex; align-items:center; gap:12px; padding:0 12px;
  color:#a3a3a3; font-weight:800;
}
.nav-link:hover { background:#141414; color:#fff; }
.user-mini {
  position:absolute; bottom:22px; left:18px; right:18px; border:1px solid var(--line);
  background:#0a0a0a; border-radius:16px; padding:11px; display:flex; align-items:center; gap:12px;
}
.avatar { width:40px; height:40px; border-radius:999px; object-fit:cover; background:#222; }

.main { padding:30px; max-width:1500px; width:100%; }
.top-card, .card {
  background:rgba(6,6,6,.92); border:1px solid #1c1c1c; border-radius:18px;
  box-shadow:0 18px 60px rgba(0,0,0,.4);
}
.top-card { padding:24px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.h1 { margin:0 0 6px; font-size:26px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-gap:16px; gap:16px; margin-top:16px; }
.stat { padding:22px; }
.stat-icon { width:46px; height:46px; border-radius:14px; background:#141414; display:grid; place-items:center; margin-bottom:14px; color:#fff; }
.version { margin:16px 0; height:48px; border:1px solid #2e2e2e; border-radius:13px; display:grid; place-items:center; background:#0a0a0a; font-weight:950; }
.content-grid { display:grid; grid-template-columns:1fr 330px; grid-gap:16px; gap:16px; }
.stack { display:flex; flex-direction:column; gap:16px; }
.pad { padding:22px; }
.search { width:100%; height:52px; border:1px solid #1c1c1c; background:#080808; color:#fff; border-radius:13px; padding:0 16px; outline:none; margin-bottom:14px; }
.table { width:100%; border-collapse:collapse; }
.table th { text-align:left; color:#6b6b6b; font-size:12px; letter-spacing:.1em; padding:13px 10px; border-bottom:1px solid #262626; }
.table td { padding:16px 10px; border-bottom:1px solid #161616; color:#e2e2e2; font-weight:750; }
.badge { display:inline-flex; padding:5px 10px; border-radius:999px; font-size:12px; font-weight:950; }
.badge.green { color:#66f08e; background:rgba(54,214,107,.1); }
.badge.red { color:#ff6b82; background:rgba(255,77,109,.1); }
.badge.yellow { color:#ffc857; background:rgba(255,200,87,.1); }
.json { white-space:pre-wrap; background:#050505; border:1px solid #1c1c1c; border-radius:14px; padding:16px; overflow:auto; }

.code-box { margin-top:14px; padding:14px; border-radius:14px; background:#050505; border:1px solid var(--line); }
.code { font-size:34px; font-weight:950; letter-spacing:.14em; }

.policy-text { max-height: 62vh; overflow-y: auto; }

@keyframes pulse-icon { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.pulse-icon { animation: pulse-icon 1.1s ease-in-out infinite; }

@media (max-width: 980px) {
  .layout { grid-template-columns:1fr; }
  .sidebar { position:relative; height:auto; }
  .user-mini { position:static; margin-top:20px; }
  .grid-3, .content-grid { grid-template-columns:1fr; }
}

/* ============================================================
   ATLAS.AC — Lean More / Scan Report styles
   Da appendere in app/globals.css
   ============================================================ */

.report-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.report-verdict-banner {
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid;
}
.report-verdict-banner.high {
  background: rgba(255, 77, 109, .08);
  border-color: rgba(255, 77, 109, .35);
  color: #ff7b91;
}
.report-verdict-banner.suspicious {
  background: rgba(255, 200, 87, .08);
  border-color: rgba(255, 200, 87, .35);
  color: #ffd278;
}
.report-verdict-banner.low {
  background: rgba(54, 214, 107, .08);
  border-color: rgba(54, 214, 107, .35);
  color: #66f08e;
}

.report-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 18px;
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

/* ---- Pin details panel (top, full width) ---- */
.pin-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0;
  gap: 0;
}
.pin-details-col { padding: 4px 0; }
.pin-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 4px;
  border-bottom: 1px solid #181818;
  font-size: 14px;
}
.pin-detail-row:last-child { border-bottom: none; }
.pin-detail-dot {
  width: 7px; height: 7px; border-radius: 50%; margin-right: 10px; display: inline-block;
  flex-shrink: 0;
}
.pin-detail-label { display:flex; align-items:center; color: #8a8a8a; font-weight: 700; }
.pin-detail-value { font-weight: 800; color: #ececec; }
.pin-detail-value.green { color: #66f08e; }
.pin-detail-value.red   { color: #ff7b91; }
.pin-detail-value.muted { color: #5c5c5c; }

/* ---- Category sidebar (left of report-grid) ---- */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  color: #a3a3a3;
  transition: background .15s ease, color .15s ease;
  border: 1px solid transparent;
}
.category-item:hover { background: #121212; color: #fff; }
.category-item.active {
  background: #171717;
  color: #fff;
  border-color: #333333;
}
.category-item-left { display: flex; align-items: center; gap: 10px; }
.category-count {
  min-width: 26px;
  text-align: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}
.category-count.detect     { background: rgba(255,77,109,.14); color: #ff7b91; }
.category-count.warning    { background: rgba(255,200,87,.14); color: #ffd278; }
.category-count.suspicious { background: rgba(56,189,248,.14); color: #5fd1ff; }
.category-count.integrity  { background: rgba(54,214,107,.14); color: #66f08e; }
.category-count.ai         { background: rgba(167,139,250,.14); color: #c4aefc; }

/* ---- Right panel ---- */
.findings-panel {
  background: rgba(6,6,6,.92);
  border: 1px solid #1c1c1c;
  border-radius: 18px;
  min-height: 420px;
}
.findings-panel-empty {
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #5c5c5c;
  text-align: center;
  padding: 30px;
}
.findings-panel-empty h3 { color: #cfcfcf; font-size: 17px; margin: 0; }
.findings-panel-empty p { margin: 0; font-size: 14px; }

.findings-panel-header {
  padding: 20px 22px;
  border-bottom: 1px solid #181818;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.findings-panel-header h3 { margin: 0; font-size: 17px; }
.findings-panel-header .muted { font-size: 13px; margin-top: 2px; }

.findings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  padding: 20px;
}
@media (max-width: 1300px) {
  .findings-grid { grid-template-columns: 1fr; }
}

.finding-card {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  padding: 18px;
  border-left: 3px solid transparent;
  position: relative;
}
.finding-card.risk-high     { border-left-color: #ff4d6d; }
.finding-card.risk-medium   { border-left-color: #ffc857; }
.finding-card.risk-low      { border-left-color: #36d66b; }
.finding-card.risk-critical { border-left-color: #ff1f47; }

.finding-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.finding-icon-box {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.finding-icon-box.risk-high, .finding-icon-box.risk-critical { background: rgba(255,77,109,.12); color: #ff7b91; }
.finding-icon-box.risk-medium { background: rgba(255,200,87,.12); color: #ffd278; }
.finding-icon-box.risk-low { background: rgba(54,214,107,.12); color: #66f08e; }

.instance-pill {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}
.instance-pill.in_instance   { background: rgba(255,77,109,.12); color: #ff7b91; }
.instance-pill.boot_instance { background: rgba(167,139,250,.12); color: #c4aefc; }

.finding-card-title {
  font-weight: 850;
  font-size: 15px;
  color: #f5f5f5;
  margin-bottom: 6px;
}
.finding-card-reason {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 10px;
  line-height: 1.5;
}
.finding-card-path {
  background: #050505;
  border: 1px solid #181818;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: 'Consolas', monospace;
  font-size: 12.5px;
  color: #b9b9b9;
  word-break: break-all;
  margin-bottom: 10px;
}
.finding-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #5c5c5c;
}
.confidence-badge {
  font-weight: 900;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
}
.confidence-badge.High   { background: rgba(255,77,109,.14); color: #ff7b91; }
.confidence-badge.Medium { background: rgba(255,200,87,.14); color: #ffd278; }
.confidence-badge.Low    { background: rgba(120,120,120,.14); color: #8a8a8a; }

.signed-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
}
.signed-badge.yes { color: #66f08e; }
.signed-badge.no  { color: #ff7b91; }

/* ---- Integrity rows (simpler list, not cards) ---- */
.integrity-list { padding: 8px 20px 20px; }
.integrity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 6px;
  border-bottom: 1px solid #141414;
  font-size: 13.5px;
}
.integrity-row:last-child { border-bottom: none; }
.integrity-row-path { color: #8a8a8a; font-family: 'Consolas', monospace; font-size: 12.5px; }
.integrity-row-time { color: #5c5c5c; font-size: 12px; flex-shrink: 0; margin-left: 14px; }

/* ---- AI Opinion panel ---- */
.ai-opinion-box {
  padding: 22px;
  display: flex;
  gap: 16px;
}
.ai-opinion-avatar {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: #141414; border: 1px solid #2e2e2e;
  display: flex; align-items: center; justify-content: center;
}
.ai-opinion-text { color: #c2c2c2; font-size: 14.5px; line-height: 1.7; }
.ai-opinion-text b { color: #fff; }

/* ---- Top scan complete toast banner (replicates client UX) ---- */
.scan-complete-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 50;
  background: #0a0a0a;
  border: 1px solid #242424;
  border-left: 3px solid #36d66b;
  color: #fff;
  border-radius: 16px;
  padding: 18px 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: slideInToast .35s ease;
}
@keyframes slideInToast {
  from { transform: translateX(40px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

/* ---- Raw report collapsible ---- */
.raw-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a8a8a;
  font-weight: 800;
  font-size: 13px;
}

/* ==========================================================
   ATLAS.AC UI POLISH v2
   SOLO COLORI / FONT / BORDI / HOVER
   NON cambia layout, routing, database o logica.
   ========================================================== */

:root {
  --atlas-bg-0: #050607;
  --atlas-bg-1: #080a0f;
  --atlas-bg-2: #0c1018;
  --atlas-card: rgba(10, 13, 20, 0.88);
  --atlas-card-2: rgba(13, 17, 26, 0.92);
  --atlas-border: rgba(255, 255, 255, 0.075);
  --atlas-border-2: rgba(130, 160, 210, 0.18);
  --atlas-text: #f4f6fb;
  --atlas-muted: #9ca8bd;
  --atlas-blue: #4d8dff;
  --atlas-blue-soft: rgba(77, 141, 255, 0.14);
  --atlas-white-soft: rgba(255, 255, 255, 0.055);
  --atlas-red: #ff4d6d;
  --atlas-green: #38e28c;
  --atlas-yellow: #ffd166;
  --atlas-shadow: 0 22px 60px rgba(0, 0, 0, 0.40);
}

html,
body {
  background:
    radial-gradient(circle at 18% 8%, rgba(69, 118, 255, 0.10), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(180deg, #06070a 0%, #030405 52%, #020203 100%) !important;
  color: var(--atlas-text) !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/* effetto premium leggerissimo, senza cambiare dimensioni */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .24;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}

/* Sidebar: stessa posizione/dimensione, solo più pulita */
aside,
.sidebar,
nav[class*="side"],
div[class*="sidebar"] {
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.98), rgba(2, 3, 5, 0.98)) !important;
  border-right-color: rgba(255,255,255,0.075) !important;
  box-shadow: 14px 0 55px rgba(0,0,0,.35);
}

/* Link sidebar */
aside a,
.sidebar a,
nav a {
  color: #c4ccda !important;
}

aside a:hover,
.sidebar a:hover,
nav a:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.055) !important;
}

aside a[href],
.sidebar a[href] {
  border-radius: 12px;
}

/* Brand */
h1, h2, h3, h4,
[class*="title"],
[class*="brand"] {
  color: var(--atlas-text);
  letter-spacing: -0.025em;
}

p,
span,
td,
th,
label {
  text-rendering: geometricPrecision;
}

/* Card e blocchi principali: non cambia width/height, solo estetica */
section,
article,
.card,
[class*="card"],
[class*="panel"],
[class*="box"] {
  border-color: var(--atlas-border) !important;
}

.card,
[class*="card"],
[class*="panel"],
[class*="box"] {
  background:
    linear-gradient(180deg, rgba(12, 15, 23, 0.92), rgba(5, 7, 11, 0.90)) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

/* Hero/header card */
main > div:first-child,
main section:first-child,
[class*="hero"],
[class*="welcome"] {
  background:
    linear-gradient(135deg, rgba(13, 17, 27, 0.95), rgba(5, 7, 11, 0.94)),
    radial-gradient(circle at 86% 20%, rgba(77, 141, 255, 0.13), transparent 32%) !important;
  border-color: rgba(255,255,255,0.09) !important;
  box-shadow: var(--atlas-shadow);
}

/* Bottoni */
button,
.btn,
a[class*="button"],
button[class*="button"] {
  border-color: rgba(77, 141, 255, 0.42) !important;
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(20, 38, 72, 0.72), rgba(10, 18, 34, 0.80)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 10px 26px rgba(77,141,255,0.11);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

button:hover,
.btn:hover,
a[class*="button"]:hover,
button[class*="button"]:hover {
  transform: translateY(-1px);
  border-color: rgba(115, 165, 255, 0.70) !important;
  background:
    linear-gradient(180deg, rgba(29, 55, 103, 0.86), rgba(12, 24, 48, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 16px 42px rgba(77,141,255,0.18);
}

button:disabled {
  opacity: .55;
  transform: none;
}

/* Input/Search */
input,
textarea,
select {
  background: rgba(3, 5, 9, 0.72) !important;
  border-color: rgba(255,255,255,0.085) !important;
  color: #f4f6fb !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

input::placeholder,
textarea::placeholder {
  color: #6e7a90 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(77, 141, 255, 0.58) !important;
  box-shadow: 0 0 0 3px rgba(77,141,255,0.105) !important;
}

/* Tabelle: più leggibili, stesse dimensioni */
table {
  color: var(--atlas-text);
}

thead,
thead tr {
  background: rgba(255,255,255,0.015) !important;
}

th {
  color: #74829b !important;
  border-color: rgba(77,141,255,0.34) !important;
  font-weight: 800 !important;
  letter-spacing: .10em;
}

td {
  color: #e9edf7 !important;
  border-color: rgba(255,255,255,0.06) !important;
}

tbody tr {
  transition: background .15s ease;
}

tbody tr:hover {
  background: rgba(77,141,255,0.055) !important;
}

/* Badge risultati */
[class*="legit"],
[data-result="legit"] {
  color: #45efa0 !important;
}

[class*="pending"],
[data-result="pending"] {
  color: #ffd166 !important;
}

[class*="suspicious"],
[data-result="suspicious"] {
  color: #ffbd5c !important;
}

[class*="cheating"],
[data-result="cheating"],
[class*="danger"],
[class*="error"] {
  color: #ff5d77 !important;
}

/* Badge pill generiche senza forzare layout */
span[class*="badge"],
span[class*="pill"],
div[class*="badge"],
div[class*="pill"] {
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

/* Card valori blu */
a[href],
.accent,
[class*="blue"] {
  color: var(--atlas-blue) !important;
}

/* Version bar / separatori */
hr {
  border-color: rgba(255,255,255,0.075) !important;
}

[class*="version"] {
  border-color: rgba(77,141,255,0.38) !important;
  background: linear-gradient(90deg, rgba(77,141,255,0.085), rgba(255,255,255,0.02), rgba(77,141,255,0.085)) !important;
}

/* Avatar/user box */
img {
  image-rendering: auto;
}

[class*="user"],
[class*="profile"] {
  border-color: rgba(255,255,255,0.08);
}

/* Scrollbar più pulita */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #030405;
}

::-webkit-scrollbar-thumb {
  background: rgba(95, 105, 125, 0.55);
  border-radius: 999px;
  border: 2px solid #030405;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(135, 150, 178, 0.66);
}

/* Font weights più belli senza cambiare layout */
strong,
b,
button,
th,
h1,
h2,
h3 {
  font-weight: 850;
}

/* Evita effetto troppo blu: solo micro glow sui contenitori */
.card:hover,
[class*="card"]:hover,
[class*="panel"]:hover {
  border-color: rgba(140, 160, 200, 0.16) !important;
}

/* ==========================================================
   ATLAS.AC UI POLISH v3
   Sidebar text bianco + hover led
   Privacy buttons: Accept green / Reject red
   ========================================================== */

/* Sidebar links: niente blu fisso, tutto bianco/grigio premium */
aside a,
.sidebar a,
nav a,
aside svg,
.sidebar svg,
nav svg {
  color: #f5f7ff !important;
  stroke: #f5f7ff !important;
}

aside a span,
.sidebar a span,
nav a span,
aside a div,
.sidebar a div,
nav a div {
  color: #f5f7ff !important;
}

/* Link normale leggermente soft */
aside a,
.sidebar a,
nav a {
  text-shadow: none;
  opacity: .92;
}

/* Hover led come secondo screen */
aside a:hover,
.sidebar a:hover,
nav a:hover,
aside a[aria-current="page"],
.sidebar a[aria-current="page"],
nav a[aria-current="page"],
aside a.active,
.sidebar a.active,
nav a.active {
  color: #ffffff !important;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.105), rgba(255,255,255,0.055)) !important;
  border-color: rgba(255,255,255,0.12) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.035) inset,
    0 0 18px rgba(255,255,255,0.055),
    0 12px 34px rgba(0,0,0,.28) !important;
  text-shadow:
    0 0 8px rgba(255,255,255,.32),
    0 0 18px rgba(255,255,255,.16);
}

aside a:hover svg,
.sidebar a:hover svg,
nav a:hover svg,
aside a[aria-current="page"] svg,
.sidebar a[aria-current="page"] svg,
nav a[aria-current="page"] svg,
aside a.active svg,
.sidebar a.active svg,
nav a.active svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  filter: drop-shadow(0 0 6px rgba(255,255,255,.34));
}

/* Titoli sezioni SERVICES / OTHER più nitidi */
aside h1,
aside h2,
aside h3,
aside p,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar p,
nav h1,
nav h2,
nav h3,
nav p {
  color: #ffffff !important;
}

/* Brand ATLAS.AC bianco */
aside [class*="brand"],
.sidebar [class*="brand"],
nav [class*="brand"] {
  color: #ffffff !important;
}

/* Evita che classi blue rendano blu i link sidebar */
aside .accent,
.sidebar .accent,
nav .accent,
aside [class*="blue"],
.sidebar [class*="blue"],
nav [class*="blue"] {
  color: #ffffff !important;
}

/* Privacy / download buttons:
   Rifiuta = rosso, Accetta = verde.
   Funziona anche se sono button normali affiancati. */

/* Base privacy card buttons più belli */
button {
  font-weight: 850;
}

/* Primo pulsante nella sezione privacy/download consent: Rifiuta */
main button:first-of-type:has(+ button),
section button:first-of-type:has(+ button),
article button:first-of-type:has(+ button),
div button:first-of-type:has(+ button) {
  border-color: rgba(255, 77, 109, .55) !important;
  background:
    linear-gradient(180deg, rgba(95, 20, 34, .78), rgba(42, 8, 17, .88)) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 12px 32px rgba(255, 77, 109, .12) !important;
}

/* Secondo pulsante nella sezione privacy/download consent: Accetta */
main button:first-of-type + button,
section button:first-of-type + button,
article button:first-of-type + button,
div button:first-of-type + button {
  border-color: rgba(56, 226, 140, .58) !important;
  background:
    linear-gradient(180deg, rgba(18, 105, 60, .82), rgba(7, 46, 27, .90)) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 12px 32px rgba(56, 226, 140, .14) !important;
}

main button:first-of-type:has(+ button):hover,
section button:first-of-type:has(+ button):hover,
article button:first-of-type:has(+ button):hover,
div button:first-of-type:has(+ button):hover {
  border-color: rgba(255, 105, 130, .82) !important;
  background:
    linear-gradient(180deg, rgba(130, 26, 46, .92), rgba(60, 10, 22, .96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 18px rgba(255, 77, 109, .16),
    0 16px 42px rgba(255, 77, 109, .18) !important;
}

main button:first-of-type + button:hover,
section button:first-of-type + button:hover,
article button:first-of-type + button:hover,
div button:first-of-type + button:hover {
  border-color: rgba(92, 255, 170, .88) !important;
  background:
    linear-gradient(180deg, rgba(25, 145, 82, .95), rgba(9, 68, 39, .98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 18px rgba(56, 226, 140, .18),
    0 16px 42px rgba(56, 226, 140, .20) !important;
}

/* Fallback se nei bottoni è presente testo/class specifica */
button[class*="reject"],
button[class*="decline"],
button[class*="refuse"] {
  border-color: rgba(255, 77, 109, .65) !important;
  background: linear-gradient(180deg, rgba(105, 20, 38, .88), rgba(42, 8, 17, .92)) !important;
}

button[class*="accept"],
button[class*="agree"] {
  border-color: rgba(56, 226, 140, .65) !important;
  background: linear-gradient(180deg, rgba(18, 120, 66, .88), rgba(7, 52, 31, .94)) !important;
}

/* ==========================================================
   ATLAS.AC BUTTON FIX
   Tutti i pulsanti: testo bianco + background blu come Generate Pin
   ========================================================== */

button,
.btn,
.button,
a[class*="button"],
button[class*="button"],
a[role="button"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(20, 45, 88, 0.96), rgba(11, 28, 58, 0.98)) !important;
  border: 1px solid rgba(79, 143, 255, 0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 0 0 1px rgba(79,143,255,0.05),
    0 10px 28px rgba(41, 105, 220, 0.14) !important;
  text-shadow: 0 0 10px rgba(255,255,255,0.10) !important;
}

button *,
.btn *,
.button *,
a[class*="button"] *,
button[class*="button"] *,
a[role="button"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

button:hover,
.btn:hover,
.button:hover,
a[class*="button"]:hover,
button[class*="button"]:hover,
a[role="button"]:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(28, 62, 120, 1), rgba(13, 35, 76, 1)) !important;
  border-color: rgba(122, 174, 255, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 0 18px rgba(79,143,255,0.20),
    0 14px 38px rgba(41,105,220,0.20) !important;
  transform: translateY(-1px);
}

/* Override specifico per Join Discord o altri link che restavano blu */
a[href*="discord"],
a[href*="Discord"],
button:has(span),
button:has(div) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

a[href*="discord"] *,
a[href*="Discord"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Mantieni solo Accetta/Rifiuta colorati nella privacy policy se presenti */
button[class*="accept"],
button[class*="agree"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(56, 226, 140, .65) !important;
  background: linear-gradient(180deg, rgba(18, 120, 66, .88), rgba(7, 52, 31, .94)) !important;
}

button[class*="reject"],
button[class*="decline"],
button[class*="refuse"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(255, 77, 109, .65) !important;
  background: linear-gradient(180deg, rgba(105, 20, 38, .88), rgba(42, 8, 17, .92)) !important;
}

/* ==========================================================
   ATLAS.AC BUTTON FIX V2 - DEFINITIVO
   Tutti i bottoni uguali a Generate Pin:
   - testo bianco
   - sfondo blu scuro
   - bordo blu
   - nessun testo blu
   - nessun verde/rosso
   ========================================================== */

button,
.btn,
.button,
a[role="button"],
a[class*="button"],
button[class*="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(180deg, #10264f 0%, #0b1b39 100%) !important;
  border: 1px solid #3d7ee8 !important;
  border-radius: 12px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(61,126,232,0.10),
    0 10px 26px rgba(34, 92, 190, 0.14) !important;
  text-shadow: none !important;
  font-weight: 850 !important;
}

button *,
.btn *,
.button *,
a[role="button"] *,
a[class*="button"] *,
button[class*="button"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

button:hover,
.btn:hover,
.button:hover,
a[role="button"]:hover,
a[class*="button"]:hover,
button[class*="button"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(180deg, #16366e 0%, #0e2450 100%) !important;
  border-color: #6aa2ff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 18px rgba(70, 137, 255, 0.18),
    0 14px 34px rgba(34, 92, 190, 0.20) !important;
  transform: translateY(-1px);
}

/* Forza anche Join Discord, Download Atlas, Generate Pin */
a[href*="discord"],
a[href*="Discord"],
a[href*="download"],
a[href*="Download"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

a[href*="discord"] *,
a[href*="Discord"] *,
a[href*="download"] *,
a[href*="Download"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Cancella qualsiasi override verde/rosso dei fix precedenti */
button[class*="accept"],
button[class*="agree"],
button[class*="reject"],
button[class*="decline"],
button[class*="refuse"],
main button:first-of-type:has(+ button),
section button:first-of-type:has(+ button),
article button:first-of-type:has(+ button),
div button:first-of-type:has(+ button),
main button:first-of-type + button,
section button:first-of-type + button,
article button:first-of-type + button,
div button:first-of-type + button {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(180deg, #10264f 0%, #0b1b39 100%) !important;
  border: 1px solid #3d7ee8 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(61,126,232,0.10),
    0 10px 26px rgba(34, 92, 190, 0.14) !important;
}

/* Sidebar resta bianca, non blu */
aside a,
.sidebar a,
nav a,
aside a *,
.sidebar a *,
nav a * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

aside a:hover,
.sidebar a:hover,
nav a:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: rgba(255,255,255,0.075) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.09),
    0 0 18px rgba(255,255,255,0.055) !important;
}

/* ============================================================
   ATLAS.AC — Public landing page (Ocean/Nexus-style marketing page)
   Riusa le stesse variabili/colori della dashboard (nero + blu accent)
   per restare coerente con lo stile del client desktop.
   ============================================================ */

.public-page { padding-bottom: 40px; }

.public-nav {
  position: -webkit-sticky;
  position: sticky; top: 0; z-index: 20;
  background: rgba(0,0,0,.75); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.public-nav-inner {
  width: 100%; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.public-nav-links { display: flex; align-items: center; gap: 28px; }
.public-nav-links a { color: var(--muted); font-weight: 750; font-size: 14px; }
.public-nav-links a:hover { color: #fff; }
.public-nav-actions { display: flex; align-items: center; gap: 14px; }

.discord-icon-link {
  width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  color: #fff; border: 1px solid #2e2e2e; background: #0d0d0d;
}
.discord-icon-link:hover { background: #171717; border-color: #565656; color: var(--blue); }

.btn.nav-login { height: 38px; padding: 0 18px; }

@media (max-width: 780px) {
  .public-nav-links { display: none; }
}

.hero {
  position: relative; overflow: hidden;
  max-width: 1200px; margin: 40px auto 20px; padding: 100px 24px 90px; text-align: center;
}
.hero-glow {
  position: absolute; top: -220px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 620px; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(74,144,226,.22), transparent 65%);
  filter: blur(10px);
}
.hero-rings { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 0; }
.hero-ring {
  position: absolute; border-radius: 50%; border: 1px solid rgba(74,144,226,.14);
  animation: hero-ring-pulse 6s ease-in-out infinite;
}
.hero-ring-1 { width: 460px; height: 460px; }
.hero-ring-2 { width: 680px; height: 680px; animation-delay: .6s; border-color: rgba(255,255,255,.05); }
.hero-ring-3 { width: 900px; height: 900px; animation-delay: 1.2s; border-color: rgba(74,144,226,.08); }
@keyframes hero-ring-pulse {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}
.hero-content { position: relative; z-index: 1; animation: hero-fade-up .7s ease both; }
@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 auto 24px;
  padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(74,144,226,.35);
  background: rgba(74,144,226,.08); color: var(--blue); font-size: 12px; font-weight: 950; letter-spacing: .06em;
}
.hero-title { font-size: 56px; line-height: 1.1; margin: 0 0 22px; font-weight: 900; letter-spacing: -.01em; }
.hero-subtitle { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 640px; margin: 0 auto 36px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; padding: 0 28px; box-shadow: 0 12px 30px rgba(74,144,226,.28); }
.hero-btn-primary:hover { background: #3a7bc8; border-color: #3a7bc8; }
.hero-btn-secondary { padding: 0 22px; }

@media (max-width: 640px) {
  .hero { padding: 70px 20px 60px; }
  .hero-title { font-size: 34px; }
}

.section { max-width: 1200px; margin: 90px auto 0; padding: 0 24px; }
.section-title { font-size: 30px; margin: 0 0 8px; text-align: center; font-weight: 900; }
.section-subtitle { color: var(--muted); text-align: center; margin: 0 0 34px; }

.features-grid { margin-top: 0; }
.feature-card h3 { margin: 12px 0 8px; }
.feature-card p { margin: 0; }

.steps {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-gap: 16px; gap: 16px;
}
.step { position: relative; }
.step-number {
  width: 34px; height: 34px; border-radius: 10px; background: rgba(74,144,226,.12);
  color: var(--blue); display: grid; place-items: center; font-weight: 950; margin-bottom: 14px;
}
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; }

@media (max-width: 980px) {
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .steps { grid-template-columns: 1fr; }
}

.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 760px; margin: 0 auto; }
.faq-item h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 8px; font-size: 16px; }
.faq-item p { margin: 0; }

.cta-banner-wrap { margin-bottom: 0; }
.cta-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  padding: 30px; border-radius: 20px; border: 1px solid var(--line);
  background: radial-gradient(circle at 100% 0%, rgba(74,144,226,.12), transparent 60%), #060606;
}

.public-footer {
  max-width: 1200px; margin: 90px auto 0; padding: 26px 24px 40px; border-top: 1px solid var(--line-soft);
}
.public-footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px;
}
.legal-footer {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  text-align: center; text-transform: uppercase; letter-spacing: .08em;
  font-size: 12px; font-weight: 950; color: var(--blue);
  padding: 12px 18px; border-radius: 999px; border: 1px solid rgba(74,144,226,.35);
  background: rgba(74,144,226,.08); max-width: -moz-fit-content; max-width: fit-content; margin: 0 auto;
}

/* ============================================================
   ATLAS.AC — Pricing section (blu notte invece del verde, con
   animazione di ingresso quando la sezione entra nel viewport)
   ============================================================ */

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-gap: 18px; gap: 18px; align-items: stretch; }
.pricing-card {
  position: relative; display: flex; flex-direction: column; text-align: center;
  opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease;
}
.pricing-card-visible { opacity: 1; transform: translateY(0); }
.pricing-card-popular {
  border: 2px solid var(--blue);
  background: radial-gradient(circle at 50% 0%, rgba(74,144,226,.18), transparent 60%), rgba(6,6,6,.92);
  box-shadow: 0 20px 60px rgba(74,144,226,.28), 0 0 0 1px rgba(74,144,226,.15);
}
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: 12px; font-weight: 950;
  padding: 5px 14px; border-radius: 999px; letter-spacing: .04em; white-space: nowrap;
}
.pricing-name { margin: 6px 0 14px; font-size: 18px; }
.pricing-price { font-size: 40px; font-weight: 950; margin-bottom: 22px; }
.pricing-period { font-size: 14px; font-weight: 700; margin-left: 4px; }
.pricing-features { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 13px; text-align: left; }
.pricing-features li { display: flex; align-items: center; gap: 10px; font-weight: 750; font-size: 14px; }
.pricing-features li.pricing-feature-off { color: #565656; text-decoration: line-through; }
.pricing-btn-popular { background: var(--blue); border-color: var(--blue); color: #fff; }
.pricing-btn-popular:hover { background: #3a7bc8; border-color: #3a7bc8; }
.pricing-footnote { text-align: center; margin-top: 24px; }

@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card-popular { order: -1; }
}

/* Modal ("finestrella") riusata per Purchase e altri popup piccoli */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.65); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  display: grid; place-items: center; z-index: 100; padding: 20px;
}
.modal-card {
  width: 420px; max-width: 100%; padding: 28px; border-radius: 20px; text-align: center;
  background: rgba(8,8,8,.98); border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,0,.65);
  animation: modal-pop .18s ease both;
}
@keyframes modal-pop {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

/* ============================================================
   ATLAS.AC — "Get Client" standalone page (riscatto codice download,
   pensata come un mini-sito a parte, senza login)
   ============================================================ */

@keyframes spin { to { transform: rotate(360deg); } }
.spin { animation: spin .8s linear infinite; }

.getclient-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; }
.getclient-card {
  width: 460px; max-width: 100%; text-align: center; padding: 40px 34px;
  border-radius: 22px; border: 1px solid var(--line); background: rgba(6,6,6,.92);
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}
.getclient-icon {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center;
  margin: 0 auto 18px; background: rgba(74,144,226,.12); border: 1px solid rgba(74,144,226,.35); color: var(--blue);
}
.getclient-title { font-size: 24px; font-weight: 900; margin: 0 0 10px; }
.getclient-subtitle { font-size: 14.5px; line-height: 1.6; margin: 0 auto 26px; max-width: 360px; }
.getclient-input {
  width: 100%; height: 58px; border-radius: 14px; border: 1px solid var(--line);
  background: #0a0a0a; color: #fff; text-align: center; font-size: 26px; font-weight: 950;
  letter-spacing: .12em; outline: none;
}
.getclient-input:focus { border-color: var(--blue); }
.getclient-footnote { font-size: 12.5px; margin-top: 20px; }
.getclient-footnote a { color: var(--blue); font-weight: 750; }

/* ============================================================
   ATLAS.AC — animazione "reveal" generica al primo ingresso in
   viewport (Features, How it works, FAQ, ecc.), con stagger a cascata.
   ============================================================ */

.reveal-group > * {
  opacity: 0; transform: translateY(26px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-group.reveal-visible > * { opacity: 1; transform: translateY(0); }

.reveal-group > *:nth-child(1) { transition-delay: 0ms; }
.reveal-group > *:nth-child(2) { transition-delay: 90ms; }
.reveal-group > *:nth-child(3) { transition-delay: 180ms; }
.reveal-group > *:nth-child(4) { transition-delay: 270ms; }
.reveal-group > *:nth-child(5) { transition-delay: 360ms; }
.reveal-group > *:nth-child(6) { transition-delay: 450ms; }

/* ============================================================
   ATLAS.AC — fix colore scritta brand: sia il link di default del browser
   che alcune regole generiche del tema (basate su [class*="brand"]) potevano
   competere per il colore del testo "ATLAS.AC". Per eliminare qualsiasi
   ambiguita' di specificita'/ordine, forziamo qui il bianco su ".brand" e
   su tutti i suoi discendenti (testo e icona), ovunque venga usato.
   ============================================================ */
.brand, .brand *, a.brand, a.brand:link, a.brand:visited, a.brand:hover, a.brand:active {
  color: #fff !important;
}

/* ============================================================
   ATLAS.AC — layout condiviso per le pagine "Privacy Policy" (sia quella
   pubblica /privacy-policy che quella riservata /privacy): brand in alto a
   sinistra (link alla home), card centrata anche verticalmente quando il
   contenuto e' piu' corto del viewport, footer "pill" come nella home.
   ============================================================ */
.legal-page-wrap {
  min-height: 100vh; display: flex; flex-direction: column; padding: 28px 20px 48px;
}
.legal-page-topbar { margin-bottom: 8px; }
.legal-page-body { flex: 1 1; display: flex; flex-direction: column; justify-content: center; }
.legal-page-inner { max-width: 760px; width: 100%; margin: 0 auto; }
.legal-page-footer { max-width: 760px; width: 100%; margin: 22px auto 0; }

/* Get-client: card piu' larga quando mostra la Privacy Policy per intero */
.getclient-card-wide { width: 640px; text-align: center; }

/* ============================================================
   ATLAS.AC — bottoni disabilitati: cursore "non consentito" e aspetto
   leggermente piu' spento, usato per Accept/Decline nella Privacy Policy
   del flusso di download finche' non si scorre fino in fondo.
   ============================================================ */
.btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  filter: grayscale(.3);
}
.getclient-policy-scroll { scrollbar-gutter: stable; }

