@charset "UTF-8";
:root {
  --kinmory-navy: #2C3E50;
  --kinmory-navy-light: #34495E;
  --kinmory-navy-dark: #1A252F;
  --kinmory-gold: #2C3E50;
  --kinmory-gold-light: #34495E;
  --kinmory-gold-dark: #1A252F;
  --kinmory-sage: #8B9A8E;
  --kinmory-lavender: #9B8FA9;
  --kinmory-cream: #F8F6F1;
  --kinmory-pearl: #E8E5DC;
  --kinmory-white: #FFFFFF;
  --kinmory-light-gray: #F5F5F5;
  --kinmory-gray: #CCCCCC;
  --kinmory-dark-gray: #666666;
  --kinmory-charcoal: #333333;
  --kinmory-text: #333333;
  --kinmory-text-muted: #6C757D;
  --light-color: #f9fafb;
  --dark-color: #1f2937;
  --border-color: #e5e7eb;
  --kinmory-success: #5A7C5A;
  --kinmory-danger: #A55A5A;
  --kinmory-warning: #C4A05A;
  --kinmory-info: #5A7FA5;
  --kinmory-shadow-sm: 0 2px 4px rgba(44, 62, 80, 0.08);
  --kinmory-shadow-md: 0 4px 12px rgba(44, 62, 80, 0.12);
  --kinmory-shadow-lg: 0 8px 24px rgba(44, 62, 80, 0.16);
  --kinmory-shadow-hover: 0 6px 16px rgba(44, 62, 80, 0.14);
  --kinmory-radius-sm: 4px;
  --kinmory-radius-md: 8px;
  --kinmory-radius-lg: 12px;
  --kinmory-radius-xl: 16px;
  --kinmory-font-body: DM Sans, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --kinmory-font-heading: Gilda Display, Playfair Display, Georgia, Times New Roman, serif;
  --kinmory-space-xs: 0.25rem;
  --kinmory-space-sm: 0.5rem;
  --kinmory-space-md: 1rem;
  --kinmory-space-lg: 1.5rem;
  --kinmory-space-xl: 2rem;
  --kinmory-space-2xl: 3rem;
  --kinmory-transition: all 0.3s ease;
  --kinmory-transition-fast: all 0.15s ease;
  --navbar-bg: #112749;
  --hero-bg-dark: #0f2744;
  --hero-card-dark: #1a3a5c;
  --btn-primary-bg: #3b82f6;
  --btn-primary-bg-hover: #2563eb;
  --text-primary: #03070C;
  --text-secondary: #4B5563;
  --text-muted: #6B7280;
  --text-light: #9CA3AF;
  --text-inverse: #FFFFFF;
  --bg-primary: #FFFFFF;
  --bg-secondary: #F9FAFB;
  --bg-muted: #F3F4F6;
  --bg-hover: #E5E7EB;
  --border-default: #E1E2E2;
  --border-light: #E5E7EB;
  --border-dark: #D1D5DB;
  --status-success: #22c55e;
  --status-success-bg: #f0fdf4;
  --status-success-text: #166534;
  --status-warning: #f59e0b;
  --status-warning-bg: #fffbeb;
  --status-warning-text: #92400e;
  --status-danger: #ef4444;
  --status-danger-bg: #fef2f2;
  --status-danger-text: #991b1b;
  --status-info: #3b82f6;
  --status-info-bg: #eff6ff;
  --status-info-text: #1e40af;
  --shadow-sm: 0 2px 4px rgba(44, 62, 80, 0.08);
  --shadow-md: 0 4px 12px rgba(44, 62, 80, 0.12);
  --shadow-lg: 0 8px 24px rgba(44, 62, 80, 0.16);
  --shadow-hover: 0 6px 16px rgba(44, 62, 80, 0.14);
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 9999px;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --font-heading: Gilda Display, Playfair Display, Georgia, Times New Roman, serif;
  --font-body: DM Sans, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 2rem;
  --fs-3xl: 3rem;
  --fs-4xl: 3.5rem;
  --lh-tight: 1.2;
  --lh-snug: 1.3;
  --lh-normal: 1.4;
  --lh-relaxed: 1.6;
  --transition: all 0.3s ease;
  --transition-fast: all 0.15s ease;
  --transition-slow: all 0.3s ease;
  --container-max: 1280px;
  --content-pad: 5%;
  --fg1: #03070C;
  --fg2: #4B5563;
  --fg3: #6B7280;
  --bg: #FFFFFF;
  --bg2: #F9FAFB;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/DMSans-Variable.ttf") format("truetype-variations"), url("/fonts/DMSans-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/DMSans-Italic-Variable.ttf") format("truetype-variations"), url("/fonts/DMSans-Italic-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "Gilda Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/GildaDisplay-Regular.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
figure,
blockquote,
dl, dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style: none;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  color: #2C3E50;
  line-height: 1.3;
}

.heading-h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.heading-h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.heading-h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.heading-h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.heading-h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.heading-h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
}

.text-medium {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4B5563;
}

.text-small {
  font-size: 0.875rem;
  color: #6B7280;
}

.text-xs {
  font-size: 0.75rem;
  color: #6B7280;
}

.eyebrow {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #03070C;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .heading-h1, .h1 {
    font-size: 4rem;
  }
  .heading-h2, .h2 {
    font-size: 3rem;
  }
  .heading-h3, .h3 {
    font-size: 2.25rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes kinmory-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}

.animate-slide-in-down {
  animation: slideInDown 0.5s ease-out;
}

.animate-slide-in-up {
  animation: slideInUp 0.5s ease-out;
}

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.btn, .btn-landing--outline-blue, .btn-landing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:disabled, .btn-landing--outline-blue:disabled, .btn-landing:disabled, .btn.is-disabled, .is-disabled.btn-landing--outline-blue, .is-disabled.btn-landing {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary, .btn-landing--primary {
  background-color: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.btn--primary:hover:not(:disabled), .btn-landing--primary:hover:not(:disabled) {
  background-color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
  border-color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
}

.btn--navy {
  background-color: #112749;
  color: #fff;
  border-color: #112749;
}
.btn--navy:hover:not(:disabled) {
  background-color: rgb(12.1833333333, 27.95, 52.3166666667);
}

.btn--secondary, .btn-landing--secondary {
  background-color: #FFFFFF;
  color: #03070C;
  border-color: #E1E2E2;
}
.btn--secondary:hover:not(:disabled), .btn-landing--secondary:hover:not(:disabled) {
  background-color: #F9FAFB;
}

.btn--outline {
  background: transparent;
  color: #D0D5DC;
  border-color: #D0D5DC;
}
.btn--outline:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.btn--outline-dark {
  background: transparent;
  color: #2C3E50;
  border-color: #2C3E50;
}
.btn--outline-dark:hover:not(:disabled) {
  background: #2C3E50;
  color: #fff;
}

.btn--ghost {
  background-color: transparent;
  color: inherit;
  border: 1px solid currentColor;
  border-color: currentColor;
  border-color: color-mix(in srgb, currentColor 28%, transparent);
}
.btn--ghost:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.08);
}
.btn--ghost:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.btn--danger {
  background-color: #ef4444;
  color: #FFFFFF;
  border-color: #ef4444;
}
.btn--danger:hover:not(:disabled) {
  background-color: rgb(234.9802955665, 21.0197044335, 21.0197044335);
}

.btn--success {
  background-color: #22c55e;
  color: #FFFFFF;
  border-color: #22c55e;
}
.btn--success:hover:not(:disabled) {
  background-color: rgb(26.4935064935, 153.5064935065, 73.2467532468);
}

.btn--danger-outline {
  background: transparent;
  color: #ef4444;
  border-color: #ef4444;
}
.btn--danger-outline:hover:not(:disabled) {
  background-color: #ef4444;
  color: #fff;
}

.btn--warning {
  background-color: #f59e0b;
  color: #fff;
  border-color: #f59e0b;
}
.btn--warning:hover:not(:disabled) {
  background-color: rgb(196.9291338583, 126.7125984252, 8.0708661417);
  border-color: rgb(196.9291338583, 126.7125984252, 8.0708661417);
}

.btn--warning-outline {
  background-color: transparent;
  color: #92400e;
  border-color: #f59e0b;
}
.btn--warning-outline:hover:not(:disabled) {
  background-color: #f59e0b;
  color: #fff;
}

.btn--success-outline {
  background: transparent;
  color: #22c55e;
  border-color: #22c55e;
}
.btn--success-outline:hover:not(:disabled) {
  background-color: #22c55e;
  color: #fff;
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn--block, .btn-landing--block,
.btn--full-width,
.btn--full {
  width: 100%;
}

.btn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
}
.btn--icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-group {
  display: inline-flex;
}
.btn-group .btn, .btn-group .btn-landing--outline-blue, .btn-group .btn-landing {
  border-radius: 0;
}
.btn-group .btn:not(:last-child), .btn-group .btn-landing--outline-blue:not(:last-child), .btn-group .btn-landing:not(:last-child) {
  border-right-width: 0;
}

.btn--outline-blue, .btn-landing--outline-blue {
  background: transparent;
  color: #3b82f6;
  border: 2px solid #3b82f6;
}
.btn--outline-blue:hover:not(:disabled), .btn-landing--outline-blue:hover:not(:disabled) {
  background: #3b82f6;
  color: #fff;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #03070C;
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #03070C;
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder, .form-select::-moz-placeholder {
  color: #9CA3AF;
}
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #9CA3AF;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: #112749;
  box-shadow: 0 0 0 2px rgba(17, 39, 73, 0.1);
}
.form-input:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: #F3F4F6;
  cursor: not-allowed;
  opacity: 0.6;
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  accent-color: #112749;
}
.form-checkbox label {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #4B5563;
}
.form-checkbox label a {
  color: #2C3E50;
  font-weight: 600;
  text-decoration: underline;
}
.form-checkbox label a:hover {
  color: rgb(25.9032258065, 36.5, 47.0967741935);
}

.form-error {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #ef4444;
  margin-top: 0.25rem;
}

.form-help {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #6B7280;
  margin-top: 0.25rem;
}

.input-group {
  display: flex;
}
.input-group .form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .form-input {
  padding-left: 2.75rem;
}
.input-with-icon .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  pointer-events: none;
}

.password-toggle-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.password-toggle-wrapper > input {
  width: 100%;
  padding-right: 2.75rem !important;
}

.password-toggle-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #6B7280;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.password-toggle-btn:hover {
  background-color: rgba(44, 62, 80, 0.06);
  color: #2C3E50;
}
.password-toggle-btn:focus-visible {
  outline: 3px solid #2C3E50;
  outline-offset: 2px;
}
.password-toggle-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.phone-picker {
  position: relative;
  display: block;
}
.phone-picker__shell {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.phone-picker--active .phone-picker__shell, .phone-picker__shell:focus-within {
  border-color: #112749;
  box-shadow: 0 0 0 3px rgba(17, 39, 73, 0.12);
}
.phone-picker__country {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0.875rem;
  background: transparent;
  border: none;
  border-right: 1px solid #E5E7EB;
  border-radius: 0;
  cursor: pointer;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #03070C;
  flex-shrink: 0;
}
.phone-picker__country:focus {
  outline: none;
}
.phone-picker__flag {
  display: inline-block;
  width: 22px;
  height: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  line-height: 0;
  flex-shrink: 0;
}
.phone-picker__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}
.phone-picker__dial {
  font-variant-numeric: tabular-nums;
  color: #4B5563;
}
.phone-picker__chevron {
  color: #6B7280;
  transition: transform 0.15s ease;
}
.phone-picker--active .phone-picker__chevron {
  transform: rotate(180deg);
}
.phone-picker__number {
  flex: 1;
  min-width: 0;
  width: auto;
  border: none;
  background: transparent;
  padding: 0.75rem 1rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #03070C;
  outline: none;
  box-shadow: none;
}
.phone-picker__number::-moz-placeholder {
  color: #9CA3AF;
}
.phone-picker__number::placeholder {
  color: #9CA3AF;
}
.phone-picker__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.12);
  z-index: 50;
  max-height: 320px;
  overflow-y: auto;
  min-width: 300px;
}
.phone-picker__menu[hidden] {
  display: none;
}
.phone-picker__option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #03070C;
}
.phone-picker__option:hover, .phone-picker__option:focus {
  background: #F3F4F6;
  outline: none;
}
.phone-picker__option--selected {
  background: #F3F4F6;
}
.phone-picker__option-name {
  flex: 1;
}
.phone-picker__option-dial {
  color: #6B7280;
  font-variant-numeric: tabular-nums;
  font-size: 0.875rem;
}

