/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border {
  border-width: 1px;
}
.uppercase {
  text-transform: uppercase;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ─── Design Tokens ─────────────────────────────────────────── */
:root {
  --bg: #050816;
  --bg-2: #050816;
  --panel: #0B1020;
  --panel-2: #0B1020;
  --line: rgba(255, 255, 255, 0.1);
  --line-2: rgba(255, 255, 255, 0.04);
  --fg: #f5f2f8;
  --fg-2: rgba(245, 242, 248, 0.8);
  --muted: rgba(245, 242, 248, 0.6);
  --accent:   #f22e2e;
  --accent-d: #d4173e;
  --accent-2: rgba(254, 44, 92, 0.08);
  --red:      #ff453a;
  --orange:   #ff8c3a;
  --yellow:   #ffd32a;
  --green:    #2dd4a0;
  --glow:     rgba(254, 44, 92, 0.18);
  --glow-red: rgba(255, 69, 58, 0.25);
  --f-mono:   var(--font-mono);
  --f-sans:   var(--font-sans);
  --r:        8px;
  --container: 1280px;

  /* ── Typography scale ── */
  --sz-label:  12px;   /* mono labels: eyebrows, table th, badges       */
  --sz-mono:   13px;   /* mono xs: small buttons, links, pills           */
  --sz-text:   14px;   /* mono sm: dates, counts, secondary helper text  */
  --sz-body:   15px;   /* mono base: domains, form inputs, body text     */
  --sz-value:  17px;   /* mono lg: scores, numeric highlights            */

  /* ── Layout scale ── */
  --pad-page:  64px 32px 96px;   /* outer page padding                  */
  --mb-header: 44px;             /* margin-bottom below page header      */
}

/* ─── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }

body {
  font-family: var(--f-sans), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg);
  background-color: var(--bg);
  background-size: 100% 100%, 100% 100%;
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.032;
  mix-blend-mode: screen;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9996;
  background: repeating-linear-gradient(
    0deg,
    transparent 0,
    transparent 2px,
    rgba(0, 0, 0, 0.06) 2px,
    rgba(0, 0, 0, 0.06) 3px
  );
} */

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; opacity: 0.85; }

/* ─── Heartbeat Background ─────────────────────────────────────── */

/*
 * z-index: 0 pour s'assurer d'être au-dessus du background body.
 * main et footer sont passés en position:relative z-index:1 pour
 * rester devant cet élément.
 */
.hb-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

main, .footer {
  position: relative;
  z-index: 1;
}

/* Core glow — respire en LUB-DUB */
.hb-bg__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 900px;
  background: radial-gradient(
    ellipse 66% 58% at 50% 14%,
    var(--accent) 0%,
    rgba(254, 44, 92, 0.06) 42%,
    transparent 68%
  );
  animation: hb-glow 3.2s cubic-bezier(0.25, 0, 0.55, 1) infinite;
  will-change: opacity, transform;
}

@keyframes hb-glow {
  0%    { opacity: 0;  transform: translateX(-50%) scale(0.5,    1);    }
  7%    { opacity: 1;    transform: translateX(-50%) scale(1.06, 1.09); } /* LUB */
  15%   { opacity: 0.6;  transform: translateX(-50%) scale(1.04, 1.05); }
  24%   { opacity: 1;    transform: translateX(-50%) scale(1.1, 1.15); } /* DUB */
  38%   { opacity: 0.3;  transform: translateX(-50%) scale(1,    1);    }
  100%  { opacity: 0;  transform: translateX(-50%) scale(0.5,    1);    }
}

/* Anneaux — transform et opacity séparés pour éviter les à-coups d'easing */
.hb-bg__ring--lub {
  position: absolute;
  left: 50%;
  top: 0;
  width: 520px;
  height: 520px;
  margin-left: -260px;
  margin-top: -180px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(254, 44, 92, 0.5);
  animation:
    hb-lub-scale 3.2s ease-out infinite,
    hb-lub-fade  3.2s linear  infinite;
  will-change: transform, opacity;
}

@keyframes hb-lub-scale {
  0%   { transform: scale(0.08); }
  7%   { transform: scale(0.08); }
  88%  { transform: scale(2);    }
  100% { transform: scale(2);    }
}
@keyframes hb-lub-fade {
  0%   { opacity: 0;    }
  7%   { opacity: 0;    }
  12%  { opacity: 0.72; }
  88%  { opacity: 0;    }
  100% { opacity: 0;    }
}

.hb-bg__ring--dub {
  position: absolute;
  left: 50%;
  top: 0;
  width: 520px;
  height: 520px;
  margin-left: -260px;
  margin-top: -180px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(254, 44, 92, 0.5);
  animation:
    hb-dub-scale 3.2s ease-out infinite,
    hb-dub-fade  3.2s linear  infinite;
  will-change: transform, opacity;
}

@keyframes hb-dub-scale {
  0%   { transform: scale(0.08); }
  24%  { transform: scale(0.08); }
  96%  { transform: scale(1.85); }
  100% { transform: scale(1.85); }
}
@keyframes hb-dub-fade {
  0%   { opacity: 0;    }
  24%  { opacity: 0;    }
  30%  { opacity: 0.58; }
  96%  { opacity: 0;    }
  100% { opacity: 0;    }
}

@media (prefers-reduced-motion: reduce) {
  .hb-bg__glow          { animation: none; opacity: 0.65; }
  .hb-bg__ring--lub,
  .hb-bg__ring--dub     { display: none; }
}

/* ─── ECG Background Trace ──────────────────────────────────────── */
.hb-bg__ecg {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translate(-50%, 0);
  width: 500px;
  height: auto;
  pointer-events: none;
}

.hb-bg__ecg-path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  /*
   * Fenêtre de 450 sur un tracé de ~900 + grand gap anti-wrap.
   * Effet : la tête dessine et la queue efface simultanément (serpent).
   * La disparition commence quand le dessin est à ~50% — pas besoin d'attendre la fin.
   */
  stroke-dasharray: 320 9000;
  filter:
    drop-shadow(0 0 6px rgba(254, 44, 92, 0.9))
    drop-shadow(0 0 20px rgba(254, 44, 92, 0.4));
  /* 6.4s = 2 × 3.2s (cycle heartbeat) — synchronisation */
  /* durée = 1 cycle heartbeat. delay négatif → QRS aligné sur le LUB (7% = 0.224s) */
  animation:
    ecg-bg-draw    3.2s linear  -0.175s infinite,
    ecg-bg-opacity 3.2s linear  -0.175s infinite;
  will-change: opacity;
}

@keyframes ecg-bg-draw {
  /*
   * dashoffset 450  → -900 : fenêtre traverse le tracé (dessin + efface en même temps)
   *   tête avance  : position = 450 - dashoffset → 0 → 900
   *   queue efface : position = max(0, -dashoffset) → 0 → 900
   *   queue démarre à ~50% du dessin (dashoffset = 0, head à pos 450)
   * dashoffset -900 → hold : tracé invisible (pause)
   * reset instant à 450 au redémarrage (invisible grâce à opacity = 0)
   */
  0%   { stroke-dashoffset:  320; }
  50%  { stroke-dashoffset: -650; }
  100% { stroke-dashoffset: -650; }
}

@keyframes ecg-bg-opacity {
  0%   { opacity: 0;    }
  20%  { opacity: 0.62; }
  50%  { opacity: 0;    }
  100% { opacity: 0;    }
}

@media (prefers-reduced-motion: reduce) {
  .hb-bg__ecg { display: none; }
  .hero        { animation: none; }
  .hero__badge { animation: fade-in 0.6s ease both; }
  .hero__title span { animation: none; }
}

/* ─── Hero beat pulse (synchronized with hb-glow, delay -0.175s) ─── */
@keyframes hero-beat-pulse {
  0%, 4%  { transform: scale(1);     }
  7%      { transform: scale(1.003); } /* LUB */
  13%     { transform: scale(1);     }
  21%     { transform: scale(1);     }
  24%     { transform: scale(1.005); } /* DUB — légèrement plus fort */
  32%     { transform: scale(1);     }
  100%    { transform: scale(1);     }
}

@keyframes hero-beat-span {
  0%, 4%  { text-shadow: none;                                                                  transform: scale(1);     }
  7%      { text-shadow: none;           transform: scale(1.03); }
  13%     { text-shadow: none;                                                                  transform: scale(1);     }
  21%     { text-shadow: none;                                                                  transform: scale(1);     }
  24%     { text-shadow: none;                                                                  transform: scale(1.05); }
  32%     { text-shadow: none;                                                                  transform: scale(1);     }
  100%    { text-shadow: none;                                                                  transform: scale(1);     }
}

@keyframes hero-beat-badge {
  0%, 4%  { box-shadow: none;                                                                           transform: scale(1);     }
  7%      { box-shadow: 0 0 12px rgba(254,44,92,0.45), 0 0 24px rgba(254,44,92,0.2);                   transform: scale(1.025); }
  13%     { box-shadow: none;                                                                           transform: scale(1);     }
  21%     { box-shadow: none;                                                                           transform: scale(1);     }
  24%     { box-shadow: 0 0 18px rgba(254,44,92,0.6), 0 0 36px rgba(254,44,92,0.25);                   transform: scale(1.04);  }
  32%     { box-shadow: none;                                                                           transform: scale(1);     }
  100%    { box-shadow: none;                                                                           transform: scale(1);     }
}

/* ─── Logo wave pulse ──────────────────────────────────────────── */
.logo-wave {
  animation: logo-wave-pulse 3.2s cubic-bezier(0.25, 0, 0.55, 1) infinite;
}

@keyframes logo-wave-pulse {
  0%    { opacity: 0.78; filter: drop-shadow(0 0 0px rgba(254,44,92,0));    }
  7%    { opacity: 1;    filter: drop-shadow(0 0 5px rgba(254,44,92,0.80)); } /* LUB */
  15%   { opacity: 0.84; filter: drop-shadow(0 0 2px rgba(254,44,92,0.22)); }
  24%   { opacity: 1;    filter: drop-shadow(0 0 9px rgba(254,44,92,0.95)); } /* DUB */
  38%   { opacity: 0.78; filter: drop-shadow(0 0 0px rgba(254,44,92,0));    }
  100%  { opacity: 0.78; filter: drop-shadow(0 0 0px rgba(254,44,92,0));    }
}

@media (prefers-reduced-motion: reduce) {
  .logo-wave { animation: none; opacity: 1; filter: none; }
}

