/**
 * Kolosal Design System - Vanilla CSS
 * Adapted from kolosal-library-vanilla
 */

@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ============================================
   KOLOSAL RESET
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-variation-settings: "slnt" 0;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    /* scrollbar-width: none; */ /* Commented out to allow scrolling in tables */
    scrollbar-gutter: stable;
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6, small, p, span, a {
    margin: 0;
    padding: 0;
    text-shadow: none; 
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    -ms-overflow-style: none;
    /* scrollbar-width: none; */
    color: var(--color-text-900);
}

body img { display: block; }

/* body::-webkit-scrollbar {
    display: none;
} */

/* ============================================
   KOLOSAL TYPOGRAPHY
   ============================================ */

/* Font Weight */
.reguler {
    font-weight: 400;
    font-style: normal;
}

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

/* Font Size (Regular - Inter) */
.text-12px {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-14px {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-16px {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-18px {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-20px {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-24px {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    font-family: "Inter", sans-serif;
}

.text-28px {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.2px;
    font-family: "Inter", sans-serif;
}

.text-32px {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.6px;
    font-family: "Inter", sans-serif;
}

.text-36px {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.6px;
    font-family: "Inter", sans-serif;
}

.text-40px {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.8px;
    font-family: "Inter", sans-serif;
}

.text-48px {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    font-family: "Inter", sans-serif;
}

.text-56px {
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -1px;
    font-family: "Inter", sans-serif;
}

/* Font Size (Mono - Geist Mono) */
.mono-12px {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-14px {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-16px {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-18px {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-20px {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-24px {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-28px {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.4px;
    font-family: "Geist Mono", monospace;
}

.mono-32px {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.8px;
    font-family: "Geist Mono", monospace;
}

.mono-36px {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    font-family: "Geist Mono", monospace;
}

.mono-40px {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.5px;
    font-family: "Geist Mono", monospace;
}

.mono-48px {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px;
    font-family: "Geist Mono", monospace;
}

.mono-56px {
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -2px;
    font-family: "Geist Mono", monospace;
}

.article-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-family: "Inter", sans-serif;
}

/* ============================================
   KOLOSAL COLORS
   ============================================ */
:root {
  /* Text Colors */
  --color-text-900: #0D0E0F;
  --color-text-800: #3C3E40;
  --color-text-700: #6A6F73;
  --color-text-600: #9C9FA1;
  --color-text-500: #CECFD0;

  /* Grey Colors */
  --color-grey-900: #DDE1E3;
  --color-grey-800: #E4E7E9;
  --color-grey-700: #EBEDEE;
  --color-grey-600: #F1F3F4;
  --color-grey-500: #F8F9F9;

  /* Information (Blue) */
  --color-information-900: #001431;
  --color-information-800: #002962;
  --color-information-700: #003D93;
  --color-information-600: #0052C4;
  --color-information-500: #0066F5;
  --color-information-400: #3C8AF7;
  --color-information-300: #78AEFA;
  --color-information-200: #B4D2FC;
  --color-information-100: #F0F6FE;

  /* Success (Green) */
  --color-success-900: #0C260D;
  --color-success-800: #174B19;
  --color-success-700: #237126;
  --color-success-600: #2E9632;
  --color-success-500: #3ABC3F;
  --color-success-400: #68CC6C;
  --color-success-300: #97DC99;
  --color-success-200: #C5EBC6;
  --color-success-100: #F3FBF4;

  /* Danger (Red) */
  --color-danger-900: #330A0A;
  --color-danger-800: #661414;
  --color-danger-700: #991D1D;
  --color-danger-600: #CC2727;
  --color-danger-500: #FF3131;
  --color-danger-400: #FF6161;
  --color-danger-300: #FF9292;
  --color-danger-200: #FFC2C2;
  --color-danger-100: #FFF3F3;

  /* Warning (Orange) */
  --color-warning-900: #33220A;
  --color-warning-800: #664414;
  --color-warning-700: #99651D;
  --color-warning-600: #CC8727;
  --color-warning-500: #FFA931;
  --color-warning-400: #FFBD61;
  --color-warning-300: #FFD192;
  --color-warning-200: #FFE6C2;
  --color-warning-100: #FFFAF3;

  /* Neutral */
  --color-neutral-white: #FFFFFF;
  --color-neutral-black: #000000;
  
  /* Additional Neutral Grays for Components */
  --color-neutral-50: #F9FAFB;
  --color-neutral-100: #F3F4F6;
  --color-neutral-200: #E5E7EB;
  --color-neutral-300: #D1D5DB;
  --color-neutral-400: #9CA3AF;
  --color-neutral-500: #6B7280;
  --color-neutral-600: #4B5563;
  --color-neutral-700: #374151;
  --color-neutral-800: #1F2937;
  --color-neutral-900: #111827;

  /* Accent (Purple) */
  --color-accent-900: #1C0A33;
  --color-accent-800: #381466;
  --color-accent-700: #541D99;
  --color-accent-600: #7027CC;
  --color-accent-500: #8B5CF6;
  --color-accent-400: #A67DF8;
  --color-accent-300: #C19EFA;
  --color-accent-200: #DBBFFC;
  --color-accent-100: #F6EFFE;

  /* ============================================
     DESIGN TOKENS — Pro Max
     ============================================ */

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  /* Shadows (elevation scale) */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.03);
  --shadow-md: 0 4px 8px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.03);
  --shadow-lg: 0 8px 20px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.03);
  --shadow-xl: 0 16px 40px rgba(0,0,0,0.1), 0 8px 16px rgba(0,0,0,0.04);

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-standard: 0.2s ease;
  --transition-slow: 0.3s ease;

  /* Z-index map */
  --z-base: 1;
  --z-sticky: 10;
  --z-dropdown: 100;
  --z-overlay: 200;
  --z-modal: 300;
  --z-toast: 400;
  --z-tooltip: 500;

  /* Focus */
  --focus-ring: 0 0 0 2px var(--color-information-500);
  --focus-ring-offset: 0 0 0 2px var(--color-grey-600), 0 0 0 4px var(--color-information-500);

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
}

/* ============================================
   KOLOSAL BUTTONS
   ============================================ */

/* Button Sizes */
.btn-xs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 28px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  border-radius: 6px;
  outline: none;
  border: none;
  padding: 0 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 0 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-md {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
  border-radius: 10px;
  outline: none;
  border: none;
  padding: 0 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-lg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
  border-radius: 12px;
  outline: none;
  border: none;
  padding: 0 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Button Variants */
.btn-primary {
  background-color: var(--color-text-900);
  color: var(--color-neutral-white);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
  border: 1px solid var(--color-text-900);
  transition: all 0.25s ease;
}

.btn-primary:hover {
  background-color: var(--color-text-800);
  border-color: var(--color-text-800);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background-color: var(--color-information-500);
  color: var(--color-neutral-white);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
  border: 1px solid var(--color-information-500);
}

.btn-secondary:hover {
  background-color: var(--color-information-600);
  border-color: var(--color-information-600);
}

.btn-outline {
  background-color: var(--color-neutral-white);
  border: 1px solid var(--color-grey-800);
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.15);
  color: var(--color-text-900);
}

.btn-outline:hover {
  background-color: var(--color-grey-500);
  border: 1px solid var(--color-grey-900);
}

.btn-danger {
  background-color: var(--color-danger-500);
  border: 1px solid var(--color-danger-500);
  color: var(--color-neutral-white);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
}

.btn-danger:hover {
  background-color: var(--color-danger-600);
  border-color: var(--color-danger-600);
}

.btn-ghost {
  background-color: transparent;
  color: var(--color-text-900);
  border: none;
}

.btn-ghost:hover {
  background-color: var(--color-grey-600);
  color: var(--color-text-900);
}

.btn-success {
  background-color: var(--color-success-500);
  border: 1px solid var(--color-success-500);
  color: var(--color-neutral-white);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.25);
}

.btn-success:hover {
  background-color: var(--color-success-600);
  border-color: var(--color-success-600);
}

/* Button Disabled State */
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-outline:disabled,
.btn-danger:disabled,
.btn-ghost:disabled,
.btn-success:disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

/* Icon Buttons */
.btn-xs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-sm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 8px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-md-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-lg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* ============================================
   KOLOSAL INPUTS
   ============================================ */

.input-text-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 32px;
  padding: 0 10px;
  border: 1px solid var(--color-grey-900);
  border-radius: 8px;
  width: 100%;
  background-color: var(--color-neutral-white);
  color: var(--color-text-900);
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.input-text-md {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--color-grey-900);
  border-radius: 10px;
  width: 100%;
  background-color: var(--color-neutral-white);
  color: var(--color-text-900);
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.input-text-lg {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--color-grey-900);
  border-radius: 12px;
  width: 100%;
  background-color: var(--color-neutral-white);
  color: var(--color-text-900);
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.input-text-sm:hover,
.input-text-md:hover,
.input-text-lg:hover {
  border-color: var(--color-text-500);
  box-shadow: none;
}

.input-text-sm::placeholder,
.input-text-md::placeholder,
.input-text-lg::placeholder {
  color: var(--color-text-600);
}

.input-text-sm:focus-visible,
.input-text-md:focus-visible,
.input-text-lg:focus-visible {
  border: 1px solid var(--color-text-600);
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--color-grey-800);
}

/* ============================================
   KOLOSAL BADGES
   ============================================ */

.badge-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 6px;
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
}

.badge-information {
  color: var(--color-information-600);
  background-color: var(--color-information-100);
}

.badge-success {
  color: var(--color-success-600);
  background-color: var(--color-success-100);
}

.badge-danger {
  color: var(--color-danger-600);
  background-color: var(--color-danger-100);
}

.badge-warning {
  color: var(--color-warning-600);
  background-color: var(--color-warning-100);
}

/* ============================================
   KOLOSAL SWITCH (Toggle)
   ============================================ */

.switch-sm, .switch-lg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}

.switch-sm {
  width: 28px;
  height: 16px;
}

.switch-lg {
  width: 36px;
  height: 20px;
}

.switch-sm input,
.switch-lg input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-sm .slider,
.switch-lg .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background-color: var(--color-grey-700);
  border: 1px solid var(--color-grey-900);
  border-radius: 999px;
  transition: all 0.25s ease;
}

.switch-sm .slider::before,
.switch-lg .slider::before {
  content: "";
  position: absolute;
  background-color: var(--color-neutral-white);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, background-color 0.4s ease;
}

.switch-sm .slider::before {
  height: 12px;
  width: 12px;
}

.switch-lg .slider::before {
  height: 16px;
  width: 16px;
}

.switch-sm input:checked + .slider::before {
  transform: translateX(12px);
}

.switch-lg input:checked + .slider::before {
  transform: translateX(16px);
}

.switch-sm input:checked + .slider,
.switch-lg input:checked + .slider {
  background-color: var(--color-text-700);
  border-color: var(--color-text-800);
}

.switch-sm input:checked + .slider::before,
.switch-lg input:checked + .slider::before {
  background-color: var(--color-text-900);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

/* Flex Utilities */
.flex {
  display: flex;
}

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

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

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

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

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

.gap-1 { gap: 4px; }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.gap-6 { gap: 24px; }
.gap-8 { gap: 32px; }

/* Text Colors */
.text-primary { color: var(--color-text-900); }
.text-secondary { color: var(--color-text-700); }
.text-muted { color: var(--color-text-600); }
.text-success { color: var(--color-success-500); }
.text-danger { color: var(--color-danger-500); }
.text-information { color: var(--color-information-500); }
.text-warning { color: var(--color-warning-500); }

/* Background Colors */
.bg-white { background-color: var(--color-neutral-white); }
.bg-grey-50 { background-color: var(--color-grey-500); }
.bg-grey-100 { background-color: var(--color-grey-600); }
.bg-information { background-color: var(--color-information-100); }
.bg-success { background-color: var(--color-success-100); }
.bg-danger { background-color: var(--color-danger-100); }
.bg-warning { background-color: var(--color-warning-100); }

/* ============================================
   KOLOSAL DROPDOWN
   ============================================ */

.kolosal-dropdown {
  position: relative;
  width: 100%;
}

.kolosal-dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: var(--color-neutral-white);
  border: 1px solid var(--color-grey-900);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.15);
}

.kolosal-dropdown-button:hover {
  border-color: var(--color-text-500);
  box-shadow: none;
}

.kolosal-dropdown-button:focus,
.kolosal-dropdown-button:focus-visible {
  border: 1px solid var(--color-text-600);
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--color-grey-800);
}