.card {
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  overflow: hidden;
}

.card--shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card--hover {
  transition: all 0.2s ease;
}
.card--hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card--hero {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .card--hero {
    grid-template-columns: 1fr 1fr;
  }
}

.card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .card__content {
    padding: 3rem;
  }
}

.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #03070C;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .card__title {
    font-size: 2.75rem;
  }
}

.card__text {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4B5563;
}

.card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .card__actions {
    margin-top: 2rem;
  }
}

.pricing-card {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .pricing-card {
    padding: 2rem;
  }
}

.pricing-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #4F46E5;
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1;
}

.pricing-card__header {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pricing-card__header {
    margin-bottom: 2rem;
  }
}

.pricing-card__name {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4B5563;
  margin-bottom: 0.75rem;
}

.pricing-card__price {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #03070C;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .pricing-card__price {
    font-size: 3rem;
  }
}

.pricing-card__period {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #6B7280;
}

.pricing-card__yearly {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #6B7280;
  margin-top: 0.25rem;
}

.pricing-card__intro {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B7280;
  margin: 0 0 1rem 0;
  min-height: 2.625rem;
  line-height: 1.5;
  display: block;
}

.pricing-card__intro--basic {
  font-weight: 400;
}

.pricing-card__features {
  flex: 1;
  margin-bottom: 2rem;
}

.pricing-card__feature {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.pricing-card__feature svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #03070C;
}
.pricing-card__feature p {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #03070C;
  margin: 0;
}

.pricing-card__button {
  width: 100%;
}

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

.pricing-card--disabled {
  opacity: 0.65;
  position: relative;
}
.pricing-card--disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  border-radius: inherit;
}

.pricing-card__warning {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  color: #b91c1c;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.pricing-card__warning svg {
  margin-top: 0.125rem;
}

.benefit-card {
  background-color: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.benefit-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.benefit-card__label {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #03070C;
  margin-bottom: 0.5rem;
}

.benefit-card__title {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #03070C;
  margin-bottom: 0.5rem;
}

.benefit-card__text {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #4B5563;
}

.benefit-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.25rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #03070C;
  text-decoration: none;
}
.benefit-card__link:hover {
  text-decoration: underline;
}
.benefit-card__link svg {
  width: 16px;
  height: 16px;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.team-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1.25rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .team-card__image {
    margin-bottom: 1.5rem;
  }
}
.team-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-card__info {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .team-card__info {
    margin-bottom: 1rem;
  }
}

.team-card__name {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #03070C;
  margin: 0;
}

.team-card__position {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #6B7280;
  margin: 0;
}

.team-card__description {
  font-size: 0.9375rem;
  color: #6B7280;
  line-height: 1.6;
}

.team-card__socials {
  display: flex;
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.team-card__social-link {
  color: #03070C;
  transition: color 0.2s ease;
}
.team-card__social-link:hover {
  color: #3b82f6;
}
.team-card__social-link svg {
  width: 20px;
  height: 20px;
}

.pricing-card--featured {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pricing-card--addons {
  background-color: #f8f9fa;
  border: 1px solid #E1E2E2;
}
.pricing-card--addons .pricing-card__header {
  text-align: center;
  border-bottom: 1px solid #E1E2E2;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.pricing-card--addons .pricing-card__features {
  padding-top: 2.5rem;
}
.pricing-card--addons .pricing-card__feature {
  flex-direction: column;
  gap: 0.25rem;
}
.pricing-card--addons .pricing-card__feature svg {
  color: #3b82f6;
}
.pricing-card--addons .pricing-card__feature strong {
  font-weight: 600;
  color: #03070C;
}
.pricing-card--addons .pricing-card__feature p {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: 7.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.badge--success {
  background-color: #f0fdf4;
  color: #166534;
  border-color: #bbf7d0;
}

.badge--warning {
  background-color: #fffbeb;
  color: #92400e;
  border-color: #fde68a;
}

.badge--danger {
  background-color: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.badge--info {
  background-color: #eff6ff;
  color: #1e40af;
  border-color: #bfdbfe;
}

.badge--neutral {
  background-color: #F3F4F6;
  color: #4B5563;
}

.badge--muted {
  background-color: #F3F4F6;
  color: #6B7280;
  border-color: #E1E2E2;
}

.badge--error {
  background-color: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.badge--navy {
  background-color: #112749;
  color: #fff;
}

.badge--inline {
  min-width: auto;
  padding: 0.125rem 0.5rem;
}

.kinmory-alert {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border-left: 4px solid;
  font-size: 0.95rem;
  animation: slideInDown 0.5s ease-out;
}

.kinmory-alert-success {
  background: rgba(90, 124, 90, 0.1);
  color: #5A7C5A;
  border-left-color: #5A7C5A;
}

.kinmory-alert-danger {
  background: rgba(165, 90, 90, 0.1);
  color: #A55A5A;
  border-left-color: #A55A5A;
}

.kinmory-alert-warning {
  background: rgba(196, 160, 90, 0.1);
  color: #C4A05A;
  border-left-color: #C4A05A;
}

.kinmory-alert-info {
  background: rgba(90, 127, 165, 0.1);
  color: #5A7FA5;
  border-left-color: #5A7FA5;
}

.kinmory-alert-dismissible {
  position: relative;
  padding-right: 3rem;
}
.kinmory-alert-dismissible .alert-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.kinmory-alert-dismissible .alert-close:hover {
  opacity: 1;
}

.kinmory-toast {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  min-width: 340px;
  max-width: 480px;
  animation: kinmoryToastIn 0.4s cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
}
.kinmory-toast.is-leaving {
  animation: kinmoryToastOut 0.3s cubic-bezier(0.06, 0.71, 0.55, 1) forwards;
}
.kinmory-toast__card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(26, 37, 47, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #C4A05A;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.16), 0 0 40px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.kinmory-toast__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #C4A05A;
}
.kinmory-toast__message {
  flex: 1;
  font-size: 0.925rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.kinmory-toast__close {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
.kinmory-toast__close:hover {
  color: rgba(255, 255, 255, 0.9);
}
.kinmory-toast__close svg {
  width: 100%;
  height: 100%;
}
.kinmory-toast__progress {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 0;
  height: 3px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.kinmory-toast__progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #C4A05A, rgba(196, 160, 90, 0.5));
  border-radius: inherit;
  animation: kinmoryToastProgress 4s linear forwards;
}

@keyframes kinmoryToastIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-1rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes kinmoryToastOut {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-0.75rem) scale(0.96);
  }
}
@keyframes kinmoryToastProgress {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@media (max-width: 576px) {
  .kinmory-toast {
    min-width: 0;
    max-width: calc(100vw - 2rem);
    left: 1rem;
    right: 1rem;
    transform: none;
  }
  .kinmory-toast.is-leaving {
    animation-name: kinmoryToastOutMobile;
  }
  @keyframes kinmoryToastIn {
    from {
      opacity: 0;
      transform: translateY(-1rem) scale(0.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes kinmoryToastOutMobile {
    from {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateY(-0.75rem) scale(0.96);
    }
  }
}
.kinmory-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #CCCCCC;
  border-top-color: #2C3E50;
  border-radius: 50%;
  animation: kinmory-spin 0.8s linear infinite;
}

.kinmory-spinner-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

.kinmory-spinner-lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 4px;
}

.kinmory-spinner-navy {
  border-color: rgba(44, 62, 80, 0.2);
  border-top-color: #2C3E50;
}

.kinmory-spinner-white {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: white;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-overlay .loading-content {
  text-align: center;
}
.loading-overlay .loading-content .kinmory-spinner {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.loading-overlay .loading-content p {
  color: #6C757D;
  font-size: 0.95rem;
}

.inline-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #6C757D;
  font-size: 0.875rem;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E2E2;
  transition: 0.3s;
  border-radius: 24px;
}
.toggle__slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
input:checked + .toggle__slider {
  background-color: #3b82f6;
}
input:checked + .toggle__slider::before {
  transform: translateX(20px);
}
input:disabled + .toggle__slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.kinmory-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #CCCCCC, transparent);
  margin: 1.5rem 0;
}

.kinmory-divider-text {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
  color: #6C757D;
  font-size: 0.875rem;
}
.kinmory-divider-text::before, .kinmory-divider-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #CCCCCC;
}
.kinmory-divider-text::before {
  margin-right: 1rem;
}
.kinmory-divider-text::after {
  margin-left: 1rem;
}

.kinmory-divider-solid {
  height: 1px;
  background: #CCCCCC;
  margin: 1.5rem 0;
}

.kinmory-divider-decorative {
  text-align: center;
  margin: 2rem 0;
}
.kinmory-divider-decorative::before {
  content: "✦";
  color: #2C3E50;
  font-size: 1.5rem;
}

.editor-preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.editor-preview-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.editor-preview-modal__content {
  position: relative;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.editor-preview-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}
.editor-preview-modal__header h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2C3E50;
}

.editor-preview-modal__close {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #6C757D;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}
.editor-preview-modal__close:hover {
  color: #2C3E50;
}

.editor-preview-modal__body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
}
.editor-preview-modal__body h1, .editor-preview-modal__body h2, .editor-preview-modal__body h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #2C3E50;
}
.editor-preview-modal__body h1:first-child, .editor-preview-modal__body h2:first-child, .editor-preview-modal__body h3:first-child {
  margin-top: 0;
}
.editor-preview-modal__body p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.editor-preview-modal__body ul, .editor-preview-modal__body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.editor-preview-modal__body ul li, .editor-preview-modal__body ol li {
  margin-bottom: 0.25rem;
}
.editor-preview-modal__body blockquote {
  border-left: 4px solid #2C3E50;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #6C757D;
}
.editor-preview-modal__body blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
}
.editor-preview-modal__body figure {
  margin: 1.5rem 0;
  text-align: center;
}
.editor-preview-modal__body figure img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.editor-preview-modal__body figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.editor-preview-modal__body figure.with-border img {
  border: 1px solid #CCCCCC;
}
.editor-preview-modal__body figure.stretched img {
  width: 100%;
}
.editor-preview-modal__body figure.with-background {
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 0.5rem;
}
.editor-preview-modal__body hr.delimiter {
  border: none;
  text-align: center;
  margin: 2rem 0;
}
.editor-preview-modal__body hr.delimiter::before {
  content: "***";
  color: #6C757D;
  letter-spacing: 0.5rem;
}
.editor-preview-modal__body .editor-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.editor-preview-modal__body .editor-table td {
  border: 1px solid #CCCCCC;
  padding: 0.5rem;
}
.editor-preview-modal__body .checklist {
  list-style: none;
  padding-left: 0;
}
.editor-preview-modal__body .checklist .checklist-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.editor-preview-modal__body .checklist .checklist-item input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.editor-preview-modal__body .checklist .checklist-item.checked {
  text-decoration: line-through;
  color: #6C757D;
}

.editor-preview-btn {
  margin-bottom: 0.5rem;
}

.rich-editor-container {
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  min-height: 300px;
  background-color: white;
}
.rich-editor-container .codex-editor {
  padding: 1rem;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  border-top: 1px solid #E1E2E2;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}
.cookie-banner.is-visible {
  display: block;
}

.cookie-banner__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 5%;
}

.cookie-banner__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cookie-banner__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cookie-banner__content {
  flex: 1;
}

.cookie-banner__title {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #03070C;
  margin-bottom: 0.5rem;
}

.cookie-banner__text {
  font-size: 0.875rem;
  color: #4B5563;
  line-height: 1.5;
}

.cookie-banner__link {
  color: #3b82f6;
  text-decoration: underline;
}
.cookie-banner__link:hover {
  color: #1A252F;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cookie-banner__actions .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.cookie-settings {
  border-top: 1px solid #E1E2E2;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.cookie-settings__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cookie-settings__title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #03070C;
}

.cookie-settings__close {
  background: none;
  border: none;
  color: #4B5563;
  cursor: pointer;
  padding: 0.25rem;
}
.cookie-settings__close:hover {
  color: #03070C;
}

.cookie-settings__description {
  font-size: 0.875rem;
  color: #4B5563;
  margin-bottom: 1.5rem;
}

.cookie-settings__options {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cookie-settings__options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F9FAFB;
  border: 1px solid #E1E2E2;
  border-radius: 0.25rem;
}

.cookie-option__info {
  flex: 1;
  margin-right: 1rem;
}

.cookie-option__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #03070C;
  margin-bottom: 0.25rem;
}

.cookie-option__description {
  font-size: 0.75rem;
  color: #4B5563;
  line-height: 1.4;
}

.cookie-option__badge {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4B5563;
  background-color: #F3F4F6;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}

.cookie-settings__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.cookie-settings__actions .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-toggle input:checked + .cookie-toggle__slider {
  background-color: #2C3E50;
}
.cookie-toggle input:checked + .cookie-toggle__slider::before {
  transform: translateX(20px);
}
.cookie-toggle input:focus + .cookie-toggle__slider {
  box-shadow: 0 0 0 2px rgba(44, 62, 80, 0.2);
}

.cookie-toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E2E2;
  border-radius: 24px;
  transition: background-color 0.2s ease;
}
.cookie-toggle__slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#cookie-consent-banner .btn--secondary {
  background-color: #FFFFFF;
  color: #03070C;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  font-weight: 500;
}
#cookie-consent-banner .btn--secondary:hover:not(:disabled) {
  background-color: #F9FAFB;
}
#cookie-consent-banner .btn--primary {
  background-color: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
  border-radius: 0;
  font-weight: 500;
}
#cookie-consent-banner .btn--primary:hover:not(:disabled) {
  background-color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
  border-color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
}