/* ─── Keyframes ──────────────────────────────────────────────── */
@keyframes scan-sweep {
  0%   { transform: translateX(-105%); }
  100% { transform: translateX(105%); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

@keyframes fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes progress-fill {
  from { width: 0%; }
  to   { width: 100%; }
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes gauge-in {
  from { stroke-dasharray: 0 377; }
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ─── Skeleton loading ────────────────────────────────────────── */
.skeleton-line {
  background: linear-gradient(90deg, var(--panel) 0%, var(--panel-2) 50%, var(--panel) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease infinite;
  border-radius: 3px;
}
.skeleton-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0;
}

/* ─── Badges ─────────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px;
  border: 1px solid;
  border-radius: var(--r);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.6;
}
.badge--critical { color: var(--red);    border-color: var(--red);    background: rgba(255,69,58,0.10); }
.badge--high     { color: var(--orange); border-color: var(--orange); background: rgba(255,140,58,0.10); }
.badge--medium   { color: var(--yellow); border-color: var(--yellow); background: rgba(255,211,42,0.10); }
.badge--low      { color: var(--fg-2);   border-color: var(--line);   background: transparent; }
.badge--info     { color: var(--accent); border-color: var(--accent); background: rgba(254,44,92,0.10); }
.badge--ok       { color: var(--green);  border-color: rgba(45,212,160,0.35); background: rgba(45,212,160,0.08); }
.badge--fail     { color: var(--red);    border-color: var(--red);    background: rgba(255,69,58,0.10); }

/* ─── Navigation ─────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav__logo:hover { text-decoration: none; }

.nav__logo-img {
  display: block;
  height: 40px;
  width: auto;
  border-radius: 4px;
}

.nav__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: transform 0.18s ease;
}

.nav__logo:hover .nav__logo-mark {
  transform: scale(1.05);
}

.nav__logo-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav__logo-title {
  font-family: var(--f-sans);
  font-size: 17px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1;
}

.nav__logo-sub {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 10px;
  padding-right: 16px;
  border-right: 1px solid var(--line);
}

.nav__link {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--fg-2);
  text-decoration: none;
  padding: 7px 13px;
  border-radius: var(--r);
  transition: color 0.15s, background 0.15s;
}

.nav__link:hover {
  color: var(--fg);
  background: rgba(254,44,92,0.07);
  text-decoration: none;
  opacity: 1;
}

.nav__plan-badge {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 5px 11px;
  border-radius: var(--r);
}

.nav__plan-badge--pro {
  color: var(--accent);
  border-color: rgba(254,44,92,0.32);
  background: rgba(254,44,92,0.07);
  box-shadow: none;
}

.nav__skeleton {
  width: 280px;
  height: 32px;
  border-radius: var(--r);
  background: linear-gradient(90deg, var(--panel-2) 0%, var(--panel) 50%, var(--panel-2) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease infinite;
}

/* ─── Nav Plan Button ────────────────────────────────────────── */
.nav__plan-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r);
  border: 1px solid;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
  white-space: nowrap;
  text-decoration: none;
}

.nav__plan-btn--free {
  color: var(--muted);
  border-color: var(--line);
  background: none;
}
.nav__plan-btn--free:hover {
  color: var(--fg-2);
  border-color: rgba(254,44,92,0.3);
  background: rgba(254,44,92,0.05);
  text-decoration: none;
  opacity: 1;
}

.nav__plan-btn--pro {
  color: var(--fg);
  border-color: rgba(254,44,92,0.35);
  background: var(--accent);
}
.nav__plan-btn--pro:hover:not(:disabled) {
  background: rgba(254,44,92,0.13);
  box-shadow: none;
}
.nav__plan-btn--pro:disabled { opacity: 0.6; cursor: default; }

/* ─── Nav App Links (inline, signed-in) ─────────────────────── */
.nav__app-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav__app-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--fg-2);
  text-decoration: none;
  border-radius: var(--r);
  transition: color 0.15s, background 0.15s;
}

.nav__app-link:hover {
  color: var(--fg);
  text-decoration: none;
  opacity: 1;
}

.nav__app-link.is-active {
  color: white;
}

.nav__app-link-icon {
  display: flex;
  align-items: center;
  opacity: 0.75;
  flex-shrink: 0;
  transition: opacity 0.15s;
}

.nav__app-link:hover .nav__app-link-icon  { opacity: 0.8; }
.nav__app-link.is-active .nav__app-link-icon { opacity: 1; }

/* ─── Hero / Landing ─────────────────────────────────────────── */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 76px);
  padding: 64px 24px 96px;
  max-width: 800px;
  margin: 0 auto;
  animation: hero-beat-pulse 3.2s cubic-bezier(0.25, 0, 0.55, 1) infinite;
  transform-origin: center center;
}

/* Category pills */
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  animation: fade-in 0.6s 0.25s ease both;
}

.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--tag-color, var(--fg-2)) 85%, var(--fg));
  border: 1px solid color-mix(in srgb, var(--tag-color, white) 22%, transparent);
  border-radius: var(--r);
  padding: 7px 14px 7px 11px;
  cursor: default;
  transition: background 0.18s ease, border-color 0.18s ease,
              color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hero__tag:hover {
  background: color-mix(in srgb, var(--tag-color, white) 13%, transparent);
  border-color: color-mix(in srgb, var(--tag-color, white) 40%, transparent);
  color: color-mix(in srgb, var(--tag-color, var(--fg)) 100%, transparent);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--tag-color, transparent) 18%, transparent);
}

.hero__tag svg {
  flex-shrink: 0;
  color: var(--tag-color, var(--muted));
  transition: transform 0.18s ease;
}

/* Trust row */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 22px;
  margin-top: 18px;
  animation: fade-in 0.6s 0.42s ease both;
}

.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
}

.hero__trust-check {
  color: var(--green);
  font-size: 12px;
  line-height: 1;
}

.hero__trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  opacity: 0;
  animation: fade-in 0.6s 1.4s ease both;
  text-decoration: none;
  color: inherit;
}

.hero__scroll-label {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.6;
}

.hero__scroll-icon {
  color: var(--muted);
  opacity: 0.5;
  animation: scroll-bounce 2.2s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0);   }
  50%       { transform: translateY(5px); }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-2);
  border: 1px solid rgba(254,44,92,0.28);
  border-radius: var(--r);
  padding: 7px 17px;
  margin-bottom: 36px;
  /* animation: fade-in 0.6s ease both, hero-beat-badge 3.2s cubic-bezier(0.25, 0, 0.55, 1) infinite; */
  box-shadow: none;
}

.hero__badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  animation: blink 2.4s ease infinite;
  flex-shrink: 0;
}

.hero__title {
  font-family: var(--f-sans);
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 22px;
  animation: fade-in 0.6s 0.1s ease both;
}

.hero__title span {
  color: var(--accent);
  display: inline-block;
  position: relative;
  animation: hero-beat-span 3.2s cubic-bezier(0.25, 0, 0.55, 1) infinite;
}

.hero__sub {
  font-family: var(--f-sans);
  font-size: 17px;
  font-weight: 400;
  color: var(--fg-2);
  line-height: 1.75;
  margin-bottom: 44px;
  animation: fade-in 0.6s 0.2s ease both;
}

/* ─── Scan Form ──────────────────────────────────────────────── */
.scan-form {
  width: 100%;
  max-width: 720px;
  animation: fade-in 0.6s 0.3s ease both;
}

.scan-form__bar {
  display: flex;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* .scan-form__bar:focus-within {
  border: 1px solid rgba(var(--fg), 0.8);
} */

.scan-form__prefix {
  font-family: var(--f-mono);
  font-size: 16px;
  color: var(--fg);
  padding: 0 14px 0 22px;
  white-space: nowrap;
  border-right: 1px solid var(--line);
  height: 64px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}

.scan-form__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--f-mono);
  font-size: 17px;
  color: var(--fg);
  padding: 0 20px;
  height: 64px;
  letter-spacing: 0.01em;
}

.scan-form__input::-moz-placeholder { color: var(--muted); }

.scan-form__input::placeholder { color: var(--muted); }
.scan-form__input:disabled { opacity: 0.4; cursor: not-allowed; }

.scan-form__btn {
  font-family: var(--f-sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--fg);
  background: var(--accent);
  border: none;
  padding: 0 32px;
  height: 64px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.scan-form__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0s;
}

.scan-form__btn:hover:not(:disabled)::after {
  transform: translateX(100%);
  transition: transform 0.45s ease;
}

.scan-form__btn:not(:disabled) { box-shadow: none; }
.scan-form__btn:hover:not(:disabled) { background: #ff4d6e; box-shadow: none; }
.scan-form__btn:active:not(:disabled) { background: var(--accent-d); }

@keyframes check-pop {
  0%   { transform: scale(0.3); opacity: 0; }
  65%  { transform: scale(1.12); opacity: 1; }
  100% { transform: scale(1);    opacity: 1; }
}

.scan-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(254, 44, 92, 0.03);
  border: 1px solid rgba(254, 44, 92, 0.12);
  border-radius: var(--r);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.scan-disclaimer:hover:not(:has(input:disabled)) {
  background: rgba(254, 44, 92, 0.055);
  border-color: rgba(254, 44, 92, 0.22);
}

.scan-disclaimer--checked {
  background: rgba(45, 212, 160, 0.04);
  border-color: rgba(45, 212, 160, 0.22);
}

.scan-disclaimer__check-wrap {
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  width: 14px;
  height: 14px;
}

.scan-disclaimer__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.scan-disclaimer__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(254, 44, 92, 0.32);
  border-radius: 2px;
  background: transparent;
  color: transparent;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.1s ease;
}

.scan-disclaimer:hover:not(.scan-disclaimer--checked) .scan-disclaimer__check {
  border-color: rgba(254, 44, 92, 0.6);
  box-shadow: none;
}

.scan-disclaimer--checked .scan-disclaimer__check {
  background: var(--green);
  border-color: var(--green);
  box-shadow: none;
  color: #0d0609;
}

.scan-disclaimer__checkmark {
  width: 9px;
  height: 7px;
  opacity: 0;
  transform: scale(0.3);
}

.scan-disclaimer--checked .scan-disclaimer__checkmark {
  animation: check-pop 0.24s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scan-disclaimer__text {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--fg-2);
}

.scan-disclaimer__text strong { color: var(--fg); }

/* ─── Scan Terminal ──────────────────────────────────────────── */
/* ─── Scan Vital Monitor ─────────────────────────────────────── */
.scan-vital {
  margin-top: 16px;
  background: var(--panel);
  border: 1px solid rgba(254, 44, 92, 0.18);
  border-radius: var(--r);
  overflow: hidden;
  animation: fade-in 0.35s ease both;
}

.scan-vital__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-2);
}

.scan-vital__dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}
.scan-vital__dots span { width: 9px; height: 9px; border-radius: 50%; }
.scan-vital__dots span:nth-child(1) { background: #ff5f57; }
.scan-vital__dots span:nth-child(2) { background: #ffbd2e; }
.scan-vital__dots span:nth-child(3) { background: #28c840; }

.scan-vital__title {
  flex: 1;
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scan-vital__live {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  flex-shrink: 0;
}

.scan-vital__live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  animation: blink 1s ease infinite;
}

/* Channels */
.scan-vital__channels {
  padding: 16px 18px;
}

.scan-vital__channel {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: fade-in 0.4s ease var(--ch-delay, 0ms) both;
}

.scan-vital__ch-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  width: 90px;
  flex-shrink: 0;
}

.scan-vital__ch-track {
  flex: 1;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

/* Flat baseline always visible */
.scan-vital__ch-track::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(254, 44, 92, 0.12);
  transform: translateY(-50%);
}

/* ECG wave — SVG tiled background scrolling */
.scan-vital__ch-wave {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpath d='M0,15 L10,15 L13,11 L16,15 L22,15 L24,13 L26,2 L28,26 L30,15 L34,15 L38,10 L42,15 L54,15 L120,15' fill='none' stroke='%23fe2c5c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 120px 44px;
  opacity: 0;
  animation:
    ecg-scroll  1.6s linear  infinite,
    ecg-appear  0.5s ease    var(--ch-delay, 0ms) forwards;
  will-change: background-position, opacity;
}

@keyframes ecg-scroll {
  from { background-position-x: 0; }
  to   { background-position-x: -120px; }
}

@keyframes ecg-appear {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Footer */
.scan-vital__footer {
  padding: 10px 18px 14px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.scan-vital__progress {
  position: relative;
  height: 2px;
  background: rgba(254, 44, 92, 0.10);
  border-radius: 1px;
  overflow: hidden;
}

.scan-vital__progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 1px;
  animation: scan-vital-progress 2.3s cubic-bezier(0.4, 0, 0.6, 1) forwards;
}

@keyframes scan-vital-progress {
  from { width: 0%; }
  to   { width: 92%; }
}

.scan-vital__progress-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.45) 50%, transparent 100%);
  animation: scan-sweep 1.2s linear infinite;
}

.scan-vital__status {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
  animation: fade-in 0.25s ease both;
}

/* ─── Scan Terminal (legacy) ─────────────────────────────────── */
.scan-terminal {
  margin-top: 20px;
  background: var(--panel);
  border: 1px solid rgba(254,44,92,0.18);
  border-radius: var(--r);
  overflow: hidden;
  text-align: left;
  animation: fade-in 0.3s ease both;
  box-shadow: none;
}

.scan-terminal__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-2);
}

.scan-terminal__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.scan-terminal__dot:nth-child(1) { background: #ff5f57; }
.scan-terminal__dot:nth-child(2) { background: #ffbd2e; }
.scan-terminal__dot:nth-child(3) { background: #28c840; }

.scan-terminal__title {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--muted);
  margin-left: 6px;
  letter-spacing: 0.06em;
}

.scan-terminal__body {
  padding: 14px 18px;
  font-family: var(--f-mono);
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.scan-terminal__line {
  display: block;
  opacity: 0;
  animation: fade-in 0.3s ease forwards;
}

.scan-terminal__line--cmd  { color: var(--accent); }
.scan-terminal__line--info { color: var(--fg-2); }
.scan-terminal__line--ok   { color: var(--green); }
.scan-terminal__line--warn { color: var(--yellow); }
.scan-terminal__line--err  { color: var(--red); }

.scan-terminal__progress {
  position: relative;
  height: 2px;
  background: var(--panel-2);
  overflow: hidden;
}

.scan-terminal__progress-bar {
  height: 100%;
  background: var(--accent);
  animation: progress-fill 2.5s cubic-bezier(0.4,0,0.2,1) forwards;
}

.scan-terminal__progress-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.5) 50%, transparent 100%);
  animation: scan-sweep 1.2s linear infinite;
}

