@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap";
/* [project]/frontend/src/styles/globals.css [app-client] (css) */
*, :before, :after, ::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: #3b82f680;
  --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: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

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

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: DM Mono, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  color: var(--crm-text);
  background: var(--crm-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

button, input, textarea, select {
  font: inherit;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--crm-border);
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: none;
}

:focus-visible {
  outline: 2px solid var(--crm-blue);
  outline-offset: 2px;
}

.crm-shell {
  background: var(--crm-bg);
  min-height: 100vh;
  color: var(--crm-text);
  display: flex;
}

.crm-page {
  min-height: 100vh;
  margin-left: var(--sidebar-w);
  flex: 1;
}

.crm-sidebar {
  z-index: 40;
  width: var(--sidebar-w);
  background: var(--crm-sidebar);
  border-right: 1px solid #ffffff0f;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 6px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
  overflow: hidden auto;
}

.crm-sidebar::-webkit-scrollbar-thumb {
  background: #ffffff26;
}

.crm-sidebar-logo {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 3px;
  margin-bottom: 8px;
  display: flex;
}

.crm-sidebar-nav {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 0 4px;
  display: flex;
}

.crm-sidebar-item {
  border-radius: var(--crm-radius-lg);
  color: #fffc;
  width: 60px;
  min-height: 48px;
  transition: background var(--crm-transition);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 4px 2px 3px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.crm-sidebar-item:hover {
  background: var(--crm-sidebar-hover);
}

.crm-sidebar-item.is-active {
  background: var(--crm-sidebar-active);
  color: #fff;
}

.crm-sidebar-label {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 56px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.crm-topbar {
  height: var(--topbar-h);
  background: var(--crm-surface);
  border-bottom: 1px solid var(--crm-border-soft);
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  display: flex;
}

.crm-toolbar {
  background: var(--crm-surface);
  border-bottom: 1px solid var(--crm-border-soft);
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 16px;
  display: flex;
}

.crm-toolbar-spacer {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  display: flex;
}

.crm-card {
  border-radius: var(--crm-radius-md);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  box-shadow: var(--crm-shadow-card);
  padding: 12px;
}

.card {
  border-radius: var(--crm-radius-md);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  box-shadow: var(--crm-shadow-card);
}

.btn {
  border-radius: var(--crm-radius-md);
  cursor: pointer;
  height: 36px;
  transition: background var(--crm-transition), box-shadow var(--crm-transition), transform 80ms ease, border-color var(--crm-transition);
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.btn:active {
  box-shadow: none;
  transform: translateY(1px);
}

.btn:focus-visible {
  outline: 2px solid var(--crm-blue);
  outline-offset: 2px;
}

.btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none !important;
  transform: none !important;
}

.btn[aria-pressed="true"] {
  box-shadow: inset 0 2px 4px #00000026;
}

.btn-primary, .btn-green {
  border-radius: var(--crm-radius-md);
  color: #fff;
  background: var(--crm-green);
  cursor: pointer;
  height: 36px;
  transition: background var(--crm-transition), box-shadow var(--crm-transition);
  white-space: nowrap;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.btn-primary:hover, .btn-green:hover {
  background: var(--crm-green-hover);
  box-shadow: var(--crm-shadow-xs);
}

.btn-primary:active, .btn-green:active {
  transform: translateY(1px);
}

.btn-primary:disabled, .btn-green:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.btn-secondary, .btn-outline {
  border-radius: var(--crm-radius-md);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  height: 36px;
  color: var(--crm-text);
  cursor: pointer;
  transition: background var(--crm-transition), border-color var(--crm-transition);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-secondary:hover, .btn-outline:hover {
  background: var(--crm-surface-2);
  box-shadow: var(--crm-shadow-xs);
}

.btn-secondary:active, .btn-outline:active {
  background: var(--crm-surface-3);
}

.btn-secondary:disabled, .btn-outline:disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-outline-sm {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  height: 28px;
  color: var(--crm-text-2);
  cursor: pointer;
  transition: background var(--crm-transition);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-outline-sm:hover {
  background: var(--crm-surface-2);
}

.icon-btn {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  width: 32px;
  height: 32px;
  color: var(--crm-text-2);
  cursor: pointer;
  transition: background var(--crm-transition), border-color var(--crm-transition);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.icon-btn:hover {
  background: var(--crm-surface-2);
  border-color: var(--crm-border);
}

.badge {
  border-radius: var(--crm-radius-sm);
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.badge-green, .badge-success {
  background: var(--crm-green-soft);
  color: var(--crm-green);
}

.badge-blue, .badge-info {
  background: var(--crm-blue-soft);
  color: var(--crm-blue);
}

.badge-red, .badge-danger {
  background: var(--crm-red-soft);
  color: var(--crm-red);
}

.badge-yellow, .badge-warning {
  background: var(--crm-yellow-soft);
  color: #9a6a00;
}

.badge-gray {
  background: var(--crm-surface-2);
  color: var(--crm-text-2);
}

.chip {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  height: 32px;
  color: var(--crm-text);
  cursor: pointer;
  transition: background var(--crm-transition);
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.chip:hover {
  background: var(--crm-surface-2);
}

.chip-owner {
  background: var(--crm-purple-soft);
  color: var(--crm-purple);
  border-color: #6c5ce733;
}

.\!input {
  border-radius: var(--crm-radius-sm) !important;
  border: 1px solid var(--crm-border) !important;
  background: var(--crm-surface) !important;
  width: 100% !important;
  height: 36px !important;
  color: var(--crm-text) !important;
  transition: border-color var(--crm-transition), box-shadow var(--crm-transition) !important;
  outline: none !important;
  padding: 0 10px !important;
  font-size: 13px !important;
}

.input {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  width: 100%;
  height: 36px;
  color: var(--crm-text);
  transition: border-color var(--crm-transition), box-shadow var(--crm-transition);
  outline: none;
  padding: 0 10px;
  font-size: 13px;
}

.\!input::placeholder {
  color: var(--crm-text-3) !important;
}

.input::placeholder {
  color: var(--crm-text-3);
}

.\!input:focus {
  border-color: var(--crm-blue) !important;
  box-shadow: 0 0 0 3px #2f80ed1a !important;
}

.input:focus {
  border-color: var(--crm-blue);
  box-shadow: 0 0 0 3px #2f80ed1a;
}

.\!input:disabled {
  background: var(--crm-surface-2) !important;
  color: var(--crm-text-3) !important;
  cursor: not-allowed !important;
}

.input:disabled {
  background: var(--crm-surface-2);
  color: var(--crm-text-3);
  cursor: not-allowed;
}

.textarea {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  width: 100%;
  color: var(--crm-text);
  resize: vertical;
  min-height: 80px;
  transition: border-color var(--crm-transition), box-shadow var(--crm-transition);
  outline: none;
  padding: 8px 10px;
  font-size: 13px;
}

.textarea:focus {
  border-color: var(--crm-blue);
  box-shadow: 0 0 0 3px #2f80ed1a;
}

.select {
  border-radius: var(--crm-radius-sm);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  width: 100%;
  height: 36px;
  color: var(--crm-text);
  appearance: none;
  cursor: pointer;
  transition: border-color var(--crm-transition), box-shadow var(--crm-transition);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555770' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  outline: none;
  padding: 0 28px 0 10px;
  font-size: 13px;
}

.select:focus {
  border-color: var(--crm-blue);
  box-shadow: 0 0 0 3px #2f80ed1a;
}

.label {
  color: var(--crm-text-2);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

input[type="checkbox"] {
  border-radius: var(--crm-radius-xs);
  border: 1.5px solid var(--crm-border);
  width: 16px;
  height: 16px;
  accent-color: var(--crm-green);
  cursor: pointer;
}

input[type="radio"] {
  accent-color: var(--crm-green);
  cursor: pointer;
}

.crm-table-wrap {
  border-radius: var(--crm-radius-md);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  overflow-x: auto;
}

.crm-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 600px;
}

.th {
  text-align: left;
  height: 40px;
  color: var(--crm-text-2);
  background: var(--crm-surface-2);
  border-bottom: 1px solid var(--crm-border);
  white-space: nowrap;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
}

.td {
  height: 44px;
  color: var(--crm-text);
  border-bottom: 1px solid var(--crm-border-soft);
  vertical-align: middle;
  padding: 0 12px;
  font-size: 13px;
}

.table-row {
  cursor: pointer;
  transition: background .1s;
}

.table-row:hover .td, .table-row:hover td {
  background: var(--crm-surface-2);
}

.crm-table thead th {
  text-align: left;
  height: 40px;
  color: var(--crm-text-2);
  background: var(--crm-surface-2);
  border-bottom: 1px solid var(--crm-border);
  white-space: nowrap;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
}

.crm-table tbody td {
  height: 44px;
  color: var(--crm-text);
  border-bottom: 1px solid var(--crm-border-soft);
  vertical-align: middle;
  padding: 0 12px;
  font-size: 13px;
}

.crm-table tbody tr {
  transition: background .1s;
}

.crm-table tbody tr:hover td {
  background: var(--crm-surface-2);
}

.crm-modal-overlay {
  z-index: 50;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #0f172a61;
  justify-content: center;
  align-items: center;
  padding: 16px;
  animation: .15s fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.crm-modal {
  border-radius: var(--crm-radius-xl);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  box-shadow: var(--crm-shadow-modal);
  animation: .15s scaleIn;
  overflow-y: auto;
}

.crm-modal-header {
  border-bottom: 1px solid var(--crm-border-soft);
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  display: flex;
}

.crm-modal-body {
  padding: 18px;
}

.crm-modal-footer {
  border-top: 1px solid var(--crm-border-soft);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  display: flex;
}

.crm-dropdown-item {
  border-radius: var(--crm-radius-sm);
  height: 36px;
  color: var(--crm-text);
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  transition: background .1s;
  display: flex;
}

.crm-dropdown-item:hover {
  background: var(--crm-surface-2);
}

.crm-settings-nav-item.is-active {
  background: var(--crm-surface-2);
  color: var(--crm-text);
  font-weight: 600;
}

.crm-empty {
  text-align: center;
  border-radius: var(--crm-radius-md);
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 32px 20px;
  display: flex;
}

.crm-empty-title {
  color: var(--crm-text);
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
}

.crm-empty-text {
  max-width: 400px;
  color: var(--crm-text-2);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-right-0\.5 {
  right: -.125rem;
}

.-top-0\.5 {
  top: -.125rem;
}

.left-2\.5 {
  left: .625rem;
}

.right-2 {
  right: .5rem;
}

.right-2\.5 {
  right: .625rem;
}

.right-8 {
  right: 2rem;
}

.top-1\/2 {
  top: 50%;
}

.z-50 {
  z-index: 50;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.w-4 {
  width: 1rem;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-full {
  width: 100%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[960px\] {
  max-width: 960px;
}

.flex-1 {
  flex: 1;
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

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

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.appearance-none {
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.rounded {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-md {
  border-radius: 4px;
}

.rounded-xl {
  border-radius: 8px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[var\(--crm-border\)\] {
  border-color: var(--crm-border);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-\[var\(--crm-accent\)\] {
  background-color: var(--crm-accent);
}

.bg-\[var\(--crm-bg-primary\)\] {
  background-color: var(--crm-bg-primary);
}

.bg-\[var\(--crm-bg-secondary\)\] {
  background-color: var(--crm-bg-secondary);
}

.bg-\[var\(--crm-surface\)\] {
  background-color: var(--crm-surface);
}

.bg-black\/50 {
  background-color: #00000080;
}

.bg-green-500\/10 {
  background-color: #22c55e1a;
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/20 {
  background-color: #ef444433;
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.p-0\.5 {
  padding: .125rem;
}

.p-1 {
  padding: .25rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0\.5 {
  padding-left: .125rem;
  padding-right: .125rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-2 {
  padding-top: .5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-mono {
  font-family: DM Mono, monospace;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tracking-wider {
  letter-spacing: .05em;
}

.text-\[var\(--crm-text-primary\)\] {
  color: var(--crm-text-primary);
}

.text-\[var\(--crm-text-secondary\)\] {
  color: var(--crm-text-secondary);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.opacity-50 {
  opacity: .5;
}

.outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.outline {
  outline-style: solid;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.typo-page-title {
  color: var(--crm-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.typo-section-header {
  color: var(--crm-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.typo-label {
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--crm-text-2);
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.typo-mono {
  font-family: DM Mono, monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

:root {
  --crm-sidebar: #1e1b4b;
  --crm-sidebar-hover: #3d348e;
  --crm-sidebar-active: #6962f2;
  --crm-bg: #f5f5f6;
  --crm-surface: #fff;
  --crm-surface-2: #ececed;
  --crm-surface-3: #d7d7d9;
  --crm-border: #d7d7d9;
  --crm-border-soft: #ececed;
  --crm-text: #21232c;
  --crm-text-2: #565961;
  --crm-text-3: #93949a;
  --crm-green: #0db14c;
  --crm-green-hover: #077838;
  --crm-green-soft: #e9fbe7;
  --crm-blue: #3288e6;
  --crm-blue-soft: #e1eeff;
  --crm-purple: #6962f2;
  --crm-purple-soft: #eeeafb;
  --crm-red: #d83c38;
  --crm-red-soft: #fde7e4;
  --crm-yellow: #a76800;
  --crm-yellow-soft: #fff6d6;
  --crm-orange: #cf8501;
  --crm-orange-soft: #ffedac;
  --crm-shadow-xs: 0 1px 2px #1018280a;
  --crm-shadow-card: 0 1px 2px #1018280f;
  --crm-shadow-raised: 0 2px 8px #10182814;
  --crm-shadow-float: 0 4px 16px #0000001a;
  --crm-shadow-modal: 0 14px 40px #0f172a29;
  --crm-radius-xs: 2px;
  --crm-radius-sm: 4px;
  --crm-radius-md: 4px;
  --crm-radius-lg: 8px;
  --crm-radius-xl: 8px;
  --crm-transition: .15s ease;
  --crm-card: var(--crm-surface);
  --crm-hover: #f0f1f3;
  --crm-accent: var(--crm-blue);
  --sidebar-w: 72px;
  --topbar-h: 48px;
}

.dark {
  --crm-sidebar: #141520;
  --crm-sidebar-hover: #242464;
  --crm-sidebar-active: #6a64de;
  --crm-bg: #0e1017;
  --crm-surface: #1a1c26;
  --crm-surface-2: #242630;
  --crm-surface-3: #2e303a;
  --crm-border: #2e303a;
  --crm-border-soft: #242630;
  --crm-text: #e5dff7;
  --crm-text-2: #a9abaf;
  --crm-text-3: #73767c;
  --crm-green: #2d8647;
  --crm-green-hover: #077838;
  --crm-green-soft: #2d86472e;
  --crm-blue: #5195f6;
  --crm-blue-soft: #5195f62e;
  --crm-purple: #857ee9;
  --crm-purple-soft: #857ee92e;
  --crm-red: #e0645e;
  --crm-red-soft: #e0645e2e;
  --crm-yellow: #cf8501;
  --crm-yellow-soft: #cf85012e;
  --crm-orange: #e69b00;
  --crm-orange-soft: #e69b002e;
  --crm-card: var(--crm-surface);
  --crm-hover: #2a2d35;
  --crm-accent: var(--crm-blue);
  --crm-shadow-xs: 0 1px 2px #0000002e;
  --crm-shadow-card: 0 1px 2px #00000047;
  --crm-shadow-raised: 0 2px 8px #00000052;
  --crm-shadow-float: 0 4px 16px #0000005c;
  --crm-shadow-modal: 0 20px 48px #0006;
}

@media (max-width: 1279px) {
  .crm-sidebar-label {
    display: none;
  }
}

@media (max-width: 767px) {
  .crm-sidebar-item {
    min-height: 40px;
  }

  .crm-board {
    gap: 8px;
  }

  .crm-stage {
    min-width: 80vw;
  }

  .crm-modal {
    max-width: calc(100vw - 16px);
    max-height: 90vh;
  }

  .crm-topbar {
    gap: 8px;
    padding: 0 10px;
  }

  .crm-toolbar {
    gap: 6px;
    padding: 6px 10px;
  }

  .crm-drawer {
    max-width: 100%;
  }

  .crm-settings-sidebar {
    display: none;
  }
}

@media (max-width: 480px) {
  .crm-sidebar {
    padding: 4px 0;
  }

  .crm-sidebar-item {
    width: 46px;
    min-height: 42px;
  }

  .crm-sidebar-logo {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }
}

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

  50% {
    opacity: .5;
  }
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

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

  100% {
    background-position: 200% 0;
  }
}

[contenteditable][data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: var(--crm-text-3);
  pointer-events: none;
}

[contenteditable] blockquote {
  border-left: 2px solid var(--crm-border);
  color: var(--crm-text-2);
  margin: 8px 0;
  padding-left: 12px;
}

[contenteditable] a {
  color: var(--crm-blue);
  text-decoration: underline;
}

.gmail-tb-btn {
  cursor: pointer;
  color: var(--crm-text-3);
  background: none;
  border: none;
  border-radius: 20px;
  align-items: center;
  padding: 6px 8px;
  display: flex;
}

.gmail-tb-btn:hover {
  background: var(--crm-surface-2);
}

.gmail-pill-btn {
  border: 1px solid var(--crm-border);
  background: var(--crm-surface);
  color: var(--crm-text);
  cursor: pointer;
  border-radius: 18px;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.gmail-pill-btn:hover {
  background: var(--crm-surface-2);
}

:root {
  --gm-sf: #fff;
  --gm-sc: #f0f4f9;
  --gm-sch: #e9eef6;
  --gm-scl: #f8fafd;
  --gm-pr: #0b57d0;
  --gm-pc: #d3e3fd;
  --gm-sec: #c2e7ff;
  --gm-os: #1f1f1f;
  --gm-osv: #444746;
  --gm-opc: #041e49;
  --gm-osc: #001d35;
  --gm-ol: #747775;
  --gm-olv: #c4c7c5;
  --gm-dl: #dadce0;
}

.gm-ib {
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: var(--gm-osv);
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gm-ib:before {
  content: "";
  background: var(--gm-osv);
  opacity: 0;
  border-radius: 50%;
  transition: opacity .15s;
  position: absolute;
  inset: 0;
}

.gm-ib:hover:before {
  opacity: .08;
}

.gm-ib svg {
  z-index: 1;
  width: 16px;
  height: 16px;
  position: relative;
}

.gm-mr {
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding: 0 0 0 4px;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.gm-mr:hover {
  box-shadow: inset 1px 0 0 var(--gm-olv), inset -1px 0 0 var(--gm-olv), 0 0 4px 0 #00000014;
  z-index: 1;
}

.gm-mr.unread {
  background: var(--gm-scl);
}

.gm-mr.unread .gm-mr-sender, .gm-mr.unread .gm-mr-subject, .gm-mr.unread .gm-mr-date {
  color: var(--gm-os);
  font-weight: 700;
}

.gm-msg-head {
  cursor: pointer;
  border-radius: 8px;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.gm-msg-head:hover {
  background: #4447460a;
}

.gmail-fmt-btn {
  cursor: pointer;
  color: var(--gm-osv);
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  transition: background .1s;
  display: flex;
}

.gmail-fmt-btn:hover {
  background: #e8eaed;
}

.text-xs {
  font-size: 11px;
  line-height: 14px;
}

.text-sm {
  font-size: 12px;
  line-height: 16px;
}

.text-md {
  font-size: 13px;
  line-height: 18px;
}

.text-base {
  font-size: 14px;
  line-height: 20px;
}

.text-lg {
  font-size: 16px;
  line-height: 22px;
}

.text-xl {
  font-size: 18px;
  line-height: 24px;
}

.text-2xl {
  font-size: 22px;
  line-height: 28px;
}

.text-mono {
  font-family: DM Mono, ui-monospace, Menlo, Consolas, monospace;
}

.text-muted {
  color: var(--crm-text-3);
}

.text-secondary {
  color: var(--crm-text-2);
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.status-pill {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 999px;
  align-items: center;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.status-ok {
  background: var(--crm-green-soft);
  color: var(--crm-green);
}

.status-warn {
  background: var(--crm-yellow-soft);
  color: var(--crm-yellow);
}

.status-bad {
  background: var(--crm-red-soft);
  color: var(--crm-red);
}

.status-info {
  background: var(--crm-blue-soft);
  color: var(--crm-blue);
}

.status-pending {
  background: var(--crm-surface-2);
  color: var(--crm-text-3);
}

.status-purple {
  background: var(--crm-purple-soft);
  color: var(--crm-purple);
}

.page-title {
  color: var(--crm-text);
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.page-subtitle {
  color: var(--crm-text-3);
  font-size: 13px;
}

.divider {
  background: var(--crm-border-soft);
  border: none;
  height: 1px;
  margin: 16px 0;
}

.spinner {
  border: 2px solid var(--crm-border);
  border-top-color: var(--crm-blue);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .6s linear infinite crm-spin;
  display: inline-block;
}

@keyframes crm-spin {
  to {
    transform: rotate(360deg);
  }
}

.empty-state {
  text-align: center;
  color: var(--crm-text-3);
  padding: 40px 20px;
  font-size: 13px;
}

.hover\:bg-\[var\(--crm-surface-2\)\]:hover {
  background-color: var(--crm-surface-2);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/20:hover {
  background-color: #22c55e33;
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[var\(--crm-text-primary\)\]:hover {
  color: var(--crm-text-primary);
}

.hover\:opacity-70:hover {
  opacity: .7;
}

.hover\:opacity-90:hover {
  opacity: .9;
}

.focus\:border-\[var\(--crm-blue\)\]:focus {
  border-color: var(--crm-blue);
}

.disabled\:opacity-20:disabled {
  opacity: .2;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:p-4 {
    padding: 1rem;
  }
}

@media (min-width: 1280px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }
}

/* [project]/frontend/src/styles/landing.css [app-client] (css) */
.lp {
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.lp *, .lp :before, .lp :after {
  box-sizing: border-box;
  margin: 0;
}

.lp img {
  max-width: 100%;
}

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

.lp-cv-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.lp-lazy-placeholder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-hero-enter {
  opacity: 0;
  animation: .8s cubic-bezier(.16, 1, .3, 1) forwards lp-hero-fade-in;
  transform: translateY(24px);
}

.lp-hero-enter--1 {
  animation-delay: .1s;
}

.lp-hero-enter--2 {
  animation-delay: .2s;
}

.lp-hero-enter--3 {
  animation-delay: .35s;
}

.lp-hero-enter--4 {
  animation-delay: .5s;
}

.lp-hero-enter--5 {
  animation-delay: .7s;
  transform: translateY(40px);
}

@keyframes lp-hero-fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-reveal {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
  transform: translateY(32px);
}

.lp-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-stagger .lp-stagger-child {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--stagger-i, 0) * 80ms + .15s);
  transform: translateY(20px);
}

.lp-reveal--visible.lp-stagger .lp-stagger-child {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-enter {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .lp-reveal, .lp-stagger .lp-stagger-child {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.lp-gradient-text {
  background: linear-gradient(135deg, #16a34a, #059669);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lp-badge {
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.lp-badge--green {
  color: #16a34a;
  background: #16a34a14;
  border: 1px solid #16a34a26;
}

.lp-badge--indigo {
  color: #6366f1;
  background: #6366f114;
  border: 1px solid #6366f126;
}

.lp-badge--green-dark {
  color: #4ade80;
  background: #16a34a26;
  border: 1px solid #16a34a40;
}

.lp-btn {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.lp-btn--sm {
  padding: 10px 24px;
  font-size: 14px;
}

.lp-btn--lg {
  border-radius: 14px;
  padding: 16px 36px;
  font-size: 16px;
}

.lp-btn--block {
  width: 100%;
  display: flex;
}

.lp-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #16a34a, #15803d);
  box-shadow: 0 4px 16px #16a34a4d;
}

.lp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px #16a34a59;
}

.lp-btn--dark {
  color: #fff;
  background: #0f172a;
  box-shadow: 0 2px 8px #0000001a;
}

.lp-btn--dark:hover {
  background: #1e293b;
}

.lp-btn--outline {
  color: #0f172a;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 1px 3px #0000000a;
}

.lp-btn--outline:hover {
  color: #16a34a;
  border-color: #16a34a;
}

.lp-btn--ghost {
  color: #fff;
  background: none;
  border: 1.5px solid #fff3;
}

.lp-btn--ghost:hover {
  border-color: #ffffff80;
}

.lp-nav {
  z-index: 1000;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.lp-nav--scrolled {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #ffffffeb;
  border-bottom: 1px solid #0000000f;
}

.lp-nav__inner {
  justify-content: space-between;
  align-items: center;
  height: 72px;
  display: flex;
}

.lp-nav__left {
  align-items: center;
  gap: 40px;
  display: flex;
}

.lp-nav__logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lp-nav__logo img {
  width: auto;
  height: 28px;
}

.lp-nav__links {
  gap: 32px;
  display: flex;
}

.lp-nav__link {
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.lp-nav__link:hover {
  color: #0f172a;
}

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

.lp-nav__login {
  color: #0f172a;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
}

.lp-nav__login:hover {
  background: #f1f5f9;
}

.lp-hero {
  background: linear-gradient(#f0fdf4 0%, #fff 50%);
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
}

.lp-hero__grid {
  opacity: .35;
  background-image: radial-gradient(circle at 1px 1px, #d1d5db 1px, #0000 0);
  background-size: 40px 40px;
  position: absolute;
  inset: 0;
}

.lp-hero__glow {
  pointer-events: none;
  background: radial-gradient(#16a34a1f 0%, #0000 70%);
  width: 800px;
  height: 600px;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-hero__content {
  text-align: center;
  position: relative;
}

.lp-hero__h1 {
  letter-spacing: -.03em;
  color: #0f172a;
  max-width: 900px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.lp-hero__sub {
  color: #64748b;
  max-width: 660px;
  margin: 0 auto 40px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.lp-hero__sub strong {
  color: #334155;
}

.lp-hero__ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.lp-hero__note {
  color: #94a3b8;
  margin-bottom: 64px;
  font-size: 13px;
}

.lp-hero__mockup {
  max-width: 1040px;
  margin: 0 auto;
}

.lp-mockup {
  background: #0f172a;
  border: 1px solid #0000000f;
  border-radius: 20px;
  padding: 3px;
  overflow: hidden;
  box-shadow: 0 25px 80px #0000001f, 0 4px 20px #0000000f;
}

.lp-mockup > div:first-child {
  display: flex;
}

.lp-mockup__dots {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  border-radius: 17px 17px 0 0;
  gap: 6px;
  padding: 18px 20px 14px;
  display: flex;
}

.lp-mockup__dots span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.lp-mockup__grid {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 0 0 17px 17px;
  grid-template-columns: 200px 1fr 260px;
  gap: 12px;
  min-height: 380px;
  padding: 0 20px 20px;
  display: grid;
}

.lp-mockup__sidebar, .lp-mockup__main, .lp-mockup__right {
  background: #ffffff08;
  border-radius: 10px;
  padding: 14px;
}

.lp-mockup__sidebar-logo {
  color: #fff;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.lp-mockup__nav-item {
  color: #ffffff59;
  border-radius: 6px;
  margin-bottom: 2px;
  padding: 7px 10px;
  font-size: 12px;
}

.lp-mockup__nav-item--active {
  color: #4ade80;
  background: #16a34a33;
  font-weight: 600;
}

.lp-mockup__ai-card {
  background: #16a34a1f;
  border: 1px solid #16a34a40;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 14px;
}

.lp-mockup__ai-header {
  color: #4ade80;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.lp-mockup__ai-card p {
  color: #ffffffbf;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.lp-mockup__waveform {
  align-items: center;
  gap: 2px;
  padding: 10px 0 6px;
  display: flex;
}

.lp-mockup__right-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff6;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
}

.lp-mockup__right-label:first-child {
  margin-top: 0;
}

.lp-mockup__insight-row {
  color: #ffffff73;
  border-bottom: 1px solid #ffffff0a;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 11px;
  display: flex;
}

.lp-social-proof {
  border-bottom: 1px solid #f1f5f9;
  padding: 36px 0;
}

.lp-social-proof__label {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
}

.lp-social-proof__logos {
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  display: flex;
}

.lp-social-proof__logos span {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
}

.lp-stats {
  padding: 80px 0;
}

.lp-stats__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  display: grid;
}

.lp-stats__item {
  text-align: center;
}

.lp-stats__value {
  margin-bottom: 8px;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.lp-stats__label {
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.lp-section {
  padding: 100px 0;
}

.lp-section--alt {
  background: #fafbfc;
}

.lp-section--dark {
  background: #0f172a;
}

.lp-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.lp-section__title {
  color: #0f172a;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
}

.lp-section__sub {
  color: #64748b;
  max-width: 560px;
  margin: 0 auto;
  font-size: 17px;
}

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

.lp-feature-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 32px;
  transition: all .25s;
}

.lp-feature-card:hover {
  border-color: #e2e8f0;
  transform: translateY(-4px);
  box-shadow: 0 8px 30px #0000000f;
}

.lp-feature-card__icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.lp-feature-card__title {
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.lp-feature-card__desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.lp-platform-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.lp-platform-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.lp-platform-card:hover {
  border-color: #dcfce7;
}

.lp-platform-card__title {
  color: #0f172a;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.lp-platform-card__desc {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.lp-channels-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.lp-channel-card {
  text-align: center;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 28px;
  transition: all .25s;
}

.lp-channel-card:hover {
  background: #ffffff12;
  transform: translateY(-3px);
}

.lp-channel-card__icon {
  border: 1px solid;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: flex;
}

.lp-channel-card__title {
  color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.lp-channel-card__desc {
  color: #ffffff80;
  font-size: 13px;
  line-height: 1.5;
}

.lp-ai-section {
  border-top: 1px solid #ffffff0a;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.lp-ai-section__glow {
  pointer-events: none;
  background: radial-gradient(circle, #16a34a1f 0%, #0000 70%);
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lp-ai-section__grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  display: grid;
  position: relative;
}

.lp-ai-section__title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}

.lp-ai-section__sub {
  color: #ffffff8c;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.8;
}

.lp-ai-section__list {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.lp-ai-section__list-item {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.lp-ai-section__check {
  background: #16a34a33;
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: flex;
}

.lp-ai-section__list-item span {
  color: #fffc;
  font-size: 15px;
}

.lp-ai-visual {
  justify-content: center;
  display: flex;
}

.lp-ai-visual__ring {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lp-ai-visual__ring--outer {
  background: radial-gradient(circle at 40% 40%, #16a34a26, #16a34a08 60%, #0000 80%);
  border: 1px solid #16a34a1f;
  width: 370px;
  height: 370px;
  animation: 4s ease-in-out infinite lp-pulse;
}

.lp-ai-visual__ring--inner {
  background: radial-gradient(circle, #16a34a40, #0000 70%);
  border: 1px solid #16a34a2e;
  width: 180px;
  height: 180px;
}

.lp-ai-visual__orbit {
  background: #16a34a1f;
  border: 1px solid #16a34a38;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

@keyframes lp-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .85;
    transform: scale(1.03);
  }
}

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

.lp-testimonial {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.lp-testimonial__stars {
  gap: 3px;
  margin-bottom: 18px;
  display: flex;
}

.lp-testimonial__quote {
  color: #475569;
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
}

.lp-testimonial__author {
  border-top: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
}

.lp-testimonial__avatar {
  color: #fff;
  background: linear-gradient(135deg, #16a34a, #059669);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.lp-testimonial__name {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.lp-testimonial__role {
  color: #94a3b8;
  font-size: 13px;
}

.lp-pricing-toggle {
  background: #f1f5f9;
  border-radius: 12px;
  gap: 4px;
  margin-top: 24px;
  padding: 4px 6px;
  display: inline-flex;
}

.lp-pricing-toggle button {
  cursor: pointer;
  color: #94a3b8;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.lp-pricing-toggle button.active {
  color: #0f172a;
  background: #fff;
  box-shadow: 0 1px 3px #00000014;
}

.lp-pricing-toggle__save {
  color: #16a34a;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
}

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

.lp-price-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  box-shadow: 0 1px 3px #0000000a;
}

.lp-price-card--highlighted {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 2px solid #16a34a;
  transform: scale(1.02);
  box-shadow: 0 12px 40px #16a34a33;
}

.lp-price-card__badge {
  color: #fff;
  white-space: nowrap;
  background: #16a34a;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-price-card__name {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.lp-price-card__desc {
  color: #64748b;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}

.lp-price-card--highlighted .lp-price-card__desc {
  color: #ffffff8c;
}

.lp-price-card__price {
  margin-bottom: 28px;
}

.lp-price-card__amount {
  font-size: 48px;
  font-weight: 800;
}

.lp-price-card__period {
  color: #94a3b8;
  font-size: 15px;
}

.lp-price-card--highlighted .lp-price-card__period {
  color: #ffffff73;
}

.lp-price-card .lp-btn {
  border-radius: 12px;
  margin-bottom: 28px;
  padding: 14px;
  font-size: 15px;
}

.lp-price-card__features {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.lp-price-card__feature {
  color: #475569;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  display: flex;
}

.lp-price-card--highlighted .lp-price-card__feature {
  color: #ffffffbf;
}

.lp-faq-container {
  max-width: 760px;
}

.lp-faq-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.lp-faq {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  overflow: hidden;
}

.lp-faq__q {
  cursor: pointer;
  text-align: left;
  color: #0f172a;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.lp-faq__chevron {
  color: #94a3b8;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform .3s;
}

.lp-faq--open .lp-faq__chevron {
  transform: rotate(180deg);
}

.lp-faq__a-wrap {
  max-height: 0;
  transition: max-height .35s;
  overflow: hidden;
}

.lp-faq--open .lp-faq__a-wrap {
  max-height: 300px;
}

.lp-faq__a {
  color: #64748b;
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.lp-cta-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.lp-cta-section__glow {
  pointer-events: none;
  background: radial-gradient(#16a34a2e 0%, #0000 60%);
  width: 800px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lp-cta-section__title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
}

.lp-cta-section__sub {
  color: #ffffff8c;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7;
}

.lp-cta-section__btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.lp-footer {
  background: #0f172a;
  border-top: 1px solid #ffffff0d;
  padding: 60px 0 36px;
}

.lp-footer__grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  display: grid;
}

.lp-footer__brand p {
  color: #ffffff59;
  font-size: 14px;
  line-height: 1.7;
}

.lp-footer__logo {
  color: #fff;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.lp-footer__col-title {
  color: #ffffff8c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.lp-footer__link {
  color: #ffffff59;
  padding: 3px 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .15s;
  display: block;
}

.lp-footer__link:hover {
  color: #fff;
}

.lp-footer__bottom {
  border-top: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.lp-footer__bottom p {
  color: #ffffff40;
  font-size: 13px;
}

.lp-footer__social {
  gap: 20px;
  display: flex;
}

.lp-footer__social a {
  color: #ffffff40;
  font-size: 13px;
  text-decoration: none;
  transition: color .15s;
}

.lp-footer__social a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .lp-features-grid, .lp-platform-grid, .lp-channels-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-ai-section__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lp-ai-visual {
    order: -1;
  }

  .lp-mockup__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lp-mockup__sidebar, .lp-mockup__right {
    display: none;
  }

  .lp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .lp-nav__links {
    display: none;
  }

  .lp-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .lp-section {
    padding: 60px 0;
  }

  .lp-features-grid, .lp-testimonials-grid, .lp-pricing-grid, .lp-channels-grid, .lp-platform-grid {
    grid-template-columns: 1fr;
  }

  .lp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .lp-price-card--highlighted {
    transform: none;
  }

  .lp-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-footer__bottom {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .lp-ai-visual__ring--outer {
    width: 280px;
    height: 280px;
  }

  .lp-ai-visual__ring--inner {
    width: 140px;
    height: 140px;
  }

  .lp-ai-visual__orbit {
    border-radius: 8px;
    width: 32px;
    height: 32px;
  }

  .lp-hero__ctas, .lp-cta-section__btns {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .lp-container {
    padding: 0 16px;
  }

  .lp-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-hero__h1 {
    font-size: 32px;
  }
}

/*# sourceMappingURL=frontend_src_styles_958926dd._.css.map*/
/* AirSign-override: lp-ai-section ligger på ljus bakgrund → mörk, läsbar text
   (CSS:ens standard är vit text, avsedd för mörk bakgrund). */
.lp-ai-section__title { color: #0f172a; }
.lp-ai-section__sub { color: #475569; }
.lp-ai-section__list-item { color: #334155; }
.lp-ai-section__list-item span { color: #334155; }
.lp-ai-section__list-item .lp-ai-section__check { color: #16a34a; }