.navbar-landing {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #112749;
  padding: 0 5%;
  overflow: visible;
}
.navbar-landing .navbar-container {
  max-width: 1280px;
  margin: 0 auto;
  overflow: visible;
}
.navbar-landing .navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  overflow: visible;
}
@media (min-width: 1024px) {
  .navbar-landing .navbar-inner {
    min-height: 5rem;
  }
}

.navbar-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: visible;
  min-width: 120px;
  min-height: 36px;
  position: relative;
}
.navbar-logo img {
  display: block !important;
  height: var(--logo-height, 2.25rem);
  width: auto;
  min-width: 120px !important;
  min-height: 36px !important;
  max-width: 260px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .navbar-logo img {
    height: var(--logo-height-desktop, 2.75rem);
    min-height: 44px !important;
    min-width: 150px !important;
  }
}

.navbar-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .toggle-bar {
  width: 1.5rem;
  height: 2px;
  background-color: #FFFFFF;
  margin: 3px 0;
  transition: all 0.15s ease;
}
.navbar-toggle.active .toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggle.active .toggle-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.active .toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #112749;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .navbar-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    padding: 0;
    background: transparent;
  }
}
.navbar-menu.open {
  display: flex;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1024px) {
  .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}

.navbar-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #FFFFFF;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.15s ease;
}
.navbar-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .navbar-link {
    padding: 0.5rem 1rem;
  }
}

.navbar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .navbar-actions {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 1.5rem;
    padding-top: 0;
    border-top: none;
  }
}

.btn-navbar-login, .btn-navbar-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
}
.btn-navbar-login:hover, .btn-navbar-logout:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}
.btn-navbar-login:focus-visible, .btn-navbar-logout:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.btn-navbar-start, .btn-navbar-dashboard {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #3b82f6;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
}
.btn-navbar-start:hover, .btn-navbar-dashboard:hover {
  background-color: rgb(19.9912195122, 105.1219512195, 244.2087804878);
}

.btn-navbar-logout {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-navbar-logout:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.portal-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0 5%;
  transition: transform 0.3s ease;
}
.portal-navbar.is-hidden {
  transform: translateY(-100%);
}

.portal-navbar__container {
  max-width: 1280px;
  margin: 0 auto;
}

.portal-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}
@media (min-width: 1024px) {
  .portal-navbar__inner {
    min-height: 4.5rem;
    gap: 3rem;
  }
}

.portal-navbar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .portal-navbar__brand {
    width: auto;
  }
}

.portal-navbar__logo-link {
  display: flex;
  align-items: center;
}

.portal-navbar__logo {
  display: block;
  height: var(--logo-height, 2rem);
  width: auto;
  max-width: min(260px, 48vw);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .portal-navbar__logo {
    height: var(--logo-height-desktop, 2.5rem);
  }
}

.portal-navbar__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .portal-navbar__toggle {
    display: none;
  }
}
.portal-navbar__toggle--active .portal-navbar__toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.portal-navbar__toggle--active .portal-navbar__toggle-bar:nth-child(2) {
  opacity: 0;
}
.portal-navbar__toggle--active .portal-navbar__toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.portal-navbar__toggle-bar {
  width: 1.5rem;
  height: 2px;
  background-color: #2C3E50;
  margin: 3px 0;
  transition: all 0.3s ease;
}

.portal-navbar__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  padding: 1rem;
  flex-direction: column;
  gap: 0.5rem;
}
.portal-navbar__menu--open {
  display: flex;
}
@media (min-width: 1024px) {
  .portal-navbar__menu {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    gap: 0.25rem;
    flex: 1;
  }
}

.portal-navbar__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #4B5563;
  text-decoration: none;
  border-radius: 0;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.portal-navbar__link:hover {
  color: #2C3E50;
  background-color: #F3F4F6;
}
.portal-navbar__link--active {
  color: #2C3E50;
  background-color: #F3F4F6;
}
@media (min-width: 1024px) {
  .portal-navbar__link {
    padding: 0.5rem 0;
    margin-right: 1.5rem;
    border-bottom: 2px solid transparent;
    background-color: transparent;
  }
  .portal-navbar__link:hover, .portal-navbar__link--active {
    color: #2C3E50;
    background-color: transparent;
    border-bottom-color: #2C3E50;
  }
}

.portal-navbar__link-icon {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .portal-navbar .portal-navbar__link-icon {
    display: none;
  }
}

.portal-navbar__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E7EB;
}
@media (min-width: 1024px) {
  .portal-navbar__actions {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    border-top: none;
  }
}

.portal-navbar__bell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #fff;
  color: #03070C;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.portal-navbar__bell:hover {
  background-color: #F8F6F1;
  border-color: #D1D5DB;
  color: #2C3E50;
}
.portal-navbar__bell:focus-visible {
  outline: 2px solid #2C3E50;
  outline-offset: 2px;
}
.portal-navbar__bell[disabled], .portal-navbar__bell[aria-disabled=true] {
  opacity: 1;
  cursor: default;
}

.portal-navbar__bell-dot {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3b82f6;
}

.portal-navbar__language .language-switcher__current {
  height: 36px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.portal-navbar__language .language-switcher__current:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
}

.portal-navbar__create {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 36px;
  padding: 0 0.875rem 0 0.75rem;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #3b82f6;
  border: 1px solid #3b82f6;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.portal-navbar__create:hover, .portal-navbar__create.is-active {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
  text-decoration: none;
}
.portal-navbar__create:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.portal-navbar__create-icon {
  flex-shrink: 0;
  color: currentColor;
}

.portal-navbar__user {
  position: relative;
}

.portal-navbar__user-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 36px;
  padding: 0 0.625rem 0 0.25rem;
  background: #fff;
  color: #03070C;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.portal-navbar__user-chip:hover {
  background-color: #F8F6F1;
  border-color: #D1D5DB;
}
.portal-navbar__user-chip:focus-visible {
  outline: 2px solid #2C3E50;
  outline-offset: 2px;
}
.portal-navbar__user.is-open .portal-navbar__user-chip {
  background-color: #F8F6F1;
  border-color: #D1D5DB;
}

.portal-navbar__avatar {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #2C3E50;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.portal-navbar__user-name {
  font-weight: 500;
  color: #03070C;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-navbar__user-chevron {
  color: #4B5563;
  transition: transform 0.15s ease;
}
.portal-navbar__user.is-open .portal-navbar__user-chevron {
  transform: rotate(180deg);
}

.portal-navbar__user-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 240px;
  padding: 0.375rem 0;
  background: #fff;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  box-shadow: 0 12px 32px -12px rgba(20, 32, 60, 0.18);
  z-index: 1000;
}
.portal-navbar__user.is-open .portal-navbar__user-menu {
  display: block;
}

.portal-navbar__user-menu-head {
  padding: 0.625rem 0.875rem 0.75rem;
  border-bottom: 1px solid #E5E7EB;
}

.portal-navbar__user-menu-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2C3E50;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-navbar__user-menu-email {
  margin: 0.125rem 0 0;
  font-size: 0.75rem;
  color: #6B7280;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-navbar__user-menu-form {
  display: block;
  margin: 0;
}

.portal-navbar__user-menu-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem 0.875rem;
  background: transparent;
  color: #03070C;
  border: 0;
  border-radius: 0;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.portal-navbar__user-menu-item:hover, .portal-navbar__user-menu-item:focus-visible {
  background-color: #F9FAFB;
  color: #2C3E50;
  text-decoration: none;
}
.portal-navbar__user-menu-item:focus-visible {
  outline: none;
}
.portal-navbar__user-menu-item--danger {
  color: #991b1b;
}
.portal-navbar__user-menu-item--danger:hover, .portal-navbar__user-menu-item--danger:focus-visible {
  background-color: #fef2f2;
  color: #991b1b;
}

.portal-navbar__user-menu-icon {
  flex-shrink: 0;
  color: currentColor;
}

@media (max-width: 1023px) {
  .portal-navbar__actions {
    align-items: stretch;
  }
  .portal-navbar__bell,
  .portal-navbar__create {
    width: 100%;
    justify-content: center;
  }
  .portal-navbar__user-chip {
    width: 100%;
    justify-content: flex-start;
  }
  .portal-navbar__user-menu {
    position: static;
    margin-top: 0.25rem;
    box-shadow: none;
  }
}
.portal-switcher {
  position: relative;
}

.portal-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 36px;
  padding: 0 0.625rem;
  background: #fff;
  color: #03070C;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.portal-switcher__toggle:hover {
  background-color: #F8F6F1;
  border-color: #D1D5DB;
}
.portal-switcher__toggle:focus-visible {
  outline: 2px solid #2C3E50;
  outline-offset: 2px;
}
.portal-switcher.is-open .portal-switcher__toggle {
  background-color: #F8F6F1;
  border-color: #D1D5DB;
}