/* ─── Stats Bar ──────────────────────────────────────────────── */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: var(--container);
  margin: 0 auto 0;
  padding: 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}

.stats-bar__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  transition: background 0.2s;
  cursor: default;
}

.stats-bar__item:hover {
  background: rgba(254,44,92,0.04);
}

.stats-bar__item:last-child { border-right: none; }

.stats-bar__value {
  font-family: var(--f-sans);
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stats-bar__label {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}

/* ─── Section Divider ────────────────────────────────────────── */
.section-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: var(--container);
  margin: 56px auto 0;
  padding: 0 24px 20px;
  border-bottom: 1px solid var(--line);
}

.section-divider__label {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.section-divider__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 1.6s ease infinite;
}

.section-divider__live {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(255, 69, 58, 0.10);
  border: 1px solid rgba(255, 69, 58, 0.25);
  padding: 1px 6px;
  border-radius: var(--r);
}

/* ─── Feature Grid ───────────────────────────────────────────── */
.features {
  padding: 28px 24px 72px;
  max-width: var(--container);
  margin: 0 auto;
}

.features__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.features__header-title {
  font-family: var(--f-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features__header-sub {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.feature-card {
  background: var(--panel);
  padding: 24px;
  transition: background 0.2s, box-shadow 0.2s;
  animation: slide-up 0.5s ease both;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, transparent 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover {
  background: var(--panel-2);
  box-shadow: none;
}

.feature-card:hover::before {
  transform: scaleY(1);
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--r);
  background: rgba(242, 46, 46, 0.08);
  border: 1px solid rgba(242, 46, 46, 0.18);
  color: var(--accent);
  margin-bottom: 14px;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}

.feature-card:hover .feature-card__icon {
  background: rgba(242, 46, 46, 0.13);
  border-color: rgba(242, 46, 46, 0.32);
}

.feature-card__tag {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  opacity: 0.75;
}

.feature-card__title {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.feature-card__desc {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-2);
  line-height: 1.65;
}

/* ─── Recent Vulns ───────────────────────────────────────────── */
.recent-vulns {
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px 24px 96px;
}

.recent-vulns__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.recent-vulns__prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  animation: blink 1.6s ease infinite;
}

.recent-vulns__title {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.recent-vulns__source {
  margin-left: auto;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  opacity: 0.6;
}

.recent-vulns__intro {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 680px;
}

.recent-vulns__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.recent-vulns__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--r);
  padding: 9px 18px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.recent-vulns__cta:hover {
  background: #ff4d6e;
  border-color: #ff4d6e;
  text-decoration: none;
  opacity: 1;
}

.recent-vulns__footer-note {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
}

.recent-vulns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

a.vuln-feed-item {
  display: block;
  background: var(--panel);
  padding: 16px 18px;
  border-left: 2px solid rgba(255,69,58,0.5);
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

a.vuln-feed-item:hover {
  background: var(--panel-2);
  border-left-color: var(--red);
  box-shadow: none;
}

.vuln-feed-item__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.vuln-feed-item__cve {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.vuln-feed-item__score {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 69, 58, 0.12);
  color: var(--red);
  padding: 1px 6px;
  border-radius: 2px;
}

.vuln-feed-item__type {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.vuln-feed-item__date {
  margin-left: auto;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
}

.vuln-feed-item__plugin {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vuln-feed-item__ver {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
}

/* ─── Report Layout ──────────────────────────────────────────── */
.report-wrap {
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}

.report-sidebar {
  width: 230px;
  flex-shrink: 0;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  overflow-y: auto;
  padding: 36px 0;
  background: linear-gradient(to right, rgba(255,255,255,0.015) 0%, transparent 100%);
  border-right: 1px solid var(--line);
}

.report-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 14px;
}

.report-sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: var(--r);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: background 0.15s, border-color 0.15s;
}

.report-sidebar__link:hover {
  background: var(--panel);
  border-left-color: rgba(254,44,92,0.4);
  text-decoration: none;
  box-shadow: none;
}

.report-sidebar__link.is-active {
  border-left-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, transparent);
}

.report-sidebar__link.is-active .report-sidebar__link-label {
  color: var(--fg);
}

.report-sidebar__link.is-active .report-sidebar__link-index {
  opacity: 0.9;
}

.report-sidebar__link-index {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  opacity: 0.5;
  flex-shrink: 0;
  width: 20px;
  transition: opacity 0.15s;
}

.report-sidebar__link:hover .report-sidebar__link-index { opacity: 0.8; }

.report-sidebar__link-label {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-2);
  transition: color 0.15s;
}

.report-sidebar__link:hover .report-sidebar__link-label { color: var(--fg); }

/* ── Sidebar : groupes par catégorie ── */
.report-sidebar__group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.report-sidebar__group + .report-sidebar__group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.report-sidebar__cat {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 12px 8px;
  text-decoration: none;
}

.report-sidebar__cat:hover { text-decoration: none; }

.report-sidebar__cat-icon {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  transition: color 0.15s;
}

.report-sidebar__cat:hover .report-sidebar__cat-icon { color: var(--accent); }

.report-sidebar__cat-label {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.15s;
}

.report-sidebar__cat:hover .report-sidebar__cat-label { color: var(--accent); }

.report-sidebar__cat.is-active .report-sidebar__cat-icon { color: var(--accent); }
.report-sidebar__cat.is-active .report-sidebar__cat-label { color: var(--accent); }

.report-body {
  flex: 1;
  min-width: 0;
  padding: 36px 48px 96px;
  overflow: hidden;
}

/* ─── Shared report ────────────────────────────────────────────── */
.shared-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 20px;
  background: rgba(45,212,160,0.04);
  border-bottom: 1px solid rgba(45,212,160,0.14);
  color: rgba(45,212,160,0.7);
  font-family: var(--f-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* ─── Nav Guest (non connecté) ───────────────────────────────── */
.nav__guest {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__demo-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 7px 14px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.nav__demo-cta:hover {
  color: var(--fg);
  border-color: rgba(254, 44, 92, 0.3);
  background: rgba(254, 44, 92, 0.05);
  text-decoration: none;
  opacity: 1;
}

.nav__ghost-btn {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fg-2);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  white-space: nowrap;
}

.nav__ghost-btn:hover {
  color: var(--fg);
  border-color: rgba(254, 44, 92, 0.3);
  background: rgba(254, 44, 92, 0.05);
}

.nav__signup-btn {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--fg);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--r);
  padding: 7px 16px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.nav__signup-btn:hover {
  background: #ff4d6e;
  border-color: #ff4d6e;
}

.nav__scan-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: var(--r);
  background: var(--accent);
  color: #0d0c10;
  text-decoration: none;
  border: 1px solid var(--accent);
  transition: background 0.15s, box-shadow 0.15s;
}
.nav__scan-cta:hover {
  background: #ff4d6e;
  box-shadow: none;
  text-decoration: none;
}

/* ─── Demo Banner ────────────────────────────────────────────── */
.demo-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 20px;
  margin-bottom: 28px;
  background: rgba(255,140,58,0.06);
  border: 1px solid rgba(255,140,58,0.30);
  border-radius: var(--r);
  color: var(--orange);
  font-size: 13px;
  line-height: 1.6;
}
.demo-banner__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--f-sans);
  margin-top: 1px;
}
.demo-banner__reason {
  display: block;
  margin-top: 3px;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
  opacity: 0.7;
}

/* ─── Report Header ──────────────────────────────────────────── */
/* Lien retour — au-dessus du header de rapport */
.report-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 16px;
  padding: 8px 14px 8px 11px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--panel);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.report-back:hover {
  color: var(--accent);
  border-color: rgba(254,44,92,0.4);
  background: color-mix(in srgb, var(--accent) 6%, var(--panel));
  text-decoration: none;
}
.report-back svg { transition: transform 0.15s; }
.report-back:hover svg { transform: translateX(-2px); }

.report-header {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 28px 22px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

/* Score-color accent line at top */
.report-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    var(--score-color, var(--accent)) 0%,
    color-mix(in srgb, var(--score-color, var(--accent)) 35%, transparent) 50%,
    transparent 80%
  );
  box-shadow: none;
  transform-origin: left center;
  transform: scaleX(0);
  transition: none;
}

.report-header--mounted::before {
  animation: report-header-sweep 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Ambient glow from score color in top-right */
.report-header::after {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: var(--score-color, var(--accent));
  opacity: 0.07;
  filter: blur(60px);
  pointer-events: none;
}

@keyframes report-header-sweep {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Gauge one-shot beat */
.report-header__score-gauge--beat {
  animation: gauge-first-beat 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: center center;
}

@keyframes gauge-first-beat {
  0%   { transform: scale(1);     }
  25%  { transform: scale(1.03);  }
  45%  { transform: scale(0.992); }
  65%  { transform: scale(1.018); }
  100% { transform: scale(1);     }
}

/* ── Bande 1 : identité + actions ── */
.report-header__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.report-header__identity {
  flex: 1;
  min-width: 0;
}

.report-header__eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 9px;
}

.report-header__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  animation: blink 2.4s ease infinite;
}

.report-header__target {
  font-family: var(--f-sans);
  font-size: 18px;
  font-weight: 600;
  color: var(--fg);
  word-break: break-all;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 6px;
}

.report-header__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.report-header__meta-item {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.report-header__meta-sep {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  opacity: 0.4;
}

.report-header__tech {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}

.report-header__tech-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.report-header__tech-label {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.report-header__tech-value {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  display: flex;
  align-items: center;
  gap: 6px;
}

.report-header__tech-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  min-width: 0;
}

.report-header__tech-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.report-header__tech-dot--warn     { background: var(--orange); }
.report-header__tech-dot--critical { background: var(--red); }

.report-header__tech-skel {
  display: block;
  height: 14px;
  width: 80px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--line) 25%, color-mix(in srgb, var(--fg) 8%, transparent) 50%, var(--line) 75%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.4s ease infinite;
  margin-top: 2px;
}

@keyframes skel-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Verdict éditorial (colonne gauche) — accroche qualitative + barre d'accent ── */
.report-header__verdict {
  position: relative;
  margin-top: 22px;
  max-width: 400px;
}

.report-header__verdict-line {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: var(--fg);
  text-wrap: balance;
}

.report-header__verdict-sub {
  margin: 10px 0 0;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--verdict-color, var(--muted));
}

.report-header__verdict-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d0c10;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--r);
  padding: 10px 18px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.report-header__verdict-cta:hover {
  background: #ff4d6e;
  border-color: #ff4d6e;
  box-shadow: none;
  text-decoration: none;
}
.report-header__verdict-cta svg {
  transition: transform 0.18s ease;
}
.report-header__verdict-cta:hover svg {
  transform: translateX(2px);
}

/* ── Score block ── */
.report-header__score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.report-header__score-qual {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.report-header__score-gauge { display: block; }

.report-header__score-sub {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ── Bande 2 : 4 meters en colonnes + jauge globale ── */
.report-header__scores {
  display: flex;
  align-items: flex-end;
  gap: 28px;
}

.report-header__meters-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.report-header__scores .report-header__score-block {
  position: relative;
  padding-left: 26px;
  flex-shrink: 0;
}
.report-header__scores .report-header__score-block::before {
  content: '';
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line) 22%, var(--line) 78%, transparent);
}

.report-header__meters {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 24px;
  align-items: start;
}