.kolosal-dropdown-button svg {
  flex-shrink: 0;
  color: var(--color-text-600);
  transition: transform 0.2s ease;
}

.kolosal-dropdown.open .kolosal-dropdown-button svg {
  transform: rotate(180deg);
}

.kolosal-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: var(--color-neutral-white);
  border: 1px solid var(--color-grey-900);
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.kolosal-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.kolosal-dropdown-menu::-webkit-scrollbar-track {
  background: var(--color-grey-700);
  border-radius: 8px;
}

.kolosal-dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--color-grey-900);
  border-radius: 8px;
}

.kolosal-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--color-text-500);
}

.kolosal-dropdown-item {
  padding: 8px 12px;
  font-size: 13px;
  color: var(--color-text-800);
  cursor: pointer;
  transition: background-color 0.15s ease;
  user-select: none;
}

.kolosal-dropdown-item:hover,
.kolosal-dropdown-item.hover {
  background: var(--color-grey-600);
}

.kolosal-dropdown-item.selected {
  background: var(--color-information-100);
  color: var(--color-information-600);
  font-weight: 500;
}

.kolosal-dropdown-item.selected:hover {
  background: var(--color-information-200);
}

.kolosal-dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}

.kolosal-dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}

.kolosal-dropdown-item:only-child {
  border-radius: 8px;
}

/* ============================================
   ACCOUNT CHIP (Dropdown Button)
   ============================================ */

.account-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  border: 1px solid transparent;
}

/* Main Account Chip - Primary Style */
.account-chip-main {
  background: var(--color-information-100);
  color: var(--color-information-600);
  border-color: var(--color-information-200);
}

.account-chip-main:hover {
  background: var(--color-information-200);
  border-color: var(--color-information-300);
}

/* Sub Account Chip - Secondary Style */
.account-chip-sub {
  background: var(--color-grey-700);
  color: var(--color-text-800);
  border-color: var(--color-grey-900);
}

.account-chip-sub:hover {
  background: var(--color-grey-800);
  border-color: var(--color-text-500);
}

.account-chip-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.account-chip-icon {
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.account-chip:hover .account-chip-icon {
  opacity: 1;
}

.account-chip-icon svg {
  display: block;
}