.portal-switcher__toggle-icon {
  flex-shrink: 0;
  color: #2C3E50;
}

.portal-switcher__toggle-label {
  font-weight: 500;
  color: #03070C;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-switcher__chevron {
  color: #4B5563;
  transition: transform 0.15s ease;
}
.portal-switcher.is-open .portal-switcher__chevron {
  transform: rotate(180deg);
}

.portal-switcher__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 240px;
  padding: 0.375rem 0;
  background: #fff;
  border: 1px solid #E1E2E2;
  border-radius: 0;
  box-shadow: 0 12px 32px -12px rgba(20, 32, 60, 0.18);
  z-index: 1000;
}
.portal-switcher.is-open .portal-switcher__menu {
  display: block;
}

.portal-switcher__menu-label {
  margin: 0;
  padding: 0.5rem 0.875rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6B7280;
}

.portal-switcher__form {
  display: block;
  margin: 0;
}

.portal-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem 0.875rem;
  background: transparent;
  color: #03070C;
  border: 0;
  border-radius: 0;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.portal-switcher__option:hover, .portal-switcher__option:focus-visible {
  background-color: #F9FAFB;
  color: #2C3E50;
  text-decoration: none;
}
.portal-switcher__option:focus-visible {
  outline: none;
}
.portal-switcher__option.is-current {
  color: #2C3E50;
  font-weight: 500;
  cursor: default;
}
.portal-switcher__option.is-current:hover {
  background-color: transparent;
}
.portal-switcher__option[disabled] {
  cursor: default;
}

.portal-switcher__option-icon {
  flex-shrink: 0;
  color: currentColor;
}

.portal-switcher__option-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-switcher__option-check {
  flex-shrink: 0;
  color: #2C3E50;
}

.agency-sidebar__switcher-row {
  margin-bottom: 0.5rem;
}
.agency-sidebar__switcher-row .portal-switcher,
.agency-sidebar__switcher-row .portal-switcher__toggle {
  width: 100%;
}
.agency-sidebar__switcher-row .portal-switcher__toggle {
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.agency-sidebar__switcher-row .portal-switcher__toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
.agency-sidebar__switcher-row .portal-switcher__toggle-icon,
.agency-sidebar__switcher-row .portal-switcher__toggle-label,
.agency-sidebar__switcher-row .portal-switcher__chevron {
  color: #fff;
}
.agency-sidebar__switcher-row .portal-switcher__menu {
  top: auto;
  bottom: calc(100% + 0.5rem);
  left: 0;
  right: auto;
}

@media (max-width: 1023px) {
  .portal-navbar__actions .portal-switcher,
  .portal-navbar__actions .portal-switcher__toggle {
    width: 100%;
  }
}
.profile-memberships__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-memberships__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #E5E7EB;
}
.profile-memberships__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-memberships__info {
  min-width: 0;
}

.profile-memberships__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-weight: 500;
  color: #2C3E50;
}

.profile-memberships__meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #6B7280;
}

.profile-memberships__sep {
  color: #D1D5DB;
}

.profile-memberships__form {
  margin: 0;
}

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

.focal-point-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .focal-point-selector {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
  }
}

.focal-point-selector__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
}

.focal-point-selector__image-container {
  position: relative;
  width: 100%;
  background: linear-gradient(45deg, #e0e0e0 25%, transparent 25%), linear-gradient(-45deg, #e0e0e0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e0e0e0 75%), linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.12);
}
.focal-point-selector__image-container img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.focal-point-selector__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.focal-point-selector__overlay svg {
  width: 100%;
  height: 100%;
}

.focal-point-selector__circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid white;
  border-radius: 50%;
  cursor: grab;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.15s ease;
  touch-action: none;
  z-index: 10;
}
.focal-point-selector__circle:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 4px 16px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.focal-point-selector__circle.is-dragging {
  cursor: grabbing;
  box-shadow: 0 0 0 3px #3b82f6, 0 8px 24px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.focal-point-selector__crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.focal-point-selector__crosshair::before, .focal-point-selector__crosshair::after {
  content: "";
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.focal-point-selector__crosshair::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.focal-point-selector__crosshair::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.focal-point-selector__hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6C757D;
  margin: 0;
}
.focal-point-selector__hint svg, .focal-point-selector__hint i {
  opacity: 0.7;
}

.focal-point-selector__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.focal-point-selector__preview-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.12);
  background-color: #f0f0f0;
}
.focal-point-selector__preview-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .focal-point-selector__preview-circle {
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
}

.focal-point-selector__preview-label {
  font-size: 0.75rem;
  color: #6C757D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.focal-point-selector__reset {
  margin-top: 0.5rem;
}

.focal-point-selector--dark .focal-point-selector__image-container {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.focal-point-selector--dark .focal-point-selector__hint {
  color: rgba(255, 255, 255, 0.6);
}
.focal-point-selector--dark .focal-point-selector__preview-label {
  color: rgba(255, 255, 255, 0.5);
}
.focal-point-selector--dark .focal-point-selector__preview-circle {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.focal-point-selector__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  min-height: 200px;
  border: 3px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.focal-point-selector__empty:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.08);
}
.focal-point-selector__empty.drag-over {
  border-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
}

.focal-point-selector__empty-icon {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.4);
}

.focal-point-selector__empty-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.focal-point-selector__empty-text strong {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.25rem;
}

.focal-point-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.focal-point-modal.is-open {
  display: flex;
}

.focal-point-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.focal-point-modal__content {
  position: relative;
  background: #2C3E50;
  border-radius: 12px;
  max-width: 80vw;
  max-height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (max-width: 767px) {
  .focal-point-modal__content {
    max-width: 95vw;
    max-height: 90vh;
  }
}

.focal-point-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.focal-point-modal__header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}

.focal-point-modal__close {
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.15s ease;
}
.focal-point-modal__close:hover {
  color: #FFFFFF;
}

.focal-point-modal__body {
  flex: 1;
  overflow: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.focal-point-modal__image-wrapper {
  position: relative;
  max-width: 100%;
  max-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  contain: paint;
}
.focal-point-modal__image-wrapper img {
  max-width: 100%;
  max-height: 60vh;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  border-radius: 8px;
  cursor: crosshair;
}

.focal-point-modal__instructions {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.focal-point-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.focal-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  --focal-x: 50%;
  --focal-y: 50%;
  --focal-size: 120px;
  mask-image: radial-gradient(circle var(--focal-size) at var(--focal-x) var(--focal-y), transparent 0%, transparent 100%, black 100%);
  -webkit-mask-image: radial-gradient(circle var(--focal-size) at var(--focal-x) var(--focal-y), transparent 0%, transparent 100%, black 100%);
}

.focal-circle {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.4);
  cursor: move;
  touch-action: none;
  z-index: 10;
  background: transparent;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.focal-circle:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 4px 24px rgba(0, 0, 0, 0.5);
}
.focal-circle.is-dragging, .focal-circle.is-resizing {
  cursor: grabbing;
  box-shadow: 0 0 0 3px #3b82f6, 0 8px 32px rgba(0, 0, 0, 0.5);
}
.focal-circle.is-resizing {
  cursor: nwse-resize;
}

.focal-circle__resize-handle {
  position: absolute;
  top: 85.35%;
  left: 85.35%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  background: white;
  border: 2px solid #3b82f6;
  border-radius: 50%;
  cursor: nwse-resize;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  z-index: 11;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.focal-circle__resize-handle:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  transform: scale(1.15);
}

.focal-circle__crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.focal-circle__crosshair::before, .focal-circle__crosshair::after {
  content: "";
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.focal-circle__crosshair::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.focal-circle__crosshair::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-photo-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.main-photo-preview__thumbnail {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
}
.main-photo-preview__thumbnail:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.02);
}
.main-photo-preview__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.main-photo-preview__actions {
  display: flex;
  gap: 0.75rem;
}

.main-photo-preview__hint {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.25rem;
}

.template-card__preview-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 8;
}
.template-card__preview:hover .template-card__preview-hover {
  opacity: 1;
}
.template-card--disabled .template-card__preview-hover {
  display: none;
}

.template-card__preview-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.template-card__preview-label svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.template-card__preview-hover:hover .template-card__preview-label {
  background: rgba(0, 0, 0, 0.75);
}

.impersonation-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #dc2626;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.impersonation-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.impersonation-banner__icon {
  font-size: 1.1rem;
}
.impersonation-banner__text strong {
  font-weight: 600;
}
.impersonation-banner__form {
  display: inline;
}
.impersonation-banner__exit-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s;
}
.impersonation-banner__exit-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}
.impersonation-banner__exit-btn i {
  margin-right: 0.25rem;
}

.impersonation-search {
  position: relative;
  margin-left: auto;
  margin-right: 0.5rem;
}
.impersonation-search__input-wrapper {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0 0.5rem;
  transition: all 0.2s;
}
.impersonation-search__input-wrapper:focus-within {
  background: #fff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}
.impersonation-search__icon {
  color: #6b7280;
  font-size: 0.85rem;
  margin-right: 0.4rem;
}
.impersonation-search__input {
  background: transparent;
  border: none;
  color: #1f2937;
  font-size: 0.8rem;
  padding: 0.4rem 0;
  width: 160px;
  outline: none;
}
.impersonation-search__input::-moz-placeholder {
  color: #9ca3af;
}
.impersonation-search__input::placeholder {
  color: #9ca3af;
}
@media (max-width: 768px) {
  .impersonation-search__input {
    width: 120px;
  }
}
.impersonation-search__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-top: 0.5rem;
  z-index: 1000;
}
.impersonation-search__no-results {
  padding: 1rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
}
.impersonation-search__result {
  border-bottom: 1px solid #f3f4f6;
}
.impersonation-search__result:last-child {
  border-bottom: none;
}
.impersonation-search__result-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.6rem 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.85rem;
  color: #1f2937;
  transition: background 0.15s;
}
.impersonation-search__result-btn:hover {
  background: #f3f4f6;
}
.impersonation-search__result-name {
  font-weight: 500;
  white-space: nowrap;
}
.impersonation-search__result-email {
  color: #6b7280;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.impersonation-search__result-type {
  font-size: 0.7rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.impersonation-search__result-type.badge--user {
  background: #dbeafe;
  color: #1d4ed8;
}
.impersonation-search__result-type.badge--agency {
  background: #fef3c7;
  color: #92400e;
}

.region-selector {
  margin-bottom: 1.5rem;
}
.region-selector__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.region-selector__description {
  font-size: 0.8125rem;
  color: #6B7280;
  margin-bottom: 1rem;
}
.region-selector__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media (max-width: 1023px) {
  .region-selector__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .region-selector__options {
    grid-template-columns: 1fr;
  }
}

.region-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1.5px solid #E5E7EB;
  border-radius: 0;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
}
.region-option:hover {
  border-color: rgba(27, 54, 93, 0.4);
  background: #F9FAFB;
}
.region-option.is-active {
  border: 2px solid #1B365D;
  background: rgba(27, 54, 93, 0.03);
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}
.region-option__flag {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.region-option__name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #03070C;
}
.region-option__currency {
  font-size: 0.8125rem;
  color: #6B7280;
}
.region-option__provider {
  font-size: 0.75rem;
  color: #9CA3AF;
}
.region-option__check {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #059669;
}
.region-option.is-active .region-option__check {
  display: block;
}