.report-header__meter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report-header__meter-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.report-header__meter-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.report-header__meter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.report-header__meter-val {
  font-family: var(--f-sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.report-header__meter-track {
  display: flex;
  gap: 3px;
  height: 9px;
}

.report-header__meter-seg {
  flex: 1;
  border-radius: 1.5px;
  background: rgba(255,255,255,0.07);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.report-header__meter-seg.is-on {
  background: var(--meter-color, var(--accent));
  box-shadow: none;
}

/* ── Rule ── */
.report-header__rule {
  height: 1px;
  background: var(--line);
  margin-bottom: 20px;
}

/* ── Actions ── */
.report-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.report-header__btn {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--r);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  border: 1px solid transparent;
}

.report-header__btn--ghost {
  color: var(--fg-2);
  background: transparent;
  border-color: var(--line);
}
.report-header__btn--ghost:hover {
  border-color: rgba(254,44,92,0.4);
  color: var(--accent);
  text-decoration: none;
}

.report-header__btn--primary {
  color: #0d0c10;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
}
.report-header__btn--primary:hover {
  background: #ff4d6e;
  border-color: #ff4d6e;
  box-shadow: none;
  text-decoration: none;
}

/* ─── Bandeau de catégorie (introduit un groupe de sections) ─── */
.category-group {
  scroll-margin-top: 80px;
  margin-bottom: 24px;
}

.category-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 22px 19px;
  margin-bottom: 0;
  background:
    linear-gradient(102deg,
      color-mix(in srgb, var(--cat-color, var(--accent)) 8%, var(--panel)) 0%,
      var(--panel) 46%,
      var(--panel-2) 100%);
  border: 1px solid var(--line);
  border-left: 2px solid var(--cat-color, var(--accent));
  border-radius: var(--r) var(--r) 0 0;
  overflow: hidden;
}


.category-banner__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  color: var(--cat-color, var(--accent));
  border: 1px solid color-mix(in srgb, var(--cat-color, var(--accent)) 32%, transparent);
  background: color-mix(in srgb, var(--cat-color, var(--accent)) 9%, transparent);
  border-radius: var(--r);
}

.category-banner__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.category-banner__title {
  font-family: var(--f-sans);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--fg);
}

.category-banner__score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}


.category-banner__num {
  font-family: var(--f-sans);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cat-color, var(--fg));
}

.category-banner__num-denom {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-left: 2px;
}

/* ─── Bandeau récap de catégorie (cartes qui s'allument) ───
   Partagé : vue d'ensemble vulnérabilités (Sécurité) + scores PageSpeed
   (Performances). Nombre de colonnes piloté par --mo-cols. */
.metric-overview {
  margin-bottom: 16px;
  padding: 15px 17px 17px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
}

.metric-overview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.metric-overview__title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--fg-2);
}

.metric-overview__title-icon {
  display: inline-flex;
  color: var(--muted);
}

.metric-overview__status {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}
.metric-overview__status[data-tone="clear"] { color: var(--green); }
.metric-overview__status[data-tone="alert"] { color: var(--fg-2); }

.metric-overview__grid {
  display: grid;
  grid-template-columns: repeat(var(--mo-cols, 4), 1fr);
  gap: 9px;
}

.metric-overview__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 15px 15px 13px;
  background: linear-gradient(
    180deg,
    var(--panel-2) 0%,
    color-mix(in srgb, var(--panel-2) 72%, var(--panel)) 100%
  );
  border: 1px solid var(--line);
  border-radius: calc(var(--r) - 2px);
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease;
  animation: mo-card-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.metric-overview__card:nth-child(2) { animation-delay: 0.06s; }
.metric-overview__card:nth-child(3) { animation-delay: 0.12s; }
.metric-overview__card:nth-child(4) { animation-delay: 0.18s; }

@keyframes mo-card-in {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: none; }
}

/* Liseré supérieur — neutre par défaut, allumé dans la couleur (--sev) */
.metric-overview__card::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--line);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}

/* Bloom radial qui diffuse depuis le bord supérieur quand la cellule s'allume */
.metric-overview__card::after {
  content: '';
  position: absolute;
  left: 50%; top: -2px;
  width: 78%; height: 64%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at top, var(--sev), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.metric-overview__card.is-active {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sev) 10%, var(--panel-2)) 0%,
    color-mix(in srgb, var(--sev) 3%, var(--panel-2)) 100%
  );
  border-color: color-mix(in srgb, var(--sev) 32%, var(--line));
}
.metric-overview__card.is-active::before {
  background: var(--sev);
  box-shadow: none;
}
.metric-overview__card.is-active::after { opacity: 0.15; }

.metric-overview__num {
  position: relative;
  z-index: 1;
  font-family: var(--f-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  transition: color 0.25s ease;
}
.metric-overview__card.is-active .metric-overview__num { color: var(--sev); }

.metric-overview__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.3s ease;
}
.metric-overview__card.is-active .metric-overview__label { color: var(--fg-2); }

@media (prefers-reduced-motion: reduce) {
  .metric-overview__card { animation: none; }
}

.psi-metric-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.psi-metric-pair__card {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.psi-metric-pair__device {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}

.psi-score-gauges {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 4px 0 6px;
}

.psi-score-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.psi-score-gauge__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Sécurité & multi-sections : les cartes sont regroupées dans le panneau. */
.category-group__body {
  padding: 16px;
}

/* Le contenu d'une catégorie (cartes ou contenu direct) est enclos dans un
   panneau rattaché au bandeau — bandeau + contenu forment un seul bloc. */
.category-group__body,
.category-group__panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-top: none;
  border-radius: 0 0 var(--r) var(--r);
}

.category-group__body > .section { margin-bottom: 14px; }
.category-group__body > .section:last-child { margin-bottom: 0; }

/* Section unique : contenu rendu directement (mode `bare`). */
.category-group__panel {
  padding: 22px;
}

/* ─── Section ────────────────────────────────────────────────── */
.section {
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  scroll-margin-top: 80px;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--panel);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 12px;
  border-left: 2px solid rgba(254,44,92,0.25);
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
  outline: none;
}

.section__header:hover,
.section__header:focus-visible {
  background: var(--panel-2);
  border-left-color: rgba(254,44,92,0.6);
  box-shadow: none;
}

/* En chargement : non repliable, en-tête neutre */
.section__header--loading {
  cursor: default;
  border-left-color: var(--line);
}
.section__header--loading:hover {
  background: var(--panel);
  border-left-color: var(--line);
  box-shadow: none;
}

.section__header--open {
  border-left-color: var(--accent);
}

.section__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section__num {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.04em;
  width: 20px;
  flex-shrink: 0;
  transition: color 0.15s;
}

.section__header--open .section__num,
.section__header:hover .section__num {
  color: var(--accent);
}

.section__title {
  display: inline-flex;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: 0.01em;
}

.section__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section__count {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--f-sans);
}

.section__count-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--fg-2);
  line-height: 1;
}

.section__count-label {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.section__chevron {
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s;
}

.section__chevron--open {
  transform: rotate(180deg);
}

.section__header:hover .section__chevron,
.section__header--open .section__chevron {
  color: var(--fg);
}

/* ─── Accordion animation (JS-measured height) ───────────────── */
.section__body-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.section__body-inner {
  display: block;
}

.section__body {
  padding: 22px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}

/* ─── Section subtitle ───────────────────────────────────────── */
.report-section__subtitle {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

/* ─── General Info ───────────────────────────────────────────── */
.kv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.kv-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kv-item__key {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.kv-item__value {
  font-family: var(--f-sans);
  font-size: 14px;
  color: var(--fg);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.4;
}

/* ─── Vulnerability Cards ────────────────────────────────────── */
.vuln-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vuln-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.vuln-card:hover {
  border-color: rgba(254,44,92,0.25);
  background: var(--panel-2);
}

.vuln-card--critical { border-left: 3px solid var(--red);    }
.vuln-card--high     { border-left: 3px solid var(--orange);  }
.vuln-card--medium   { border-left: 3px solid var(--yellow);  }
.vuln-card--low      { border-left: 3px solid var(--green);   }

.vuln-card--critical:hover { box-shadow: none;  }
.vuln-card--high:hover     { box-shadow: none; }
.vuln-card--medium:hover   { box-shadow: none; }

.vuln-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
}

.vuln-card__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.vuln-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vuln-card__id {
  font-family: var(--f-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.vuln-card__title {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.vuln-card__component {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
}

.vuln-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

.vuln-card__cvss {
  font-family: var(--f-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.vuln-card__cvss--critical { color: var(--red); }
.vuln-card__cvss--high     { color: var(--orange); }
.vuln-card__cvss--medium   { color: var(--yellow); }

.vuln-card__cvss-label {
  font-family: var(--f-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.vuln-card__detail {
  padding: 14px 18px;
  border-top: 1px solid var(--line);
}

.vuln-card__desc {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-2);
  line-height: 1.7;
  margin-bottom: 10px;
}

.vuln-card__fixed {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--green);
  letter-spacing: 0.02em;
}

.vuln-card__refs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.vuln-card__ref {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--accent);
  text-decoration: none;
  opacity: 0.8;
}

.vuln-card__ref:hover { opacity: 1; text-decoration: underline; }

/* ─── Plugin Table ───────────────────────────────────────────── */
.plugin-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.plugin-table th {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-align: left;
  padding: 0 14px 10px;
  border-bottom: 1px solid var(--line);
}

.plugin-table td {
  font-size: 13px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-2);
  vertical-align: middle;
}

.plugin-table tr:last-child td { border-bottom: none; }
.plugin-table tr:hover td { background: var(--panel); }
.plugin-table th:last-child,
.plugin-table td:last-child { text-align: right; }

.plugin-table__name {
  font-family: var(--f-sans);
  font-weight: 700;
  color: var(--fg);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.plugin-table__version { font-family: var(--f-sans); font-size: 12px; color: var(--fg-2); }
.plugin-table__latest  { font-family: var(--f-sans); font-size: 12px; color: var(--fg-2); }
.plugin-table__outdated{ font-family: var(--f-sans); font-size: 12px; color: var(--orange); }
.plugin-table__status  { font-family: var(--f-sans); font-size: 12px; letter-spacing: 0.04em; }
.plugin-table__status--active   { color: var(--fg-2); }
.plugin-table__status--inactive { color: var(--muted); }

.plugin-table__vuln-row td {
  padding: 0 !important;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line) !important;
}

.plugin-vuln-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.plugin-vuln-item {
  padding: 10px 14px 10px 30px;
  border-bottom: 1px solid var(--line-2);
  cursor: pointer;
  transition: background 0.12s;
}

.plugin-vuln-item:last-child { border-bottom: none; }
.plugin-vuln-item:hover { background: var(--panel); }

.plugin-vuln-item--critical { border-left: 2px solid var(--red); }
.plugin-vuln-item--high     { border-left: 2px solid var(--orange); }
.plugin-vuln-item--medium   { border-left: 2px solid var(--yellow); }
.plugin-vuln-item--low      { border-left: 2px solid var(--green); }

.plugin-vuln-item__header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.plugin-vuln-item__id    { font-family: var(--f-sans); font-size: 12px; color: var(--muted); flex-shrink: 0; }
.plugin-vuln-item__title { font-size: 13px; color: var(--fg); flex: 1; min-width: 0; }
.plugin-vuln-item__fixed { font-family: var(--f-sans); font-size: 12px; color: var(--green); white-space: nowrap; }

.plugin-vuln-item__cvss {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  border: 1px solid currentColor;
  padding: 1px 7px;
  border-radius: var(--r);
  opacity: 0.85;
}
.plugin-vuln-item__cvss-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}
.plugin-vuln-item__cvss--critical { color: var(--red); }
.plugin-vuln-item__cvss--high     { color: var(--orange); }
.plugin-vuln-item__cvss--medium   { color: var(--yellow); }
.plugin-vuln-item__cvss--low      { color: var(--green); }

.plugin-vuln-item__detail { padding-top: 8px; }
.plugin-vuln-item__desc   { font-family: var(--f-sans); font-size: 13px; font-weight: 400; color: var(--fg-2); line-height: 1.65; margin-bottom: 6px; }
.plugin-vuln-item__refs   { display: flex; flex-wrap: wrap; gap: 8px; }

/* ─── Security Headers ───────────────────────────────────────── */
.headers-table { width: 100%; border-collapse: collapse; }

.headers-table th {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-align: left;
  padding: 0 14px 10px;
  border-bottom: 1px solid var(--line);
}

.headers-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-2);
  vertical-align: middle;
}

.headers-table tr:last-child td { border-bottom: none; }
.headers-table tr:hover td { background: var(--panel); }

.headers-table__name   { font-family: var(--f-sans); font-size: 13px; color: var(--fg); font-weight: 500; }
.headers-table__value  { font-family: var(--f-sans); font-size: 12px; color: var(--fg-2); }
.headers-table__absent { font-family: var(--f-sans); font-size: 12px; color: var(--muted); font-style: italic; }
.headers-table__rec    { font-family: var(--f-sans); font-size: 13px; font-weight: 400; color: var(--fg-2); }

/* ─── Exposure Checks ────────────────────────────────────────── */
.exposure-list { display: flex; flex-direction: column; }

.exposure-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-2);
}
.exposure-item:last-child { border-bottom: none; }

