/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./asset-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./asset-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./asset-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/styles.css */
:root {
  color-scheme: light;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #f5f3f1;
  color: #201c32;
  --ink: #201c32;
  --muted: #777284;
  --line: #ded9e7;
  --soft-line: #efecf3;
  --surface: #fffefe;
  --surface-soft: #f8f6fb;
  --surface-clay:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8f6fb 100%);
  --primary: #7147e8;
  --primary-dark: #5932c4;
  --primary-soft: #eee8ff;
  --accent: #8b68f2;
  --warning: #b45309;
  --danger: #dc2626;
  --shadow: 12px 16px 34px rgba(40, 31, 61, .10), -7px -7px 18px rgba(255, 255, 255, .82);
  --shadow-soft: 7px 10px 22px rgba(40, 31, 61, .08), -5px -5px 14px rgba(255, 255, 255, .74);
  --shadow-inset: inset 2px 2px 5px rgba(48, 38, 70, .06), inset -2px -2px 6px rgba(255, 255, 255, .92);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .72),
      rgba(244, 241, 247, .88)),
    #f5f3f1;
}
button,
input,
select,
textarea {
  font: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
h2 {
  font-size: 26px;
  margin-bottom: 6px;
  letter-spacing: 0;
}
h3 {
  font-size: 15px;
  margin-bottom: 14px;
  color: #26344d;
}
p {
  color: var(--muted);
  line-height: 1.5;
}
label {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(197, 211, 225, .9);
  border-radius: 8px;
  padding: 10px 12px;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8fbfd);
  color: var(--ink);
  outline: none;
  box-shadow: var(--shadow-inset);
  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(113, 71, 232, .14), var(--shadow-inset);
}
input:disabled,
select:disabled {
  background: #eef4f7;
  color: #64748b;
}
input[type=checkbox] {
  width: 17px;
  height: 17px;
  padding: 0;
}
textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.45;
}
button {
  border: 0;
  cursor: pointer;
  transition:
    transform .12s ease,
    box-shadow .12s ease,
    background .12s ease;
}
button:hover {
  transform: translateY(-1px);
}
button:active {
  transform: translateY(0);
}
button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
  box-shadow: none;
}
.primary,
.secondary,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 850;
  white-space: nowrap;
}
.primary {
  background:
    linear-gradient(
      145deg,
      #815cf0,
      #6137d2);
  color: white;
  padding: 10px 15px;
  box-shadow: 8px 10px 20px rgba(113, 71, 232, .24), inset 1px 1px 3px rgba(255, 255, 255, .32);
}
.primary:hover {
  background:
    linear-gradient(
      145deg,
      #754de9,
      #552bc1);
}
.secondary {
  background:
    linear-gradient(
      145deg,
      #f8fbfd,
      #eaf1f6);
  color: #334155;
  border: 1px solid rgba(216, 228, 237, .95);
  padding: 8px 12px;
  box-shadow: var(--shadow-soft);
}
.secondary:hover {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #e3edf3);
}
.danger-soft {
  background: #fff7ed;
  color: #9a3412;
  border-color: #fed7aa;
}
.danger {
  background:
    linear-gradient(
      145deg,
      #ef4444,
      #c81e1e);
  color: white;
  border-color: var(--danger);
}
.icon-button {
  width: 34px;
  height: 34px;
  background:
    linear-gradient(
      145deg,
      #fbfaff,
      #eee8ff);
  color: var(--primary);
  box-shadow: var(--shadow-soft);
}
.login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 36px 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(139, 104, 242, .36),
      transparent 30%),
    radial-gradient(
      circle at 88% 82%,
      rgba(55, 190, 173, .20),
      transparent 31%),
    linear-gradient(
      135deg,
      #171329 0%,
      #241a43 52%,
      #142f3b 100%);
}
.login-orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 38% 62% 64% 36% / 48% 42% 58% 52%;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .08),
      rgba(255, 255, 255, .01));
  backdrop-filter: blur(4px);
}
.login-orb--one {
  width: 420px;
  height: 420px;
  top: -190px;
  right: -90px;
  transform: rotate(18deg);
}
.login-orb--two {
  width: 330px;
  height: 330px;
  bottom: -170px;
  left: -70px;
  transform: rotate(-25deg);
}
.login-card {
  width: min(1080px, 100%);
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(440px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 32px 90px rgba(5, 3, 18, .38);
}
.login-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px;
  color: white;
  background:
    linear-gradient(
      160deg,
      rgba(121, 77, 232, .92),
      rgba(53, 32, 110, .88)),
    #5f35c7;
}
.login-showcase::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -115px;
  bottom: 55px;
  border: 55px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
}
.login-brand,
.login-mobile-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: white;
  font-size: 22px;
  font-weight: 800;
}
.login-brand strong,
.login-mobile-brand strong {
  color: #c5b5ff;
}
.login-brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: white;
  background:
    linear-gradient(
      145deg,
      #9f83f7,
      #7049df);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, .34), 0 9px 22px rgba(31, 16, 76, .26);
  font-weight: 950;
}
.login-showcase-copy {
  margin: auto 0;
  position: relative;
  z-index: 1;
}
.login-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 19px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.login-showcase h1 {
  max-width: 430px;
  margin-bottom: 17px;
  font-size: clamp(35px, 4vw, 49px);
  line-height: 1.06;
  letter-spacing: -1.8px;
}
.login-showcase p {
  max-width: 440px;
  color: #e8e1fb;
  font-size: 16px;
  line-height: 1.65;
}
.login-benefits {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.login-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f6f2ff;
  font-size: 14px;
  font-weight: 700;
}
.login-benefits svg {
  color: #9de3d1;
}
.login-demo-note {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.login-demo-note strong {
  font-size: 14px;
}
.login-demo-note span {
  color: #d9d1ed;
  font-size: 12px;
}
.login-mobile-brand {
  display: none;
  margin-bottom: 24px;
  color: #251d3a;
}
.login-mobile-brand strong {
  color: var(--primary);
}
.login-panel {
  min-width: 0;
  padding: 46px clamp(34px, 5vw, 66px);
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f7f5fb);
  box-shadow: none;
}
.login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 34px;
  padding: 4px;
  border: 1px solid #e5e0ec;
  border-radius: 11px;
  background: #f0edf4;
}
.login-tabs button {
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 8px;
  background: transparent;
  color: #777284;
  font-size: 13px;
  font-weight: 850;
}
.login-tabs button:hover {
  transform: none;
  color: var(--primary-dark);
}
.login-tabs button.active {
  color: var(--primary-dark);
  background: white;
  box-shadow: 0 5px 14px rgba(44, 32, 70, .09);
}
.login-panel-heading {
  margin-bottom: 25px;
}
.login-panel-heading .brand-mark {
  margin-bottom: 17px;
}
.login-panel-heading h2 {
  margin-bottom: 8px;
  color: #251d3a;
  font-size: 28px;
  letter-spacing: -.5px;
}
.login-panel-heading p {
  margin: 0;
  font-size: 14px;
}
.login-panel label {
  margin: 13px 0;
}
.login-panel input {
  min-height: 44px;
}
.login-submit {
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
}
.captcha-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin: 17px 0 13px;
  padding: 13px;
  border: 1px solid #dcd5e9;
  border-radius: 11px;
  background: #f5f2fa;
}
.captcha-box > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-dark);
}
.captcha-box > div > span {
  display: grid;
  gap: 2px;
}
.captcha-box small {
  color: #777284;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .45px;
}
.captcha-box strong {
  font-size: 14px;
}
.captcha-box input {
  grid-column: 1 / -1;
  margin: 0;
  background: white;
}
.captcha-refresh {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 8px;
  color: var(--primary);
  background: white;
  border: 1px solid #ddd6e9;
}
.login-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px !important;
  margin: 16px 0 !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