.media-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .media-tile-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.media-tile {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--bg-primary, #f9fafb);
  border: 1px solid var(--border-default, #e5e7eb);
  transition: box-shadow 0.2s;
}
.media-tile:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media-tile:hover .media-tile__delete {
  opacity: 1;
}

.media-tile__thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #1a1a2e;
}
.media-tile__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-tile__delete {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.media-tile__delete:hover {
  background: rgba(239, 68, 68, 0.9);
}

.media-tile__video-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  color: rgba(255, 255, 255, 0.7);
}

.media-tile__caption {
  width: 100%;
  padding: 0.4rem 0.5rem 0.4rem 1.75rem;
  border: none;
  border-top: 1px solid var(--border-default, #e5e7eb);
  font-size: 0.8125rem;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'/%3E%3C/svg%3E") no-repeat 0.5rem center;
  outline: none;
  transition: background-color 0.2s ease;
}
.media-tile__caption::-moz-placeholder {
  color: var(--text-muted, #9ca3af);
}
.media-tile__caption::placeholder {
  color: var(--text-muted, #9ca3af);
}
.media-tile__caption:focus {
  background-color: rgba(59, 130, 246, 0.05);
}
.media-tile__caption:not(:-moz-placeholder) {
  background-image: none;
  padding-left: 0.5rem;
}
.media-tile__caption:not(:placeholder-shown) {
  background-image: none;
  padding-left: 0.5rem;
}

.media-tile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: inherit;
}

.media-tile__progress-text {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}

.media-tile--error {
  border-color: #ef4444;
}
.media-tile--error .media-tile__thumb {
  opacity: 0.5;
}

.media-tile--dropzone {
  border: 2px dashed var(--border-dark, #d1d5db);
  background: transparent;
  cursor: pointer;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background-color 0.2s;
}
.media-tile--dropzone:hover, .media-tile--dropzone.is-dragover {
  border-color: var(--btn-primary-bg, #3b82f6);
  background-color: rgba(59, 130, 246, 0.05);
}
.media-tile--dropzone.is-limit-reached {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.media-tile__dropzone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted, #9ca3af);
  font-size: 0.875rem;
  padding: 1rem;
  text-align: center;
}
.media-tile__dropzone-content svg {
  opacity: 0.5;
}

.media-tile__dropzone-title {
  font-weight: 600;
  color: var(--text-secondary, #6b7280);
}

.media-tile__dropzone-hint {
  font-size: 0.75rem;
  color: var(--text-muted, #9ca3af);
}

.media-tile__file-input {
  display: none;
}

.media-tile.sortable-ghost {
  opacity: 0.4;
}

.media-tile.sortable-drag {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.media-tile__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: media-tile-spin 0.8s linear infinite;
}

@keyframes media-tile-spin {
  to {
    transform: rotate(360deg);
  }
}
.media-tile--uploading {
  pointer-events: none;
}

.media-tile__overlay--error {
  background: rgba(239, 68, 68, 0.9);
}

.media-tile__error-text {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  line-height: 1.3;
  word-break: break-word;
}

.media-tile__error-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef2f2;
  color: #ef4444;
}

.kinmory-icon {
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.tos-consent {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}

.tos-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 44px;
  padding: 0.5rem;
  margin: -0.5rem;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.15s ease;
}
.tos-consent__label:hover {
  background-color: rgba(27, 54, 93, 0.04);
}

.tos-consent__checkbox {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem 0 0;
  accent-color: #1B365D;
  cursor: pointer;
}

.tos-consent__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #03070C;
}

.tos-consent__lead {
  display: block;
}

.tos-consent__detail {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #4B5563;
}

.tos-consent--with-detail .tos-consent__lead {
  font-weight: 500;
}

.tos-consent__link {
  color: #1B365D;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  margin-left: 0.25rem;
  cursor: pointer;
}
.tos-consent__link:hover, .tos-consent__link:focus {
  color: rgb(17.82, 35.64, 61.38);
  text-decoration-thickness: 2px;
}

.tos-consent__error {
  display: block;
  font-size: 0.8125rem;
  color: #991b1b;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
}

.tos-consent--admin .tos-consent__copy {
  color: #03070C;
}

.tos-consent--wizard .tos-consent__copy,
.tos-consent--public .tos-consent__copy {
  color: #03070C;
}
.tos-consent--wizard .tos-consent__link,
.tos-consent--public .tos-consent__link {
  color: #1B365D;
}
.memory-stepper__step-content--dark .tos-consent--wizard .tos-consent__copy, .memory-wizard__hero .tos-consent--wizard .tos-consent__copy,
.memory-stepper__step-content--dark .tos-consent--public .tos-consent__copy,
.memory-wizard__hero .tos-consent--public .tos-consent__copy {
  color: #FFFFFF;
}
.memory-stepper__step-content--dark .tos-consent--wizard .tos-consent__detail, .memory-wizard__hero .tos-consent--wizard .tos-consent__detail,
.memory-stepper__step-content--dark .tos-consent--public .tos-consent__detail,
.memory-wizard__hero .tos-consent--public .tos-consent__detail {
  color: rgba(255, 255, 255, 0.8);
}
.memory-stepper__step-content--dark .tos-consent--wizard .tos-consent__link, .memory-wizard__hero .tos-consent--wizard .tos-consent__link,
.memory-stepper__step-content--dark .tos-consent--public .tos-consent__link,
.memory-wizard__hero .tos-consent--public .tos-consent__link {
  color: #FFFFFF;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.memory-stepper__step-content--dark .tos-consent--wizard .tos-consent__label:hover, .memory-wizard__hero .tos-consent--wizard .tos-consent__label:hover,
.memory-stepper__step-content--dark .tos-consent--public .tos-consent__label:hover,
.memory-wizard__hero .tos-consent--public .tos-consent__label:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.tos-consent--has-error .tos-consent__checkbox {
  outline: 2px solid #ef4444;
  outline-offset: 2px;
}

.tos-consent--inline-error {
  margin: 0.5rem 0 0;
}

.tos-consent-group {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  padding: 1.5rem;
  text-align: left;
}
.tos-consent-group > .tos-consent {
  margin: 0;
}
.tos-consent-group > .tos-consent + .tos-consent {
  margin-top: 1rem;
}

.admin-radio-group--payment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .admin-radio-group--payment {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.admin-radio--payment {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 0;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.admin-radio--payment:hover:not(.is-disabled) {
  border-color: #D1D5DB;
  background-color: #F9FAFB;
}
.admin-radio--payment input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.admin-radio--payment::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.admin-radio--payment::after {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 1.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.admin-radio--payment:has(input[type=radio]:checked) {
  border-color: #1B365D;
  background-color: rgba(27, 54, 93, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.admin-radio--payment:has(input[type=radio]:checked)::before {
  border-color: #1B365D;
  background-color: #1B365D;
}
.admin-radio--payment:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.admin-radio--payment.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #F9FAFB;
}
.admin-radio--payment.is-disabled:hover {
  border-color: #E5E7EB;
  background-color: #F9FAFB;
}
.admin-radio--payment.is-disabled .admin-radio__icon {
  color: #6B7280;
}

.admin-radio--payment__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.admin-radio--payment__header .admin-radio__icon {
  font-size: 1.125rem;
  color: #1B365D;
  width: 1.5rem;
  text-align: center;
}
.admin-radio--payment__header .admin-radio__title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.admin-radio--payment__price {
  font-size: 0.9375rem;
  color: #4B5563;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.admin-radio--payment__divider {
  border: 0;
  border-top: 1px solid #F3F4F6;
  margin: 0.75rem 0;
}

.admin-radio--payment__projection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #374151;
}
.admin-radio--payment__projection > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.admin-radio--payment__projection > div span:last-child {
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.admin-radio--payment__hint {
  font-size: 0.8125rem;
  color: #6B7280;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.admin-radio--payment__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.625rem;
  padding: 0.25rem 0.625rem;
  background-color: rgba(5, 150, 105, 0.1);
  color: #059669;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.admin-radio--payment__topup-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #1B365D;
  text-decoration: underline;
}
.admin-radio--payment__topup-link:hover, .admin-radio--payment__topup-link:focus {
  color: rgb(17.82, 35.64, 61.38);
}

.memory-stepper__panel--payment .memory-wizard__container {
  max-width: 760px;
}

.payment-step__header {
  text-align: center;
  margin-bottom: 1rem;
}

.payment-step__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem;
}

.payment-step__subtitle {
  font-size: 0.9375rem;
  color: #4B5563;
  margin: 0;
  line-height: 1.6;
}

.agency-payment-step__plans {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
  border: 0;
}
.agency-payment-step__plans-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem 0;
  padding: 0;
}
.agency-payment-step__plans-subtitle {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0 0 0.75rem 0;
}
.agency-payment-step__plan {
  display: grid;
  grid-template-columns: 1.25rem 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 0.75rem;
  padding: 0.875rem 1rem;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  position: relative;
}
.agency-payment-step__plan:hover {
  border-color: #1B365D;
  background-color: #F9FAFB;
}
.agency-payment-step__plan.is-picked {
  border-color: #1B365D;
  background-color: rgba(27, 54, 93, 0.05);
  box-shadow: 0 0 0 2px rgba(27, 54, 93, 0.12);
}
.agency-payment-step__plan.is-recommended:not(.is-picked) {
  border-color: rgba(27, 54, 93, 0.5);
}
.agency-payment-step__plan-radio {
  grid-row: 1/span 2;
  grid-column: 1;
  align-self: center;
  margin: 0;
  accent-color: #1B365D;
}
.agency-payment-step__plan-name {
  grid-column: 2;
  grid-row: 1;
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
}
.agency-payment-step__plan-badge {
  grid-column: 3;
  grid-row: 1;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background-color: #1B365D;
  color: #FFFFFF;
  align-self: center;
  justify-self: end;
  white-space: nowrap;
}
.agency-payment-step__plan-desc {
  grid-column: 2/span 2;
  grid-row: 2;
  font-size: 0.8125rem;
  color: #6B7280;
  line-height: 1.4;
}
.agency-payment-step__plan-price {
  grid-column: 3;
  grid-row: 2;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #111827;
  justify-self: end;
  align-self: end;
}
@media (min-width: 576px) {
  .agency-payment-step__plan {
    grid-template-columns: 1.25rem 1fr auto;
  }
}
.agency-payment-step__warning {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin: 0 0 1rem 0;
  border-radius: 0;
  background-color: rgba(241, 196, 15, 0.12);
  color: #8a6d00;
  font-size: 0.875rem;
  line-height: 1.5;
}
.agency-payment-step__warning i {
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #b58900;
}

dialog.admin-modal {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  max-width: min(560px, 100vw - 2rem);
  width: 100%;
  margin: auto;
}
dialog.admin-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog.admin-modal[open] {
  display: block;
}

.admin-modal:not(dialog) {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.admin-modal__overlay,
.admin-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.admin-modal__dialog,
.admin-modal__content {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.18);
  max-width: min(560px, 100vw - 2rem);
  width: 100%;
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.admin-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #F3F4F6;
}
.admin-modal__header h2, .admin-modal__header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

.admin-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #6B7280;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  font-size: 1.25rem;
}
.admin-modal__close:hover {
  color: #111827;
}
.admin-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}

.admin-modal__body {
  padding: 1.25rem;
  overflow-y: auto;
  flex: 1 1 auto;
}

.admin-modal__footer,
.admin-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #F3F4F6;
  background-color: #f8f9fa;
}

@media (max-width: 640px) {
  .admin-modal--bottom-sheet:not(dialog) {
    align-items: flex-end;
    padding: 0;
  }
  .admin-modal--bottom-sheet[open], .admin-modal--bottom-sheet:not(dialog) {
    margin: auto 0 0;
  }
  .admin-modal--bottom-sheet .admin-modal__dialog,
  .admin-modal--bottom-sheet .admin-modal__content {
    max-width: 100%;
    width: 100%;
    max-height: 90vh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    animation: admin-modal-slide-up 0.2s ease-out;
  }
}

@keyframes admin-modal-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0.6;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.wallet-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem 1rem 4.5rem;
}
@media (min-width: 768px) {
  .wallet-page {
    padding: 1.5rem 2rem 2rem;
    gap: 2rem;
  }
}

.wallet-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .wallet-page__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.wallet-page__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .wallet-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wallet-page__cards {
    grid-column: 1/span 8;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .wallet-page__ytd {
    grid-column: 9/span 4;
  }
}

@media (min-width: 1024px) {
  .wallet-page__transactions {
    grid-column: 1/-1;
  }
}

.wallet-tablist {
  display: none;
}
@media (min-width: 768px) {
  .wallet-tablist {
    display: flex;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid #E5E7EB;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #F9FAFB;
    padding: 0 0.25rem;
    margin: -0.25rem -0.25rem 0;
    overflow-x: auto;
  }
}

.wallet-tablist__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #4B5563;
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.wallet-tablist__tab:hover {
  color: #111827;
}
.wallet-tablist__tab[aria-selected=true] {
  color: #1B365D;
  border-bottom-color: #1B365D;
}
.wallet-tablist__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}

.wallet-tablist-mobile {
  display: block;
}
@media (min-width: 768px) {
  .wallet-tablist-mobile {
    display: none;
  }
}

.wallet-tablist-mobile__select {
  width: 100%;
  min-height: 44px;
}

.wallet-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
@media (min-width: 768px) {
  .wallet-card {
    padding: 1.5rem;
  }
}

.wallet-card--active {
  border-color: #1B365D;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.wallet-card--negative .wallet-card__balance {
  color: #dc2626;
}

.wallet-card--frozen {
  background-color: #F9FAFB;
  border-color: #d97706;
}
.wallet-card--frozen .wallet-card__actions {
  display: none;
}

.wallet-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.wallet-card__currency {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6B7280;
  margin: 0;
}

.wallet-card__label {
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0;
}

.wallet-card__balance {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: #111827;
  font-variant-numeric: tabular-nums;
  margin: 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .wallet-card__balance {
    font-size: 3rem;
  }
}

.wallet-card__last-activity {
  font-size: 0.8125rem;
  color: #6B7280;
  margin: 0;
}

.wallet-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.wallet-card__frozen-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d97706;
  background-color: rgba(217, 119, 6, 0.08);
  color: #d97706;
  font-size: 0.8125rem;
  font-weight: 600;
}

.btn--top-up,
.btn--withdraw,
.btn--settle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.625rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  font-variant-numeric: tabular-nums;
}
.btn--top-up:disabled,
.btn--withdraw:disabled,
.btn--settle:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn--top-up:focus-visible,
.btn--withdraw:focus-visible,
.btn--settle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}
.btn--top-up.is-loading,
.btn--withdraw.is-loading,
.btn--settle.is-loading {
  pointer-events: none;
  color: transparent;
}
.btn--top-up.is-loading::after,
.btn--withdraw.is-loading::after,
.btn--settle.is-loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2.5px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: wallet-btn-spin 0.6s linear infinite;
}

