@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Instrument+Serif&family=JetBrains+Mono:wght@400;500&display=swap');

/*
! tailwindcss v3.4.4 | 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: Inter, system-ui, -apple-system, sans-serif; /* 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: "JetBrains Mono", ui-monospace, 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] {
  display: none;
}

*, ::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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.flex-shrink{
  flex-shrink: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.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));
}

.resize{
  resize: both;
}

.flex-wrap{
  flex-wrap: wrap;
}

.break-all{
  word-break: break-all;
}

.border{
  border-width: 1px;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow{
  --tw-shadow: 0 4px 16px rgba(60,50,120,0.06);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.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);
}

.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  /* Fontes */
  --font-ui:    'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
  --font-mono:  'JetBrains Mono', ui-monospace, monospace;
  /* Legado: --font-display agora aponta pra Inter (sans).
     Instrument Serif fica reservado para uso EXPLÍCITO via .font-display ou var(--font-serif).
     Motivo: muitos componentes legados usam var(--font-display) em corpo/números/abas, onde serifa fica feia. */
  --font-display: var(--font-ui);
  --font-body: var(--font-ui);

  /* Paleta light */
  --bg: #f7f6fb;
  --bg-elev: #ffffff;
  --bg-muted: #f1eff7;
  --bg-hover: #ece9f4;
  --bg-sidebar: #ffffff;
  --border: #ece9f4;
  --text: #1a1530;
  --text-2: #5a5470;
  --text-3: #8b87a0;
  --text-4: #c1bdd1;
  --accent: #6c5ce7;
  --accent-hover: #5849d4;
  --accent-2: #8b7ff0;
  --accent-soft: #ece8ff;
  --accent-text: #4a3dbf;

  /* Brand secundárias */
  --violet: #6c5ce7;
  --pink: #ff7eb6;
  --teal: #5ce0d8;
  --amber: #ffb547;

  /* Semânticas em oklch (funcionam em light/dark) */
  --success:      oklch(0.62 0.13 150);
  --success-soft: oklch(0.95 0.03 150);
  --warn:         oklch(0.7  0.15  75);
  --warn-soft:    oklch(0.95 0.04  75);
  --danger:       oklch(0.62 0.18  15);
  --danger-soft:  oklch(0.96 0.04  15);

  /* Radius */
  --r-sm: 6px;
  --r:    10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;

  /* Sombras */
  --shadow-sm: 0 1px 2px rgba(60,50,120,0.04);
  --shadow:    0 4px 16px rgba(60,50,120,0.06);
  --shadow-lg: 0 12px 36px rgba(60,50,120,0.10);
  --row-h: 36px;
}

[data-theme="dark"] {
  --bg: #0e0b1a;
  --bg-elev: #181428;
  --bg-muted: #211c36;
  --bg-hover: #2a2444;
  --bg-sidebar: #14101f;
  --border: #211c36;
  --text: #f0eef7;
  --text-2: #c1bdd1;
  --text-3: #8b87a0;
  --text-4: #5a5470;
  --accent: #8b7ff0;
  --accent-hover: #6c5ce7;
  --accent-soft: #211c36;
  --accent-text: #a89cf3;
}

html, body {
  font-family: var(--font-ui);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ui);
  letter-spacing: -0.02em;
  color: var(--text);
}

/* Classe utilitária para display editorial (hero, manchetes) */

.font-display, .text-display {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}

/* Classe utilitária para labels técnicas/código */

.font-mono, code, kbd, samp, pre {
  font-family: var(--font-mono);
}

/* ============================================================
   ACCENT VARIANTS — controlados pelo TweaksPanel (Fase 5).
   Indigo é o default no :root. Outras 3 cores aplicam quando
   <html data-accent="cyan|green|orange">.
   ============================================================ */

[data-accent="cyan"] {
  --accent: #06b6d4;
  --accent-hover: #0891b2;
  --accent-2: #22d3ee;
  --accent-soft: #cffafe;
  --accent-text: #0e7490;
}

[data-accent="green"] {
  --accent: #10b981;
  --accent-hover: #059669;
  --accent-2: #34d399;
  --accent-soft: #d1fae5;
  --accent-text: #047857;
}

[data-accent="orange"] {
  --accent: #f97316;
  --accent-hover: #ea580c;
  --accent-2: #fb923c;
  --accent-soft: #ffedd5;
  --accent-text: #c2410c;
}

[data-accent="black"] {
  --accent: #1a1530;
  --accent-hover: #2d2845;
  --accent-2: #4a4766;
  --accent-soft: #ece9f4;
  --accent-text: #1a1530;
}

/* Dark mode + accent: ajustar saturação (accent fica mais claro pra contrastar com bg escuro) */