.login-consent input {
  min-height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
}
.login-consent a {
  color: var(--primary-dark);
}
.login-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 20px 0 0;
  color: #8a8495;
  font-size: 11px;
}
.login-security svg {
  color: #5f9d8e;
}
.login-panel .alert,
.login-panel .success {
  font-size: 13px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      145deg,
      #815cf0,
      #6137d2);
  color: white;
  box-shadow: 8px 10px 18px rgba(113, 71, 232, .24), inset 1px 1px 3px rgba(255, 255, 255, .28);
}
.app-shell {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  min-height: 100vh;
  transition: grid-template-columns .22s ease;
}
.app-shell.sidebar-collapsed {
  grid-template-columns: 76px minmax(0, 1fr);
}
aside {
  position: sticky;
  top: 0;
  height: 100vh;
  background:
    linear-gradient(
      180deg,
      #1d1930,
      #151225);
  color: white;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  overflow: hidden;
}
.sidebar-brand {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 4px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.logo-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: white;
  background:
    linear-gradient(
      145deg,
      #8b68f2,
      #6439d5);
  box-shadow: 0 8px 18px rgba(113, 71, 232, .32), inset 1px 1px 2px rgba(255, 255, 255, .28);
  font-size: 18px;
  font-weight: 950;
}
.logo-name {
  color: white;
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}
.logo-name strong {
  color: #a991ff;
  font-weight: 950;
}
.sidebar-toggle {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .07);
  color: #d8d1e9;
}
.sidebar-toggle:hover {
  color: white;
  background: rgba(139, 104, 242, .28);
}
.sidebar-toggle:focus-visible {
  outline: 2px solid #a991ff;
  outline-offset: 2px;
}
nav {
  display: grid;
  gap: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
nav {
  scrollbar-width: thin;
  scrollbar-color: #4a4261 transparent;
}
nav::-webkit-scrollbar {
  width: 5px;
}
nav::-webkit-scrollbar-thumb {
  background: #4a4261;
  border-radius: 999px;
}
nav button,
.logout {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa4b9;
  background: transparent;
  border-radius: 8px;
  min-height: 40px;
  padding: 10px 12px;
  text-align: left;
  font-weight: 750;
}
nav button.active,
nav button:hover,
.logout:hover {
  background:
    linear-gradient(
      145deg,
      #8059ef,
      #6138d2);
  color: white;
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, .06), inset -1px -1px 2px rgba(0, 0, 0, .18);
}
.logout {
  width: 100%;
}
.nav-label {
  white-space: nowrap;
}
.collapsed .sidebar-brand {
  justify-content: center;
}
.collapsed .logo {
  display: none;
}
.collapsed nav button,
.collapsed .logout {
  justify-content: center;
  padding-inline: 0;
}
.collapsed .nav-label,
.collapsed .build-badge,
.collapsed .sidebar-user-meta {
  display: none;
}
.sidebar-user {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 6px;
  border-radius: 8px;
  color: #e5eef8;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, .06), inset -1px -1px 2px rgba(0, 0, 0, .18);
}
.sidebar-avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #39334e;
  color: #f0ecff;
  font-size: 10px;
  font-weight: 900;
}
.sidebar-user-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.sidebar-user-meta strong {
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.sidebar-user-meta > span {
  color: #9a93aa;
  font-size: 11px;
  font-weight: 800;
}
.collapsed .sidebar-user {
  justify-content: center;
  padding-inline: 0;
  background: transparent;
  border-color: transparent;
}
main {
  padding: 26px;
  overflow: auto;
}
.activity-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -8px 0 16px;
  border: 1px solid #ded3ff;
  background:
    linear-gradient(
      145deg,
      #fdfcff,
      #eee8ff);
  color: #5932c4;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
}
.activity-bar span {
  width: 90px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e0fb;
  box-shadow: var(--shadow-inset);
  position: relative;
}
.activity-bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 35%;
  border-radius: inherit;
  background: var(--primary);
  animation: activity-slide 1s infinite ease-in-out;
}
@keyframes activity-slide {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}
.page-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7e0eb;
  padding-bottom: 16px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.dashboard-health {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.dashboard-charts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
  align-items: start;
}
.dashboard-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 16px;
  padding: 30px 34px;
  border-radius: 16px;
  color: white;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(167, 139, 250, .42),
      transparent 28%),
    linear-gradient(
      135deg,
      #251c43,
      #5230a8 58%,
      #315e70);
  box-shadow: 0 18px 42px rgba(38, 27, 75, .22);
}
.dashboard-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -110px;
  bottom: -165px;
  border: 42px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}