@keyframes wallet-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.btn--top-up {
  background-color: #1B365D;
  color: #FFFFFF;
  border-color: #1B365D;
}
.btn--top-up:hover:not(:disabled) {
  background-color: rgb(17.82, 35.64, 61.38);
}
.btn--top-up.is-loading::after {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.95);
}

.btn--withdraw {
  background-color: #FFFFFF;
  color: #1B365D;
  border-color: #1B365D;
}
.btn--withdraw:hover:not(:disabled) {
  background-color: rgba(27, 54, 93, 0.06);
}
.btn--withdraw.is-loading::after {
  border-color: rgba(27, 54, 93, 0.3);
  border-top-color: #1B365D;
}

.btn--settle {
  background-color: #d97706;
  color: #FFFFFF;
  border-color: #d97706;
}
.btn--settle:hover:not(:disabled) {
  background-color: rgb(187.2233183857, 102.6708520179, 5.1766816143);
}
.btn--settle.is-loading::after {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.95);
}

.wallet-negative-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 1px solid #d97706;
  background-color: rgba(217, 119, 6, 0.08);
  color: #111827;
}
@media (min-width: 768px) {
  .wallet-negative-banner {
    align-items: center;
    gap: 1rem;
  }
}

.wallet-negative-banner__icon {
  flex: 0 0 auto;
  color: #d97706;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.wallet-negative-banner__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.wallet-negative-banner__title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
}

.wallet-negative-banner__text {
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0;
}

.wallet-negative-banner__action {
  flex: 0 0 auto;
}

.wallet-ytd {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .wallet-ytd {
    padding: 1.5rem;
  }
}

.wallet-ytd__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.wallet-ytd__title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.wallet-ytd__year {
  font-size: 0.8125rem;
  color: #6B7280;
}

.wallet-ytd-bar {
  display: flex;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #F3F4F6;
}

.wallet-ytd-bar__segment {
  height: 100%;
  transition: width 0.2s ease;
}
.wallet-ytd-bar__segment--topup {
  background-color: #059669;
}
.wallet-ytd-bar__segment--debit {
  background-color: #1B365D;
}
.wallet-ytd-bar__segment--withdraw {
  background-color: #0891b2;
}
.wallet-ytd-bar__segment--reversal {
  background-color: #6366F1;
}
.wallet-ytd-bar__segment--chargeback {
  background-color: #dc2626;
}

.wallet-ytd__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.wallet-ytd__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
}

.wallet-ytd__swatch {
  grid-row: 1/span 2;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  align-self: center;
}
.wallet-ytd__swatch--topup {
  background-color: #059669;
}
.wallet-ytd__swatch--debit {
  background-color: #1B365D;
}
.wallet-ytd__swatch--withdraw {
  background-color: #0891b2;
}
.wallet-ytd__swatch--reversal {
  background-color: #6366F1;
}
.wallet-ytd__swatch--chargeback {
  background-color: #dc2626;
}

.wallet-ytd__label {
  grid-column: 2;
  grid-row: 1;
  font-size: 0.875rem;
  color: #374151;
  margin: 0;
}

.wallet-ytd__amount {
  grid-column: 3;
  grid-row: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  text-align: right;
  font-variant-numeric: tabular-nums;
  margin: 0;
}

.wallet-ytd__pct {
  grid-column: 2/span 2;
  grid-row: 2;
  font-size: 0.75rem;
  color: #6B7280;
  text-align: left;
  margin: 0;
}

.wallet-ytd__net {
  border-top: 1px solid #F3F4F6;
  padding-top: 0.75rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.wallet-ytd__net .wallet-ytd__net-label {
  color: #4B5563;
}
.wallet-ytd__net .wallet-ytd__net-value {
  font-weight: 700;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.wallet-transactions {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .wallet-transactions {
    padding: 1.5rem;
  }
}

.wallet-transactions__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .wallet-transactions__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.wallet-transactions__title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.wallet-transactions__filter-bar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .wallet-transactions__filter-bar {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.wallet-transactions__filter-pills {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.wallet-pill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #4B5563;
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 44px;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.wallet-pill:hover {
  background-color: #F9FAFB;
  color: #111827;
}
.wallet-pill[aria-pressed=true], .wallet-pill.is-active {
  background-color: #1B365D;
  color: #FFFFFF;
  border-color: #1B365D;
}
.wallet-pill:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}

.wallet-transactions__filter-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.wallet-transactions__table-wrap {
  width: 100%;
  overflow-x: auto;
  display: none;
}
@media (min-width: 768px) {
  .wallet-transactions__table-wrap {
    display: block;
  }
}

.wallet-transactions__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.wallet-transactions__table th, .wallet-transactions__table td {
  padding: 0.75rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid #F3F4F6;
  vertical-align: top;
}
.wallet-transactions__table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6B7280;
  background-color: #f8f9fa;
}
.wallet-transactions__table tbody tr:hover {
  background-color: #f8f9fa;
}
.wallet-transactions__table .wallet-tx__amount,
.wallet-transactions__table .wallet-tx__balance {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.wallet-transactions__table .wallet-tx__amount--credit {
  color: #059669;
  font-weight: 600;
}
.wallet-transactions__table .wallet-tx__amount--debit {
  color: #dc2626;
  font-weight: 600;
}
.wallet-transactions__table .wallet-tx__amount--neutral {
  color: #111827;
}

.wallet-tx-cards {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .wallet-tx-cards {
    display: none;
  }
}

.wallet-tx-card {
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  padding: 0.875rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0.25rem 0.75rem;
}

.wallet-tx-card__type {
  grid-row: 1;
  grid-column: 1;
}

.wallet-tx-card__amount {
  grid-row: 1;
  grid-column: 2;
  font-weight: 600;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.wallet-tx-card__amount--credit {
  color: #059669;
}
.wallet-tx-card__amount--debit {
  color: #dc2626;
}

.wallet-tx-card__desc {
  grid-row: 2;
  grid-column: 1/-1;
  font-size: 0.875rem;
  color: #374151;
  margin: 0;
}

.wallet-tx-card__meta {
  grid-row: 3;
  grid-column: 1/-1;
  font-size: 0.75rem;
  color: #6B7280;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-variant-numeric: tabular-nums;
}

.wallet-tx-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  line-height: 1.25;
}
.wallet-tx-badge--topup {
  background-color: rgba(5, 150, 105, 0.12);
  color: #059669;
}
.wallet-tx-badge--debit {
  background-color: rgba(27, 54, 93, 0.12);
  color: #1B365D;
}
.wallet-tx-badge--withdraw {
  background-color: rgba(8, 145, 178, 0.12);
  color: #0891b2;
}
.wallet-tx-badge--reversal {
  background-color: rgba(99, 102, 241, 0.14);
  color: #6366F1;
}
.wallet-tx-badge--chargeback {
  background-color: rgba(220, 38, 38, 0.12);
  color: #dc2626;
}
.wallet-tx-badge--manual {
  background-color: rgba(107, 114, 128, 0.18);
  color: #4B5563;
}

.wallet-empty {
  text-align: center;
  padding: 2.5rem 1.25rem;
  color: #6B7280;
  font-size: 0.9375rem;
}

.wallet-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.wallet-pagination .wallet-pagination__btn {
  min-height: 36px;
  padding: 0.375rem 0.75rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #4B5563;
  cursor: pointer;
  font-size: 0.875rem;
}
.wallet-pagination .wallet-pagination__btn:hover:not(:disabled) {
  background-color: #F9FAFB;
  color: #111827;
}
.wallet-pagination .wallet-pagination__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wallet-pagination .wallet-pagination__btn[aria-current=page] {
  background-color: #1B365D;
  color: #FFFFFF;
  border-color: #1B365D;
  font-weight: 600;
}
.wallet-pagination .wallet-pagination__meta {
  font-size: 0.8125rem;
  color: #6B7280;
}

.wallet-preset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .wallet-preset-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.wallet-preset-pill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #111827;
  padding: 0.75rem 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
  font-variant-numeric: tabular-nums;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.wallet-preset-pill:hover {
  background-color: rgba(27, 54, 93, 0.06);
  border-color: #1B365D;
}
.wallet-preset-pill[aria-pressed=true], .wallet-preset-pill.is-active {
  background-color: #1B365D;
  color: #FFFFFF;
  border-color: #1B365D;
}
.wallet-preset-pill:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 54, 93, 0.1);
}

.wallet-modal__error {
  border: 1px solid #dc2626;
  background-color: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.wallet-modal__hint {
  font-size: 0.8125rem;
  color: #6B7280;
  margin: 0.375rem 0 0;
}

.wallet-modal__currency-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #4B5563;
}
.wallet-modal__currency-row strong {
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.wallet-modal__amount-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}

.wallet-modal__amount-input {
  flex: 1 1 auto;
  min-height: 44px;
  font-variant-numeric: tabular-nums;
  font-size: 1rem;
}

.wallet-modal__use-full {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 0.875rem;
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
  color: #111827;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
}
.wallet-modal__use-full:hover {
  background-color: #E5E7EB;
}

.wallet-confirmation {
  text-align: center;
  padding: 1rem 0.5rem;
}
.wallet-confirmation .wallet-confirmation__icon {
  font-size: 2.5rem;
  color: #059669;
  margin-bottom: 0.75rem;
}
.wallet-confirmation .wallet-confirmation__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem;
}
.wallet-confirmation .wallet-confirmation__text {
  font-size: 0.9375rem;
  color: #4B5563;
  margin: 0 0 1rem;
}
.wallet-confirmation .wallet-confirmation__review-note {
  background-color: #F9FAFB;
  border: 1px solid #F3F4F6;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: #374151;
  text-align: left;
}