[data-theme="dark"][data-accent="cyan"]   { --accent: #22d3ee; --accent-hover: #06b6d4; --accent-soft: #164e63; --accent-text: #67e8f9; }

[data-theme="dark"][data-accent="green"]  { --accent: #34d399; --accent-hover: #10b981; --accent-soft: #064e3b; --accent-text: #6ee7b7; }

[data-theme="dark"][data-accent="orange"] { --accent: #fb923c; --accent-hover: #f97316; --accent-soft: #7c2d12; --accent-text: #fdba74; }

/* ============================================================
   DENSITY — comfortable (default) vs compact.
   Infra mínima: muda --row-h. Componentes futuros vão respeitar.
   ============================================================ */

[data-density="compact"] {
  --row-h: 32px;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll; /* IE and Edge */ /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: flex;
  flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}
/*# sourceMappingURL=react-big-calendar.css.map */.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: 0.5;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}

/*# sourceMappingURL=styles.css.map *//* ============================================================
   FLINK LANDING — design system
   Dark hero, light body. Iridescent accents. Geist type.
   ============================================================ */

:root {
  --lp-bg: #ffffff;
  --lp-bg-alt: #fafafa;
  --lp-bg-elev: #ffffff;
  --lp-fg: #0a0a0f;
  --lp-fg-2: #3f3f48;
  --lp-fg-3: #71717a;
  --lp-fg-4: #a1a1aa;
  --lp-border: #e5e7eb;
  --lp-border-strong: #d4d4d8;
  --lp-bg-muted: #f4f4f6;

  --lp-violet: #7c3aed;
  --lp-pink: #ec4899;
  --lp-cyan: #22d3ee;
  --lp-amber: #f59e0b;

  --lp-grad: linear-gradient(110deg, #a78bfa 0%, #ec4899 50%, #f59e0b 100%);
  --lp-grad-cool: linear-gradient(110deg, #7c3aed 0%, #22d3ee 100%);

  --lp-r: 12px;
  --lp-r-lg: 18px;
  --lp-r-xl: 24px;

  --lp-shadow-card: 0 1px 2px rgba(15, 15, 30, 0.04), 0 4px 24px rgba(15, 15, 30, 0.06);
  --lp-shadow-soft: 0 1px 3px rgba(15, 15, 30, 0.05);

  --lp-section-pad: 96px;
  --lp-container: 1200px;
  --lp-container-px: 32px;
}

[data-theme="dark"] {
  --lp-bg: #07070b;
  --lp-bg-alt: #0c0c12;
  --lp-bg-elev: #101019;
  --lp-fg: #f4f4f6;
  --lp-fg-2: #d4d4d8;
  --lp-fg-3: #9ca3af;
  --lp-fg-4: #6b7280;
  --lp-border: rgba(255, 255, 255, 0.08);
  --lp-border-strong: rgba(255, 255, 255, 0.14);
  --lp-bg-muted: rgba(255, 255, 255, 0.04);
  --lp-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.5);
}

[data-density="compact"] {
  --lp-section-pad: 64px;
}

/* Reset SCOPED em .lp para não vazar pro resto do app (Login, Dashboard, etc) */
.lp, .lp * { box-sizing: border-box; }
.lp { background: var(--lp-bg); color: var(--lp-fg); font-family: "Geist", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6, .lp p, .lp ul, .lp ol, .lp li, .lp figure, .lp blockquote { margin: 0; padding: 0; }
.lp a { color: inherit; text-decoration: none; }
.lp button { font-family: inherit; cursor: pointer; }

.lp { width: 100%; }
.lp-container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 var(--lp-container-px);
}

/* ── Buttons ────────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; height: 38px; padding: 0 16px;
  border-radius: 10px; border: 1px solid transparent;
  font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em;
  transition: transform 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.lp-btn-sm { height: 34px; padding: 0 14px; font-size: 13px; }
.lp-btn-lg { height: 48px; padding: 0 22px; font-size: 14.5px; border-radius: 12px; }
.lp-btn-block { width: 100%; }
.lp-btn-arrow { display: inline-block; transition: transform 0.2s; font-size: 1.05em; }
.lp-btn:hover .lp-btn-arrow { transform: translateX(2px); }

.lp-btn-primary {
  background: var(--lp-fg);
  color: var(--lp-bg);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), inset 0 -1px 0 rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.12);
}
.lp-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
[data-theme="dark"] .lp-btn-primary { background: #fff; color: #0a0a0f; }

.lp-btn-ghost {
  background: transparent;
  color: var(--lp-fg);
  border-color: var(--lp-border-strong);
}
.lp-btn-ghost:hover { background: var(--lp-bg-muted); }

.lp-link { font-size: 13.5px; color: var(--lp-fg-2); font-weight: 500; }
.lp-link:hover { color: var(--lp-fg); }

/* ── Nav ────────────────────────────────────────────────────── */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 28px;
  padding: 14px 32px;
  background: rgba(7, 7, 11, 0.65);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
[data-theme="light"] .lp-nav,
:root[data-theme="auto"] .lp-nav { /* still over hero (which is dark by default) */ }

/* hero is always dark; nav matches hero */
.lp-nav-brand {
  display: inline-flex; align-items: center; gap: 9px;
  color: #fff; font-weight: 700; font-size: 16px; letter-spacing: -0.02em;
}
.lp-nav-links {
  display: flex; gap: 24px; flex: 1;
}
.lp-nav-links a {
  font-size: 13.5px; color: rgba(255, 255, 255, 0.7); font-weight: 500;
  transition: color 0.15s;
}
.lp-nav-links a:hover { color: #fff; }
.lp-nav-cta { display: flex; align-items: center; gap: 16px; }
.lp-nav-cta .lp-link { color: rgba(255,255,255,0.8); }
.lp-nav-cta .lp-link:hover { color: #fff; }
.lp-nav-cta .lp-btn-primary { background: #fff; color: #0a0a0f; }

/* ── Hero ───────────────────────────────────────────────────── */
.lp-hero {
  position: relative;
  background: #07070b;
  color: #f4f4f6;
  padding: 64px 0 96px;
  overflow: hidden;
  margin-top: -65px; /* slot under sticky nav */
  padding-top: 130px;
}
.lp-hero-bg {
  position: absolute; inset: -20% -10% 0 -10%;
  background:
    radial-gradient(ellipse 60% 50% at 25% 20%, rgba(124, 58, 237, 0.35), transparent 60%),
    radial-gradient(ellipse 55% 45% at 80% 30%, rgba(236, 72, 153, 0.28), transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 90%, rgba(34, 211, 238, 0.18), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.lp-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 30%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 30%, black 30%, transparent 80%);
  pointer-events: none;
}
.lp-hero-noise {
  position: absolute; inset: 0;
  opacity: 0;
  pointer-events: none;
}

.lp-hero-inner {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 22px;
}

.lp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.005em;
}
.lp-hero-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.lp-hero-h {
  font-size: clamp(48px, 7.5vw, 96px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
  max-width: 14ch;
  text-wrap: balance;
}
.lp-hero-h-line {
  display: block;
}
.lp-hero-h-grad {
  background: var(--lp-grad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.lp-hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.72);
  max-width: 58ch;
  line-height: 1.55;
  text-wrap: pretty;
}

.lp-hero-actions {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; justify-content: center;
  margin-top: 6px;
}
.lp-hero .lp-btn-primary { background: #fff; color: #0a0a0f; }
.lp-hero-cta-sub { font-size: 12.5px; color: rgba(255, 255, 255, 0.5); }

.lp-hero-chat-wrap {
  margin-top: 36px;
  width: 100%;
  max-width: 880px;
  position: relative;
}
.lp-hero-proof {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.4);
  margin-top: 24px;
  letter-spacing: 0.01em;
}

/* ── Chat mockup ────────────────────────────────────────────── */
.lp-chat { position: relative; }
.lp-chat-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(124, 58, 237, 0.28), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}
.lp-chat-frame {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 20, 30, 0.95) 0%, rgba(15, 15, 22, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 30px 80px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(124, 58, 237, 0.1);
  overflow: hidden;
  text-align: left;
  backdrop-filter: blur(20px);
}
.lp-chat-chrome {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}
.lp-chat-dots { display: flex; gap: 6px; }
.lp-chat-dots span {
  width: 11px; height: 11px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
.lp-chat-dots span:nth-child(1) { background: #ff5f57; }
.lp-chat-dots span:nth-child(2) { background: #febc2e; }
.lp-chat-dots span:nth-child(3) { background: #28c840; }
.lp-chat-url {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 auto; padding: 4px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  font-size: 11.5px; color: rgba(255, 255, 255, 0.55);
  font-family: "Geist Mono", monospace;
}
.lp-chat-chrome-spacer { width: 50px; }

.lp-chat-body {
  min-height: 380px;
  padding: 24px 24px 16px;
  display: flex; flex-direction: column; gap: 16px;
}
.lp-chat-welcome {
  display: flex; align-items: center; gap: 12px;
}
.lp-chat-welcome-title {
  font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.01em;
}
.lp-chat-welcome-sub {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.55); margin-top: 2px;
}

.lp-chat-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px;
}
.lp-chat-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: all 0.15s;
}
.lp-chat-chip:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.lp-chat-chip svg { color: #f9a8d4; }
.lp-chat-chip[data-active="true"] {
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(124, 58, 237, 0.4);
  color: #fff;
}

.lp-chat-msg { display: flex; gap: 10px; align-items: flex-start; }
.lp-chat-msg-user { justify-content: flex-end; }
.lp-chat-bubble {
  max-width: 86%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13.5px; line-height: 1.5;
  animation: lp-fade-up 0.25s ease;
}
@keyframes lp-fade-up {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.lp-chat-bubble-user {
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.lp-chat-bubble-ai {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-bottom-left-radius: 4px;
  flex: 1;
  max-width: calc(100% - 38px);
}
.lp-cursor {
  display: inline-block; width: 1.5px; height: 0.95em; vertical-align: -0.1em;
  background: currentColor; margin-left: 2px;
  animation: lp-blink 0.9s steps(2) infinite;
}
@keyframes lp-blink { 50% { opacity: 0; } }

.lp-reasoning { display: flex; flex-direction: column; gap: 4px; }
.lp-reasoning-step {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.lp-reasoning-step svg { color: #4ade80; flex-shrink: 0; }
.lp-reasoning-active { color: rgba(255, 255, 255, 0.92); }
.lp-reasoning-spin {
  width: 11px; height: 11px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #a78bfa;
  border-radius: 50%;
  animation: lp-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }
.lp-chat-answer {
  margin-top: 10px;
  font-size: 13.5px; font-weight: 500;
  color: #fff;
}

.lp-action-wrap { margin-top: 10px; animation: lp-fade-up 0.3s ease; }
.lp-action {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.lp-action-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.lp-action-icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  background: rgba(124, 58, 237, 0.2);
  border-radius: 6px; color: #c4b5fd;
}
.lp-action-list { display: flex; flex-direction: column; gap: 7px; }
.lp-action-item {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.8); line-height: 1.45;
}
.lp-action-dot {
  width: 6px; height: 6px; border-radius: 999px; margin-top: 6px;
  flex-shrink: 0;
}
.lp-action-item-warn .lp-action-dot { background: #f59e0b; }
.lp-action-item-ok .lp-action-dot { background: #4ade80; }
.lp-action-item-info .lp-action-dot { background: #60a5fa; }

.lp-action-fc-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-action-fc-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; color: #c4b5fd; text-transform: uppercase; }
.lp-action-fc-val { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; margin-top: 4px; font-family: "Geist Mono", monospace; }
.lp-action-fc-pct { font-size: 11.5px; color: rgba(255, 255, 255, 0.6); margin-top: 4px; }
.lp-action-fc-risk {
  display: flex; gap: 8px; align-items: flex-start;
  padding: 9px 11px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 8px;
  font-size: 12px; color: rgba(255, 255, 255, 0.85); line-height: 1.45;
}
.lp-action-fc-risk-icon { color: #f59e0b; }

.lp-action-camp-row { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.lp-action-camp-tag {
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px; border-radius: 6px;
  font-size: 10.5px; font-weight: 600; color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em; text-transform: uppercase;
}
.lp-action-camp-val { color: rgba(255, 255, 255, 0.9); font-weight: 500; }
.lp-action-camp-copy {
  font-size: 13px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid #a78bfa;
  border-radius: 6px;
  font-style: italic;
}
.lp-action-camp-btns { display: flex; gap: 8px; justify-content: flex-end; }
.lp-mini-btn {
  height: 28px; padding: 0 12px; border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px; font-weight: 500;
}
.lp-mini-btn:hover { background: rgba(255, 255, 255, 0.1); }
.lp-mini-btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  border-color: transparent; color: #fff;
}

.lp-chat-input {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}
.lp-chat-input-plus {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
  font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.55);
}
.lp-chat-input-text {
  flex: 1; font-size: 13.5px; color: rgba(255, 255, 255, 0.4);
}
.lp-chat-input-tools {
  font-size: 12.5px; color: rgba(255, 255, 255, 0.55);
  padding: 4px 10px; border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}
.lp-chat-input-send {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  border-radius: 8px;
}

/* ── Bubble (just sizing wrapper) ───────────────────────────── */
.lp-bubble { display: block; }

/* ── Generic section bits ───────────────────────────────────── */
.lp-section { padding: var(--lp-section-pad) 0; position: relative; }
.lp-section-head {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 56px;
  max-width: 720px;
}
.lp-section-head-center {
  align-items: center; text-align: center; margin-left: auto; margin-right: auto;
}
.lp-eyebrow {
  display: inline-flex; align-items: center;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lp-violet);
}
.lp-h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: var(--lp-fg);
  text-wrap: balance;
}
.lp-section-sub {
  font-size: 17px; color: var(--lp-fg-3);
  line-height: 1.55; max-width: 60ch;
  text-wrap: pretty;
}
.lp-block { display: block; }

/* ── Pillars ────────────────────────────────────────────────── */
.lp-pillars { background: var(--lp-bg); }
.lp-pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lp-pillar {
  position: relative;
  padding: 28px 28px 32px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.lp-pillar::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--pa);
  opacity: 0.85;
}
.lp-pillar::after {
  content: "";
  position: absolute; top: -50%; right: -30%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, var(--pa) 0%, transparent 60%);
  opacity: 0.06;
  pointer-events: none;
}
.lp-pillar:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklch, var(--pa) 30%, var(--lp-border));
  box-shadow: 0 12px 32px -12px color-mix(in oklch, var(--pa) 35%, transparent);
}
.lp-pillar-num {
  font-family: "Geist Mono", monospace;
  font-size: 11.5px; color: var(--lp-fg-4);
  letter-spacing: 0.05em;
}
.lp-pillar-tag {
  display: inline-block; align-self: flex-start;
  padding: 4px 10px;
  background: color-mix(in oklch, var(--pa) 12%, transparent);
  color: var(--pa);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em;
}
.lp-pillar-title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--lp-fg); line-height: 1.2;
  text-wrap: balance;
}
.lp-pillar-body {
  font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55;
  text-wrap: pretty;
}
.lp-pillar-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.lp-pillar-list li {
  display: flex; gap: 8px; align-items: center;
  font-size: 13px; color: var(--lp-fg-2);
}
.lp-pillar-list svg { color: var(--pa); flex-shrink: 0; }

/* ── Problem ────────────────────────────────────────────────── */
.lp-problem { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-problem-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center;
}
.lp-problem-left { display: flex; flex-direction: column; gap: 16px; }
.lp-problem-kicker {
  font-size: 17px; font-weight: 600;
  color: var(--lp-fg);
  padding: 14px 18px; margin-top: 8px;
  border-left: 3px solid var(--lp-violet);
  background: color-mix(in oklch, var(--lp-violet) 6%, transparent);
  border-radius: 0 8px 8px 0;
}
.lp-problem-right { display: flex; flex-direction: column; gap: 12px; }
.lp-problem-card {
  padding: 18px 20px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: var(--lp-shadow-soft);
}
.lp-problem-q { font-size: 15px; font-weight: 500; color: var(--lp-fg); }
.lp-problem-a {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13.5px; color: var(--lp-fg-3);
}
.lp-problem-a-arrow { color: var(--lp-pink); font-weight: 600; }

/* ── How it works ───────────────────────────────────────────── */
.lp-how { background: var(--lp-bg); }
.lp-how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  position: relative;
}
.lp-how-step {
  position: relative;
  padding: 32px 28px 28px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
}
.lp-how-step-num {
  position: absolute; top: -16px; left: 24px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: var(--lp-fg); color: var(--lp-bg);
  border-radius: 999px;
  font-size: 14px; font-weight: 700;
  font-family: "Geist Mono", monospace;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.2);
}
.lp-how-step-line {
  position: absolute; top: -2px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lp-violet), var(--lp-pink));
  opacity: 0;
  transition: opacity 0.3s;
}
.lp-how-step:hover .lp-how-step-line { opacity: 1; }
.lp-how-step-title {
  font-size: 19px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--lp-fg); margin-bottom: 8px;
}
.lp-how-step-body { font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55; }