.exposure-item__icon {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  width: 42px;
  flex-shrink: 0;
  padding-top: 1px;
  letter-spacing: 0.04em;
}
.exposure-item__icon--fail { color: var(--red); }
.exposure-item__icon--ok   { color: var(--green); }

.exposure-item__body { flex: 1; }
.exposure-item__check  { font-family: var(--f-sans); font-size: 14px; font-weight: 600; color: var(--fg); margin-bottom: 2px; letter-spacing: -0.01em; }
.exposure-item__detail { font-family: var(--f-sans); font-size: 13px; font-weight: 400; color: var(--fg-2); line-height: 1.6; }
.exposure-item__badge  { flex-shrink: 0; padding-top: 2px; }

.exposure-item--critical {
  background: rgba(255,69,58,0.04);
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 2px solid var(--red);
}
.exposure-item--critical .exposure-item__check { color: var(--red); }

/* ─── Recommendations ────────────────────────────────────────── */
/* Titre d'accordéon d'une catégorie de recommandations (icône + libellé) */
.rec-acc-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.rec-acc-title svg { color: var(--accent); width: 24px; height: 24px; }

.rec-empty {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
}

.rec-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rec-item {
  display: flex;
  gap: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 18px;
  transition: border-color 0.15s, background 0.15s;
}
.rec-item:hover {
  border-color: rgba(254,44,92,0.22);
  background: var(--panel-2);
}

.rec-item--critical { border-left: 3px solid var(--red); }
.rec-item--high     { border-left: 3px solid var(--orange); }
.rec-item--medium   { border-left: 3px solid var(--yellow); }
.rec-item--low      { border-left: 3px solid var(--green); }

.rec-item__num {
  font-family: var(--f-sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.3;
  flex-shrink: 0;
  min-width: 22px;
  opacity: 0.5;
}

.rec-item__body { flex: 1; }

.rec-item__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.rec-item__title  { font-family: var(--f-sans); font-size: 14px; font-weight: 700; color: var(--fg); letter-spacing: -0.01em; }
.rec-item__detail { font-family: var(--f-sans); font-size: 13px; font-weight: 400; color: var(--fg-2); line-height: 1.7; }

/* ─── Theme Card ─────────────────────────────────────────────── */
.theme-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.html-validity-errors {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.html-validity-errors li {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
  line-height: 1.5;
  display: flex;
  gap: 8px;
}

.html-validity-errors__line {
  color: var(--muted);
  flex-shrink: 0;
  min-width: 36px;
}

/* ─── PageSpeed Insights — Core Web Vitals & pistes ──────────────────── */
.psi-vital {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 16px 0;
  animation: psi-fade-up 0.6s ease both;
}

.psi-vital + .psi-vital { border-top: 1px solid var(--line-2); }

.psi-vital__label {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--fg);
}

.psi-vital__body { display: flex; flex-direction: column; gap: 8px; }

.psi-meter {
  position: relative;
  height: 6px;
  border-radius: 3px;
  display: flex;
  overflow: visible;
  background: rgba(255,255,255,0.03);
}

.psi-meter__zone { height: 100%; }
.psi-meter__zone:first-child { border-radius: 3px 0 0 3px; }
.psi-meter__zone:last-child  { border-radius: 0 3px 3px 0; }
.psi-meter__zone--good { background: rgba(45,212,160,0.30); }
.psi-meter__zone--ni   { background: rgba(255,140,58,0.30); }
.psi-meter__zone--poor { background: rgba(255,69,58,0.30); }

.psi-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--panel);
  padding: 5px;
}

.psi-vital__values {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f-sans);
  font-size: 12px;
  flex-wrap: wrap;
}

.psi-vital__val { display: inline-flex; align-items: center; gap: 6px; color: var(--fg-2); }
.psi-vital__val--na { color: var(--muted); }

.psi-vital__field {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes psi-fade-up {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.psi-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: psi-pulse 1.1s ease-in-out infinite;
}

@keyframes psi-pulse {
  0%, 100% { opacity: 0.25; }
  50%      { opacity: 1; }
}

@media (max-width: 560px) {
  .psi-vital { grid-template-columns: 1fr; gap: 9px; }
}

@media print {
  .psi-vital { animation: none !important; opacity: 1 !important; }
  .psi-marker { transition: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .psi-vital { animation: none !important; opacity: 1 !important; }
  .psi-marker { transition: none !important; }
}

/* ── Audits & recommandations ── */
.psi-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.psi-toggle__btn {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

.psi-toggle__btn + .psi-toggle__btn { border-left: 1px solid var(--line); }
.psi-toggle__btn:hover { color: var(--fg-2); }
.psi-toggle__btn--active {
  color: var(--bg);
  background: var(--accent);
}
.psi-toggle__btn--active:hover { color: var(--bg); }

.psi-auditgroup { margin-bottom: 16px; }

.psi-auditgroup__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 9px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line-2);
}

.psi-auditgroup__title {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fg-2);
}

.psi-auditgroup__count {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  background: var(--accent-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1px 8px;
  line-height: 1.5;
}

.psi-auditgroup__passed {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--green);
}
.psi-auditgroup__passed::before {
  content: '✓';
  font-size: 12px;
}

.psi-audit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.psi-audit {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 11px 0;
  align-items: start;
}

.psi-audit + .psi-audit { border-top: 1px solid var(--line-2); }
.psi-audit--hidden { display: none; }

.psi-audit__marker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1px;
}

.psi-audit__savings {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.psi-audit__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
}

.psi-audit__body { min-width: 0; }

.psi-audit__title {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  line-height: 1.4;
}

.psi-audit__value {
  display: inline-block;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--accent);
  margin-top: 3px;
}

.psi-audit__desc {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  margin: 4px 0 0;
}

.psi-more {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border: none;
  padding: 8px 0 2px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.psi-more:hover { opacity: 0.7; }

@media (max-width: 560px) {
  .psi-audit { grid-template-columns: 52px 1fr; gap: 10px; }
}

.psi-empty {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--muted);
  padding: 6px 0;
  margin: 0;
}
.psi-empty--ok { color: var(--green); }

.psi-disclaimer {
  margin: 18px 0 0;
  padding: 10px 14px;
  border-left: 2px solid var(--line);
  font-family: var(--f-sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

/* ── Tag catégorie dans les recommandations ── */
@media print {
  .psi-toggle { display: none !important; }
  .psi-more { display: none !important; }
  .psi-audit--hidden { display: grid !important; }
  .psi-audit { -moz-column-break-inside: avoid; break-inside: avoid; page-break-inside: avoid; }
}

/* ─── Auth Pages ─────────────────────────────────────────────── */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

/* ─── Gate Overlay ───────────────────────────────────────────── */
.gate {
  position: relative;
  margin-top: 8px;
  border-radius: var(--r);
  overflow: hidden;
}

.gate__blur {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  filter: blur(5px);
  opacity: 0.25;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.gate__blur-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 20px;
}

.gate__blur-line {
  height: 10px;
  background: var(--fg-2);
  border-radius: 3px;
  opacity: 0.3;
}

.gate__blur-line--wide   { width: 75%; }
.gate__blur-line--narrow { width: 45%; }

.gate__card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 32px;
  background: linear-gradient(180deg,
    rgba(13,6,9,0) 0%,
    rgba(13,6,9,0.92) 25%,
    rgba(13,6,9,0.98) 100%
  );
}

.gate__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,44,92,0.08);
  border: 1px solid rgba(254,44,92,0.25);
  border-radius: 50%;
  color: var(--accent);
  margin-bottom: 20px;
  box-shadow: none;
}

.gate__title {
  font-family: var(--f-sans);
  font-size: 22px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.gate__sub {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-2);
  max-width: 380px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.gate__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 22px;
  text-align: left;
}

.gate__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
}

.gate__feature-check {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--green);
  flex-shrink: 0;
  font-weight: 700;
}

.gate__quota {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 24px;
}

.gate__quota-badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
  border: 1px solid rgba(45,212,160,0.35);
  background: rgba(45,212,160,0.08);
  padding: 2px 8px;
  border-radius: var(--r);
}

.gate__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
}

.gate__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 13px 24px;
  border-radius: var(--r);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.gate__btn--primary {
  background: var(--accent);
  color: var(--bg);
  border: 1px solid var(--accent);
  box-shadow: none;
}

.gate__btn--primary:hover {
  background: #ff4d6e;
  box-shadow: none;
  text-decoration: none;
}

.gate__btn--ghost {
  background: transparent;
  color: var(--fg-2);
  border: 1px solid var(--line);
}

.gate__btn--ghost:hover {
  border-color: rgba(254,44,92,0.35);
  color: var(--fg);
  text-decoration: none;
}

/* ─── Quota Wall (scan rate limited) ────────────────────────── */
.quota-wall {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 24px;
  text-align: center;
}

.quota-wall__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,44,92,0.06);
  border: 1px solid rgba(254,44,92,0.22);
  border-radius: 50%;
  color: var(--accent);
  margin-bottom: 4px;
}

.quota-wall__title {
  font-family: var(--f-sans);
  font-size: 20px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
}

.quota-wall__msg {
  font-family: var(--f-sans);
  font-size: 14px;
  color: var(--fg-2);
  max-width: 420px;
  line-height: 1.7;
}

.quota-wall__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 340px;
  margin-top: 8px;
}

.quota-wall__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--r);
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s, border-color 0.15s;
  border: 1px solid transparent;
}

.quota-wall__btn--primary {
  background: var(--accent);
  color: var(--bg);
  box-shadow: none;
}

.quota-wall__btn--primary:hover {
  background: #ff4d6e;
  text-decoration: none;
  box-shadow: none;
}

.quota-wall__btn--ghost {
  background: transparent;
  color: var(--fg-2);
  border-color: var(--line);
}

.quota-wall__btn--ghost:hover {
  border-color: rgba(254,44,92,0.35);
  color: var(--fg);
  text-decoration: none;
}

.quota-wall__back {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.quota-wall__back:hover { color: var(--fg-2); }

/* ─── Dashboard ──────────────────────────────────────────────── */
.dashboard {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--pad-page);
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Header ── */
.dash-header {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: var(--mb-header);
  animation: fade-in 0.45s ease both;
}

.dash-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.dash-header__eyebrow {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.65;
  margin-bottom: 8px;
}

.dash-header__title {
  font-family: var(--f-sans);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--fg);
  line-height: 1;
}

.dash-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* Plan badge */
.dash-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r);
  border: 1px solid;
}

.dash-plan-badge--free {
  color: var(--muted);
  border-color: var(--line);
  background: transparent;
}

.dash-plan-badge--pro {
  color: var(--accent);
  border-color: rgba(254,44,92,0.38);
  background: rgba(254,44,92,0.07);
  box-shadow: none;
}

.dash-upgrade-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
  background: rgba(254,44,92,0.07);
  border: 1px solid rgba(254,44,92,0.28);
  border-radius: var(--r);
  padding: 7px 14px;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s;
}

.dash-upgrade-link:hover {
  background: rgba(254,44,92,0.13);
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}

/* ── Stats row ── */
.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--line);
  overflow: hidden;
}

.dash-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 20px 18px;
  background: var(--bg-2);
  transition: background 0.18s;
  cursor: default;
}

.dash-stat:hover { background: rgba(254,44,92,0.04); }

.dash-stat__value {
  font-family: var(--f-sans);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--accent);
  line-height: 1;
}

.dash-stat__value--muted { color: var(--muted); }

.dash-stat__denom {
  font-size: var(--sz-text);
  font-weight: 500;
  opacity: 0.45;
}

.dash-stat__label {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

/* ── Scan wrap ── */
.dash-scan-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: fade-in 0.45s ease both;
}

.dash-scan-wrap .scan-form {
  margin-top: 20px;
}