.dashboard-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.dashboard-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #c9b9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dashboard-hero h2 {
  margin: 0 0 10px;
  color: white;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.8px;
}
.dashboard-hero p {
  max-width: 650px;
  margin-bottom: 20px;
  color: #e4def3;
  font-size: 14px;
}
.dashboard-hero .primary {
  background: white;
  color: #5932c4;
  box-shadow: 0 9px 22px rgba(13, 8, 34, .22);
}
.dashboard-hero-total {
  position: relative;
  z-index: 1;
  min-width: 190px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .11);
  backdrop-filter: blur(8px);
}
.dashboard-hero-total span,
.dashboard-hero-total small {
  display: block;
  color: #dfd8f1;
  font-size: 12px;
  font-weight: 750;
}
.dashboard-hero-total strong {
  display: block;
  margin: 3px 0;
  color: white;
  font-size: 48px;
  line-height: 1;
}
.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 26px;
}
.dashboard-kpis article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px 18px;
  border: 1px solid #e3deeb;
  border-radius: 13px;
  background: white;
  box-shadow: 0 8px 22px rgba(37, 29, 59, .07);
}
.dashboard-kpi-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  color: #6a43d5;
  background: #eee8ff;
}
.dashboard-kpis article > div {
  min-width: 0;
}
.dashboard-kpis small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .35px;
}
.dashboard-kpis strong {
  display: block;
  margin: 3px 0 7px;
  color: var(--ink);
  font-size: 25px;
}
.dashboard-kpis p {
  margin: -3px 0 0;
  font-size: 12px;
}
.dashboard-kpis .mini-meter {
  height: 6px;
}
.dashboard-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 13px;
}
.dashboard-section-heading span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dashboard-section-heading h3 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 19px;
}
.dashboard-section-heading > small {
  color: var(--muted);
}
.dashboard-primary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 14px;
  align-items: start;
}
.dashboard-primary-grid .chart-panel {
  min-height: 270px;
  border: 1px solid #e4dfeb;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(37, 29, 59, .07);
}
.dashboard-more {
  margin: 16px 0;
  border: 1px solid #dfd9e9;
  border-radius: 13px;
  background: white;
  box-shadow: 0 8px 22px rgba(37, 29, 59, .06);
}
.dashboard-more > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 19px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
}
.dashboard-more > summary::-webkit-details-marker {
  display: none;
}
.dashboard-more > summary > span:first-child {
  display: grid;
  gap: 2px;
}
.dashboard-more > summary small {
  color: var(--muted);
  font-weight: 600;
}
.dashboard-more > summary > span:last-child {
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}
.dashboard-more[open] > summary {
  border-bottom: 1px solid #ebe7f0;
}
.dashboard-more .dashboard-charts {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  margin: 0;
  padding: 16px;
}
.dashboard-more .chart-panel {
  box-shadow: none;
  border-color: #e7e2ed;
}
.dashboard-bottom-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .85fr;
  gap: 14px;
  align-items: start;
}
.dashboard-bottom-grid .panel {
  border: 1px solid #e4dfeb;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(37, 29, 59, .06);
}
.stat,
.panel,
.table-wrap,
.upload-zone {
  background: var(--surface-clay);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.stat {
  padding: 18px;
}
.panel {
  padding: 18px;
}
.stat span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.stat strong {
  display: block;
  font-size: 34px;
  margin-top: 7px;
  color: #111827;
}
.health-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.health-card strong {
  color: #111827;
  display: block;
  font-size: 34px;
  margin: 8px 0;
}
.mini-meter,
.chart-track {
  width: 100%;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf4;
  box-shadow: var(--shadow-inset);
}
.mini-meter i,
.chart-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--primary);
}
.chart-panel {
  min-height: 248px;
}
.chart-row {
  display: grid;
}
.chart-row + .chart-row {
  margin-top: 12px;
}
.chart-action {
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 8px;
  padding: 7px;
}
.chart-action:hover {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f3effd);
  box-shadow: var(--shadow-soft);
}
.chart-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}
.chart-label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chart-label strong {
  color: #111827;
}
.chart-track.accent i {
  background: var(--accent);
}
.chart-row small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) minmax(280px, .85fr);
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}
.candidate-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  justify-items: end;
  padding: 18px;
  background: rgba(19, 15, 34, .58);
  backdrop-filter: blur(5px);
  animation: drawer-fade .16s ease-out;
}
.candidate-drawer {
  width: min(1180px, calc(100vw - 36px));
  height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: #f4f3f6;
  box-shadow: -22px 0 70px rgba(15, 10, 31, .28);
  animation: drawer-slide .2s ease-out;
}
.candidate-drawer-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid #ddd8e5;
  background: rgba(250, 249, 252, .94);
  backdrop-filter: blur(12px);
}
.candidate-drawer-toolbar > span {
  color: #5f596c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.candidate-drawer-toolbar .secondary {
  box-shadow: none;
}
.candidate-drawer .detail-grid {
  margin: 0;
  padding: 16px;
}
@keyframes drawer-fade {
  from {
    opacity: 0;
  }
}
@keyframes drawer-slide {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
}
.candidate-list-person {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}
.candidate-list-person > span:last-child {
  display: grid;
  gap: 2px;
}
.candidate-list-person strong {
  color: var(--ink);
}
.candidate-list-person small {
  color: var(--muted);
  font-size: 11px;
}
.candidate-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background:
    linear-gradient(
      145deg,
      #d9f2ef,
      #b7ddd8);
  color: #0f5f67;
  border: 2px solid rgba(255, 255, 255, .9);
  box-shadow: 0 6px 16px rgba(27, 71, 76, .16);
  font-weight: 900;
}
.candidate-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.candidate-avatar--small {
  width: 38px;
  height: 38px;
  font-size: 12px;
}
.candidate-avatar--large {
  width: 116px;
  height: 116px;
  font-size: 30px;
  border-width: 4px;
}
.candidate-profile-hero {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(31, 147, 143, .16),
      transparent 34%),
    linear-gradient(
      135deg,
      #ffffff,
      #edf7f6);
  border-color: rgba(141, 202, 197, .52);
}
.candidate-profile-heading {
  min-width: 0;
}
.candidate-profile-eyebrow,
.panel-section-heading span {
  display: block;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.candidate-profile-heading h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  color: #10222a;
}
.candidate-profile-heading > p {
  margin: 6px 0 12px;
  color: #48636b;
  font-size: 16px;
  font-weight: 700;
}
.candidate-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.candidate-profile-meta span,
.status-badge {
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid #d3e5e4;
  padding: 6px 10px;
  color: #3c5960;
  font-size: 12px;
  font-weight: 800;
}
.candidate-profile-status {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: start;
}
.status-badge {
  background: #dff4ef;
  border-color: #abd9cf;
  color: #176657;
  text-transform: capitalize;
}
.profile-favorite {
  width: 38px;
  height: 38px;
  color: #ca8a04;
}
.candidate-main-panel {
  grid-column: 1;
  grid-row: span 2;
}
.candidate-side-panel,
.candidate-files-panel {
  grid-column: 2;
}
.experience-panel,
.detail-grid > .extracted-panel:last-child {
  grid-column: 1 / -1;
}
.panel-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}
.panel-section-heading h3 {
  margin: 0;
  color: #14262d;
}
.panel-section-heading > small {
  color: var(--muted);
}
.candidate-insight {
  margin: 14px 0;
  padding: 15px 16px;
  border-left: 4px solid var(--primary);
  border-radius: 0 8px 8px 0;
  background: #edf8f6;
  color: #31545a;
}
.candidate-insight p {
  margin: 6px 0 0;
  line-height: 1.55;
}
.profile-section {
  margin-top: 18px;
}
.profile-section h3 {
  font-size: 14px;
  margin-bottom: 9px;
}
.profile-skills span {
  background: #dff4ef;
  color: #165f55;
  border-color: #b7ddd5;
}
.keyword-chips span {
  background: #eef0f8;
  color: #45506f;
}
.candidate-contact-card {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}
.candidate-contact-card > div {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  background: #f7fafb;
  border: 1px solid #e2eaec;
  border-radius: 8px;
}
.candidate-contact-card small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
}
.candidate-contact-card strong {
  overflow-wrap: anywhere;
  color: #233b43;
}
.experience-panel {
  padding: 24px;
}
.experience-item {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding-bottom: 22px;
}
.experience-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: -2px;
  width: 2px;
  background: #cce4e0;
}
.experience-dot {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px #e0f2ef;
  margin-top: 3px;
}
.experience-content small {
  color: var(--primary);
  font-weight: 850;
}
.experience-content h4 {
  margin: 4px 0 2px;
  color: #14262d;
  font-size: 17px;
}
.experience-content > strong {
  color: #587079;
  font-size: 13px;
}
.experience-content p {
  color: #465e66;
  line-height: 1.55;
}
.extracted-details summary {
  cursor: pointer;
  color: #31545a;
  font-weight: 850;
}
.extracted-details pre {
  margin-top: 14px;
}
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}
.admin-section-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 10px;
  margin: 18px 0 4px;
}
.admin-section-tabs button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid #e1dce9;
  border-radius: 12px;
  color: #746e80;
  background: white;
  text-align: left;
  box-shadow: 0 6px 18px rgba(38, 29, 63, .05);
}
.admin-section-tabs button:hover {
  color: var(--primary-dark);
  border-color: #cfc2f1;
}
.admin-section-tabs button.active {
  color: var(--primary-dark);
  border-color: #bfaef0;
  background:
    linear-gradient(
      145deg,
      #f8f5ff,
      #eee8ff);
  box-shadow: 0 8px 20px rgba(88, 53, 178, .11);
}
.admin-section-tabs button > svg {
  color: var(--primary);
}
.admin-section-tabs button > span {
  display: grid;
  gap: 2px;
}
.admin-section-tabs strong {
  color: inherit;
  font-size: 14px;
}
.admin-section-tabs small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}
.admin-section-tabs b {
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f0edf4;
  font-size: 11px;
}
.admin-section-tabs button.active b {
  background: white;
}
.admin-grid--companies,
.admin-grid--users,
.admin-grid--billing {
  grid-template-columns: 1fr;
}
.admin-grid--companies .company-form-card,
.admin-grid--users .user-form-card,
.admin-grid--users .admin-edit-panel {
  width: min(760px, 100%);
  grid-column: 1;
}
.admin-grid .panel-head-actions .primary {
  flex: 0 0 auto;
}
.admin-grid .companies-card,
.admin-grid .users-card,
.admin-grid .stripe-registrations-card {
  border-radius: 13px;
  border: 1px solid #e2ddea;
  box-shadow: 0 9px 25px rgba(38, 29, 63, .07);
}
.admin-card {
  min-width: 0;
}
.companies-card,
.users-card,
.stripe-registrations-card {
  grid-column: 1 / -1;
}
.company-form-card,
.user-form-card {
  grid-column: auto;
}
.admin-edit-panel {
  grid-column: 1 / -1;
}
.users-card .user-row,
.companies-card .user-row {
  align-items: flex-start;
}
.users-card .user-row > span,
.companies-card .user-row > span {
  line-height: 1.35;
}
.admin-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}
.admin-overview > div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 228, 237, .95);
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #fff,
      #f5f2fa);
  box-shadow: var(--shadow-soft);
}
.admin-overview span,
.admin-overview small {
  color: var(--muted);
  font-weight: 750;
}
.admin-overview strong {
  color: var(--ink);
  font-size: 27px;
}
.panel-head-actions p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.company-directory {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.company-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(216, 228, 237, .95);
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #fff,
      #f8f6fb);
  box-shadow: var(--shadow-soft);
}
.company-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
}
.company-card-head > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.company-card-head strong {
  color: var(--ink);
  font-size: 15px;
}
.company-card-head small {
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-monogram {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #815cf0,
      #5932c4);
  color: white;
  font-weight: 900;
}
.plan-badge,
.role-badge,
.status-badge {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: capitalize;
  white-space: nowrap;
}
.plan-badge {
  color: #5932c4;
  background: #eee8ff;
}
.plan-free {
  color: #166534;
  background: #dcfce7;
}
.plan-payg {
  color: #075985;
  background: #e0f2fe;
}
.company-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.company-metrics > div {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(239, 244, 247, .75);
}
.company-metrics span,
.admin-user-company small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.company-metrics strong {
  color: #26344d;
  font-size: 13px;
}
.company-balance {
  color: #334155;
  padding: 9px 11px;
  border-radius: 8px;
  background: #effaf8;
}
.company-actions {
  padding-top: 12px;
  border-top: 1px solid var(--soft-line);
}
.admin-user-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) minmax(150px, .7fr) auto auto minmax(260px, auto);
}
.admin-user-identity {
  display: flex;
  gap: 10px;
  align-items: center;
}
.admin-user-identity > span:last-child,
.admin-user-company {
  display: grid;
  gap: 3px;
}
.admin-user-identity small {
  color: var(--muted);
}
.role-badge {
  justify-self: start;
  color: #5932c4;
  background: #eee8ff;
}
.status-badge {
  justify-self: start;
}
.status-badge.is-active {
  color: #166534;
  background: #dcfce7;
}
.status-badge.is-inactive {
  color: #991b1b;
  background: #fee2e2;
}
.stripe-registration-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, .6fr) auto minmax(220px, .8fr) auto;
  gap: 12px;
  align-items: center;
}
.stripe-registration-row > span:first-child,
.stripe-registration-row > span:nth-child(2),
.stripe-registration-reference {
  display: grid;
  gap: 3px;
}
.stripe-registration-row small {
  color: var(--muted);
}
.stripe-registration-reference {
  min-width: 0;
}
.stripe-registration-reference strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
.stripe-registration-reference em {
  color: #991b1b;
  font-size: 11px;
  font-style: normal;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 0 14px;
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}
.account-settings-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}
.config-layout {
  display: grid;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}