/* ── Use cases ──────────────────────────────────────────────── */
.lp-uses { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-uses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-usecard {
  padding: 26px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.2s;
}
.lp-usecard:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklch, var(--uc) 35%, var(--lp-border));
  box-shadow: 0 16px 32px -16px color-mix(in oklch, var(--uc) 40%, transparent);
}
.lp-usecard-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: color-mix(in oklch, var(--uc) 12%, transparent);
  color: var(--uc);
}
.lp-usecard-title { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--lp-fg); }
.lp-usecard-body { font-size: 14.5px; color: var(--lp-fg-3); line-height: 1.55; flex: 1; }
.lp-usecard-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-tag {
  font-size: 11.5px; font-weight: 500;
  padding: 3px 10px;
  background: var(--lp-bg-muted);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  color: var(--lp-fg-2);
}

/* ── Stats ──────────────────────────────────────────────────── */
.lp-stats {
  background: #07070b;
  color: #fff;
  position: relative; overflow: hidden;
}
.lp-stats::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 30% 50%, rgba(124, 58, 237, 0.15), transparent 70%),
    radial-gradient(ellipse 50% 40% at 70% 50%, rgba(236, 72, 153, 0.12), transparent 70%);
  pointer-events: none;
}
.lp-stats-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 auto 40px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px; color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  position: relative; z-index: 1;
}
.lp-stats-kicker-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--lp-pink); }
.lp-stats .lp-container { display: flex; flex-direction: column; align-items: center; }
.lp-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; width: 100%;
  position: relative; z-index: 1;
}
.lp-stat {
  padding: 24px 28px;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-stat:first-child { border-left: none; }
.lp-stat-v {
  font-size: clamp(40px, 5vw, 64px); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  background: var(--lp-grad);
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.lp-stat-l { font-size: 13.5px; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }

/* ── Integrations ───────────────────────────────────────────── */
.lp-integ { background: var(--lp-bg); }
.lp-integ-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.lp-integ-tile {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 22px 12px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  transition: all 0.2s;
}
.lp-integ-tile:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklch, var(--ic) 35%, var(--lp-border));
  box-shadow: 0 8px 20px -8px color-mix(in oklch, var(--ic) 40%, transparent);
}
.lp-integ-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 11px;
  background: color-mix(in oklch, var(--ic) 12%, var(--lp-bg-muted));
  color: var(--ic);
}
[data-theme="dark"] .lp-integ-icon { background: color-mix(in oklch, var(--ic) 18%, transparent); }
.lp-integ-name { font-size: 12.5px; font-weight: 500; color: var(--lp-fg-2); }

/* ── Pricing ────────────────────────────────────────────────── */
.lp-pricing { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
@media (max-width: 1100px) { .lp-pricing-grid { grid-template-columns: repeat(2, 1fr); } }
.lp-price {
  position: relative;
  padding: 28px 26px 30px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 14px;
}
.lp-price-featured {
  border-color: transparent;
  background: linear-gradient(var(--lp-bg-elev), var(--lp-bg-elev)) padding-box,
              var(--lp-grad) border-box;
  border: 2px solid transparent;
  box-shadow: 0 24px 48px -16px rgba(124, 58, 237, 0.25);
  transform: translateY(-6px);
}
.lp-price-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 12px;
  background: var(--lp-grad);
  color: #fff;
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-price-name {
  font-size: 15px; font-weight: 600; color: var(--lp-fg);
  letter-spacing: -0.005em;
}
.lp-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.lp-price-val { font-size: 38px; font-weight: 700; color: var(--lp-fg); letter-spacing: -0.03em; line-height: 1; }
.lp-price-per { font-size: 12.5px; color: var(--lp-fg-3); }
.lp-price-body { font-size: 13.5px; color: var(--lp-fg-3); line-height: 1.5; }
.lp-price-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 9px;
  margin: 4px 0 8px;
  flex: 1;
}
.lp-price-list li {
  display: flex; gap: 9px; align-items: center;
  font-size: 13.5px; color: var(--lp-fg-2);
}
.lp-price-list svg { color: var(--lp-violet); flex-shrink: 0; }