.dash-divider {
  margin: 28px 0 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

/* ── Body (activity) ── */
.dash-body {
  animation: fade-in 0.45s ease both;
}

.dash-body > .dash-divider {
  margin-top: 32px;
}

/* ── Main grid ── */
.dash-grid {
  display: grid;
  grid-template-columns: 1fr 296px;
  gap: 16px;
  align-items: start;
}

/* ── Panels ── */
.dash-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.dash-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-2);
}

.dash-panel__title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.dash-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  color: var(--accent);
  opacity: 0.6;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.12s;
}

.dash-panel__link:hover { opacity: 1; text-decoration: none; }

/* ── Sites list ── */
.dash-sites { display: flex; flex-direction: column; }

.dash-site {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px 20px;
  text-decoration: none;
  border-bottom: 1px solid var(--line-2);
  border-left: 2px solid var(--accent-left, var(--line));
  transition: background 0.12s, border-left-color 0.15s;
  animation: fade-in 0.4s ease both;
}

.dash-site:last-child { border-bottom: none; }

.dash-site:hover {
  background: rgba(254,44,92,0.025);
  text-decoration: none;
}

.dash-site__index {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 500;
  color: var(--muted);
  opacity: 0.4;
  flex-shrink: 0;
  width: 22px;
  letter-spacing: 0.02em;
  transition: opacity 0.12s;
}

.dash-site:hover .dash-site__index { opacity: 0.7; }

.dash-site__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dash-site__domain {
  font-family: var(--f-sans);
  font-size: var(--sz-body);
  font-weight: 600;
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-site__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  color: var(--muted);
}

.dash-site__count {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 0 7px;
  font-size: var(--sz-label);
  letter-spacing: 0.06em;
}

.dash-site__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.dash-site__score {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  font-weight: 700;
  padding: 5px 11px;
  border-radius: var(--r);
  border: 1px solid;
  white-space: nowrap;
  min-width: 56px;
  text-align: center;
}

.dash-site__denom {
  font-size: var(--sz-label);
  font-weight: 500;
  opacity: 0.55;
}

.dash-site__arrow {
  color: var(--muted);
  opacity: 0.4;
  flex-shrink: 0;
  transition: color 0.15s, transform 0.18s, opacity 0.15s;
}

.dash-site:hover .dash-site__arrow {
  color: var(--accent);
  opacity: 1;
  transform: translateX(3px);
}

/* ── Sidebar ── */
.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── Monitors ── */
.dash-monitors {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.dash-monitor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-2);
}

.dash-monitor:last-child { border-bottom: none; }

.dash-monitor__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  box-shadow: none;
  position: relative;
}

.dash-monitor__dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(45,212,160,0.1);
  animation: pulse-dot 2.4s ease-out infinite;
}

.dash-monitor__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dash-monitor__domain {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  font-weight: 600;
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-monitor__sub {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  color: var(--muted);
  white-space: nowrap;
}

.dash-monitor__score {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}

.dash-monitor__score--pending { color: var(--muted); opacity: 0.5; }

.dash-monitors__overflow {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding: 9px 15px;
  border-top: 1px solid var(--line-2);
  opacity: 0.6;
  list-style: none;
}

/* ── Quick nav ── */
.dash-nav {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.dash-nav__item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  text-decoration: none;
  border-bottom: 1px solid var(--line-2);
  transition: background 0.12s;
  position: relative;
}

.dash-nav__item:last-child { border-bottom: none; }

.dash-nav__item:hover {
  background: rgba(254,44,92,0.04);
  text-decoration: none;
}

.dash-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r);
  color: var(--muted);
  flex-shrink: 0;
  transition: color 0.12s, border-color 0.12s, background 0.12s;
}

.dash-nav__item:hover .dash-nav__icon {
  color: var(--accent);
  border-color: rgba(254,44,92,0.3);
  background: rgba(254,44,92,0.07);
}

.dash-nav__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.dash-nav__label {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-2);
  letter-spacing: 0.01em;
  transition: color 0.12s;
}

.dash-nav__item:hover .dash-nav__label { color: var(--fg); }

.dash-nav__sub {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.dash-nav__arrow {
  color: var(--muted);
  opacity: 0.4;
  flex-shrink: 0;
  transition: color 0.15s, transform 0.18s, opacity 0.15s;
}

.dash-nav__item:hover .dash-nav__arrow {
  color: var(--accent);
  opacity: 1;
  transform: translateX(2px) translateY(-2px);
}

/* ── Empty state (monitors) ── */
.dash-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 16px;
  text-align: center;
}

.dash-empty__pulse {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px dashed rgba(254,44,92,0.2);
  margin-bottom: 2px;
  position: relative;
}

.dash-empty__pulse::after {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px dashed rgba(254,44,92,0.1);
  animation: pulse-ring 2.4s ease-in-out infinite;
}

.dash-empty__text {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
}

.dash-empty__cta {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.12s;
}

.dash-empty__cta:hover { opacity: 1; text-decoration: none; }

/* ── Onboarding (first use) ── */
.dash-onboarding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 64px 24px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--panel);
  margin-top: 0;
  animation: fade-in 0.45s ease both;
}

.dash-onboarding__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,44,92,0.07);
  border: 1px solid rgba(254,44,92,0.2);
  border-radius: 50%;
  color: var(--accent);
  animation: none;
  margin-bottom: 4px;
}

.dash-onboarding__title {
  font-family: var(--f-sans);
  font-size: 17px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.015em;
}

.dash-onboarding__sub {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--fg-2);
  max-width: 420px;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 800px) {
  .dashboard   { padding: 32px 18px 72px; }
  .dash-stats  { grid-template-columns: repeat(2, 1fr); }
  .dash-grid   { grid-template-columns: 1fr; }
  .dash-sidebar { flex-direction: column; }
}

@media (max-width: 480px) {
  .dash-header__top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .dash-stats { grid-template-columns: repeat(2, 1fr); }
  .dash-site__index { display: none; }
}

/* ─── Footer ─────────────────────────────────────────────────── */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 24px;
  border-top: 1px solid var(--line);
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.footer__sep {
  opacity: 0.35;
}

.footer__legal {
  opacity: 0.75;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__link {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s;
}

.footer__link:hover {
  color: var(--fg);
}

/* ─── Legal pages ─────────────────────────────────────────────── */
.legal-page {
  max-width: var(--container, 780px);
  margin: 0 auto;
  padding: 80px 24px 120px;
}

.legal-page__container {
  max-width: 680px;
  margin: 0 auto;
}

.legal-page__title {
  font-family: var(--f-sans);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-page__updated {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 48px;
  font-family: var(--f-sans);
}

.legal-page__section {
  margin-bottom: 36px;
}

.legal-page__section h2 {
  font-family: var(--f-sans);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 12px;
}

.legal-page__section p,
.legal-page__section ul {
  font-family: var(--f-sans);
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--fg);
}

.legal-page__section ul {
  padding-left: 20px;
  margin: 8px 0;
}

.legal-page__section li {
  margin-bottom: 6px;
}

.legal-page__section a {
  color: var(--accent, #6c63ff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page__section a:hover {
  opacity: 0.8;
}

/* ─── How It Works ───────────────────────────────────────────── */
.how-it-works {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 56px;
  border-bottom: 1px solid var(--line);
}

.how-it-works__header {
  text-align: center;
  margin-bottom: 56px;
}

.how-it-works__eyebrow {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.how-it-works__title {
  font-family: var(--f-sans);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.how-it-works__sub {
  font-family: var(--f-sans);
  font-size: 15px;
  color: var(--muted);
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.7;
}

.how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.how-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 32px;
  position: relative;
}

.how-step__connector-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-bottom: 28px;
}

.how-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(254, 44, 92, 0.32);
  background: rgba(254, 44, 92, 0.07);
  font-family: var(--f-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.how-step__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 44, 92, 0.3), rgba(254, 44, 92, 0.08));
  position: absolute;
  left: calc(50% + 26px);
  right: calc(-50% + 26px);
}

.how-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--r);
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--muted);
  margin-bottom: 18px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.how-step:hover .how-step__icon {
  color: var(--accent);
  border-color: rgba(254, 44, 92, 0.3);
  background: rgba(254, 44, 92, 0.06);
}

.how-step__title {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.how-step__desc {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.7;
  max-width: 260px;
  margin: 0 auto;
}

/* ─── Trust Section ──────────────────────────────────────────── */
.trust-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 56px;
  border-bottom: 1px solid var(--line);
}

.trust-section__header {
  margin-bottom: 28px;
}

.trust-section__eyebrow {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.trust-section__title {
  font-family: var(--f-sans);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.trust-section__sub {
  font-family: var(--f-sans);
  font-size: 14px;
  color: var(--muted);
  max-width: 480px;
  line-height: 1.6;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.trust-card {
  background: var(--panel);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.2s;
}

.trust-card:hover {
  background: var(--panel-2);
}

.trust-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  background: rgba(45, 212, 160, 0.08);
  border: 1px solid rgba(45, 212, 160, 0.2);
  color: var(--green);
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}

.trust-card:hover .trust-card__icon {
  background: rgba(45, 212, 160, 0.14);
  border-color: rgba(45, 212, 160, 0.35);
}

.trust-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trust-card__title {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.trust-card__desc {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.65;
}

/* ─── Pricing Teaser ─────────────────────────────────────────── */
.pricing-teaser {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 96px;
}

.pricing-teaser__header {
  margin-bottom: 36px;
}

.pricing-teaser__eyebrow {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.pricing-teaser__title {
  font-family: var(--f-sans);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}

.pricing-teaser__sub {
  font-family: var(--f-sans);
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 520px;
}

.pricing-teaser__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 18px;
}

.pt-card {
  background: var(--panel);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.pt-card--pro {
  background: var(--panel-2);
  border-left: 2px solid rgba(254, 44, 92, 0.3);
}

.pt-card--pro::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(254, 44, 92, 0.2));
}

.pt-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(254, 44, 92, 0.1);
  border: 1px solid rgba(254, 44, 92, 0.25);
  border-radius: var(--r);
  padding: 3px 8px;
}

.pt-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pt-card__plan {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.pt-card--pro .pt-card__plan {
  color: var(--accent);
}

.pt-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pt-card__amount {
  font-family: var(--f-sans);
  font-size: 36px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.03em;
  line-height: 1;
}

.pt-card__period {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--muted);
}

.pt-card__desc {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 340px;
}

.pt-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pt-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.5;
}

.pt-card__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--muted);
  flex-shrink: 0;
  margin-top: 1px;
}

.pt-card__check--pro {
  background: rgba(45, 212, 160, 0.12);
  border-color: rgba(45, 212, 160, 0.28);
  color: var(--green);
}

.pt-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--r);
  padding: 12px 24px;
  text-decoration: none;
  border: 1px solid;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pt-card__cta--ghost {
  color: var(--fg-2);
  border-color: var(--line);
  background: transparent;
}

.pt-card__cta--ghost:hover {
  color: var(--fg);
  border-color: rgba(254, 44, 92, 0.3);
  background: rgba(254, 44, 92, 0.05);
  text-decoration: none;
  opacity: 1;
}

.pt-card__cta--primary {
  color: var(--fg);
  border-color: var(--accent);
  background: var(--accent);
}

.pt-card__cta--primary:hover {
  background: #ff4d6e;
  border-color: #ff4d6e;
  text-decoration: none;
  opacity: 1;
}