.wallet-kyc-gate {
  text-align: center;
  padding: 0.5rem 0 0;
}
.wallet-kyc-gate .wallet-kyc-gate__icon {
  font-size: 2rem;
  color: #d97706;
  margin-bottom: 0.5rem;
}
.wallet-kyc-gate .wallet-kyc-gate__text {
  font-size: 0.9375rem;
  color: #374151;
  margin: 0 0 1.25rem;
}

.wallet-flash {
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  font-size: 0.875rem;
}
.wallet-flash--success {
  background-color: rgba(5, 150, 105, 0.08);
  border-color: #059669;
  color: rgb(3.3548387097, 100.6451612903, 70.4516129032);
}
.wallet-flash--error, .wallet-flash--cancelled {
  background-color: rgba(217, 119, 6, 0.08);
  border-color: #d97706;
  color: rgb(177.2977578475, 97.2278026906, 4.9022421525);
}

.withdrawals-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.withdrawals-toolbar__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
  width: 100%;
}
.withdrawals-toolbar__label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: #4B5563;
  min-width: 9rem;
}
.withdrawals-toolbar__label-text {
  font-weight: 600;
  color: #111827;
}

.withdrawals-row {
  transition: background-color 120ms ease-out;
}
.withdrawals-row--partner > td:first-child {
  border-left: 3px solid #0891b2;
}
.withdrawals-row--wallet > td:first-child {
  border-left: 3px solid #7C3AED;
}
.withdrawals-row--flagged {
  background-color: rgba(217, 119, 6, 0.06);
}
.withdrawals-row--flagged:hover {
  background-color: rgba(217, 119, 6, 0.1);
}
.withdrawals-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: flex-start;
}
.withdrawals-row__action-form {
  margin: 0;
}

.withdrawals-subject {
  line-height: 1.35;
}
.withdrawals-subject__ref {
  font-size: 0.75rem;
  color: #6B7280;
}

.withdrawals-amount {
  font-weight: 600;
  color: #111827;
}
.withdrawals-amount--positive {
  color: #059669;
}
.withdrawals-amount--negative {
  color: #dc2626;
}

.withdrawals-cell--amount {
  min-width: 8rem;
}

.withdrawals-cell__chip {
  margin-top: 0.375rem;
}

.withdrawals-bank-ref {
  font-size: 0.75rem;
  color: #6B7280;
}

.withdrawals-payout-error {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #dc2626;
}
.withdrawals-payout-error i {
  margin-right: 0.25rem;
}

.withdrawals-velocity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid transparent;
  cursor: help;
}
.withdrawals-velocity-badge--auto {
  background-color: rgba(5, 150, 105, 0.12);
  color: #059669;
  border-color: rgba(5, 150, 105, 0.25);
}
.withdrawals-velocity-badge--review {
  background-color: rgba(217, 119, 6, 0.14);
  color: #d97706;
  border-color: rgba(217, 119, 6, 0.3);
}
.withdrawals-velocity-badge--mismatch {
  background-color: rgba(220, 38, 38, 0.12);
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.25);
}

.currency-mismatch-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.1875rem 0.5rem;
  border-radius: 999px;
  background-color: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, 0.25);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  max-width: 100%;
}
.currency-mismatch-chip__detail {
  font-weight: 500;
  opacity: 0.85;
}
.currency-mismatch-chip i {
  font-size: 0.75rem;
}

.withdrawals-reject {
  position: relative;
}
.withdrawals-reject > summary {
  list-style: none;
  cursor: pointer;
}
.withdrawals-reject > summary::-webkit-details-marker {
  display: none;
}
.withdrawals-reject__panel {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  z-index: 5;
  min-width: 16rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}

.admin-toast {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 18rem;
  max-width: 24rem;
  padding: 0.875rem 1rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #d97706;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: withdrawals-toast-in 180ms ease-out;
}
.admin-toast--warning {
  border-left-color: #d97706;
}
.admin-toast--danger {
  border-left-color: #dc2626;
}
.admin-toast__icon {
  color: #d97706;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.0625rem;
}
.admin-toast__body {
  flex: 1 1 auto;
  min-width: 0;
}
.admin-toast__title {
  margin: 0 0 0.125rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}
.admin-toast__message {
  margin: 0;
  font-size: 0.8125rem;
  color: #4B5563;
  line-height: 1.4;
}
.admin-toast__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0.25rem;
  cursor: pointer;
  color: #6B7280;
  font-size: 0.875rem;
}
.admin-toast__close:hover {
  color: #111827;
}

@keyframes withdrawals-toast-in {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .withdrawals-toolbar__form {
    flex-direction: column;
    align-items: stretch;
  }
  .withdrawals-toolbar__label {
    min-width: 0;
    width: 100%;
  }
  .admin-toast {
    left: 0.75rem;
    right: 0.75rem;
    max-width: none;
  }
  .withdrawals-row__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .withdrawals-reject__panel {
    right: auto;
    left: 0;
  }
}
.commission-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.4rem;
  cursor: help;
  vertical-align: middle;
}
.commission-tooltip__trigger {
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.commission-tooltip__trigger:focus-visible {
  outline: 0 0 0 3px rgba(27, 54, 93, 0.1);
  outline-offset: 2px;
  border-radius: 50%;
}
.commission-tooltip:hover .commission-tooltip__trigger, .commission-tooltip:focus-within .commission-tooltip__trigger {
  color: #0891b2;
}
.commission-tooltip__panel {
  position: absolute;
  bottom: calc(100% + 0.625rem);
  left: 50%;
  transform: translateX(-50%) translateY(0.25rem);
  z-index: 60;
  width: 19rem;
  max-width: calc(100vw - 2rem);
  padding: 0.875rem 1rem 1rem;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}
.commission-tooltip__panel::before, .commission-tooltip__panel::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
}
.commission-tooltip__panel::before {
  border-top-color: #E5E7EB;
  margin-top: 0;
}
.commission-tooltip__panel::after {
  border-top-color: #ffffff;
  margin-top: -1px;
}
.commission-tooltip:hover .commission-tooltip__panel, .commission-tooltip:focus-within .commission-tooltip__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.commission-tooltip--align-right .commission-tooltip__panel {
  left: auto;
  right: -0.5rem;
  transform: translateY(0.25rem);
}
.commission-tooltip--align-right .commission-tooltip__panel::before, .commission-tooltip--align-right .commission-tooltip__panel::after {
  left: auto;
  right: 1rem;
  transform: none;
}
.commission-tooltip--align-right:hover .commission-tooltip__panel, .commission-tooltip--align-right:focus-within .commission-tooltip__panel {
  transform: translateY(0);
}
.commission-tooltip__title {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
  margin-bottom: 0.75rem;
}
.commission-tooltip__timeline {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
.commission-tooltip__timeline::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: #E5E7EB;
  z-index: 0;
}
.commission-tooltip__timeline::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 16.66%;
  height: 2px;
  background: #059669;
  z-index: 1;
  transition: width 0.2s ease;
}
.commission-tooltip--stage-pending .commission-tooltip__timeline::after {
  width: 0;
}
.commission-tooltip--stage-available .commission-tooltip__timeline::after {
  width: 33.33%;
}
.commission-tooltip__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.commission-tooltip__marker {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #E5E7EB;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
}
.commission-tooltip__step--done .commission-tooltip__marker {
  background: #059669;
  border-color: #059669;
}
.commission-tooltip__step--current .commission-tooltip__marker {
  background: #ffffff;
  border-color: #d97706;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.18);
}
.commission-tooltip__time {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #4B5563;
  margin-top: 0.4rem;
  line-height: 1;
}
.commission-tooltip__label {
  font-size: 0.625rem;
  color: #6B7280;
  line-height: 1.3;
  margin-top: 0.2rem;
  white-space: nowrap;
}
.commission-tooltip__msg {
  font-size: 0.8125rem;
  color: #374151;
  line-height: 1.45;
  margin: 0;
}

.agency-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: transparent;
  z-index: 80;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .agency-drawer {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 90vh;
  }
}
.agency-drawer__overlay {
  position: fixed;
  inset: 0;
  background: rgba(44, 62, 80, 0.45);
  z-index: 79;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.agency-drawer__panel {
  position: relative;
  z-index: 80;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.16);
  overflow-y: auto;
  animation: agency-drawer-slide-in 0.18s ease-out;
}
@media (max-width: 767px) {
  .agency-drawer__panel {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    animation: agency-drawer-slide-up 0.22s ease-out;
  }
}
.agency-drawer__header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #E5E7EB;
}
.agency-drawer__heading {
  flex: 1 1 auto;
  min-width: 0;
}
.agency-drawer__title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2C3E50;
  margin: 0 0 0.25rem;
}
.agency-drawer__subtitle {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0;
}
.agency-drawer__close {
  background: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  line-height: 1;
  color: #6B7280;
  cursor: pointer;
  flex-shrink: 0;
}
.agency-drawer__close:hover {
  color: #2C3E50;
}
.agency-drawer__close:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.agency-drawer__form, .agency-drawer__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.agency-drawer__body {
  padding: 1.25rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1rem;
}
@media (max-width: 767px) {
  .agency-drawer__body {
    grid-template-columns: 1fr;
  }
}
.agency-drawer__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.agency-drawer__field label {
  font-size: 0.8125rem;
  color: #4B5563;
  font-weight: 500;
}
.agency-drawer__field input,
.agency-drawer__field textarea,
.agency-drawer__field select {
  width: 100%;
  padding: 0.5rem 0.625rem;
  border: 1px solid #E1E2E2;
  background: #fff;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #03070C;
  box-sizing: border-box;
}
.agency-drawer__field input:focus,
.agency-drawer__field textarea:focus,
.agency-drawer__field select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.agency-drawer__field textarea {
  resize: vertical;
  min-height: 64px;
}
.agency-drawer__field--full {
  grid-column: 1/-1;
}
.agency-drawer__error {
  font-size: 0.75rem;
  color: #991b1b;
  margin-top: 0.125rem;
}
.agency-drawer__notice {
  font-size: 0.8125rem;
  color: #6B7280;
  margin: 0 1.5rem 1rem;
  padding: 0.75rem 1rem;
  background: #F9FAFB;
  border-left: 3px solid #3b82f6;
}
.agency-drawer__footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
  border-top: 1px solid #E5E7EB;
}
.agency-drawer__stepper {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  grid-column: 1/-1;
}
.agency-drawer__step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  position: relative;
  color: #6B7280;
}
.agency-drawer__step::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  right: -50%;
  height: 2px;
  background: #E1E2E2;
  z-index: 0;
}
.agency-drawer__step:last-child::after {
  display: none;
}
.agency-drawer__step.is-complete {
  color: #166534;
}
.agency-drawer__step.is-complete .agency-drawer__step-marker {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}
.agency-drawer__step.is-complete::after {
  background: #22c55e;
}
.agency-drawer__step.is-current {
  color: #2C3E50;
  font-weight: 600;
}
.agency-drawer__step.is-current .agency-drawer__step-marker {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.agency-drawer__step-marker {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E1E2E2;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6B7280;
}
.agency-drawer__step-label {
  font-size: 0.75rem;
  text-align: center;
}
.agency-drawer__meta {
  grid-column: 1/-1;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.agency-drawer__meta-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}
.agency-drawer__meta-row dt {
  color: #6B7280;
  margin: 0;
}
.agency-drawer__meta-row dd {
  color: #03070C;
  margin: 0;
  font-weight: 500;
}
.agency-drawer__tracking, .agency-drawer__notes {
  grid-column: 1/-1;
  padding: 0.875rem 1rem;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
}
.agency-drawer__tracking p, .agency-drawer__notes p {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  color: #4B5563;
}
.agency-drawer__section-title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2C3E50;
  margin: 0 0 0.5rem;
}
.agency-drawer__tracking-link {
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.agency-alert {
  padding: 0.75rem 1rem;
  margin: 0 1.5rem 0;
  font-size: 0.875rem;
  border-left: 3px solid transparent;
}
.agency-alert--error {
  background: #fef2f2;
  border-left-color: #ef4444;
  color: #991b1b;
}
.agency-alert--neutral {
  background: #F9FAFB;
  border-left-color: #D1D5DB;
  color: #4B5563;
}

.agency-toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 90;
  padding: 0.875rem 1.125rem;
  background: #fff;
  border-left: 4px solid #22c55e;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.12);
  font-size: 0.875rem;
  color: #03070C;
  max-width: 360px;
  animation: agency-toast-in 0.22s ease-out, agency-toast-out 0.4s ease-in forwards;
  animation-delay: 0s, 4.5s;
  pointer-events: none;
}
.agency-toast--success {
  border-left-color: #22c55e;
}
.agency-toast--error {
  border-left-color: #ef4444;
}