.config-main {
  display: grid;
  gap: 16px;
}
.config-side {
  display: grid;
  gap: 16px;
}
.config-section-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.config-section-tabs button {
  background:
    linear-gradient(
      145deg,
      #f8fbfd,
      #eaf1f6);
  border: 1px solid rgba(216, 228, 237, .95);
  border-radius: 8px;
  color: #334155;
  font-weight: 850;
  padding: 9px 13px;
  box-shadow: var(--shadow-soft);
}
.config-section-tabs button.active {
  background:
    linear-gradient(
      145deg,
      #182338,
      #0d1726);
  border-color: #101827;
  color: white;
}
.config-group-strip {
  column-count: 2;
  column-gap: 16px;
}
.config-group-strip > .panel {
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin: 0 0 16px;
  break-inside: avoid;
}
.settings-panel {
  max-width: none;
}
.settings-panel + .settings-panel {
  margin-top: 0;
}
.settings-panel label {
  margin: 0;
}
.setting-fields {
  display: grid;
  gap: 12px;
}
.compact-fields {
  gap: 10px;
}
.two-col-settings {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px 16px;
}
.full-setting-field {
  grid-column: 1 / -1;
}
.full-setting-field textarea {
  min-height: 220px;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace;
  line-height: 1.5;
}
.wide-settings-panel {
  grid-column: 1 / -1;
}
.panel-head-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.panel-head-actions h3 {
  margin-bottom: 0;
}
.setting-help {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.setting-toggle {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(225, 234, 241, .95);
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f1f6f9);
  border-radius: 8px;
  padding: 10px;
  box-shadow: var(--shadow-inset);
}
.setting-toggle input {
  margin-top: 2px;
  flex: 0 0 auto;
}
.setting-toggle span {
  display: grid;
  gap: 4px;
}
.setting-toggle strong {
  color: #334155;
  font-size: 13px;
}
.note-form {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}
.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 10px;
}
.company-users-panel {
  margin-top: 16px;
}
.company-user-invite {
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.2fr) minmax(170px, .7fr) auto;
  align-items: end;
  margin: 16px 0;
}
.company-user-invite button {
  min-height: 42px;
}
.inline-company-fields {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8f6fb);
  border: 1px solid rgba(225, 234, 241, .95);
  border-radius: 8px;
  margin: 12px 0;
  padding: 12px;
  box-shadow: var(--shadow-inset);
}
.inline-company-fields h3 {
  margin-bottom: 8px;
}
.bulk-bar {
  display: grid;
  grid-template-columns: auto minmax(180px, 240px) minmax(180px, 240px) auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 850;
}
.filter-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 12px 14px;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f3effd);
  border: 1px solid rgba(216, 228, 237, .95);
  box-shadow: var(--shadow-soft);
}
.filter-banner div {
  display: grid;
  gap: 3px;
}
.filter-banner strong {
  color: var(--ink);
}
.filter-banner span {
  color: var(--muted);
  font-weight: 750;
}
.pipeline-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.pipeline-pill {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f5f2fa);
  border: 1px solid rgba(216, 228, 237, .95);
  color: #334155;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
}
.pipeline-pill.active {
  background:
    linear-gradient(
      145deg,
      #815cf0,
      #6137d2);
  border-color: #7147e8;
  color: white;
  box-shadow: 7px 9px 18px rgba(16, 24, 39, .18);
}
.report-panels {
  margin: 16px 0;
}
.extracted-panel {
  grid-column: 1 / -1;
}
.extracted-panel pre {
  white-space: pre-wrap;
  max-height: 340px;
  overflow: auto;
  background: #f8f6fb;
  border: 1px solid rgba(225, 234, 241, .95);
  border-radius: 8px;
  padding: 14px;
  color: #334155;
  line-height: 1.45;
  box-shadow: var(--shadow-inset);
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 16px;
}
.chips span,
.chip-button {
  background:
    linear-gradient(
      145deg,
      #fbfaff,
      #eee8ff);
  border: 1px solid #dcd0ff;
  color: #5932c4;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}
.gap-chips span {
  background:
    linear-gradient(
      145deg,
      #fff8f8,
      #ffecec);
  border-color: #fecaca;
  color: #991b1b;
}
.chip-button.active {
  background:
    linear-gradient(
      145deg,
      #815cf0,
      #6137d2);
  border-color: var(--primary);
  color: white;
}
.tag-tools h3 {
  margin-top: 8px;
}
.row {
  padding: 10px 0;
  border-top: 1px solid var(--soft-line);
  color: #334155;
}
.user-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.empty {
  padding: 18px;
  color: #64748b;
  text-align: center;
}
.panel .empty,
.table-wrap .empty {
  background: rgba(255, 255, 255, .46);
  border-radius: 8px;
  box-shadow: var(--shadow-inset);
}
.upload-zone {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 218px;
  padding: 24px;
  border-style: dashed;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f4f0fb);
}
.upload-source {
  width: min(540px, 100%);
  margin: 0;
  text-align: left;
}
.filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.semantic-search {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 10px;
  margin-bottom: 12px;
}
.job-create-panel {
  margin-bottom: 18px;
}
.job-create-panel .panel-head-actions {
  align-items: flex-start;
  margin-bottom: 16px;
}
.job-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 12px;
}
.field-card {
  display: grid;
  align-content: start;
  gap: 6px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(216, 228, 237, .9);
  border-radius: 9px;
  background: rgba(250, 251, 253, .86);
}
.field-card > span {
  color: #26344d;
  font-size: 13px;
  font-weight: 900;
}
.field-card input,
.field-card select {
  margin: 0;
  background: white;
}
.field-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.skills-field {
  margin-top: 12px;
}
.skill-preview {
  margin: 2px 0 0;
}
.criteria-priority {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--soft-line);
}
.criteria-priority > p {
  margin: 4px 0 12px;
  color: var(--muted);
}
.company-mail-settings {
  margin-top: 16px;
}
.billing-actions {
  display: grid;
  gap: 12px;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(216, 228, 237, .95);
  border-radius: 9px;
  background: #f8fafc;
}
.billing-actions > button {
  justify-self: start;
}
.billing-upgrade-note {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #eee8ff;
  color: #5932c4;
}
.billing-upgrade-note span {
  color: #6f6780;
  font-size: 13px;
}
.billing-subscribe-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.billing-subscribe-form label {
  margin: 0;
}
.billing-subscribe-form input,
.billing-subscribe-form select {
  margin-bottom: 0;
}
.stripe-setup-layout {
  display: grid;
  grid-template-columns: minmax(540px, 1.4fr) minmax(300px, .6fr);
  gap: 16px;
  align-items: start;
}
.stripe-setup-panel .panel-head-actions {
  align-items: flex-start;
}
.stripe-setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 18px;
}
.stripe-setup-steps > div {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 11px;
  border-radius: 8px;
  background: #f5f2fa;
  color: #475569;
  font-size: 12px;
  line-height: 1.4;
}
.stripe-setup-steps strong {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--primary);
  color: white;
}
.stripe-diagnostic-panel {
  display: grid;
  gap: 8px;
}
.stripe-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px;
  border-radius: 8px;
  background: #eef4f7;
}
.stripe-check {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 9px 10px;
  border-top: 1px solid var(--soft-line);
}
.stripe-check > span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-weight: 900;
}
.stripe-check.complete > span {
  color: #166534;
  background: #dcfce7;
}
.stripe-check.pending > span {
  color: #991b1b;
  background: #fee2e2;
}
.stripe-check small {
  color: var(--muted);
}
.match-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}
.match-toolbar div {
  display: grid;
  gap: 3px;
  color: var(--muted);
}
.match-toolbar strong {
  color: var(--ink);
  font-size: 15px;
}
.matching-layout {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(360px, .92fr);
  gap: 16px;
  align-items: start;
}
.matching-list-panel,
.match-detail-panel {
  min-width: 0;
}
.match-table-head,
.match-candidate-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) 82px 92px minmax(130px, .9fr);
  gap: 12px;
  align-items: center;
}
.match-table-head {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 12px 8px;
  border-bottom: 1px solid var(--soft-line);
}
.match-candidate-list {
  display: grid;
  max-height: 620px;
  overflow: auto;
}
.match-candidate-row {
  width: 100%;
  text-align: left;
  border-radius: 8px;
  padding: 11px 12px;
  color: #334155;
  background: transparent;
  border-bottom: 1px solid var(--soft-line);
}
.match-candidate-row:hover,
.match-candidate-row.active {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f3effd);
  box-shadow: var(--shadow-soft);
}
.match-person {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.match-person strong,
.match-person small,
.match-candidate-row > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-person strong {
  color: var(--ink);
  font-size: 14px;
}
.match-person small {
  color: var(--muted);
  font-weight: 700;
}
.score-pill,
.fit-pill {
  justify-self: start;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}
.score-pill {
  color: #065f46;
  background: #dff7f3;
}
.fit-pill {
  color: #334155;
  background: #eef4f7;
}
.fit-alto {
  color: #065f46;
  background: #dcfce7;
}
.fit-medio {
  color: #854d0e;
  background: #fef3c7;
}
.fit-bajo {
  color: #991b1b;
  background: #fee2e2;
}
.match-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.match-summary-grid div {
  display: grid;
  gap: 5px;
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8f6fb);
  box-shadow: var(--shadow-inset);
}
.match-summary-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.match-summary-grid strong {
  color: var(--ink);
}
.match-detail-section {
  margin-top: 16px;
}
.match-detail-section h3 {
  margin-bottom: 8px;
}
.match-profile-heading {
  margin-bottom: 16px;
}
.match-profile-heading h3 {
  margin: 2px 0 0;
}
.match-status-actions {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(210px, 1.2fr);
  gap: 12px;
  align-items: end;
  margin: 4px 0 18px;
  padding: 14px;
  border: 1px solid #ded5f1;
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #fbf9ff,
      #f1ecfb);
}
.match-status-actions > div {
  display: grid;
  gap: 4px;
}
.match-status-actions span,
.match-status-actions label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.match-status-actions strong {
  color: var(--primary-dark);
  text-transform: capitalize;
}
.match-status-actions select {
  margin-top: 5px;
  text-transform: capitalize;
}
.match-status-actions > small {
  grid-column: 1 / -1;
  color: var(--muted);
}
.ranking-profile-grid .ranking-experience-panel {
  grid-column: 1 / -1;
}
.ranking-profile-grid .ranking-education-panel {
  grid-column: 1;
}
.ranking-profile-grid .ranking-languages-panel {
  grid-column: 2;
}
.profile-long-text {
  color: #465e66;
  line-height: 1.65;
  white-space: pre-line;
}
.experience-card {
  display: grid;
  gap: 8px;
  padding: 15px 0;
  border-bottom: 1px solid var(--soft-line);
}
.experience-card:last-child {
  border-bottom: 0;
}
.experience-card > div:first-child {
  display: grid;
  gap: 3px;
}
.experience-card > div:first-child strong {
  color: #14262d;
  font-size: 16px;
}
.experience-card > div:first-child span,
.experience-card > small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.experience-card p {
  margin: 2px 0;
  color: #465e66;
  line-height: 1.55;
}
.weight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}
.weight-card {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  background: var(--surface-clay);
  padding: 12px;
  display: grid;
  gap: 10px;
  box-shadow: var(--shadow-soft);
}
.weight-head {
  display: grid;
  gap: 5px;
}
.weight-head span {
  color: #26344d;
  font-size: 13px;
  font-weight: 900;
}
.weight-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.weight-card select {
  margin: 0;
  font-weight: 850;
}
.permissions-panel {
  max-width: 100%;
  margin-top: 16px;
}
.permission-role-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.permission-role-tabs button {
  background:
    linear-gradient(
      145deg,
      #f8fbfd,
      #eaf1f6);
  border: 1px solid rgba(216, 228, 237, .95);
  border-radius: 8px;
  color: #334155;
  font-weight: 850;
  padding: 9px 12px;
  box-shadow: var(--shadow-soft);
}
.permission-role-tabs button.active {
  background:
    linear-gradient(
      145deg,
      #182338,
      #0d1726);
  border-color: #101827;
  color: white;
}
.permission-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.permission-module-card {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  background: var(--surface-clay);
  padding: 12px;
  box-shadow: var(--shadow-soft);
}
.permission-module-card strong {
  display: block;
  margin-bottom: 8px;
  color: #26344d;
}
.permission-module-card.locked {
  opacity: .72;
  background: #f1f3f7;
}
.permission-module-card.locked > small {
  display: block;
  margin: -2px 0 8px;
  color: var(--muted);
}
.check-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}
.match-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.maintenance-panel {
  margin-top: 16px;
}
.maintenance-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(240px, .9fr) minmax(260px, 1fr) minmax(260px, 1fr);
  gap: 16px;
  align-items: start;
}
.report-actions {
  justify-content: flex-start;
  margin-bottom: 16px;
}
.table-wrap {
  padding: 0;
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 780px;
}
th,
td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid var(--soft-line);
  vertical-align: top;
}
th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--muted);
  background: #f8f6fb;
}
tbody tr:hover {
  background: rgba(255, 255, 255, .54);
}
.alert,
.success,
.notice {
  margin-top: 12px;
  border-radius: 8px;
  padding: 12px;
  line-height: 1.4;
  box-shadow: var(--shadow-soft);
}
.alert {
  border-left: 4px solid var(--danger);
  background: #fff1f2;
  color: #9f1239;
}
.success {
  border-left: 4px solid var(--primary);
  background: #ecfdf5;
  color: #065f46;
}
.notice {
  color: #6b4e16;
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.list {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--surface-clay);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}
.list-item > button {
  background: transparent;
  color: var(--ink);
  padding: 0;
  text-align: left;
  font-weight: 850;
}
.list-item span {
  color: var(--primary);
  font-weight: 850;
  margin-left: 10px;
}
.row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.upload-page {
  display: grid;
  gap: 18px;
}
.extension-promo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 19px 22px;
  border: 1px solid #dcd0f6;
  border-radius: 13px;
  background:
    linear-gradient(
      120deg,
      #fbf9ff,
      #f2edfc);
  box-shadow: var(--shadow-soft);
}
.extension-promo-card .page-eyebrow {
  color: #7045c8;
}
.extension-promo-card h3 {
  margin: 3px 0 5px;
  color: var(--ink);
}
.extension-promo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.extension-promo-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  color: #6540c4;
  border-radius: 14px;
  background: #e9dfff;
  box-shadow: inset 0 0 0 1px #dacaff;
}
.extension-install-button {
  white-space: nowrap;
}
.extension-guide-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(14, 10, 30, .62);
  backdrop-filter: blur(5px);
}
.extension-guide {
  width: min(720px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  background: #f8f7fb;
  box-shadow: 0 30px 90px rgba(20, 10, 45, .36);
}
.extension-guide-body {
  display: grid;
  gap: 18px;
  padding: 24px;
}
.extension-guide-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}
.extension-guide-heading h3 {
  margin: 0 0 4px;
}
.extension-guide-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.extension-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: extension-step;
}
.extension-steps li {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 12px 14px 12px 58px;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  background: white;
  counter-increment: extension-step;
}
.extension-steps li::before {
  content: counter(extension-step);
  position: absolute;
  left: 14px;
  top: 13px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: white;
  font-weight: 900;
  border-radius: 9px;
  background:
    linear-gradient(
      135deg,
      #6035dc,
      #8252ef);
}
.extension-steps span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.extension-steps button {
  justify-self: start;
  margin-top: 5px;
}
.extension-steps code {
  color: #5630b7;
  font-weight: 800;
}
.upload-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 190px;
  padding: 32px clamp(24px, 4vw, 48px);
  border-radius: 16px;
  color: white;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(173, 132, 255, .55),
      transparent 32%),
    linear-gradient(
      135deg,
      #15122b 0%,
      #3f218d 58%,
      #7346e7 100%);
  box-shadow: 0 24px 60px rgba(45, 25, 100, .22);
}
.upload-hero::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: 22%;
  bottom: -150px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}