.pricing-teaser__note {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

.pricing-teaser__note a {
  color: var(--fg-2);
}

.pricing-teaser__note a:hover {
  color: var(--fg);
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav { height: 58px; }
  .nav__container { padding: 0 20px; }
  .nav__logo-sub { display: none; }
  .nav__links { margin-right: 8px; padding-right: 10px; }
  .hero { padding: 56px 18px 48px; }
  .stats-bar { flex-wrap: wrap; }
  .stats-bar__item { flex: 1 1 50%; border-bottom: 1px solid var(--line); }
  .stats-bar__item:nth-child(odd) { border-right: 1px solid var(--line); }
  .stats-bar__item:last-child { border-right: none; }
  .section-divider { margin-top: 36px; }
  .features { padding: 20px 18px 48px; }
  .features__grid { grid-template-columns: 1fr; }
  .recent-vulns { padding: 20px 18px 56px; }
  .recent-vulns__list { grid-template-columns: 1fr; }
  .report-sidebar { display: none; }
  .report-body { padding: 20px 18px 56px; }
  .report-header__head { flex-wrap: wrap; gap: 14px; }
  .report-header__scores { flex-direction: column-reverse; align-items: center; gap: 22px; }
  .report-header__scores .report-header__score-block { padding-left: 0; }
  .report-header__scores .report-header__score-block::before { display: none; }
  .report-header__meters { width: 100%; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; }
  .scan-form__btn { padding: 0 20px; font-size: 12px; }
  .kv-grid { grid-template-columns: 1fr; }
  .metric-overview__grid { grid-template-columns: repeat(2, 1fr); }
  .nav__guest { gap: 6px; }
  .nav__demo-cta { display: none; }
  .how-it-works__steps { grid-template-columns: 1fr; gap: 48px; }
  .how-step { padding: 0 16px; }
  .how-step__line { display: none; }
  .how-step__connector-wrap { justify-content: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-teaser__cards { grid-template-columns: 1fr; }
  .pt-card__badge { top: 16px; right: 16px; }
  .footer__legal { display: none; }
  .footer__sep:first-of-type { display: none; }
}

/* ─── Print / Export PDF ─────────────────────────────────────── */
@media print {
  * { animation: none !important; transition: none !important; }

  body {
    background: var(--bg) !important;
    background-image: none !important;
    font-size: 12px;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Masquer tout ce qui ne fait pas partie du rapport */
  .nav,
  .footer,
  .report-sidebar,
  .report-back,
  .report-header__verdict-cta,
  .report-header__btn,
  .section__chevron,
  .scan-disclaimer,
  .demo-banner { display: none !important; }

  /* Layout pleine largeur */
  .report-wrap { display: block !important; padding: 0 !important; min-height: 0 !important; }
  .report-body { padding: 16px 0 0 !important; max-width: 100% !important; }

  /* Sections — autoriser les sauts de page à l'intérieur des grandes sections */
  .section {
    page-break-inside: auto;
    -moz-column-break-inside: auto;
         break-inside: auto;
    overflow: visible !important;
    margin-bottom: 10px;
  }

  /* Garder le header de section collé à son contenu */
  .section__header {
    page-break-after: avoid;
    -moz-column-break-after: avoid;
         break-after: avoid;
  }

  /* Forcer l'affichage au print — contourner le grid accordion */
  .section__body-wrapper { display: block !important; }
  .section__body-inner   { overflow: visible !important; display: block !important; }
  .category-banner { -moz-column-break-inside: avoid; break-inside: avoid; -moz-column-break-after: avoid; break-after: avoid; }

  /* Break-avoid sur les éléments atomiques */
  .vuln-card,
  .rec-item,
  .exposure-item,
  .plugin-vuln-item { -moz-column-break-inside: avoid; break-inside: avoid; page-break-inside: avoid; }

  /* Masquer le gate overlay à l'impression */
  .gate { display: none !important; }

  /* Tableaux */
  .plugin-table, .headers-table { width: 100%; border-collapse: collapse; font-size: 12px; }
  .plugin-table th, .plugin-table td,
  .headers-table th, .headers-table td { padding: 4px 6px !important; }

  /* Liens */
  a { text-decoration: none !important; }

  /* Vulns dépliées */
  .plugin-vuln-item__detail { display: block !important; }

  .loading-pulse { display: none; }
  @page {
    margin: 15mm 12mm;
    size: A4 portrait;
    background: #0d0609;
  }
}

/* ─── Portfolio Page ─────────────────────────────────────────── */
.portfolio-page {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--pad-page);
}
.portfolio-page__header { margin-bottom: var(--mb-header); }
.portfolio-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 12px;
}
.portfolio-label__hint {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
.portfolio-textarea {
  width: 100%;
  box-sizing: border-box;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  color: var(--fg);
  font-family: var(--f-sans);
  font-size: var(--sz-body);
  line-height: 1.7;
  padding: 17px 20px;
  outline: none;
  resize: vertical;
  transition: border-color 0.15s;
}
.portfolio-textarea:focus { border-color: rgba(254,44,92,0.45); }
.portfolio-textarea::-moz-placeholder { color: var(--muted); }
.portfolio-textarea::placeholder { color: var(--muted); }
.portfolio-input-wrap { margin-bottom: 34px; }
.portfolio-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 17px;
}
.portfolio-url-count {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  color: var(--muted);
}
.portfolio-table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 24px;
}
.portfolio-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--sz-body);
}
.portfolio-table th {
  text-align: left;
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 13px 20px;
  background: var(--panel-2);
  border-bottom: 1px solid var(--line);
}
.portfolio-table td { padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.portfolio-table tr:last-child td { border-bottom: none; }
.portfolio-row__url {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--fg-2);
  max-width: 320px;
}
.portfolio-row__url span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portfolio-row__error {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  color: #ff4d6a;
}
.portfolio-row__link {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.portfolio-row__link:hover { text-decoration: underline; }
.portfolio-controls { display: flex; gap: 15px; }

/* ─── Mes Scans Page ─────────────────────────────────────────── */
/* ─── Scans Page ─────────────────────────────────────────────── */
.scans-page {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--pad-page);
}

.scans-page__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: var(--mb-header);
}

.scans-page__eyebrow {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.scans-page__title {
  font-family: var(--f-sans);
  font-size: 36px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
}

.scans-page__sub {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  color: var(--muted);
  letter-spacing: 0.04em;
}

.scans-page__new-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--accent);
  background: rgba(254,44,92,0.07);
  border: 1px solid rgba(254,44,92,0.32);
  border-radius: var(--r);
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, box-shadow 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
.scans-page__new-btn:hover {
  background: rgba(254,44,92,0.12);
  border-color: rgba(254,44,92,0.5);
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}

/* ─── Plan Banner ────────────────────────────────────────────── */
.plan-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--panel);
  margin-bottom: 36px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.plan-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 2px;
  background: var(--line);
  transition: background 0.3s;
}

.plan-banner--pro {
  border-color: rgba(254,44,92,0.22);
  background: rgba(254,44,92,0.04);
}
.plan-banner--pro::before { background: var(--accent); box-shadow: none; }

.plan-banner__left  { display: flex; align-items: center; gap: 12px; }
.plan-banner__right { display: flex; align-items: center; }

.plan-banner__sep {
  width: 1px;
  height: 14px;
  background: var(--line);
  flex-shrink: 0;
}

.plan-banner__badge {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 4px 10px;
}
.plan-banner__badge--pro {
  color: var(--accent);
  border-color: rgba(254,44,92,0.4);
  background: rgba(254,44,92,0.09);
  box-shadow: none;
}
.plan-banner__desc {
  font-family: var(--f-sans);
  font-size: 13.5px;
  color: var(--fg-2);
}
.plan-banner__credits { color: var(--accent); font-weight: 600; }

.plan-banner__upgrade {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
  background: rgba(254,44,92,0.08);
  border: 1px solid rgba(254,44,92,0.28);
  border-radius: var(--r);
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s;
}
.plan-banner__upgrade:hover {
  background: rgba(254,44,92,0.14);
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}

/* ─── Scan Filters ───────────────────────────────────────────── */
.scans-filters {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.scans-filters__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 180px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 0 14px;
  color: var(--muted);
  transition: border-color 0.15s;
}

.scans-filters__search:focus-within {
  border-color: rgba(254,44,92,0.4);
  color: var(--fg-2);
}

.scans-filters__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--fg);
  padding: 11px 0;
}

.scans-filters__input::-moz-placeholder { color: var(--muted); }

.scans-filters__input::placeholder { color: var(--muted); }

/* clear button inside search */
.scans-filters__clear {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 2px;
  transition: color 0.12s;
}
.scans-filters__clear:hover { color: var(--fg-2); }

.scans-filters__pills {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.scans-filter-pill {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  padding: 7px 14px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: none;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.12s, border-color 0.12s, background 0.12s;
}

.scans-filter-pill:hover { color: var(--fg-2); border-color: rgba(254,44,92,0.25); }

.scans-filter-pill--all.is-active    { color: var(--fg);     border-color: rgba(254,44,92,0.4); background: rgba(254,44,92,0.07); }
.scans-filter-pill--good.is-active   { color: var(--green);  border-color: rgba(45,212,160,0.4); background: rgba(45,212,160,0.07); }
.scans-filter-pill--medium.is-active { color: var(--yellow); border-color: rgba(255,211,42,0.4); background: rgba(255,211,42,0.07); }
.scans-filter-pill--bad.is-active    { color: var(--red);    border-color: rgba(255,69,58,0.4);  background: rgba(255,69,58,0.07);  }

.scans-filters__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 60px 32px;
  color: var(--muted);
  font-size: var(--sz-body);
  text-align: center;
}

.scans-filters__reset {
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  color: var(--accent);
  background: none;
  border: 1px solid rgba(254,44,92,0.25);
  border-radius: var(--r);
  padding: 7px 16px;
  cursor: pointer;
  transition: background 0.12s;
}
.scans-filters__reset:hover { background: rgba(254,44,92,0.07); }

/* ─── Scan list ──────────────────────────────────────────────── */
.scans-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* ─── Domain Cards ───────────────────────────────────────────── */
.scans-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--panel);
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.scans-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: var(--panel-2);
  text-decoration: none;
}

.scans-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.scans-card__top-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.scans-card__indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: none;
}

.scans-card__domain {
  font-family: var(--f-sans);
  font-size: var(--sz-body);
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* ─── Category gauges (instrument strip) ─────────────────────── */
.scans-card__gauges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.gauge {
  --gauge-c: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 11px 13px;
  background: var(--panel);
  transition: background 0.15s;
}
.scans-card:hover .gauge { background: var(--panel-2); }

.gauge--good   { --gauge-c: var(--green);  }
.gauge--medium { --gauge-c: var(--yellow); }
.gauge--bad    { --gauge-c: var(--red);    }
.gauge--unknown{ --gauge-c: var(--muted);  }

.gauge__label {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.gauge__value {
  font-family: var(--f-sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--gauge-c);
}

.gauge__track {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(254, 44, 92, 0.08);
  overflow: hidden;
}

.gauge__fill {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: var(--gauge-c);
  transform-origin: left center;
  animation: gauge-grow 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--gauge-delay, 0ms);
}

@keyframes gauge-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .gauge__fill { animation: none; }
}

.scans-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.scans-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.scans-card__count {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.scans-card__dot { color: var(--accent); opacity: 0.45; }

.scans-card__date {
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  color: var(--muted);
}

.scans-card__score {
  font-family: var(--f-sans);
  font-size: var(--sz-value);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  border-radius: var(--r);
  padding: 5px 12px;
  border: 1px solid;
  white-space: nowrap;
  text-align: center;
}

.scans-card__score-denom {
  font-size: var(--sz-label);
  font-weight: 500;
  opacity: 0.6;
}

/* ─── Domain Detail Page ─────────────────────────────────────── */
.domain-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.12s;
}
.domain-page__back:hover { color: var(--fg-2); text-decoration: none; }

.domain-page__list {
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--panel);
  display: flex;
  flex-direction: column;
}

.sparkline {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sparkline__delta {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
}
.sparkline__delta--up   { color: #2dd4a0; }
.sparkline__delta--down { color: #ff4d6a; }

/* ─── Scans Pagination ───────────────────────────────────────── */
.scans-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding-bottom: 8px;
}
.scans-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--fg-2);
  cursor: pointer;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.scans-pagination__btn:hover:not(:disabled) {
  background: var(--panel-2);
  border-color: var(--accent);
  color: var(--fg);
}
.scans-pagination__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.scans-pagination__info {
  font-family: var(--f-sans);
  font-size: 13px;
  color: var(--muted);
  min-width: 48px;
  text-align: center;
}

.monitor-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.monitor-toggle:hover { border-color: rgba(254,44,92,0.4); color: var(--fg-2); }
.monitor-toggle--on {
  border-color: rgba(45,212,160,0.35);
  color: #2dd4a0;
  background: rgba(45,212,160,0.06);
}
.monitor-toggle--on:hover { border-color: rgba(255,77,106,0.4); color: #ff4d6a; background: rgba(255,77,106,0.04); }


.scans-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  text-decoration: none;
  border-bottom: 1px solid var(--line-2);
  transition: background 0.12s, padding-left 0.18s;
  position: relative;
}
.scans-row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--accent);
  opacity: 0;
  transition: opacity 0.15s;
}
.scans-row:last-child { border-bottom: none; }
.scans-row:hover { background: rgba(254,44,92,0.03); text-decoration: none; }
.scans-row:hover::before { opacity: 1; }