@keyframes agency-drawer-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0.6;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes agency-drawer-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0.6;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes agency-toast-in {
  from {
    transform: translateY(12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes agency-toast-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(12px);
    opacity: 0;
  }
}
.memories-pending {
  margin-bottom: 2rem;
}
.memories-pending__header {
  margin-bottom: 1rem;
}
.memories-pending__heading {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2C3E50;
  line-height: 1.3;
  margin: 0;
}

.memories-pending-card {
  background: #FFFFFF;
  border: 1px solid #2C3E50;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(44, 62, 80, 0.08);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.memories-pending-card:last-child {
  margin-bottom: 0;
}
.memories-pending-card__title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #2C3E50;
  line-height: 1.3;
  margin: 0;
}
.memories-pending-card__body {
  margin: 0;
  color: #03070C;
  font-size: 1rem;
  line-height: 1.6;
}
.memories-pending-card__body strong {
  color: #2C3E50;
  font-weight: 500;
}
.memories-pending-card__warning {
  margin: 0;
  padding: 0.625rem 0.875rem;
  background: #F8F6F1;
  border-left: 3px solid #2C3E50;
  color: #2C3E50;
  font-size: 0.875rem;
  line-height: 1.4;
}
.memories-pending-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.memories-pending-card__accept-form {
  margin: 0;
  display: inline-block;
}
.memories-pending-card__cta-preview, .memories-pending-card__cta-accept {
  border-radius: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

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

.container--wide {
  max-width: 1440px;
}

.section {
  padding: 3rem 5%;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 5%;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 5rem 5%;
  }
}

.section--lg {
  padding: 4rem 5%;
}
@media (min-width: 768px) {
  .section--lg {
    padding: 6rem 5%;
  }
}
@media (min-width: 1024px) {
  .section--lg {
    padding: 7rem 5%;
  }
}

.section--hero {
  padding: 3rem 5%;
}
@media (min-width: 768px) {
  .section--hero {
    padding: 4rem 5%;
  }
}
@media (min-width: 1024px) {
  .section--hero {
    padding: 5rem 5%;
  }
}

.section--sm {
  padding: 2rem 5%;
}
@media (min-width: 768px) {
  .section--sm {
    padding: 3rem 5%;
  }
}

.section--xs {
  padding: 3rem 5% 1rem;
}
@media (min-width: 768px) {
  .section--xs {
    padding: 4rem 5% 1rem;
  }
}

.section--muted {
  background-color: #F9FAFB;
}

.section--dark {
  background-color: #2C3E50;
}
.section--dark .section__label,
.section--dark .section__title {
  color: #FFFFFF;
}
.section--dark .section__text {
  color: rgba(255, 255, 255, 0.8);
}

.section__container {
  max-width: 1280px;
  margin: 0 auto;
}

.section__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .section__header {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .section__header {
    margin-bottom: 5rem;
    max-width: 700px;
  }
}

.section__header--left {
  text-align: left;
  margin-left: 0;
}

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

.section__header--narrow {
  max-width: 400px;
}

.section__header--compact {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section__header--compact {
    margin-bottom: 2rem;
  }
}

.section__header--tight {
  margin-bottom: 1.5rem;
}

.section__header--wide {
  max-width: 900px;
}

.section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

.section__label {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #03070C;
}
@media (min-width: 768px) {
  .section__label {
    margin-bottom: 1rem;
  }
}

.section__title {
  font-family: "Gilda Display", "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #03070C;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 3rem;
  }
}

.section__title--xl {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .section__title--xl {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .section__title--xl {
    font-size: 3.5rem;
  }
}

.section__text {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4B5563;
}

.section__text--inline {
  white-space: normal;
}
@media (min-width: 1024px) {
  .section__text--inline {
    white-space: nowrap;
  }
}

.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.two-col--aligned {
  align-items: stretch;
}
.two-col--aligned .two-col__content {
  display: flex;
  flex-direction: column;
}
.two-col--aligned .two-col__content .section__text {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.two-col--aligned .two-col__content .section__actions {
  margin-top: auto;
  padding-top: 1rem;
}

.two-col__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col__content {
  display: block;
}

@media (min-width: 768px) {
  .two-col--reverse .two-col__image {
    order: 1;
  }
  .two-col--reverse .two-col__content {
    order: 2;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .contact-grid {
    gap: 5rem;
  }
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-info__item p,
.contact-info__item a,
.contact-info__item span {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #03070C;
  margin: 0;
}
.contact-info__item a:hover {
  text-decoration: underline;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 2rem;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .benefits-grid {
    gap: 2rem;
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print {
  body {
    background: white !important;
  }
  .header,
  .footer,
  .cookie-banner,
  .sidebar {
    display: none !important;
  }
  .content {
    margin-left: 0 !important;
  }
}
.header {
  background-color: #112749;
  padding: 0 5%;
  position: relative;
  z-index: 999;
}

.header__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.header__logo {
  display: inline-block;
}
.header__logo img {
  display: block;
  height: var(--logo-height, 32px);
  width: auto;
  max-width: min(260px, 48vw);
  -o-object-fit: contain;
     object-fit: contain;
}

.header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: -8px;
}
@media (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #D0D5DC;
  margin: 3px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header__toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.header__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #112749;
  padding: 1rem 5% 2rem;
}
.header__nav.is-open {
  display: block;
}
@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    position: static;
    padding: 0;
    align-items: center;
    gap: 1rem;
  }
}

.header__links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1024px) {
  .header__links {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.header__links a {
  display: block;
  padding: 0.75rem 0;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #D0D5DC;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .header__links a {
    padding: 0.5rem 1rem;
  }
}
.header__links a:hover {
  color: #fff;
}

.header__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .header__actions {
    flex-direction: row;
    margin-top: 0;
    margin-left: 1rem;
  }
}
.header__actions form {
  display: contents;
}
.header__actions .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__actions .btn {
    width: auto;
  }
}

.user-menu {
  position: relative;
}

.user-menu__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  color: #D0D5DC;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  font-size: 0.875rem;
}
.user-menu__toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.user-menu__avatar {
  font-size: 1.25rem;
}

.user-menu__name {
  display: none;
}
@media (min-width: 768px) {
  .user-menu__name {
    display: inline;
  }
}

.user-menu__caret {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.user-menu__toggle[aria-expanded=true] .user-menu__caret {
  transform: rotate(180deg);
}

.user-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 220px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  z-index: 1000;
}
.user-menu__dropdown.is-open {
  display: block;
}

.user-menu__header {
  padding: 0.75rem 1rem;
}

.user-menu__header-name {
  display: block;
  font-weight: 600;
  color: #03070C;
  font-size: 0.875rem;
}

.user-menu__header-email {
  display: block;
  font-size: 0.75rem;
  color: #6B7280;
  margin-top: 0.125rem;
}

.user-menu__divider {
  height: 1px;
  background-color: #E5E7EB;
  margin: 0.5rem 0;
}

.user-menu__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #4B5563;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-family: inherit;
  text-align: left;
}
.user-menu__item:hover {
  background-color: #F3F4F6;
}
.user-menu__item--danger {
  color: #991b1b;
}
.user-menu__item--danger:hover {
  background-color: #fef2f2;
}

.user-menu__item-icon {
  width: 1rem;
  color: #6B7280;
}
.user-menu__item--danger .user-menu__item-icon {
  color: #991b1b;
}

.footer {
  padding: 1.5rem 5%;
}
@media (min-width: 768px) {
  .footer {
    padding: 2rem 5%;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 2.5rem 5% 1.5rem;
  }
}

.footer__container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.25rem;
  }
}

.footer__logo {
  display: inline-block;
}
.footer__logo img {
  display: block;
  height: var(--logo-height, 40px);
  width: auto;
  max-width: min(260px, 70vw);
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__nav {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.footer__nav a {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #03070C;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__nav a:hover {
  color: #3b82f6;
}

.footer__social {
  display: flex;
  gap: 0.75rem;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #03070C;
  transition: color 0.2s ease;
}
.footer__social-link:hover {
  color: #3b82f6;
}
.footer__social-link svg {
  width: 24px;
  height: 24px;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background-color: #E1E2E2;
}

.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    padding-top: 2rem;
  }
}

.footer__copyright {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .footer__legal {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.footer__legal a {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #4B5563;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.footer__legal a:hover {
  color: #3b82f6;
}

.footer--dark {
  background: #1A252F;
  color: rgba(255, 255, 255, 0.75);
}
.footer--dark .footer__nav a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.footer--dark .footer__nav a:hover {
  color: #fff;
}
.footer--dark .footer__social-link {
  color: rgba(255, 255, 255, 0.7);
}
.footer--dark .footer__social-link:hover {
  color: #fff;
}
.footer--dark .footer__divider {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer--dark .footer__copyright {
  color: rgba(255, 255, 255, 0.5);
}
.footer--dark .footer__legal a {
  color: rgba(255, 255, 255, 0.5);
}
.footer--dark .footer__legal a:hover {
  color: rgba(255, 255, 255, 0.85);
}

body.layout-public {
  display: flex;
  flex-direction: column;
}
body.layout-public > main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body.layout-public > footer,
body.layout-public > .cookie-consent,
body.layout-public > .cookie-banner {
  flex: 0 0 auto;
}

.btn:focus-visible,
.form-input:focus-visible,
.form-textarea:focus-visible,
.form-select:focus-visible {
  outline: 3px solid #3b82f6;
  outline-offset: 2px;
}
/*# sourceMappingURL=maps/shared.css.map */