.upload-hero h2 {
  margin: 4px 0 10px;
  font-size: clamp(28px, 3vw, 40px);
}
.upload-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.6;
}
.page-eyebrow {
  color: #d9c8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.upload-formats {
  position: relative;
  z-index: 1;
  flex: 0 0 220px;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}
.upload-formats span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}
.upload-workspace {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(480px, 1.2fr);
  gap: 18px;
  align-items: stretch;
}
.upload-drop-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 34px;
  text-align: center;
  border: 2px dashed #cbbceb;
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .92),
      rgba(244, 239, 252, .82));
  box-shadow: var(--shadow-soft);
}
.upload-drop-card h3 {
  margin: 0 0 6px;
  font-size: 21px;
}
.upload-drop-card p {
  margin: 0;
  color: var(--muted);
}
.upload-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--primary);
  border-radius: 18px;
  background: #eee7ff;
  box-shadow: inset 0 0 0 1px #dacbff;
}
.file-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.file-picker span {
  display: inline-flex;
  padding: 11px 18px;
  color: white;
  font-weight: 850;
  border-radius: 8px;
  cursor: pointer;
  background:
    linear-gradient(
      135deg,
      #6035dc,
      #7d4bf0);
  box-shadow: 0 8px 20px rgba(96, 53, 220, .24);
}
.upload-metadata-card {
  margin: 0;
  padding: 24px;
}
.upload-guidance {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px;
  color: #4c3b16;
  background: #fffbea;
  border: 1px solid #f4e1a1;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.45;
}
.upload-submit {
  margin-top: 16px;
}
.search-map-panel {
  margin: 18px 0;
  padding: 18px;
}
.search-map-panel .panel-head-actions {
  margin-bottom: 14px;
}
.search-map-panel .panel-head-actions h3 {
  margin: 0 0 4px;
}
.search-map-panel .panel-head-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.candidate-map-canvas {
  width: 100%;
  height: 430px;
  border: 1px solid var(--soft-line);
  border-radius: 12px;
  background: #eef2f5;
  overflow: hidden;
  z-index: 0;
}
.candidate-map-canvas .leaflet-control-attribution {
  font-size: 10px;
}
.map-privacy-note {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.4;
}
.three-col-settings {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
}
.password-panel {
  margin-top: 16px;
}
.password-panel > button {
  margin-top: 14px;
}
.build-badge {
  margin-top: auto;
  padding: 10px 12px;
  color: #8aa0bd;
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  overflow-wrap: anywhere;
}
@media (max-width: 1360px) {
  .admin-grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
  .companies-card,
  .company-form-card,
  .users-card,
  .user-form-card,
  .admin-edit-panel {
    grid-column: 1 / -1;
  }
  .admin-user-row {
    grid-template-columns: minmax(220px, 1fr) minmax(150px, .7fr) auto auto;
  }
  .admin-user-row > .row-actions {
    grid-column: 1 / -1;
  }
  .stripe-registration-row {
    grid-template-columns: minmax(220px, 1fr) minmax(150px, .7fr) auto;
  }
  .stripe-registration-reference {
    grid-column: 1 / -1;
  }
  .maintenance-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
  .matching-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .app-shell,
  .app-shell.sidebar-collapsed {
    grid-template-columns: 1fr;
  }
  aside {
    position: static;
    height: auto;
  }
  aside.collapsed {
    padding-inline: 12px;
  }
  .collapsed .sidebar-brand {
    justify-content: space-between;
  }
  .collapsed .logo {
    display: flex;
  }
  .collapsed .nav-label {
    display: initial;
  }
  .collapsed .sidebar-user-meta {
    display: grid;
  }
  .collapsed .build-badge {
    display: block;
  }
  .collapsed nav button,
  .collapsed .logout {
    justify-content: flex-start;
    padding-inline: 12px;
  }
  .collapsed .sidebar-user {
    justify-content: flex-start;
    padding: 6px;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .08);
  }
  nav {
    grid-template-columns: repeat(2, 1fr);
  }
  main {
    padding: 18px;
  }
  .stats-grid,
  .split,
  .filters,
  .detail-grid,
  .admin-grid,
  .form-grid,
  .weight-grid,
  .bulk-bar,
  .inline-form,
  .semantic-search,
  .account-settings-grid,
  .config-layout,
  .config-group-strip,
  .two-col-settings,
  .three-col-settings,
  .admin-overview,
  .job-criteria-grid,
  .billing-subscribe-form,
  .stripe-setup-layout,
  .stripe-setup-steps,
  .upload-workspace {
    grid-template-columns: 1fr;
  }
  .upload-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .upload-formats {
    width: 100%;
    flex-basis: auto;
  }
  .extension-promo-card {
    grid-template-columns: auto 1fr;
  }
  .extension-install-button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .candidate-profile-hero {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  .candidate-profile-status {
    grid-column: 1 / -1;
  }
  .candidate-main-panel,
  .candidate-side-panel,
  .candidate-files-panel,
  .experience-panel,
  .detail-grid > .extracted-panel:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .config-group-strip {
    column-count: 1;
  }
  .companies-card,
  .company-form-card,
  .users-card,
  .user-form-card,
  .admin-edit-panel {
    grid-column: auto;
  }
  .company-directory {
    grid-template-columns: 1fr;
  }
  .company-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-card-head {
    grid-template-columns: auto 1fr;
  }
  .company-card-head .plan-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .admin-user-row {
    display: flex;
  }
  .stripe-registration-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .page-head {
    display: block;
  }
  .user-row {
    align-items: stretch;
    flex-direction: column;
  }
  .list-item {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .row-actions {
    justify-content: stretch;
  }
  .row-actions button {
    flex: 1 1 160px;
  }
  .filter-banner {
    align-items: stretch;
    flex-direction: column;
  }
  .match-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .match-table-head {
    display: none;
  }
  .match-candidate-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .match-summary-grid {
    grid-template-columns: 1fr;
  }
  .match-status-actions {
    grid-template-columns: 1fr;
  }
  .ranking-profile-grid .ranking-education-panel,
  .ranking-profile-grid .ranking-languages-panel {
    grid-column: 1;
  }
  .dashboard-hero {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .dashboard-hero-total {
    width: 100%;
  }
  .dashboard-kpis {
    grid-template-columns: 1fr;
  }
  .dashboard-primary-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
  .dashboard-more .dashboard-charts,
  .dashboard-bottom-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-section-heading {
    align-items: start;
    flex-direction: column;
  }
  .admin-section-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .admin-section-tabs button {
    flex: 0 0 min(290px, 82vw);
  }
  .candidate-drawer-backdrop {
    padding: 0;
  }
  .candidate-drawer {
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
  }
  .candidate-drawer .detail-grid {
    padding: 12px;
  }
}
@media (max-width: 620px) {
  .dashboard-primary-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-hero {
    border-radius: 12px;
  }
  .dashboard-hero-total strong {
    font-size: 40px;
  }
  .dashboard-section-heading > small {
    display: none;
  }
  .candidate-drawer-toolbar {
    padding: 10px 12px;
  }
  .candidate-avatar--large {
    width: 82px;
    height: 82px;
  }
  .candidate-profile-hero {
    gap: 14px;
    padding: 17px;
  }
  .upload-hero {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .upload-drop-card {
    min-height: 250px;
    padding: 25px 18px;
  }
  .candidate-map-canvas {
    height: 340px;
  }
  .extension-promo-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .extension-promo-icon {
    justify-self: center;
  }
  .extension-install-button {
    grid-column: auto;
  }
  .extension-guide-backdrop {
    padding: 0;
  }
  .extension-guide {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
  .extension-guide-body {
    padding: 18px;
  }
}
@media (max-width: 820px) {
  .login-shell {
    padding: 20px 14px;
  }
  .login-card {
    min-height: auto;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .login-showcase {
    display: none;
  }
  .login-panel {
    padding: 30px clamp(22px, 7vw, 44px);
  }
  .login-mobile-brand {
    display: flex;
  }
}
@media (max-width: 480px) {
  .login-shell {
    padding: 0;
    place-items: stretch;
    background: #f7f5fb;
  }
  .login-card {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
  .login-panel {
    padding: 26px 20px;
  }
  .login-tabs {
    margin-bottom: 27px;
  }
  .login-panel-heading h2 {
    font-size: 25px;
  }
}
.public-application {
  max-width: 760px;
  margin: 40px auto;
  padding: 20px;
}
.public-application .panel {
  display: grid;
  gap: 18px;
}
.public-application form {
  display: grid;
  gap: 14px;
}
.public-application form label:not(.check-row) {
  display: grid;
  gap: 6px;
}
.public-application .logo {
  margin-bottom: 8px;
}