.scans-row__date {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
  white-space: nowrap;
}

.scans-row__time {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}

.scans-row__spacer { flex: 1; }

.scans-row__cats {
  display: flex;
  align-items: center;
  gap: 6px;
}

.scans-row__cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 4px 8px;
  border-radius: var(--r);
  border: 1px solid;
  min-width: 40px;
  text-align: center;
}

.scans-row__cat-label {
  font-family: var(--f-sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: inherit;
}

.scans-row__cat-val {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}

@media (max-width: 640px) {
  .scans-row__cats { display: none; }
}

.scans-row__score {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--r);
  padding: 3px 10px;
  border: 1px solid;
  white-space: nowrap;
  min-width: 60px;
  text-align: center;
}

.scans-row__score-denom {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}

.score--good   { color: var(--green);  border-color: rgba(45,212,160,0.3);  background: rgba(45,212,160,0.07);  }
.score--medium { color: var(--yellow); border-color: rgba(255,211,42,0.3);  background: rgba(255,211,42,0.07);  }
.score--bad    { color: var(--red);    border-color: rgba(255,69,58,0.3);   background: rgba(255,69,58,0.07);   }
.score--unknown{ color: var(--muted);  border-color: var(--line);           background: transparent;            }

.scans-row__arrow {
  color: var(--muted);
  flex-shrink: 0;
  transition: color 0.15s, transform 0.18s;
}
.scans-row:hover .scans-row__arrow {
  color: var(--accent);
  transform: translateX(3px);
}

/* ─── Pagination ─────────────────────────────────────────────── */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0 4px;
  border-top: 1px solid var(--line-2);
  margin-top: 4px;
}

.pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: color 0.12s, border-color 0.12s, background 0.12s;
}

.pagination__btn:hover {
  color: var(--accent);
  border-color: rgba(254,44,92,0.4);
  background: rgba(254,44,92,0.05);
  text-decoration: none;
}

.pagination__btn--disabled {
  opacity: 0.35;
  pointer-events: none;
}

.pagination__pages {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination__page {
  font-family: var(--f-sans);
  font-size: 12px;
  color: var(--fg-2);
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--r);
  transition: color 0.12s, border-color 0.12s, background 0.12s;
}

.pagination__page:hover {
  color: var(--fg);
  background: var(--panel);
  text-decoration: none;
}

.pagination__page.is-active {
  color: var(--accent);
  border-color: rgba(254,44,92,0.4);
  background: rgba(254,44,92,0.08);
  font-weight: 700;
  pointer-events: none;
}

/* ─── Empty state ────────────────────────────────────────────── */
.scans-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 96px 0;
  text-align: center;
}

.scans-page__empty-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,44,92,0.06);
  border: 1px solid rgba(254,44,92,0.18);
  border-radius: 50%;
  color: var(--accent);
  margin-bottom: 6px;
}

.scans-page__empty-title {
  font-family: var(--f-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.scans-page__empty-text {
  font-family: var(--f-sans);
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .scans-page__list { grid-template-columns: 1fr; }
}

/* ─── Scans Success Banner ───────────────────────────────────── */
.scans-success {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--green);
  background: rgba(45,212,160,0.07);
  border: 1px solid rgba(45,212,160,0.22);
  border-left: 2px solid var(--green);
  border-radius: var(--r);
  padding: 13px 18px;
  margin-bottom: 36px;
}

/* ─── Pricing Page ───────────────────────────────────────────── */
.pricing-page {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--pad-page);
}

.pricing-page__header {
  text-align: center;
  margin-bottom: 64px;
}

.pricing-page__title {
  font-family: var(--f-sans);
  font-size: 38px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.pricing-page__sub {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--muted);
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--panel);
  padding: 34px 30px 30px;
}

.pricing-card--pro {
  border-color: rgba(254,44,92,0.35);
  background: rgba(254,44,92,0.03);
}

.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--f-sans);
  font-size: var(--sz-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 4px 12px;
  border-radius: var(--r);
  white-space: nowrap;
}

.pricing-card__header {
  margin-bottom: 30px;
}

.pricing-card__name {
  font-family: var(--f-sans);
  font-size: 19px;
  font-weight: 700;
  color: var(--fg);
  display: block;
  margin-bottom: 12px;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.pricing-card__amount {
  font-family: var(--f-sans);
  font-size: 42px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
}

.pricing-card__period {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--muted);
}

.pricing-card__credits-desc {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 24px;
}

.pricing-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  margin-bottom: 34px;
}

.pricing-card__feature {
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--fg-2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pricing-card__check {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
}

.pricing-card__check--muted { color: var(--muted); }

.pricing-card__footer {
  margin-top: auto;
}

.pricing-card__btn {
  width: 100%;
  font-family: var(--f-sans);
  font-size: var(--sz-body);
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: var(--r);
  padding: 13px 0;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s, opacity 0.15s;
  border: none;
}

.pricing-card__btn:disabled { opacity: 0.6; cursor: not-allowed; }

.pricing-card__btn--primary {
  background: var(--accent);
  color: var(--bg);
}
.pricing-card__btn--primary:hover:not(:disabled) {
  background: var(--accent-d);
  box-shadow: none;
}

.pricing-card__btn--ghost {
  background: transparent;
  color: var(--fg-2);
  border: 1px solid var(--line) !important;
}
.pricing-card__btn--ghost:hover:not(:disabled) {
  color: var(--fg);
  border-color: rgba(254,44,92,0.25) !important;
}

.pricing-card__current {
  display: block;
  text-align: center;
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--muted);
  padding: 13px 0;
}

.pricing-card__active-badge {
  display: block;
  text-align: center;
  font-family: var(--f-sans);
  font-size: var(--sz-text);
  color: var(--accent);
  padding: 13px 0;
}

@media (max-width: 780px) {
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-card__badge { font-size: var(--sz-label); }
}

/* ─── Monitoring Page ───────────────────────────────────────────── */
.alertes-page {
  max-width: 680px;
  margin: 0 auto;
  padding: var(--pad-page);
}

.alertes-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: var(--mb-header);
}

.alertes-header__eyebrow {
  font-size: var(--sz-label);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.alertes-header__title {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}

.alertes-header__sub {
  font-size: var(--sz-text);
  color: var(--fg-2);
  line-height: 1.65;
  max-width: 380px;
}

.alertes-header__dest {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: var(--sz-mono);
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 7px 13px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Manager ── */
.am { display: flex; flex-direction: column; gap: 20px; }

/* Add form */
.am-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.am-form__inner {
  display: flex;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color 0.15s;
  overflow: hidden;
}

.am-form__inner:focus-within {
  border-color: rgba(254,44,92,0.4);
}

.am-form__icon {
  flex-shrink: 0;
  color: var(--muted);
  margin-left: 14px;
}

.am-form__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--fg);
  font-family: var(--f-sans);
  font-size: var(--sz-body);
  padding: 13px 14px;
}

.am-form__input::-moz-placeholder { color: var(--muted); }

.am-form__input::placeholder { color: var(--muted); }

.am-form__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(254,44,92,0.1);
  border: none;
  border-left: 1px solid var(--line);
  color: var(--accent);
  font-family: var(--f-sans);
  font-size: var(--sz-mono);
  font-weight: 600;
  padding: 0 20px;
  height: 100%;
  min-height: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.am-form__btn:hover:not(:disabled) {
  background: rgba(254,44,92,0.18);
}

.am-form__btn:disabled { opacity: 0.45; cursor: default; }

.am-form__spinner {
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(254,44,92,0.3);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.am-form__error {
  font-size: var(--sz-mono);
  color: var(--red);
  padding-left: 2px;
}

/* Empty state */
.am-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 72px 32px;
  text-align: center;
  position: relative;
}

.am-empty__pulse {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px dashed rgba(254,44,92,0.2);
  margin-bottom: 4px;
  position: relative;
}

.am-empty__pulse::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(254,44,92,0.12);
  animation: pulse-ring 2.4s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.08); }
}

.am-empty__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--fg-2);
}

.am-empty__sub {
  font-size: var(--sz-text);
  color: var(--muted);
  max-width: 340px;
  line-height: 1.6;
}

/* List */
.am-list { display: flex; flex-direction: column; gap: 10px; }

.am-list__count {
  font-size: var(--sz-label);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

/* Card */
.am-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid var(--card-border, var(--line));
  border-radius: var(--r);
  transition: border-color 0.2s;
}

.am-card__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.am-card__pulse-wrap {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  position: relative;
}

.am-card__pulse {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  position: absolute;
  top: 1px;
  left: 1px;
  box-shadow: none;
}

.am-card__pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(45,212,160,0.15);
  animation: pulse-dot 2s ease-out infinite;
}

@keyframes pulse-dot {
  0%    { opacity: 0.8; transform: scale(1); }
  100%  { opacity: 0;   transform: scale(2.4); }
}

.am-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.am-card__domain {
  font-size: var(--sz-body);
  font-weight: 600;
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-card__url {
  font-size: var(--sz-mono);
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-card__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.am-card__score {
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.am-card__score-denom {
  font-size: var(--sz-text);
  opacity: 0.45;
  font-weight: 400;
}

.am-card__pending {
  font-size: 18px;
  color: var(--muted);
}

.am-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.am-card__date {
  font-size: var(--sz-mono);
  color: var(--muted);
  white-space: nowrap;
}

.am-card__date--pending {
  font-style: italic;
}

.am-card__report {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: var(--sz-mono);
  color: var(--accent);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.12s;
  white-space: nowrap;
}

.am-card__report:hover { opacity: 1; text-decoration: none; }

.am-card__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid transparent;
  border-radius: var(--r);
  color: var(--muted);
  cursor: pointer;
  transition: color 0.12s, border-color 0.12s, background 0.12s;
  flex-shrink: 0;
}

.am-card__remove:hover:not(:disabled) {
  color: var(--red);
  border-color: rgba(255,69,58,0.25);
  background: rgba(255,69,58,0.05);
}

.am-card__remove:disabled { opacity: 0.3; cursor: default; }

.am-card__remove-spinner {
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-top-color: var(--muted);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@media (max-width: 560px) {
  .alertes-header { flex-direction: column; align-items: flex-start; }
  .am-card { flex-direction: column; align-items: flex-start; }
  .am-card__right { width: 100%; justify-content: space-between; }
  .am-card__meta { align-items: flex-start; }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"IBM_Plex_Mono","arguments":[{"subsets":["latin"],"variable":"--font-mono","weight":["400","500","600","700"],"display":"swap"}],"variableName":"mono"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/011e180705008d6f-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/92eeb95d069020cc-s.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 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/d3ebbfd689654d3a-s.p.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ef4d5661765d0e49-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d29838c109ef09b4-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e40af3453d7c920a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/99dcf268bda04fe5-s.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 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/98e207f02528a563-s.p.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/73cb51aac9c97f90-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/d26bbd13d6b70f89-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/20535187d867b7b9-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/5356a6a4f2c8c8d8-s.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 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/db96af6b531dc71f-s.p.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/704b853f32d191d5-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/656feb427634a431-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/991629005c80bdf1-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/46e154b2fcbd6033-s.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 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/37786be940ec402b-s.p.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;
}@font-face {font-family: 'IBM Plex Mono Fallback';src: local("Arial");ascent-override: 76.16%;descent-override: 20.43%;line-gap-override: 0.00%;size-adjust: 134.59%
}.__className_b4c22e {font-family: 'IBM Plex Mono', 'IBM Plex Mono Fallback';font-style: normal
}.__variable_b4c22e {--font-mono: 'IBM Plex Mono', 'IBM Plex Mono Fallback'
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Sora","arguments":[{"subsets":["latin"],"variable":"--font-sans","weight":["300","400","500","600","700","800"],"display":"swap"}],"variableName":"sans"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.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 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.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;
}@font-face {font-family: 'Sora Fallback';src: local("Arial");ascent-override: 85.29%;descent-override: 25.50%;line-gap-override: 0.00%;size-adjust: 113.73%
}.__className_e3f4e6 {font-family: 'Sora', 'Sora Fallback';font-style: normal
}.__variable_e3f4e6 {--font-sans: 'Sora', 'Sora Fallback'
}