/* ── Final CTA ──────────────────────────────────────────────── */
.lp-cta-section {
  position: relative;
  background: #07070b;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.lp-cta-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 50% 50%, rgba(124, 58, 237, 0.32), transparent 65%),
    radial-gradient(ellipse 50% 40% at 25% 80%, rgba(236, 72, 153, 0.22), transparent 70%),
    radial-gradient(ellipse 50% 40% at 75% 20%, rgba(34, 211, 238, 0.18), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.lp-cta-inner {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.lp-cta-h {
  font-size: clamp(40px, 6vw, 72px); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  text-wrap: balance;
}
.lp-cta-sub {
  font-size: 17px; color: rgba(255, 255, 255, 0.65);
}
.lp-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.lp-cta-section .lp-btn-primary { background: #fff; color: #0a0a0f; }
.lp-cta-section .lp-btn-ghost {
  background: rgba(255,255,255,0.04); color: #fff; border-color: rgba(255,255,255,0.18);
}
.lp-cta-section .lp-btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* ── Footer ─────────────────────────────────────────────────── */
.lp-footer {
  background: #07070b;
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-footer-inner {
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 48px;
}
.lp-footer-brand { display: flex; flex-direction: column; gap: 12px; }
.lp-footer-brand-row {
  display: inline-flex; align-items: center; gap: 9px;
  color: #fff; font-weight: 700; font-size: 18px; letter-spacing: -0.02em;
}
.lp-footer-tag { font-size: 13.5px; color: rgba(255, 255, 255, 0.5); max-width: 32ch; line-height: 1.5; }
.lp-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-footer-cols > div { display: flex; flex-direction: column; gap: 10px; }
.lp-footer-h {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.lp-footer-cols a {
  font-size: 13.5px; color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s;
}
.lp-footer-cols a:hover { color: #fff; }
.lp-footer-bottom {
  margin-top: 48px;
  padding: 20px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.4);
  max-width: var(--lp-container);
  margin-left: auto; margin-right: auto;
}
.lp-footer-bottom-bubble { opacity: 0.55; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  .lp-pillars-grid,
  .lp-uses-grid,
  .lp-pricing-grid,
  .lp-how-grid { grid-template-columns: 1fr; }
  .lp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-stat:nth-child(3) { border-left: none; }
  .lp-integ-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-problem-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer-inner { grid-template-columns: 1fr; }
  .lp-nav-links { display: none; }
  .lp-price-featured { transform: none; }
}
@media (max-width: 600px) {
  :root { --lp-section-pad: 64px; --lp-container-px: 20px; }
  .lp-stats-grid { grid-template-columns: 1fr; }
  .lp-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  .lp-stat:first-child { border-top: none; }
  .lp-integ-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-footer-cols { grid-template-columns: 1fr 1fr; }
  .lp-hero-h { font-size: 44px; }
}


/* ============================================================
   v2 — Logos, Tabs, Testimonials, FAQ, Product Mockups
   ============================================================ */

/* Hero mockup wrap */
.lp-hero-mockup-wrap {
  margin-top: 56px;
  width: 100%;
  max-width: 1240px;
  position: relative;
}

/* ── Logos strip ────────────────────────────────────────────── */
.lp-logos {
  background: var(--lp-bg);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
  padding: 56px 0;
}
.lp-logos-title {
  text-align: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lp-fg-4);
  margin-bottom: 28px;
}
.lp-logos-row {
  display: flex; align-items: center; justify-content: space-around;
  flex-wrap: wrap; gap: 28px 40px;
  opacity: 0.7;
}
.lp-logo-item {
  font-family: "Geist Mono", monospace;
  font-size: 18px; font-weight: 600;
  color: var(--lp-fg-2);
  letter-spacing: -0.02em;
  filter: grayscale(1) brightness(0.85);
  transition: filter 0.2s, opacity 0.2s;
}
.lp-logo-item:hover { filter: none; }

/* ── Tabs section ───────────────────────────────────────────── */
.lp-tabs { background: var(--lp-bg); }
.lp-tabs-bar {
  display: inline-flex; align-self: center;
  margin: 0 auto 48px;
  padding: 5px;
  background: var(--lp-bg-muted);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  gap: 4px;
}
.lp-tabs .lp-container { display: flex; flex-direction: column; }
.lp-tab {
  height: 36px; padding: 0 20px;
  border: none; background: transparent;
  border-radius: 999px;
  font-size: 13.5px; font-weight: 500; color: var(--lp-fg-3);
  transition: all 0.2s;
  letter-spacing: -0.005em;
}
.lp-tab:hover { color: var(--lp-fg); }
.lp-tab[data-active="true"] {
  background: var(--lp-bg-elev);
  color: var(--lp-fg); font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
[data-theme="dark"] .lp-tab[data-active="true"] {
  background: rgba(255,255,255,0.08);
}
.lp-tabs-body {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 56px; align-items: center;
}
.lp-tabs-copy { display: flex; flex-direction: column; gap: 14px; }
.lp-tabs-h {
  font-size: 32px; font-weight: 700; letter-spacing: -0.025em;
  line-height: 1.1; color: var(--lp-fg);
  text-wrap: balance;
}
.lp-tabs-p {
  font-size: 15.5px; color: var(--lp-fg-3); line-height: 1.6;
  text-wrap: pretty;
}
.lp-tabs-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-top: 4px; }
.lp-tabs-list li {
  display: flex; gap: 10px; align-items: center;
  font-size: 14px; color: var(--lp-fg-2); font-weight: 500;
}
.lp-tabs-list svg { color: var(--lp-violet); flex-shrink: 0; }
.lp-link-arrow {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 14px; font-weight: 600; color: var(--lp-violet);
  margin-top: 8px;
}
.lp-link-arrow:hover { color: var(--lp-pink); }
.lp-link-arrow span { transition: transform 0.2s; }
.lp-link-arrow:hover span { transform: translateX(3px); }
.lp-tabs-screen {
  position: relative;
}

/* ── Testimonials ───────────────────────────────────────────── */
.lp-testi { background: var(--lp-bg-alt); border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-testi-card {
  position: relative;
  padding: 28px;
  background: var(--lp-bg-elev);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r-lg);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lp-testi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -16px rgba(124, 58, 237, 0.2);
}
.lp-testi-quote-mark {
  font-family: "Geist", serif;
  font-size: 64px; line-height: 0.6;
  color: var(--lp-violet);
  opacity: 0.18;
  height: 30px;
}
.lp-testi-card-1 .lp-testi-quote-mark { color: var(--lp-pink); }
.lp-testi-card-2 .lp-testi-quote-mark { color: var(--lp-cyan); }
.lp-testi-q {
  font-size: 16px; line-height: 1.55;
  color: var(--lp-fg);
  font-weight: 500;
  text-wrap: pretty;
  flex: 1;
}
.lp-testi-cap {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--lp-border);
  padding-top: 18px;
}
.lp-testi-avatar {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 999px;
  font-size: 12px; font-weight: 700; color: #fff;
  letter-spacing: 0.02em;
  background: var(--lp-grad);
}
.lp-testi-avatar[data-i="1"] { background: linear-gradient(135deg, #ec4899, #f59e0b); }
.lp-testi-avatar[data-i="2"] { background: linear-gradient(135deg, #22d3ee, #7c3aed); }
.lp-testi-name { font-size: 14px; font-weight: 600; color: var(--lp-fg); }
.lp-testi-role { font-size: 12.5px; color: var(--lp-fg-3); }

/* ── FAQ ────────────────────────────────────────────────────── */
.lp-faq { background: var(--lp-bg); }
.lp-faq-inner {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 64px; align-items: start;
}
.lp-faq-left { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 100px; }
.lp-faq-list { display: flex; flex-direction: column; gap: 0; }
.lp-faq-item {
  border-bottom: 1px solid var(--lp-border);
  transition: border-color 0.2s;
}
.lp-faq-item[data-open="true"] { border-color: var(--lp-violet); }
.lp-faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  background: transparent; border: none;
  font-size: 17px; font-weight: 600; color: var(--lp-fg);
  text-align: left;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.lp-faq-q:hover { color: var(--lp-violet); }
.lp-faq-icon {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  font-size: 17px; font-weight: 400;
  color: var(--lp-fg-3);
  flex-shrink: 0;
  transition: all 0.2s;
}
.lp-faq-item[data-open="true"] .lp-faq-icon {
  background: var(--lp-violet); color: #fff; border-color: var(--lp-violet);
}
.lp-faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.lp-faq-item[data-open="true"] .lp-faq-a-wrap {
  grid-template-rows: 1fr;
}
.lp-faq-a {
  overflow: hidden;
  font-size: 15px; line-height: 1.6; color: var(--lp-fg-3);
  padding: 0 24px 22px 0;
  text-wrap: pretty;
}
.lp-faq-item[data-open="true"] .lp-faq-a { padding-bottom: 22px; }

/* ── Glass button (for hero) ────────────────────────────────── */
.lp-btn-glass {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}
.lp-btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

/* ============================================================
   PRODUCT MOCKUPS — hero (LpProductMockup) + tabs (LpTabMockup)
   ============================================================ */

/* Hero product mockup */
.lp-pm {
  position: relative;
  border-radius: 20px;
  width: 100%;
  perspective: 1400px;
}
.lp-pm-glow {
  position: absolute; inset: -60px -40px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(124, 58, 237, 0.4), transparent 65%),
    radial-gradient(ellipse 50% 40% at 70% 70%, rgba(236, 72, 153, 0.3), transparent 65%);
  filter: blur(50px);
  pointer-events: none;
  z-index: -1;
}
.lp-pm-frame {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 20, 30, 0.96), rgba(13, 13, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 40px 100px -20px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(124, 58, 237, 0.08);
  overflow: hidden;
  text-align: left;
}

.lp-pm-chrome {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.25);
}
.lp-pm-dots { display: flex; gap: 6px; }
.lp-pm-dots span { width: 11px; height: 11px; border-radius: 999px; }
.lp-pm-dots span:nth-child(1) { background: #ff5f57; }
.lp-pm-dots span:nth-child(2) { background: #febc2e; }
.lp-pm-dots span:nth-child(3) { background: #28c840; }
.lp-pm-url {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 auto; padding: 4px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 999px;
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  font-family: "Geist Mono", monospace;
}
.lp-pm-chrome-actions { display: flex; align-items: center; gap: 8px; }
.lp-pm-chrome-pill {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px; color: rgba(255,255,255,0.5);
  padding: 3px 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
}

.lp-pm-body {
  display: grid;
  grid-template-columns: 200px 1.3fr 280px;
  height: 580px;
}

/* Sidebar */
.lp-pm-side {
  display: flex; flex-direction: column;
  background: rgba(0,0,0,0.18);
  border-right: 1px solid rgba(255,255,255,0.05);
  padding: 16px 12px 12px;
  gap: 14px;
}
.lp-pm-side-brand {
  display: flex; align-items: center; gap: 9px;
  padding: 0 6px 4px;
  color: #fff; font-weight: 700; font-size: 14px;
  letter-spacing: -0.02em;
}
.lp-pm-side-search {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  font-size: 11.5px; color: rgba(255,255,255,0.4);
}
.lp-pm-nav { display: flex; flex-direction: column; gap: 2px; }
.lp-pm-nav-item {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 12.5px; color: rgba(255,255,255,0.6);
}
.lp-pm-nav-item svg { color: rgba(255,255,255,0.45); }
.lp-pm-nav-active {
  background: rgba(124, 58, 237, 0.18);
  color: #fff;
}
.lp-pm-nav-active svg { color: #c4b5fd; }
.lp-pm-badge {
  margin-left: auto;
  background: var(--lp-grad);
  color: #fff;
  font-size: 10.5px; font-weight: 700;
  padding: 2px 7px; border-radius: 999px;
  font-family: "Geist Mono", monospace;
}
.lp-pm-badge-mini {
  margin-left: auto;
  font-size: 11px; color: rgba(255,255,255,0.4);
  font-family: "Geist Mono", monospace;
}
.lp-pm-side-foot { margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.06); }
.lp-pm-side-user { display: flex; align-items: center; gap: 9px; padding: 4px 6px; }
.lp-pm-side-user-n { font-size: 12px; color: #fff; font-weight: 600; }
.lp-pm-side-user-r { font-size: 10.5px; color: rgba(255,255,255,0.45); margin-top: 1px; }

/* Avatar pills */
.lp-pm-avatar {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 999px;
  font-size: 10.5px; font-weight: 700; color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}
.lp-pm-avatar[data-c="violet"] { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.lp-pm-avatar[data-c="pink"] { background: linear-gradient(135deg, #ec4899, #f59e0b); }
.lp-pm-avatar[data-c="amber"] { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.lp-pm-avatar[data-c="cyan"] { background: linear-gradient(135deg, #22d3ee, #6366f1); }
.lp-pm-avatar-lg { width: 38px; height: 38px; font-size: 12px; }

/* Main column: list + thread */
.lp-pm-main {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-right: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}
.lp-pm-list {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: rgba(0,0,0,0.12);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.lp-pm-list-h {
  display: flex; gap: 4px;
  padding: 12px 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-list-h-tab {
  font-size: 11.5px; color: rgba(255,255,255,0.45);
  padding: 4px 9px; border-radius: 6px;
}
.lp-pm-list-h-tab em { font-style: normal; font-family: "Geist Mono", monospace; opacity: 0.75; margin-left: 2px; }
.lp-pm-list-h-tab-active {
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.lp-pm-list-item {
  display: flex; gap: 9px; align-items: flex-start;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: default;
  position: relative;
}
.lp-pm-list-active {
  background: rgba(124, 58, 237, 0.12);
}
.lp-pm-list-active::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--lp-violet);
}
.lp-pm-list-unread::after {
  content: "";
  width: 6px; height: 6px; border-radius: 999px;
  background: #ec4899;
  position: absolute; top: 14px; right: 12px;
}
.lp-pm-list-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lp-pm-list-row { display: flex; align-items: baseline; gap: 6px; justify-content: space-between; }
.lp-pm-list-name { font-size: 12.5px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-pm-list-time { font-size: 10.5px; color: rgba(255,255,255,0.4); flex-shrink: 0; font-family: "Geist Mono", monospace; }
.lp-pm-list-prev {
  display: flex; align-items: center; gap: 6px;
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-pm-list-co { font-size: 10.5px; color: rgba(255,255,255,0.35); }

/* Channel dots */
.lp-pm-ch {
  width: 10px; height: 10px; border-radius: 3px;
  flex-shrink: 0; display: inline-block;
}
.lp-pm-ch-wa { background: #25D366; }
.lp-pm-ch-ig { background: linear-gradient(135deg, #f9ce34, #ee2a7b 50%, #6228d7); }
.lp-pm-ch-em { background: #EA4335; }

/* Thread */
.lp-pm-thread {
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, rgba(15, 15, 22, 0.5), rgba(10, 10, 16, 0.7));
}
.lp-pm-thread-h {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-thread-h-l { display: flex; align-items: center; gap: 11px; }
.lp-pm-thread-name { font-size: 13.5px; font-weight: 600; color: #fff; }
.lp-pm-thread-co { color: rgba(255,255,255,0.5); font-weight: 500; }
.lp-pm-thread-meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px;
}
.lp-pm-thread-h-r { display: flex; align-items: center; gap: 8px; }
.lp-pm-pill {
  font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 999px;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.lp-pm-pill-violet {
  background: rgba(124,58,237,0.18); color: #c4b5fd;
  border: 1px solid rgba(124,58,237,0.28);
}
.lp-pm-pill-icon {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  color: rgba(255,255,255,0.5);
}

.lp-pm-thread-body {
  flex: 1; overflow: hidden;
  padding: 14px 16px; display: flex; flex-direction: column; gap: 10px;
}
.lp-pm-day {
  align-self: center;
  font-size: 9.5px; color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em; font-weight: 700;
  padding: 3px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
}
.lp-pm-msg { display: flex; flex-direction: column; gap: 3px; max-width: 78%; }
.lp-pm-msg-them { align-self: flex-start; }
.lp-pm-msg-me { align-self: flex-end; align-items: flex-end; }
.lp-pm-bubble {
  padding: 8px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px 12px 12px 4px;
  font-size: 12.5px; line-height: 1.45;
  color: rgba(255,255,255,0.92);
}
.lp-pm-bubble-me {
  background: linear-gradient(135deg, rgba(124,58,237,0.6), rgba(236,72,153,0.45));
  border-color: rgba(124,58,237,0.5);
  color: #fff;
  border-radius: 12px 12px 4px 12px;
}
.lp-pm-msg-t { font-size: 9.5px; color: rgba(255,255,255,0.35); padding: 0 4px; font-family: "Geist Mono", monospace; }

.lp-pm-aisug {
  align-self: flex-end;
  width: 92%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(124,58,237,0.1), rgba(236,72,153,0.06));
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 9px;
  position: relative;
}
.lp-pm-aisug::before {
  content: "";
  position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 13px;
  background: linear-gradient(120deg, rgba(124,58,237,0.5), rgba(236,72,153,0.4), rgba(34,211,238,0.3));
  z-index: -1;
  filter: blur(8px); opacity: 0.4;
}
.lp-pm-aisug-h {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 600; color: #fff;
}
.lp-pm-aisug-bubble { display: inline-flex; }
.lp-pm-aisug-conf {
  margin-left: auto;
  font-size: 10px; color: #c4b5fd;
  padding: 2px 7px;
  background: rgba(124,58,237,0.2);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-weight: 600;
}
.lp-pm-aisug-text {
  font-size: 12.5px; line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.lp-pm-aisug-btns { display: flex; gap: 6px; justify-content: flex-end; }
.lp-pm-mini-btn {
  display: inline-flex; align-items: center; gap: 4px;
  height: 26px; padding: 0 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.85);
}
.lp-pm-mini-btn-pri {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-color: transparent; color: #fff;
}

.lp-pm-composer {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.2);
}
.lp-pm-composer-plus {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.05); border-radius: 6px;
  font-size: 14px; color: rgba(255,255,255,0.5);
}
.lp-pm-composer-txt { flex: 1; font-size: 12px; color: rgba(255,255,255,0.4); }
.lp-pm-composer-tools {
  font-size: 11px; color: rgba(255,255,255,0.55);
  padding: 4px 8px; background: rgba(255,255,255,0.04); border-radius: 6px;
}
.lp-pm-composer-send {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-radius: 7px;
  color: #fff; font-size: 14px; font-weight: 700;
}

/* Right insights aside */
.lp-pm-aside {
  background: rgba(0,0,0,0.16);
  padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.lp-pm-aside-h {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lp-pm-aside-h-t { font-size: 12.5px; font-weight: 600; color: #fff; }
.lp-pm-aside-h-s { font-size: 10.5px; color: rgba(255,255,255,0.45); margin-top: 2px; }

.lp-pm-card {
  padding: 13px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 8px;
}
.lp-pm-card-h { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.lp-pm-card-b { font-size: 12.5px; line-height: 1.45; color: rgba(255,255,255,0.85); }
.lp-pm-card-tag {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; color: rgba(255,255,255,0.65);
  padding: 6px 9px;
  background: rgba(245,158,11,0.1);
  border: 1px solid rgba(245,158,11,0.2);
  border-radius: 6px;
}
.lp-pm-card-foot {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
}
.lp-pm-card-foot-l { color: rgba(255,255,255,0.45); }
.lp-pm-up { color: #4ade80; font-weight: 700; font-family: "Geist Mono", monospace; }

.lp-pm-prob-row { display: flex; align-items: center; gap: 12px; }
.lp-pm-prob-val {
  font-size: 26px; font-weight: 700; color: #fff;
  font-family: "Geist Mono", monospace;
  letter-spacing: -0.03em; line-height: 1;
}
.lp-pm-prob-val span { font-size: 14px; color: rgba(255,255,255,0.5); }
.lp-pm-prob-bar {
  flex: 1; height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
  overflow: hidden;
}
.lp-pm-prob-bar span {
  display: block; height: 100%;
  background: var(--lp-grad);
  border-radius: 999px;
}

.lp-pm-tl { display: flex; flex-direction: column; gap: 7px; margin-top: 2px; }
.lp-pm-tl-i {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; color: rgba(255,255,255,0.7);
}
.lp-pm-tl-d { width: 7px; height: 7px; border-radius: 999px; flex-shrink: 0; }
.lp-pm-dot-violet { background: #a78bfa; }
.lp-pm-dot-pink { background: #ec4899; }
.lp-pm-dot-cyan { background: #22d3ee; }
.lp-pm-dot-amber { background: #f59e0b; }

/* ============================================================
   TAB MOCKUPS — Sales / Support / Marketing
   ============================================================ */
.lp-tm {
  position: relative;
  background: linear-gradient(180deg, rgba(20,20,30,0.97), rgba(13,13,20,0.99));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow:
    0 30px 80px -30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(124,58,237,0.08);
  overflow: hidden;
}
.lp-tm::before {
  content: ""; position: absolute; inset: -40% -20%;
  background: radial-gradient(ellipse 50% 30% at 30% 30%, rgba(124,58,237,0.18), transparent 60%);
  filter: blur(40px); pointer-events: none;
}
[data-theme="light"] .lp-tm,
:root[data-theme="auto"] .lp-tm {
  /* keep dark — looks better contrasted on light section */
}
.lp-tm-h {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.lp-tm-h-t { font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; }
.lp-tm-h-s {
  font-size: 11.5px; color: rgba(255,255,255,0.55);
  font-family: "Geist Mono", monospace;
}
.lp-tm-h-s-pink { color: #f9a8d4; }
.lp-tm-h-s-cyan { color: #67e8f9; }

/* — Sales pipeline mockup — */
.lp-tm-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}
.lp-tm-stage {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 8px 8px 10px;
  display: flex; flex-direction: column; gap: 7px;
  min-height: 220px;
}
.lp-tm-stage-h {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; color: rgba(255,255,255,0.65);
  font-weight: 600; padding: 0 2px;
}
.lp-tm-stage-dot { width: 7px; height: 7px; border-radius: 999px; flex-shrink: 0; }
.lp-tm-stage-l { flex: 1; }
.lp-tm-stage-n {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px; color: rgba(255,255,255,0.5);
}
.lp-tm-cards { display: flex; flex-direction: column; gap: 6px; }
.lp-tm-card {
  padding: 8px 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 7px;
  display: flex; flex-direction: column; gap: 3px;
  position: relative;
}
.lp-tm-card-co { font-size: 11px; font-weight: 600; color: #fff; }
.lp-tm-card-v {
  font-size: 11.5px; color: rgba(255,255,255,0.7);
  font-family: "Geist Mono", monospace;
}
.lp-tm-flag {
  margin-top: 4px;
  font-size: 9.5px;
  color: #fbbf24;
  padding: 2px 6px;
  background: rgba(245,158,11,0.12);
  border: 1px solid rgba(245,158,11,0.24);
  border-radius: 4px;
  align-self: flex-start;
}
.lp-tm-foot {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(124,58,237,0.12), rgba(236,72,153,0.06));
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 9px;
  font-size: 12px; color: rgba(255,255,255,0.85);
  position: relative;
}
.lp-tm-foot-pink {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
}
.lp-tm-foot-bubble { display: inline-flex; flex-shrink: 0; }
.lp-tm-mini {
  display: inline-flex; align-items: center; padding: 4px 10px;
  font-size: 11px; font-weight: 600; color: #fff;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  flex-shrink: 0;
  margin-left: auto;
}
.lp-tm-mini-pri {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}

/* — Support inbox mockup — */
.lp-tm-tickets { display: flex; flex-direction: column; gap: 7px; }
.lp-tm-ticket {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
}
.lp-tm-ticket-l { display: flex; align-items: center; gap: 10px; }
.lp-tm-ticket-l > div { display: flex; flex-direction: column; gap: 2px; }
.lp-tm-ticket-n { font-size: 12px; font-weight: 600; color: #fff; }
.lp-tm-ticket-p { font-size: 11.5px; color: rgba(255,255,255,0.6); }
.lp-tm-ticket-r {
  display: flex; align-items: center; gap: 9px;
  flex-shrink: 0;
}
.lp-tm-st {
  font-size: 10.5px; font-weight: 600;
  padding: 3px 8px; border-radius: 6px;
  white-space: nowrap;
}
.lp-tm-st-ai {
  background: rgba(124,58,237,0.18); color: #c4b5fd;
  border: 1px solid rgba(124,58,237,0.28);
}
.lp-tm-st-ok {
  background: rgba(74,222,128,0.12); color: #86efac;
  border: 1px solid rgba(74,222,128,0.24);
}
.lp-tm-st-h {
  background: rgba(236,72,153,0.14); color: #f9a8d4;
  border: 1px solid rgba(236,72,153,0.26);
}
.lp-tm-ticket-t { font-size: 10.5px; color: rgba(255,255,255,0.4); font-family: "Geist Mono", monospace; }

.lp-tm-stat-row { display: flex; gap: 20px; align-items: baseline; flex: 1; }
.lp-tm-stat-v {
  font-size: 18px; font-weight: 700; color: #fff;
  font-family: "Geist Mono", monospace; letter-spacing: -0.02em;
}
.lp-tm-stat-l { font-size: 10.5px; color: rgba(255,255,255,0.5); margin-top: 1px; }

/* — Marketing campaign mockup — */
.lp-tm-mkt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lp-tm-mkt-col {
  padding: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
  display: flex; flex-direction: column; gap: 6px;
}
.lp-tm-mkt-l { font-size: 10px; color: rgba(255,255,255,0.45); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.lp-tm-mkt-pill {
  align-self: flex-start;
  padding: 4px 9px;
  background: rgba(34,211,238,0.14);
  border: 1px solid rgba(34,211,238,0.28);
  border-radius: 999px;
  font-size: 11px; font-weight: 600; color: #67e8f9;
}
.lp-tm-mkt-meta { font-size: 10.5px; color: rgba(255,255,255,0.5); }
.lp-tm-mkt-channels { display: flex; gap: 7px; }
.lp-tm-mkt-channels .lp-pm-ch { width: 14px; height: 14px; border-radius: 4px; }
.lp-tm-mkt-msg {
  padding: 12px;
  background: rgba(124,58,237,0.08);
  border: 1px solid rgba(124,58,237,0.22);
  border-radius: 9px;
  display: flex; flex-direction: column; gap: 8px;
}
.lp-tm-mkt-msg-h {
  display: flex; align-items: center; gap: 7px;
  font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,0.7);
}
.lp-tm-ab {
  margin-left: auto;
  font-family: "Geist Mono", monospace;
  font-size: 10px; font-weight: 700;
  padding: 1px 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  color: #fff;
}
.lp-tm-mkt-msg-b {
  font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.85);
  font-style: italic;
}
.lp-tm-mkt-foot {
  display: flex; align-items: center; gap: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 9px;
}
.lp-tm-mkt-foot .lp-tm-mini { margin-left: auto; }

/* ── Responsive — mockups & new sections ────────────────────── */
@media (max-width: 1100px) {
  .lp-pm-body { grid-template-columns: 180px 1fr 240px; height: 540px; }
  .lp-pm-main { grid-template-columns: 230px 1fr; }
}
@media (max-width: 980px) {
  .lp-tabs-body { grid-template-columns: 1fr; gap: 32px; }
  .lp-faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-faq-left { position: static; }
  .lp-testi-grid { grid-template-columns: 1fr; }
  .lp-pm-body { grid-template-columns: 64px 1fr; height: 460px; }
  .lp-pm-aside { display: none; }
  .lp-pm-side-brand span,
  .lp-pm-side-search span,
  .lp-pm-side-user > div,
  .lp-pm-nav-item span { display: none; }
  .lp-pm-side { padding: 12px 8px; }
  .lp-pm-nav-item { justify-content: center; padding: 8px; }
  .lp-pm-badge, .lp-pm-badge-mini { display: none; }
  .lp-tm-stages { grid-template-columns: repeat(2, 1fr); }
  .lp-tm-stage { min-height: auto; }
}
@media (max-width: 600px) {
  .lp-pm-body { grid-template-columns: 1fr; height: auto; }
  .lp-pm-side { display: none; }
  .lp-pm-main { grid-template-columns: 1fr; }
  .lp-pm-list { display: none; }
  .lp-tm-mkt-row { grid-template-columns: 1fr; }
  .lp-tm-mkt-foot { flex-wrap: wrap; }
}

/* ============================================================
   OVERRIDES — neutralizam regras globais do app (src/index.css)
   que conflitam com a landing. Especificidade .lp h1 > h1 global.
   ============================================================ */
/* Resetar SÓ color e font-family (o app força ambos via index.css linha 88-92).
   NÃO mexer em font-weight nem letter-spacing — as classes .lp-* específicas
   (ex: .lp-hero-h { font-weight:700; letter-spacing:-0.04em }) devem ganhar. */
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6 {
  color: inherit;
  font-family: inherit;
}
.lp .lp-hero-h, .lp .lp-hero-h * { color: #f4f4f6; }
.lp .lp-hero-sub { color: rgba(255, 255, 255, 0.72); }
.lp .lp-hero .lp-hero-eyebrow { color: rgba(255, 255, 255, 0.85); }
.lp .lp-nav-brand { color: #fff; }
/* ============================================================
   FLINK PRODUCT MOCKUP — visual fiel ao app real
   Light theme, 4 colunas (sidebar global · inbox · thread · contato)
   Fonte Inter (já carregada pelo app via src/index.css)
   ============================================================ */

.fk-mock-wrap {
  position: relative;
  max-width: 1180px;
  margin: 32px auto 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a1530;
}

.fk-mock-glow {
  position: absolute;
  inset: -40px -20px 0 -20px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(124, 58, 237, 0.35), transparent 60%),
    radial-gradient(ellipse 40% 30% at 75% 60%, rgba(236, 72, 153, 0.25), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.fk-mock-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 80px rgba(15, 15, 30, 0.35), 0 8px 24px rgba(15, 15, 30, 0.18);
  overflow: hidden;
}

/* Window chrome */
.fk-mock-chrome {
  background: #f4f4f6;
  border-bottom: 1px solid #e5e7eb;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fk-mock-dots { display: flex; gap: 6px; }
.fk-mock-dots span { width: 11px; height: 11px; border-radius: 50%; background: #d4d4d8; }
.fk-mock-dots span:nth-child(1) { background: #ff5f57; }
.fk-mock-dots span:nth-child(2) { background: #febc2e; }
.fk-mock-dots span:nth-child(3) { background: #28c840; }
.fk-mock-url {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 11px;
  color: #71717a;
  max-width: 360px;
  margin: 0 auto;
}
.fk-mock-kbd {
  font-size: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 3px 7px;
  color: #6b7280;
  font-family: ui-monospace, monospace;
}

/* Body grid */
.fk-mock-body {
  display: grid;
  grid-template-columns: 200px 240px 1fr 220px;
  height: 540px;
  background: #fff;
}

/* Col 1: Global sidebar */
.fk-mock-side {
  background: #fafafa;
  border-right: 1px solid #f0f0f3;
  padding: 14px 10px;
  overflow: hidden;
  display: flex; flex-direction: column; gap: 14px;
}
.fk-mock-side-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 6px 8px;
  border-bottom: 1px solid #f0f0f3;
}
.fk-mock-side-logo {
  width: 26px; height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.fk-mock-side-brand-name { font-weight: 700; font-size: 14px; color: #1a1530; letter-spacing: -0.01em; }
.fk-mock-side-group { display: flex; flex-direction: column; gap: 2px; }
.fk-mock-side-h {
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 4px;
}
.fk-mock-side-i {
  display: flex; align-items: center; gap: 9px;
  padding: 5px 8px;
  font-size: 11.5px;
  color: #4a4766;
  border-radius: 7px;
  cursor: default;
}
.fk-mock-side-i:hover { background: #f4f4f6; }
.fk-mock-side-i-active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(236, 72, 153, 0.06));
  color: #6c5ce7;
  font-weight: 600;
}
.fk-mock-side-i svg { width: 14px; height: 14px; stroke-width: 1.7; flex-shrink: 0; }

/* Col 2: Inbox list */
.fk-mock-inbox { border-right: 1px solid #f0f0f3; display: flex; flex-direction: column; background: #fff; }
.fk-mock-inbox-h { padding: 14px 16px 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f3; }
.fk-mock-inbox-h-t { font-weight: 700; font-size: 13px; color: #1a1530; }
.fk-mock-inbox-h-pill { font-size: 10px; color: #6b7280; background: #f4f4f6; border-radius: 6px; padding: 3px 8px; }
.fk-mock-inbox-list { flex: 1; overflow: hidden; }
.fk-mock-conv {
  padding: 10px 14px;
  border-bottom: 1px solid #f7f7f9;
  display: flex; gap: 10px; align-items: flex-start;
  cursor: default;
}
.fk-mock-conv:hover { background: #fafafa; }
.fk-mock-conv-active {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.05), transparent);
  border-left: 2px solid #7c3aed;
  padding-left: 12px;
}
.fk-mock-conv-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 600; color: #fff;
  flex-shrink: 0;
}
.fk-mock-conv-avatar[data-c="violet"] { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.fk-mock-conv-avatar[data-c="pink"] { background: linear-gradient(135deg, #f9a8d4, #ec4899); }
.fk-mock-conv-avatar[data-c="amber"] { background: linear-gradient(135deg, #fde68a, #f59e0b); }
.fk-mock-conv-avatar[data-c="cyan"] { background: linear-gradient(135deg, #67e8f9, #22d3ee); }
.fk-mock-conv-avatar[data-c="green"] { background: linear-gradient(135deg, #6ee7b7, #10b981); }
.fk-mock-conv-body { flex: 1; min-width: 0; }
.fk-mock-conv-row1 { display: flex; justify-content: space-between; align-items: baseline; gap: 6px; }
.fk-mock-conv-name { font-size: 12px; font-weight: 600; color: #1a1530; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fk-mock-conv-time { font-size: 10px; color: #9ca3af; flex-shrink: 0; }
.fk-mock-conv-prev { font-size: 11px; color: #6b7280; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.fk-mock-conv-co { font-size: 10px; color: #9ca3af; margin-top: 1px; }
.fk-mock-conv-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #ec4899; margin-right: 6px; vertical-align: middle; }

/* Col 3: Thread */
.fk-mock-thread { display: flex; flex-direction: column; background: #fff; min-width: 0; }
.fk-mock-thread-h { padding: 12px 18px; border-bottom: 1px solid #f0f0f3; display: flex; justify-content: space-between; align-items: center; }
.fk-mock-thread-h-l { display: flex; align-items: center; gap: 10px; }
.fk-mock-thread-name { font-size: 13px; font-weight: 600; color: #1a1530; }
.fk-mock-thread-meta { font-size: 10.5px; color: #71717a; margin-top: 1px; display: flex; align-items: center; gap: 6px; }
.fk-mock-thread-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; display: inline-block; }
.fk-mock-thread-tag { font-size: 10px; background: rgba(124, 58, 237, 0.08); color: #6c5ce7; padding: 3px 9px; border-radius: 999px; font-weight: 600; }
.fk-mock-thread-body { flex: 1; overflow: hidden; padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; background: #fafafa; }
.fk-mock-day { align-self: center; font-size: 9.5px; color: #9ca3af; letter-spacing: 0.1em; margin: 4px 0 8px; }
.fk-mock-msg { display: flex; flex-direction: column; gap: 2px; max-width: 80%; }
.fk-mock-msg-them { align-self: flex-start; align-items: flex-start; }
.fk-mock-msg-me { align-self: flex-end; align-items: flex-end; }
.fk-mock-bubble {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px 14px 14px 4px;
  padding: 9px 13px;
  font-size: 12.5px;
  color: #1a1530;
  line-height: 1.45;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(15, 15, 30, 0.03);
}
.fk-mock-bubble-me {
  background: #e0e7ff;
  border-color: #c7d2fe;
  color: #1e1b4b;
  border-radius: 14px 14px 4px 14px;
}
.fk-mock-msg-t { font-size: 9.5px; color: #9ca3af; margin-top: 3px; }

/* Sofia suggestion card */
.fk-mock-sofia {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(236, 72, 153, 0.05));
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 12px;
  padding: 11px 13px;
  margin-top: 6px;
  align-self: flex-start;
  max-width: 88%;
}
.fk-mock-sofia-h { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: #6c5ce7; margin-bottom: 6px; }
.fk-mock-sofia-conf { margin-left: auto; font-size: 9.5px; background: rgba(124, 58, 237, 0.12); color: #6c5ce7; padding: 2px 7px; border-radius: 999px; font-weight: 600; }
.fk-mock-sofia-text { font-size: 11.5px; color: #4a4766; line-height: 1.5; }
.fk-mock-sofia-btns { display: flex; gap: 6px; margin-top: 8px; }
.fk-mock-sofia-btn { font-size: 10.5px; padding: 4px 10px; border-radius: 6px; background: #fff; border: 1px solid #e5e7eb; color: #4a4766; font-weight: 500; }
.fk-mock-sofia-btn-pri { background: linear-gradient(135deg, #7c3aed, #ec4899); border: none; color: #fff; }

/* Composer */
.fk-mock-input { padding: 10px 16px; border-top: 1px solid #f0f0f3; display: flex; align-items: center; gap: 10px; background: #fff; }
.fk-mock-input-tabs { display: flex; gap: 4px; }
.fk-mock-input-tab { font-size: 11px; padding: 4px 10px; border-radius: 6px; color: #71717a; font-weight: 500; }
.fk-mock-input-tab-active { background: #f4f4f6; color: #1a1530; font-weight: 600; }
.fk-mock-input-field { flex: 1; font-size: 11px; color: #9ca3af; background: #fafafa; border-radius: 8px; padding: 7px 12px; border: 1px solid #f0f0f3; }
.fk-mock-input-send { background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; font-size: 11px; font-weight: 600; padding: 6px 12px; border-radius: 8px; }

/* Col 4: Contact aside */
.fk-mock-aside { border-left: 1px solid #f0f0f3; background: #fff; padding: 14px 14px; overflow: hidden; }
.fk-mock-aside-h { font-size: 12px; font-weight: 700; color: #1a1530; margin-bottom: 12px; }
.fk-mock-aside-contact { text-align: center; padding-bottom: 14px; border-bottom: 1px solid #f0f0f3; margin-bottom: 12px; }
.fk-mock-aside-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #a78bfa, #7c3aed); color: #fff; font-weight: 700; font-size: 16px; display: grid; place-items: center; margin: 0 auto 8px; }
.fk-mock-aside-name { font-size: 13px; font-weight: 600; color: #1a1530; }
.fk-mock-aside-field { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: #6b7280; padding: 4px 0; justify-content: center; }
.fk-mock-aside-section { font-size: 11px; font-weight: 600; color: #1a1530; margin-top: 8px; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }
.fk-mock-aside-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; font-size: 11px; }
.fk-mock-aside-label { color: #71717a; }
.fk-mock-aside-value { color: #1a1530; font-weight: 500; display: flex; align-items: center; gap: 5px; }
.fk-mock-aside-tag { background: rgba(245, 158, 11, 0.12); color: #b45309; padding: 2px 8px; border-radius: 999px; font-size: 10px; font-weight: 600; }

/* Responsive */
@media (max-width: 1100px) {
  .fk-mock-body { grid-template-columns: 60px 200px 1fr 0; height: 480px; }
  .fk-mock-aside { display: none; }
  .fk-mock-side-h, .fk-mock-side-i span, .fk-mock-side-brand-name { display: none; }
  .fk-mock-side { padding: 14px 6px; }
  .fk-mock-side-i { justify-content: center; padding: 8px; }
  .fk-mock-side-brand { justify-content: center; }
}
@media (max-width: 700px) {
  .fk-mock-body { grid-template-columns: 1fr; height: auto; }
  .fk-mock-side, .fk-mock-inbox, .fk-mock-aside { display: none; }
  .fk-mock-thread-body { padding: 14px; }
}


/* ============================================================
   SIDEBAR ADICIONAIS — INSIGHTS, Atendimento completo, Footer user
   ============================================================ */

.fk-mock-side { padding: 0; gap: 0; height: 100%; }
.fk-mock-side-brand {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #f0f0f3;
  margin-bottom: 0;
}
.fk-mock-side-scroll {
  flex: 1;
  overflow: hidden;
  padding: 10px 10px 8px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 0;
}
.fk-mock-side-footer {
  border-top: 1px solid #f0f0f3;
  padding: 6px 10px 8px;
  background: #fafafa;
}
.fk-mock-side-user {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 4px;
}
.fk-mock-side-user-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #67e8f9, #22d3ee);
  color: #fff;
  font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.fk-mock-side-user-info { min-width: 0; }
.fk-mock-side-user-name { font-size: 11.5px; font-weight: 600; color: #1a1530; line-height: 1.2; }
.fk-mock-side-user-role { font-size: 9.5px; color: #9ca3af; line-height: 1.2; margin-top: 1px; }

/* Ícones coloridos quadrados (Meta / Facebook / WhatsApp) — substituem o svg do .fk-mock-side-i */
.fk-mock-icon-meta {
  width: 18px; height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #0a0a0f, #2d2d3a);
  color: #fff;
  font-size: 13px; font-weight: 800;
  display: grid; place-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.fk-mock-icon-fb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #1877F2;
  color: #fff;
  font-size: 12px; font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
  display: grid; place-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.fk-mock-icon-wa {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  flex-shrink: 0;
}

/* O .fk-mock-side-i-active fica com fundo gradient sutil ao invés do estilo antigo */
.fk-mock-side-i-active {
  background: rgba(124, 58, 237, 0.08);
  color: #6c5ce7;
  font-weight: 600;
}

/* Reduzir gap entre groups pra caber tudo */
.fk-mock-side-group { gap: 1px; }

/* Responsive: collapsa labels em telas menores */
@media (max-width: 1100px) {
  .fk-mock-side-footer, .fk-mock-side-user-info { display: none; }
  .fk-mock-icon-meta, .fk-mock-icon-fb, .fk-mock-icon-wa { width: 16px; height: 16px; font-size: 11px; }
}


/* ============================================================
   TAB MOCKUP — imagem real do app com moldura macbook
   Usado em SalesMockup e MktMockup (tabs Vendas/Marketing)
   ============================================================ */
.fk-tab-mock-wrap {
  position: relative;
  max-width: 1180px;
  margin: 32px auto 0;
}
/* Glow gradient atrás — igual ao atendimento */
.fk-tab-mock-wrap::before {
  content: "";
  position: absolute;
  inset: -40px -20px 0 -20px;
  background:
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(124, 58, 237, 0.35), transparent 60%),
    radial-gradient(ellipse 40% 30% at 75% 60%, rgba(236, 72, 153, 0.25), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.fk-tab-mock-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 80px rgba(15, 15, 30, 0.35), 0 8px 24px rgba(15, 15, 30, 0.18);
  overflow: hidden;
}
.fk-tab-mock-img {
  display: block;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;            /* preenche o frame inteiro */
  -o-object-position: top center;
     object-position: top center;  /* prioriza topo da tela (header + primeiras linhas) */
  background: #ffffff;
}

@media (max-width: 1100px) {
  .fk-tab-mock-img { height: 480px; }
}
@media (max-width: 700px) {
  .fk-tab-mock-img { height: auto; -o-object-fit: contain; object-fit: contain; }
}
