@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@0,400;1,400&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/config/reset.scss */
html, body {
  overscroll-behavior: none;
  /* Chrome/Firefox */
}

/* line 10, app/assets/stylesheets/config/reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, app/assets/stylesheets/config/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, app/assets/stylesheets/config/reset.scss */
body {
  line-height: 1;
}

/* line 115, app/assets/stylesheets/config/reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, app/assets/stylesheets/config/reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, app/assets/stylesheets/config/reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, app/assets/stylesheets/config/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Overriding Chrome Autofill */
/* line 136, app/assets/stylesheets/config/reset.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
}

/* line 2, app/assets/stylesheets/config/dry.scss */
.display-none {
  display: none !important;
}

/* line 7, app/assets/stylesheets/config/dry.scss */
.flex {
  display: flex;
}

/* line 11, app/assets/stylesheets/config/dry.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/config/dry.scss */
.flex-column {
  display: flex;
  flex-direction: column;
}

/* line 22, app/assets/stylesheets/config/dry.scss */
.flex-row {
  display: flex;
  flex-direction: row;
}

/* line 27, app/assets/stylesheets/config/dry.scss */
.align-center {
  align-items: center;
}

/* line 31, app/assets/stylesheets/config/dry.scss */
.align-end {
  align-items: end;
}

/* line 35, app/assets/stylesheets/config/dry.scss */
.align-self-end {
  align-self: flex-end;
}

/* line 39, app/assets/stylesheets/config/dry.scss */
.justify-center {
  justify-content: center;
}

/* line 43, app/assets/stylesheets/config/dry.scss */
.justify-start {
  justify-content: flex-start !important;
}

/* line 47, app/assets/stylesheets/config/dry.scss */
.space-between {
  justify-content: space-between;
}

/* line 51, app/assets/stylesheets/config/dry.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 56, app/assets/stylesheets/config/dry.scss */
.absolute {
  position: absolute;
}

/* line 60, app/assets/stylesheets/config/dry.scss */
.align-middle {
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/config/dry.scss */
.monospace {
  font-family: Roboto Mono;
  font-size: 0.9em;
}

/* line 70, app/assets/stylesheets/config/dry.scss */
.bold {
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/config/dry.scss */
.italic {
  font-style: italic;
}

/* line 78, app/assets/stylesheets/config/dry.scss */
.center {
  text-align: center !important;
}

/* line 82, app/assets/stylesheets/config/dry.scss */
.thin {
  font-weight: 300;
}

/* line 86, app/assets/stylesheets/config/dry.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/config/dry.scss */
.no_wrap {
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/config/dry.scss */
.green {
  color: #47cea6;
}

/* line 98, app/assets/stylesheets/config/dry.scss */
.red {
  color: #dd4421;
}

/* line 102, app/assets/stylesheets/config/dry.scss */
.width100 {
  width: 100%;
}

/* line 106, app/assets/stylesheets/config/dry.scss */
.height100 {
  height: 100%;
}

/* line 110, app/assets/stylesheets/config/dry.scss */
.mb12 {
  margin-bottom: 12px !important;
}

/* line 114, app/assets/stylesheets/config/dry.scss */
.mb18 {
  margin-bottom: 18px !important;
}

/* line 118, app/assets/stylesheets/config/dry.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 122, app/assets/stylesheets/config/dry.scss */
.pr4 {
  padding-right: 4px !important;
}

/* line 126, app/assets/stylesheets/config/dry.scss */
.border-box {
  box-sizing: border-box;
}

/* line 131, app/assets/stylesheets/config/dry.scss */
.rotate-90 {
  transform: rotate(90deg);
}

/* line 1, app/assets/stylesheets/pages/home.scss */
body {
  background: #16152a;
  background-attachment: fixed;
  background-image: url(/assets/bg_vectors-be8eb6132e6e708ddffd8c389fe8cc213ecec4fbf3c0de4f2afd2697816598f0.svg);
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #c2c0ff;
  font-family: Instrument Sans;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}

/* line 19, app/assets/stylesheets/pages/home.scss */
h1,
.page-title {
  width: 100%;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
  margin: 0;
  font-family: 'Roboto Mono', monospace;
  font-weight: 600;
  font-size: clamp(20px, calc(2vw + 6px), 26px);
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #F6F0FF;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

/* line 45, app/assets/stylesheets/pages/home.scss */
h1::before,
.page-title::before {
  content: "\25AE";
  color: #f0b97c;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/pages/home.scss */
h1::after,
.page-title::after {
  content: ".";
  color: #f0b97c;
  text-shadow: 0 0 10px rgba(240, 185, 124, 0.6);
}

/* line 58, app/assets/stylesheets/pages/home.scss */
h1 .post_id,
.page-title .post_id {
  color: #9292C1;
  font-family: Roboto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: none;
}

/* line 70, app/assets/stylesheets/pages/home.scss */
h3 {
  color: #ffffff;
  font-family: Instrument Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 12px 16px;
  width: 100%;
}

/* line 81, app/assets/stylesheets/pages/home.scss */
a {
  color: #f0b97c;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 300;
}

/* line 88, app/assets/stylesheets/pages/home.scss */
p.alert,
p.notice {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ECE1FE;
  font-weight: 400;
  border-radius: 6px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 950;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 113, app/assets/stylesheets/pages/home.scss */
p.alert.glass_card .material-symbols-outlined {
  color: #d45858;
}

/* line 119, app/assets/stylesheets/pages/home.scss */
p.notice.glass_card .material-symbols-outlined {
  color: #47cea6;
}

/* line 124, app/assets/stylesheets/pages/home.scss */
.resource_text {
  text-transform: none;
  color: #c2c0ff;
}

/* line 129, app/assets/stylesheets/pages/home.scss */
hr {
  background-color: white;
  border: 0px;
  margin: 24px 0px;
  opacity: 0.4;
  width: 80%;
  height: 1px;
}

/* line 138, app/assets/stylesheets/pages/home.scss */
.page_container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}

/* line 145, app/assets/stylesheets/pages/home.scss */
.home_container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

/* line 156, app/assets/stylesheets/pages/home.scss */
.connection_container {
  background: linear-gradient(210.81deg, #19105d 16.71%, #170134 112.35%);
  box-shadow: -8px -8px 12px rgba(188, 190, 255, 0.6), 8px 8px 12px #000000;
  border-radius: 35px;
  max-width: 800px;
  padding: 50px 30px;
}

/* line 166, app/assets/stylesheets/pages/home.scss */
img.bg_home_left {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

/* line 174, app/assets/stylesheets/pages/home.scss */
img.profile_pic {
  border-radius: 8px;
  height: 42px;
  margin-right: 8px;
  object-fit: cover;
  width: 42px;
}

/* line 182, app/assets/stylesheets/pages/home.scss */
img.bg_home_right {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50%;
  z-index: -1;
}

/* line 190, app/assets/stylesheets/pages/home.scss */
.admin_button {
  margin-right: 20px;
}

/* line 194, app/assets/stylesheets/pages/home.scss */
p.copyright {
  color: #9292c1;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3685px;
  line-height: 17px;
  margin: 30px 0px;
  padding-left: 180px;
  text-align: center;
}

/* line 206, app/assets/stylesheets/pages/home.scss */
p.copyright.with_slim_navbar {
  padding-left: 80px;
}

/* line 210, app/assets/stylesheets/pages/home.scss */
p.copyright.with_no_navbar {
  padding-left: 0px;
}

/* line 214, app/assets/stylesheets/pages/home.scss */
.glass__canvas {
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
}

/* line 225, app/assets/stylesheets/pages/home.scss */
.glass_card__header {
  font-family: Instrument Sans;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
  color: #F6F0FF;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  backdrop-filter: blur(3px) saturate(120%);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
  overflow: clip;
  -webkit-backdrop-filter: blur(3px);
}

/* line 242, app/assets/stylesheets/pages/home.scss */
.glass_card__header.between {
  justify-content: space-between;
}

/* line 247, app/assets/stylesheets/pages/home.scss */
.glass_card__body {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
}

/* line 259, app/assets/stylesheets/pages/home.scss */
.results_table__container.glass_card__body {
  z-index: unset;
}

/* line 263, app/assets/stylesheets/pages/home.scss */
.glass_card__body.profiler {
  flex-direction: row;
}

/* line 267, app/assets/stylesheets/pages/home.scss */
.glass_card {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
}

/* line 282, app/assets/stylesheets/pages/home.scss */
.glass_card__light {
  backdrop-filter: blur(3px) saturate(120%);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  padding: 12px;
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
}

/* line 301, app/assets/stylesheets/pages/home.scss */
.glass_card__section {
  background-color: #16152A;
  flex: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}

/* line 311, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__container {
  width: 650px;
  border-radius: 15px;
  padding: 0px;
  margin-top: 12px;
}

/* line 318, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__header {
  color: #F6F0FF;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  padding: 0px 30px;
  letter-spacing: 0.4px;
  height: 62px;
  border-radius: 8px 8px 0px 0px;
}

/* line 329, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body {
  border-radius: 0px 0px 8px 8px !important;
  font-size: 14px;
  overflow: clip;
  padding: 10px;
}

/* line 335, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table {
  width: 100%;
}

/* line 339, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table th {
  color: #c2c0ff;
  flex-grow: 0;
  font-size: 10px;
  letter-spacing: unset;
  line-height: 12px;
  padding: 6px;
  text-align: left;
}

/* line 349, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table tr {
  border-color: #6f9eac80;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

/* line 355, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table tr:nth-child(4),
.cheat_sheet__body table tr:nth-child(8),
.cheat_sheet__body table tr:nth-child(10),
.cheat_sheet__body table tr:nth-child(14),
.cheat_sheet__body table tr:nth-child(18),
.cheat_sheet__body table tr:nth-child(22),
.cheat_sheet__body table tr:nth-child(26),
.cheat_sheet__body table tr:nth-child(30) {
  border-width: 0px;
}

/* line 366, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table td {
  font-weight: 300;
  line-height: 20px;
  padding: 8px 5px 8px 5px;
  color: #DAC3FE;
}

/* line 373, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table .material-symbols-outlined {
  color: #6b8eff;
}

/* line 377, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body table td:nth-child(1) {
  color: #c2c0ff;
  color: #ECE1FE;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  width: 90px;
}

/* line 387, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.monospace {
  color: white;
  font-size: 1em;
  font-weight: 500;
}

/* line 393, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.example {
  color: #9288A5;
  font-size: 10px;
  text-wrap: nowrap;
}

/* line 398, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body span.example .monospace {
  color: #C7A5FD;
  font-weight: 300;
  font-size: 12px;
  margin-left: 4px;
}

/* line 406, app/assets/stylesheets/pages/home.scss */
.cheat_sheet__body .material-symbols-outlined {
  position: relative;
  top: 4px;
  margin-right: 2px;
  font-size: 16px !important;
}

/* line 414, app/assets/stylesheets/pages/home.scss */
.category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 425, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x,
.scrollbar_mid_x,
.scrollbar_thick_x {
  overflow-x: auto;
}

/* line 431, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_y,
.scrollbar_mid_y,
.scrollbar_thick_y {
  overflow-y: auto;
}

/* line 438, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar {
  width: 12px;
  height: 2px !important;
}

/* line 443, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_y::-webkit-scrollbar {
  width: 2px;
  height: 12px;
}

/* line 448, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-track,
.scrollbar_thin_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 454, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-thumb,
.scrollbar_thin_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 2px;
}

/* line 460, app/assets/stylesheets/pages/home.scss */
.scrollbar_thin_x::-webkit-scrollbar-thumb:hover,
.scrollbar_thin_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 466, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar {
  width: 12px;
  height: 4px !important;
}

/* line 471, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_y::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}

/* line 476, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-track,
.scrollbar_mid_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 482, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-thumb,
.scrollbar_mid_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 1px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 492, app/assets/stylesheets/pages/home.scss */
.scrollbar_mid_x::-webkit-scrollbar-thumb:hover,
.scrollbar_mid_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 498, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar {
  width: 12px;
  height: 8px !important;
}

/* line 503, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_y::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

/* line 508, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-track,
.scrollbar_thick_y::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 4px;
}

/* line 514, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-thumb,
.scrollbar_thick_y::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 8px;
  border: 1.5px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 524, app/assets/stylesheets/pages/home.scss */
.scrollbar_thick_x::-webkit-scrollbar-thumb:hover,
.scrollbar_thick_y::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 529, app/assets/stylesheets/pages/home.scss */
.action_button {
  align-items: center;
  background: rgba(22, 21, 42, 0.5);
  border: 1px solid #6f9eac80;
  border-radius: 36px;
  color: #b6b5ef;
  cursor: pointer;
  display: flex;
  font-family: Instrument Sans;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 15px;
  padding: 0px 16px;
  width: auto;
  height: 36px;
}

/* line 548, app/assets/stylesheets/pages/home.scss */
.action_button:hover {
  border-color: rgba(227, 197, 157, 0.7);
  color: #e3c59d;
}

/* line 553, app/assets/stylesheets/pages/home.scss */
.action_button:disabled {
  pointer-events: none;
  color: #ffffff80;
  cursor: default;
}

/* line 558, app/assets/stylesheets/pages/home.scss */
.action_button:disabled:hover {
  border-color: #6f9eac80;
  color: #ffffff80;
}

/* line 564, app/assets/stylesheets/pages/home.scss */
.action_button span.material-symbols-outlined {
  font-size: 20px;
  margin-right: 5px;
}

/* line 569, app/assets/stylesheets/pages/home.scss */
.action_button span.material-symbols-outlined.spinning {
  animation: spin 1s linear infinite;
}

/* line 574, app/assets/stylesheets/pages/home.scss */
.break_str {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  /* line 579, app/assets/stylesheets/pages/home.scss */
  img.bg_home_left {
    width: 90%;
  }
  /* line 583, app/assets/stylesheets/pages/home.scss */
  img.bg_home_right {
    bottom: 0;
    width: 90%;
  }
}

/* line 1, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.glass_card {
  transition: 0.1s;
  padding: 0px !important;
  overflow: visible;
  z-index: 950;
}

/* line 8, app/assets/stylesheets/pages/left_nav.scss */
.left_nav {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px !important;
  border-width: 0px 1px 0px 0px !important;
  width: 180px;
  height: 100vh;
}

/* line 19, app/assets/stylesheets/pages/left_nav.scss */
.left_nav .usage {
  color: #e0e7ff;
  display: flex;
  font-family: Roboto Mono;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/pages/left_nav.scss */
.left_nav .limit_reached {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  max-width: 800px;
}

/* line 37, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__title {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #F6F0FF;
  text-decoration: none;
  white-space: nowrap;
  margin: 34px auto;
  text-align: center;
}

/* line 53, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__title::before {
  content: "[";
  color: #f0b97c;
}

/* line 57, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__title::after {
  content: "]";
  color: #f0b97c;
}

/* line 63, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__title:hover::before, .left_nav__title:hover::after {
  text-shadow: 0 0 10px rgba(240, 185, 124, 0.6);
}

/* line 67, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
}

/* line 77, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

/* line 83, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  color: #c2c0ff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  padding: 5px 15px;
  text-decoration: none;
  height: 40px;
}

/* line 97, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link img {
  width: 27px;
  height: 22px;
}

/* line 102, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link:hover {
  background: rgba(194, 192, 255, 0.3);
}

/* line 106, app/assets/stylesheets/pages/left_nav.scss */
.left_nav__link_container a.left_nav__link.active {
  background: rgba(194, 192, 255, 0.3);
  color: white;
}

/* line 113, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__container {
  position: relative;
  color: #c2c0ff;
  display: flex;
  flex-direction: column;
  font-family: Instrument Sans;
  font-size: 13px;
  font-weight: 600;
  z-index: 200;
}

/* line 125, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content {
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  align-self: center;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

/* line 135, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 141, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__content img:hover {
  background: rgba(194, 192, 255, 0.3);
  color: white !important;
}

/* line 148, app/assets/stylesheets/pages/left_nav.scss */
.preview-thumb {
  border-radius: 8px;
  border: 1px solid #6f9eac80;
  display: block;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

/* line 157, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu {
  position: absolute;
  left: -500px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  gap: 15px;
  min-width: 150px;
  opacity: 0;
  transition: visibility 0s 0.6s, opacity 0.5s;
}

/* line 173, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu__title {
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 178, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show {
  left: auto;
  right: -170px;
  bottom: 0px;
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 900;
  transition: opacity 0.5s ease-out, visibility 0s 0s;
}

/* line 192, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show .material-symbols-outlined {
  align-items: center;
  color: #8d8598;
  display: flex;
  font-size: 16px;
  margin-right: 4px;
  text-decoration: none;
  vertical-align: bottom;
}

/* line 202, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a,
.organization_nav__menu.show a:active,
.organization_nav__menu.show a:visited {
  align-items: center;
  color: #8d8598;
  display: flex;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a:last-of-type {
  padding-bottom: 0px;
}

/* line 215, app/assets/stylesheets/pages/left_nav.scss */
.organization_nav__menu.show a:hover {
  opacity: 0.8;
}

/* line 220, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map {
  width: 80px !important;
}

/* line 223, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map .left_nav__title {
  display: none;
}

/* line 227, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map .left_nav__items {
  margin-top: 110px;
}

/* line 231, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link {
  position: relative;
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  width: 30px;
  height: 50px;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}

/* line 247, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link img {
  width: 22px;
  height: 22px;
  transition: margin 0.2s ease-in-out;
}

/* line 253, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link .link_text {
  display: none;
  font-size: 14px;
  color: white;
  padding-left: 8px;
}

/* line 260, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering {
  background: #63608f;
  justify-content: flex-start;
  width: 130px;
}

/* line 265, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering img {
  margin-left: 10px;
}

/* line 269, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link.hovering .link_text {
  display: inline-block;
}

/* line 274, app/assets/stylesheets/pages/left_nav.scss */
.left_nav.with_map a.left_nav__link:not(.hovering) {
  transition: width 0.1s ease-in, background 0.1s ease-in;
}

/* line 1, app/assets/stylesheets/pages/admin.scss */
.back {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
  text-decoration: none;
  width: 100%;
}

/* line 10, app/assets/stylesheets/pages/admin.scss */
.back a,
.back a:active,
.back a:visited,
.back .material-icons {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/pages/admin.scss */
.back a:hover {
  color: rgba(255, 255, 255, 0.3);
}

/* line 25, app/assets/stylesheets/pages/admin.scss */
.back .material-icons {
  font-size: 16px;
  vertical-align: bottom;
}

/* line 31, app/assets/stylesheets/pages/admin.scss */
a.add_case {
  align-items: center;
  background: rgba(194, 192, 255, 0.3);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  border: 1px solid;
  border-color: #6f9eac80;
  color: #c2c0ff;
  cursor: pointer;
  display: flex;
  font-family: Instrument Sans;
  font-size: 13px;
  font-weight: 300;
  margin: 24px 12px 24px 0px;
  overflow: clip;
  padding: 8px 24px;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/pages/admin.scss */
a.add_case span.material-icons {
  font-size: 22px;
  margin-right: 8px;
}

/* line 56, app/assets/stylesheets/pages/admin.scss */
.admin_links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 62, app/assets/stylesheets/pages/admin.scss */
.admin_container {
  align-items: center;
  background-color: #eaebef;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  padding: 30px;
  width: 100%;
}

/* line 72, app/assets/stylesheets/pages/admin.scss */
.admin_container h1 {
  margin-bottom: 20px;
}

/* line 77, app/assets/stylesheets/pages/admin.scss */
.admin_container form input[type="text"],
.admin_container form input[type="email"],
.admin_container form input[type="password"],
.admin_container form input[type="url"],
.admin_container form input[type="tel"] {
  background-color: #ffffff;
}

/* line 85, app/assets/stylesheets/pages/admin.scss */
.admin_container form label {
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
}

/* line 95, app/assets/stylesheets/pages/admin.scss */
.main_container.edit_prompts {
  align-items: flex-start;
}

/* line 99, app/assets/stylesheets/pages/admin.scss */
#prompts_form {
  align-items: baseline;
  border-radius: 12px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1600px;
  padding: 30px;
}

/* line 111, app/assets/stylesheets/pages/admin.scss */
.glass_card.prompt_section {
  background: #1c1931;
  backdrop-filter: unset;
  border: none;
  border-radius: 12px !important;
}

/* line 118, app/assets/stylesheets/pages/admin.scss */
.form_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 30px;
}

/* line 125, app/assets/stylesheets/pages/admin.scss */
.form_group label {
  font-weight: 300;
  font-size: 17px;
}

/* line 129, app/assets/stylesheets/pages/admin.scss */
.form_group label .role_label {
  color: #f86cb8;
}

/* line 135, app/assets/stylesheets/pages/admin.scss */
.actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 144, app/assets/stylesheets/pages/admin.scss */
.ace_editor {
  width: 620px;
  background-color: #4b4a62 !important;
  border-radius: 8px;
  color: #e0e7ff !important;
}

/* line 152, app/assets/stylesheets/pages/admin.scss */
.ace_gutter {
  background-color: #151325 !important;
}

/* line 157, app/assets/stylesheets/pages/admin.scss */
.ace_gutter-active-line.ace_gutter-cell {
  background: #2f2a4e !important;
}

/* line 162, app/assets/stylesheets/pages/admin.scss */
.ace_active-line {
  background-color: #15132571 !important;
}

/* line 167, app/assets/stylesheets/pages/admin.scss */
.ace_gutter-cell {
  color: #c2c0ff;
}

/* line 172, app/assets/stylesheets/pages/admin.scss */
.ace_dynamic.ace_variable {
  color: #94b8ff;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/pages/admin.scss */
.ace_cursor {
  color: #f0b97c !important;
}

/* line 183, app/assets/stylesheets/pages/admin.scss */
.ace_editor .ace_selection,
.ace_editor .ace_multiselect .ace_selection {
  background: #794fbd !important;
}

/* line 189, app/assets/stylesheets/pages/admin.scss */
.ace_editor .ace_marker-layer .ace_selected-word {
  background: #794fbd !important;
}

@media screen and (max-width: 1746px) {
  /* line 195, app/assets/stylesheets/pages/admin.scss */
  #prompts_form {
    max-width: 800px;
    padding: 30px 80px;
  }
}

/* line 1, app/assets/stylesheets/pages/forms.scss */
::placeholder {
  color: #ffffff;
  font-weight: 200;
  opacity: 0.7;
}

/* line 7, app/assets/stylesheets/pages/forms.scss */
.user_session_container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 80px 0px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/pages/forms.scss */
form {
  display: flex;
  flex-direction: column;
}

/* line 19, app/assets/stylesheets/pages/forms.scss */
form h2 {
  font-family: Syncopate;
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/pages/forms.scss */
form select,
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea {
  border-width: 0px;
  border-radius: 43px;
  box-sizing: border-box;
  color: white;
  height: 50px;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 24px;
  min-width: 321px;
  padding-left: 20px;
}

/* line 46, app/assets/stylesheets/pages/forms.scss */
form select:-webkit-autofill, form select:-internal-autofill-selected,
form input[type="text"]:-webkit-autofill,
form input[type="text"]:-internal-autofill-selected,
form input[type="email"]:-webkit-autofill,
form input[type="email"]:-internal-autofill-selected,
form input[type="number"]:-webkit-autofill,
form input[type="number"]:-internal-autofill-selected,
form input[type="tel"]:-webkit-autofill,
form input[type="tel"]:-internal-autofill-selected,
form input[type="url"]:-webkit-autofill,
form input[type="url"]:-internal-autofill-selected,
form input[type="password"]:-webkit-autofill,
form input[type="password"]:-internal-autofill-selected,
form textarea:-webkit-autofill,
form textarea:-internal-autofill-selected {
  color: white;
}

/* line 51, app/assets/stylesheets/pages/forms.scss */
form select:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: none !important;
}

/* line 56, app/assets/stylesheets/pages/forms.scss */
form select:invalid {
  color: #c2c0ff;
}

/* line 60, app/assets/stylesheets/pages/forms.scss */
form input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 24px;
  height: 24px;
}

/* line 67, app/assets/stylesheets/pages/forms.scss */
form input[type="submit"] {
  background: rgba(194, 192, 255, 0.3);
  border-radius: 43px;
  border-width: 0px;
  border-radius: 43px;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Instrument Sans;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 29px;
  width: 100%;
}

/* line 83, app/assets/stylesheets/pages/forms.scss */
button[type="submit"] {
  align-items: center;
  background: rgba(194, 192, 255, 0.3);
  border-radius: 40px;
  border-width: 0px;
  color: #c2c0ff;
  cursor: pointer;
  display: flex;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 36px;
  text-wrap: nowrap;
}

/* line 98, app/assets/stylesheets/pages/forms.scss */
.standard_form {
  padding: 80px;
}

/* line 101, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: Instrument Sans;
  margin-bottom: 48px;
  text-align: center;
}

/* line 109, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header .form__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

/* line 116, app/assets/stylesheets/pages/forms.scss */
.standard_form .form__header .form__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.7;
}

/* line 125, app/assets/stylesheets/pages/forms.scss */
.standard_form form div.input {
  display: flex;
  flex-direction: column;
}

/* line 130, app/assets/stylesheets/pages/forms.scss */
.standard_form form div.input.boolean {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 0px 0px 1px 0px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

/* line 137, app/assets/stylesheets/pages/forms.scss */
.standard_form form label {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-weight: 600;
}

/* line 144, app/assets/stylesheets/pages/forms.scss */
.standard_form form select,
.standard_form form input[type="text"],
.standard_form form input[type="email"],
.standard_form form input[type="number"],
.standard_form form input[type="tel"],
.standard_form form input[type="url"],
.standard_form form input[type="password"],
.standard_form form textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  color: #ffffff;
  height: 56px;
  font-family: Instrument Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  opacity: 0.7;
  padding: 0px;
}

/* line 166, app/assets/stylesheets/pages/forms.scss */
.standard_form form select:autofill, .standard_form form select:-webkit-autofill, .standard_form form select:-internal-autofill-selected,
.standard_form form input[type="text"]:autofill,
.standard_form form input[type="text"]:-webkit-autofill,
.standard_form form input[type="text"]:-internal-autofill-selected,
.standard_form form input[type="email"]:autofill,
.standard_form form input[type="email"]:-webkit-autofill,
.standard_form form input[type="email"]:-internal-autofill-selected,
.standard_form form input[type="number"]:autofill,
.standard_form form input[type="number"]:-webkit-autofill,
.standard_form form input[type="number"]:-internal-autofill-selected,
.standard_form form input[type="tel"]:autofill,
.standard_form form input[type="tel"]:-webkit-autofill,
.standard_form form input[type="tel"]:-internal-autofill-selected,
.standard_form form input[type="url"]:autofill,
.standard_form form input[type="url"]:-webkit-autofill,
.standard_form form input[type="url"]:-internal-autofill-selected,
.standard_form form input[type="password"]:autofill,
.standard_form form input[type="password"]:-webkit-autofill,
.standard_form form input[type="password"]:-internal-autofill-selected,
.standard_form form textarea:autofill,
.standard_form form textarea:-webkit-autofill,
.standard_form form textarea:-internal-autofill-selected {
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}

/* line 176, app/assets/stylesheets/pages/forms.scss */
.standard_form form select:focus,
.standard_form form input[type="text"]:focus,
.standard_form form input[type="email"]:focus,
.standard_form form input[type="number"]:focus,
.standard_form form input[type="tel"]:focus,
.standard_form form input[type="url"]:focus,
.standard_form form input[type="password"]:focus,
.standard_form form textarea:focus {
  outline: none !important;
}

/* line 181, app/assets/stylesheets/pages/forms.scss */
.standard_form form textarea {
  margin-top: 12px;
  resize: none;
  height: initial;
}

/* line 187, app/assets/stylesheets/pages/forms.scss */
.standard_form form input[type="checkbox"] {
  margin: 0px 8px 0px 0px;
}

/* line 191, app/assets/stylesheets/pages/forms.scss */
.standard_form form input[type="submit"] {
  background: #a26cfc;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/pages/search.scss */
.main_container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 180px;
  max-width: 100%;
  padding: 32px;
  width: 100%;
  max-width: -webkit-fill-available;
  min-height: calc(100vh - 68px);
}

/* line 13, app/assets/stylesheets/pages/search.scss */
.main_container p.subtitle {
  margin: 6px 0 0;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #9292c1;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

/* line 26, app/assets/stylesheets/pages/search.scss */
.main_container.full_width {
  margin-left: 0px;
  width: 100%;
}

/* line 31, app/assets/stylesheets/pages/search.scss */
.main_container.slim_nav {
  margin-left: 80px;
  width: calc(100% - 80px);
}

/* line 36, app/assets/stylesheets/pages/search.scss */
.main_container.profiler_map {
  transition: 0.3s;
  width: 50%;
}

/* line 42, app/assets/stylesheets/pages/search.scss */
.search_header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-right: 64px;
  margin-bottom: 25px;
  width: -webkit-fill-available;
}

/* line 50, app/assets/stylesheets/pages/search.scss */
.search_header p.subtitle {
  margin: 6px 0 0;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #9292c1;
  line-height: 1.3;
}

/* line 63, app/assets/stylesheets/pages/search.scss */
.search_form__container {
  position: relative;
  z-index: 500;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 6px;
  margin-top: 24px;
  width: 100%;
  flex-wrap: wrap;
}

/* line 82, app/assets/stylesheets/pages/search.scss */
.search_form__container form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
}

/* line 92, app/assets/stylesheets/pages/search.scss */
.search_form__container #upload_trigger {
  width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(22, 21, 42, 0.55) !important;
  border: 1px dashed rgba(111, 158, 172, 0.5) !important;
  border-radius: 8px !important;
  color: #bcbeff !important;
}

/* line 108, app/assets/stylesheets/pages/search.scss */
.search_form__container #upload_trigger .material-symbols-outlined {
  font-size: 18px !important;
  margin: 0 !important;
}

/* line 113, app/assets/stylesheets/pages/search.scss */
.search_form__container #upload_trigger:hover {
  background: rgba(162, 108, 252, 0.1) !important;
  border-color: rgba(162, 108, 252, 0.55) !important;
  color: #f6f0ff !important;
}

/* line 121, app/assets/stylesheets/pages/search.scss */
.search_bar__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 40px !important;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
}

/* line 133, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown {
  border: 1px solid rgba(111, 158, 172, 0.35) !important;
  border-radius: 8px !important;
  background: rgba(22, 21, 42, 0.55) !important;
  height: 40px !important;
  width: auto !important;
  min-width: 170px;
}

/* line 141, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown__field {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 149, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown__display {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #e0e7ff;
  line-height: 1;
}

/* line 159, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown__display::before {
  content: 'Source';
  color: #8d8598;
  font-size: 10px;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* line 168, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown__display .dropdown__img {
  width: 16px;
  height: 16px;
  margin: 0;
}

/* line 175, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown__icon {
  color: #8d8598;
  font-size: 16px !important;
}

/* line 180, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option {
  display: flex;
  justify-content: start;
  padding: 6px 10px !important;
}

/* line 187, app/assets/stylesheets/pages/search.scss */
.dropdown_main__container.search_bar__dropdown.expanded {
  border-radius: 8px !important;
}

/* line 192, app/assets/stylesheets/pages/search.scss */
.search_bar {
  flex: 1 1 auto;
  flex-direction: row !important;
  align-items: center !important;
  display: flex !important;
  border: 1px solid rgba(111, 158, 172, 0.35) !important;
  background: rgba(22, 21, 42, 0.45) !important;
  border-radius: 8px !important;
  font-family: 'Roboto Mono', monospace;
  height: 50px !important;
  padding: 0 5px !important;
  margin-bottom: 0 !important;
  min-width: 0;
  overflow: hidden !important;
  position: relative;
  transition: border-color 150ms, box-shadow 150ms, background 150ms;
}

/* line 209, app/assets/stylesheets/pages/search.scss */
.search_bar:focus-within {
  border-color: rgba(162, 108, 252, 0.55) !important;
  background: rgba(22, 21, 42, 0.7) !important;
}

/* line 214, app/assets/stylesheets/pages/search.scss */
.search_bar img {
  margin-right: 12px;
  height: 14px;
}

/* line 219, app/assets/stylesheets/pages/search.scss */
.search_bar div.input {
  flex-grow: 1;
}

/* line 221, app/assets/stylesheets/pages/search.scss */
.search_bar input[type="text"],
.search_bar input[type="search"],
.search_bar input[type="email"],
.search_bar input[type="number"],
.search_bar input[type="tel"],
.search_bar input[type="url"] {
  flex: 1 1 auto;
  height: 100% !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #f6f0ff !important;
  font-family: 'Roboto Mono', monospace !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  min-width: 200px !important;
  width: 100%;
}

/* line 244, app/assets/stylesheets/pages/search.scss */
.search_bar input[type="text"]::placeholder,
.search_bar input[type="search"]::placeholder,
.search_bar input[type="email"]::placeholder,
.search_bar input[type="number"]::placeholder,
.search_bar input[type="tel"]::placeholder,
.search_bar input[type="url"]::placeholder {
  color: #8d8598;
  font-weight: 300;
}

/* line 247, app/assets/stylesheets/pages/search.scss */
.search_bar input[type="number"] {
  max-width: calc(100% - 20px);
}

/* line 249, app/assets/stylesheets/pages/search.scss */
.search_bar button[type="submit"] {
  height: 32px !important;
  width: auto !important;
  padding: 0 18px !important;
  margin: 4px 4px 4px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #a26cfc 0%, #7c3df0 100%) !important;
  border: 1px solid rgba(162, 108, 252, 0.7) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: 'Instrument Sans', system-ui, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(162, 108, 252, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  flex-shrink: 0;
}

/* line 270, app/assets/stylesheets/pages/search.scss */
.search_bar button[type="submit"]:disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.5;
}

/* line 278, app/assets/stylesheets/pages/search.scss */
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* line 285, app/assets/stylesheets/pages/search.scss */
.search_options__container {
  width: auto;
  align-items: center;
  display: flex;
  gap: 6px;
  margin-bottom: 0;
}

/* line 292, app/assets/stylesheets/pages/search.scss */
.search_options__container #upload_form {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 300, app/assets/stylesheets/pages/search.scss */
.search_options {
  border-radius: 50px !important;
  display: flex;
  flex: 2;
  gap: 16px !important;
  justify-content: space-evenly;
  padding: 0px 16px !important;
  height: 52px !important;
}

/* line 311, app/assets/stylesheets/pages/search.scss */
.publish_time {
  width: auto !important;
  min-width: 170px;
  height: 40px !important;
  border-radius: 8px !important;
  background: rgba(22, 21, 42, 0.55) !important;
  border: 1px solid rgba(111, 158, 172, 0.35) !important;
}

/* line 319, app/assets/stylesheets/pages/search.scss */
.publish_time .dropdown__field {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/pages/search.scss */
.publish_time .dropdown__display {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #e0e7ff;
  line-height: 1;
}

/* line 337, app/assets/stylesheets/pages/search.scss */
.publish_time .dropdown__display::before {
  content: 'Window';
  color: #8d8598;
  font-size: 10px;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* line 347, app/assets/stylesheets/pages/search.scss */
.publish_time .dropdown__icon {
  color: #8d8598;
  font-size: 16px !important;
}

/* line 353, app/assets/stylesheets/pages/search.scss */
.dropdown_main__container.publish_time.expanded {
  border-radius: 8px !important;
}

/* line 360, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_options__container,
.publish_time .dropdown_options__container {
  top: calc(100% + 6px) !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 220px;
  max-height: 280px;
  padding: 6px !important;
  background: rgba(22, 21, 42, 0.92) !important;
  border: 1px solid rgba(111, 158, 172, 0.35) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1000;
}

/* line 376, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option,
.publish_time .dropdown_option {
  min-height: auto !important;
  padding: 8px 10px !important;
  border-radius: 6px !important;
  width: 100% !important;
  margin: 0 !important;
  font-family: 'Roboto Mono', monospace !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  gap: 8px;
  background: transparent !important;
  transition: background 120ms, color 120ms;
}

/* line 389, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option:hover,
.publish_time .dropdown_option:hover {
  background: rgba(162, 108, 252, 0.1) !important;
  color: #f6f0ff !important;
}

/* line 394, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option.active, .search_bar__dropdown .dropdown_option.selected,
.publish_time .dropdown_option.active,
.publish_time .dropdown_option.selected {
  background: rgba(162, 108, 252, 0.18) !important;
  color: #f6f0ff !important;
}

/* line 400, app/assets/stylesheets/pages/search.scss */
.search_bar__dropdown .dropdown_option img,
.publish_time .dropdown_option img {
  height: 16px;
  width: 16px;
  object-fit: contain;
  margin: 0;
}

/* line 409, app/assets/stylesheets/pages/search.scss */
.search_option {
  align-items: center;
  border-radius: 27px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  font-size: 14px;
  gap: 10px;
  letter-spacing: 0.5px;
  line-height: 21px;
  justify-content: flex-start;
  text-align: center;
  text-transform: lowercase;
  margin: 0px;
}

/* line 426, app/assets/stylesheets/pages/search.scss */
.no_suggestions {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* line 433, app/assets/stylesheets/pages/search.scss */
img.search_illustration {
  max-width: 640px;
  width: 100%;
}

/* line 438, app/assets/stylesheets/pages/search.scss */
.enhanced_search_container {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

/* line 444, app/assets/stylesheets/pages/search.scss */
.enhanced_search,
.extended_search,
.ongoing_search {
  align-items: center;
  display: flex;
  color: #c2c0ff;
  font-family: Instrument Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-left: 0px;
  width: fit-content;
  width: 100%;
}

/* line 461, app/assets/stylesheets/pages/search.scss */
.enhanced_search img,
.extended_search img,
.ongoing_search img {
  margin-right: 15px;
  width: 25px;
}

/* line 466, app/assets/stylesheets/pages/search.scss */
.enhanced_search .text,
.extended_search .text,
.ongoing_search .text {
  color: #c2c0ff;
}

/* line 470, app/assets/stylesheets/pages/search.scss */
.enhanced_search .hidden,
.extended_search .hidden,
.ongoing_search .hidden {
  content-visibility: hidden;
}

/* line 475, app/assets/stylesheets/pages/search.scss */
.hidden {
  content-visibility: hidden;
}

/* line 479, app/assets/stylesheets/pages/search.scss */
.loading span {
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

/* line 486, app/assets/stylesheets/pages/search.scss */
.loading span:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 490, app/assets/stylesheets/pages/search.scss */
.loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 506, app/assets/stylesheets/pages/search.scss */
p.no_result {
  color: #c2c0ff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 24px 0px;
}

/* line 514, app/assets/stylesheets/pages/search.scss */
.results_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
}

/* line 523, app/assets/stylesheets/pages/search.scss */
.results_map {
  top: calc(50% - 80px);
  right: 0px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  transition: width 1s ease, height 0.5s ease, top 0.5s ease;
  z-index: 10;
  width: 80px;
  height: 100px;
}

/* line 542, app/assets/stylesheets/pages/search.scss */
.results_map #cyber_map {
  display: none;
}

/* line 546, app/assets/stylesheets/pages/search.scss */
.results_map:has(.comments_map_nav:not(.hidden)) {
  gap: 20px;
}

/* line 550, app/assets/stylesheets/pages/search.scss */
.results_map.expanded {
  top: 8px;
  border-left: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px 0px 0px 8px;
  overflow: visible;
  z-index: 900;
  flex-direction: row;
  padding: 0;
  width: 100%;
  height: calc(100vh - 16px);
}

/* line 563, app/assets/stylesheets/pages/search.scss */
.results_map.expanded #cyber_map {
  display: block;
}

/* line 567, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav {
  position: absolute;
  top: -1px;
  left: -52px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  min-width: auto;
  z-index: 900;
  width: 45px;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 588, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

/* line 597, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta:hover {
  color: white;
}

/* line 601, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav .map_cta .close_map_btn {
  font-size: 18px !important;
}

/* line 606, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .map_nav.comments_map_nav {
  top: 52px;
}

/* line 611, app/assets/stylesheets/pages/search.scss */
.results_map.expanded .comments_map_nav {
  top: 0px !important;
}

/* line 616, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px 0px 0px 8px;
  color: white;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 80px;
  width: 80px;
}

/* line 628, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav .chevrons {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* line 637, app/assets/stylesheets/pages/search.scss */
.results_map .map_nav span.map_cta {
  color: #c2c0ff;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  padding-top: 4px;
  text-align: center;
}

/* line 647, app/assets/stylesheets/pages/search.scss */
.results_map div#map {
  height: 100%;
  width: 100%;
}

/* line 652, app/assets/stylesheets/pages/search.scss */
.results_map .country_flag {
  padding-right: 6px;
  vertical-align: baseline;
}

/* line 658, app/assets/stylesheets/pages/search.scss */
.search_results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  transition: height 1s ease;
}

/* line 666, app/assets/stylesheets/pages/search.scss */
.results_category {
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 40px;
  padding: 0px;
  width: 100%;
}

/* line 673, app/assets/stylesheets/pages/search.scss */
.results_category.map_expanded {
  width: 95%;
}

/* line 677, app/assets/stylesheets/pages/search.scss */
.results_category .category_header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  font-family: Instrument Sans;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 36px;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
}

/* line 700, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container {
  box-sizing: border-box;
  overflow-x: scroll;
  width: 100%;
}

/* line 705, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container::-webkit-scrollbar {
  display: none;
}

/* line 709, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}

/* line 716, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 722, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table label {
  background: transparent;
  border: 1px solid white;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  margin: 2px 10px 0px 0px;
  width: 14px;
  height: 14px;
}

/* line 733, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table input[type="checkbox"]:checked + label {
  background: linear-gradient(45deg, rgba(248, 108, 184, 0.3) 0%, rgba(240, 185, 124, 0.6) 100%);
}

/* line 741, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table thead tr:first-of-type {
  border-width: 0px;
}

/* line 745, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table tr {
  border-color: #6f9eac80;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

/* line 751, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table tr:last-of-type {
  border-width: 0px;
}

/* line 756, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th {
  color: #c2c0ff;
  flex-grow: 0;
  font-size: 10px;
  letter-spacing: unset;
  line-height: 12px;
  padding: 25px 8px 12px 8px;
  text-align: left;
}

/* line 766, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table img.profile_pic {
  border-radius: 8px;
  height: 42px;
  margin-right: 8px;
  object-fit: cover;
  width: 42px;
}

/* line 774, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table img.logo {
  max-width: 42px;
  height: auto;
  max-height: 42px;
}

/* line 780, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td {
  padding: 8px;
  vertical-align: middle;
}

/* line 784, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td b {
  font-weight: 500;
  margin-right: 8px;
}

/* line 789, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td span.thin {
  color: #f0b97c;
  font-weight: 200;
}

/* line 795, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.action__td {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 801, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.search_type__td {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  gap: 5px;
  text-transform: uppercase;
}

/* line 810, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table .search_type__emoji {
  font-size: 14px;
}

/* line 814, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th:first-of-type,
.results_category .results_table__container table td:first-of-type {
  padding-left: 20px;
}

/* line 819, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table th:last-of-type,
.results_category .results_table__container table td:last-of-type {
  padding-right: 15px;
}

/* line 825, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.reference .post_id {
  color: #a26cfc;
  font-weight: 300;
}

/* line 831, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.thin {
  color: #c2c0ff;
}

/* line 835, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.wide {
  min-width: 150px;
}

/* line 839, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.coloured {
  color: #f0b97c;
}

/* line 843, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table td.bold {
  font-weight: 400;
}

/* line 847, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a.hidden {
  visibility: hidden;
}

/* line 851, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a,
.results_category .results_table__container table a:active,
.results_category .results_table__container table a:visited {
  color: #f0b97c;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

/* line 860, app/assets/stylesheets/pages/search.scss */
.results_category .results_table__container table a:hover {
  text-decoration: underline;
}

/* line 867, app/assets/stylesheets/pages/search.scss */
.result__title {
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 872, app/assets/stylesheets/pages/search.scss */
.result__desc {
  margin-bottom: 8px;
}

/* line 876, app/assets/stylesheets/pages/search.scss */
.save_block__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
}

/* line 883, app/assets/stylesheets/pages/search.scss */
#save_block {
  display: flex;
}

/* line 886, app/assets/stylesheets/pages/search.scss */
#save_block select {
  appearance: none;
  color: white;
  font-family: Instrument Sans;
  font-size: 13px;
  font-weight: 300;
  margin-right: 12px;
}

/* line 895, app/assets/stylesheets/pages/search.scss */
#save_block button {
  background: rgba(194, 192, 255, 0.3);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  border: 1px solid;
  border-color: #6f9eac80;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Instrument Sans;
  font-size: 13px;
  font-weight: 300;
  overflow: clip;
  padding: 5px 36px;
  text-wrap: nowrap;
}

/* line 913, app/assets/stylesheets/pages/search.scss */
.call_list__container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px 0px 24px 0px;
  width: -webkit-fill-available;
}

/* line 921, app/assets/stylesheets/pages/search.scss */
.call_list__container.analysis_call {
  margin-right: 0px;
}

/* line 925, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card {
  flex-grow: 1;
  padding: 0px;
}

/* line 928, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card .call_list__header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  flex-direction: row;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  padding-left: 30px;
  height: 42px;
}

/* line 949, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card .category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 959, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list {
  margin: 10px 20px;
  table-layout: auto;
}

/* line 963, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list th:first-child,
.call_list__container .call_list_card table#call_list td:first-child {
  width: 100%;
}

/* line 968, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list th,
.call_list__container .call_list_card table#call_list td {
  height: 25px;
}

/* line 973, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .call_name {
  font-family: 'Roboto Mono';
  font-weight: 600;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

/* line 980, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .call_name,
.call_list__container .call_list_card table#call_list .kw_expansion__list {
  color: #e0e7ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/* line 988, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .kw_expansion__list {
  font-weight: 200;
}

/* line 992, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_list_card table#call_list .call_status {
  text-align: center;
}

/* line 998, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv {
  align-items: center;
  background: rgba(162, 108, 252, 0.2);
  border: 1px solid rgba(162, 108, 252, 0.6);
  border-radius: 24px;
  box-sizing: border-box;
  color: #a26cfc;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin: 5px 0px 0px 20px;
  padding: 4px 10px;
  text-align: center;
  text-wrap: nowrap;
  min-width: 80px;
}

/* line 1015, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv.complete {
  background: rgba(191, 224, 224, 0.2);
  border: 1px solid rgba(191, 224, 224, 0.6);
  color: #bfe0e0;
}

/* line 1021, app/assets/stylesheets/pages/search.scss */
.call_list__container .call_adv.failed {
  background: rgba(248, 108, 184, 0.2);
  border: 1px solid rgba(248, 108, 184, 0.6);
  color: #f86cb8;
}

/* line 1029, app/assets/stylesheets/pages/search.scss */
.loader-line {
  background: linear-gradient(0deg, #16152a 0%, rgba(22, 21, 42, 0.38) 50%, #16152a 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 3px;
}

/* line 1043, app/assets/stylesheets/pages/search.scss */
.loader-line:before {
  position: absolute;
  left: -50%;
  animation: lineAnim 1s linear infinite;
  background: linear-gradient(0deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  border-radius: 20px;
  content: "";
  width: 40%;
  height: 3px;
}

/* line 1054, app/assets/stylesheets/pages/search.scss */
.country_flag {
  border-radius: 0px !important;
  vertical-align: middle;
  height: 14px;
}

/* line 1062, app/assets/stylesheets/pages/search.scss */
.monospace {
  font-family: 'Roboto Mono';
}

/* line 1067, app/assets/stylesheets/pages/search.scss */
#osint_results,
#epieos_results {
  width: 100%;
  margin-bottom: 40px;
  padding: 0px;
}

/* line 1073, app/assets/stylesheets/pages/search.scss */
#osint_results .category_header,
#epieos_results .category_header {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-width: 0px;
  color: #e0e7ff;
  clip-path: border-box;
  display: flex;
  font-family: Instrument Sans;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 36px;
  padding: 0px 30px;
  height: 62px;
  min-height: 62px;
}

/* line 1096, app/assets/stylesheets/pages/search.scss */
#osint_results .category_accent,
#epieos_results .category_accent {
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  height: 1px;
}

/* line 1106, app/assets/stylesheets/pages/search.scss */
#osint_results .results_display_container,
#epieos_results .results_display_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  transition: max-height 1s ease, padding 1.5s ease;
}

/* line 1113, app/assets/stylesheets/pages/search.scss */
#osint_results .results_display_container.collapsed,
#epieos_results .results_display_container.collapsed {
  max-height: 0px;
  padding: 0px;
}

/* line 1120, app/assets/stylesheets/pages/search.scss */
.results_display_container:has(> .osint_card:not(.hidden)):not(:has(> .osint_card:not(.hidden) ~ .osint_card:not(.hidden))) > .osint_card:not(.hidden) {
  flex: none;
  width: 666px !important;
}

/* line 1126, app/assets/stylesheets/pages/search.scss */
.osint_card {
  text-wrap: wrap;
  flex: 1;
  height: 290px;
  min-width: 470px;
  display: flex;
  flex-direction: column;
  background-color: #16152a;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: clip;
  padding: 12px;
}

/* line 1140, app/assets/stylesheets/pages/search.scss */
.top_section_container {
  display: flex;
  gap: 12px;
  flex: 1;
}

/* line 1145, app/assets/stylesheets/pages/search.scss */
.top_section_container .profile_picture {
  width: 130px;
  height: 130px;
  border-radius: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

/* line 1155, app/assets/stylesheets/pages/search.scss */
.top_left_section_container {
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 300px;
}

/* line 1163, app/assets/stylesheets/pages/search.scss */
.title_container {
  align-items: center;
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
}

/* line 1170, app/assets/stylesheets/pages/search.scss */
.title_container::-webkit-scrollbar {
  height: 1px !important;
}

/* line 1174, app/assets/stylesheets/pages/search.scss */
.title_container .logo {
  border-radius: 8px;
  height: 40px;
  width: auto;
}

/* line 1180, app/assets/stylesheets/pages/search.scss */
.title_container .title {
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  font-family: Syncopate;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 1197, app/assets/stylesheets/pages/search.scss */
.info_container {
  display: flex;
  flex-direction: column;
  max-height: 130px;
  flex: 1;
  padding-right: 8px;
}

/* line 1206, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box {
  border-bottom: 1px solid rgba(194, 192, 255, 0.246);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: -webkit-fill-available;
  padding: 7px 0px;
}

/* line 1214, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(194, 192, 255, 0.697);
  text-transform: capitalize;
}

/* line 1221, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text {
  font-size: 12px;
  font-weight: normal;
}

/* line 1226, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text_link {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 280px;
}

/* line 1236, app/assets/stylesheets/pages/search.scss */
.info_container .inner_container .info_box .info_text_link .material-symbols-outlined {
  font-size: 12px !important;
}

/* line 1244, app/assets/stylesheets/pages/search.scss */
.bottom_info_container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
}

/* line 1251, app/assets/stylesheets/pages/search.scss */
.bottom_info_box {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(194, 192, 255, 0.3);
  border-radius: 50px;
  padding: 3px 5px;
}

/* line 1259, app/assets/stylesheets/pages/search.scss */
.bottom_info_box .material-symbols-outlined {
  font-size: 14px;
  font-weight: bold;
}

/* line 1264, app/assets/stylesheets/pages/search.scss */
.bottom_info_box p {
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 1273, app/assets/stylesheets/pages/search.scss */
.view_account_link {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  margin-top: 12px;
  padding: 5px 10px;
  width: fit-content;
  text-decoration: none !important;
  border: 1px solid #dba971;
  border-radius: 50px;
  align-self: flex-end;
}

/* line 1286, app/assets/stylesheets/pages/search.scss */
.view_account_link span {
  display: inline-block;
  font-size: 11px !important;
}

/* line 1291, app/assets/stylesheets/pages/search.scss */
.view_account_link:hover {
  color: #dba971;
}

/* line 1296, app/assets/stylesheets/pages/search.scss */
.true {
  color: green;
}

/* line 1300, app/assets/stylesheets/pages/search.scss */
.false {
  color: red;
}

/* line 1304, app/assets/stylesheets/pages/search.scss */
.status {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* line 1311, app/assets/stylesheets/pages/search.scss */
.info_icon {
  position: relative;
  cursor: pointer;
  font-size: 14px !important;
  color: rgba(194, 192, 255, 0.697);
}

/* line 1317, app/assets/stylesheets/pages/search.scss */
.info_icon .tooltip_container {
  position: absolute;
  top: -45px;
  right: -45px;
  font-family: Instrument Sans;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 0.8rem;
  z-index: 10;
}

/* line 1330, app/assets/stylesheets/pages/search.scss */
.info_icon .tooltip_container.show_tooltip {
  opacity: 1 !important;
}

/* line 1335, app/assets/stylesheets/pages/search.scss */
.info_icon .error_tooltip {
  color: #ff6363;
  border: 1px solid #ff6363;
}

/* line 1340, app/assets/stylesheets/pages/search.scss */
.info_icon .notice_tooltip {
  color: rgba(194, 192, 255, 0.8);
  border: 1px solid rgba(194, 192, 255, 0.8);
}

/* line 1345, app/assets/stylesheets/pages/search.scss */
.info_icon .warning_tooltip {
  color: #ff9100;
  border: 1px solid #ff9100;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/pages/cases.scss */
.case__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/cases.scss */
.case__title h3 {
  margin: 0px 12px;
  width: fit-content;
}

/* line 14, app/assets/stylesheets/pages/cases.scss */
.search_category {
  align-items: center;
  background: linear-gradient(93.83deg, #A26CFC 2.14%, #F86CB8 47.59%, #F0B97C 91.39%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  font-family: Instrument Sans;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  opacity: 0.9;
  padding: 2px 16px;
  text-align: center;
  height: fit-content;
}

/* line 31, app/assets/stylesheets/pages/cases.scss */
.search_date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
}

/* line 38, app/assets/stylesheets/pages/cases.scss */
.action_container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 24px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/pages/author.scss */
.author_profile_summary {
  color: #b6b5ef;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.32px;
  line-height: 18px;
  margin-bottom: 6px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 0px 18px 0px;
}

/* line 14, app/assets/stylesheets/pages/author.scss */
.results_category .results_table__container {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  padding: 10px;
}

/* line 23, app/assets/stylesheets/pages/author.scss */
.results_table__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 30, app/assets/stylesheets/pages/author.scss */
.author_profile {
  align-items: center;
  border: 1px solid #6f9eac80;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

/* line 38, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background {
  position: relative;
  width: 100%;
  height: 90px;
}

/* line 43, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background.large {
  height: 200px;
}

/* line 47, app/assets/stylesheets/pages/author.scss */
.author_profile .profile_background .background_image {
  border-radius: 4px;
  margin-right: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 57, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__container {
  backdrop-filter: blur(10px) saturate(120%);
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.5) 0%, rgba(20, 7, 41, 0.5) 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0px 30px 18px 30px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__bottom_section {
  align-items: center;
  border-top: 1px solid #6f9eac80;
  display: flex;
  gap: 15px;
  padding: 0px;
  z-index: 2;
}

/* line 76, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__pic {
  height: -webkit-fill-available;
}

/* line 79, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__pic .profile_avatar {
  position: relative;
  bottom: 20px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  width: 130px;
  height: 130px;
}

/* line 90, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details {
  position: relative;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 800px;
  padding: 16px 12px 16px 0px;
}

/* line 100, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_nickname {
  color: #e0a15a;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  width: fit-content;
}

/* line 107, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_nickname:hover {
  text-decoration: underline;
}

/* line 112, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_uid {
  color: #cecef0;
  font-size: 13px;
  font-weight: normal;
}

/* line 118, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_signature {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
  color: #e0e0e0;
}

/* line 126, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__details .profile_id {
  font-weight: 300;
  line-height: 12px;
  color: #874bef;
  font-size: 11px;
}

/* line 134, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  padding-top: 16px;
}

/* line 142, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat {
  background: #16152A;
  border-radius: 8px;
  align-items: center;
  color: #e3e8f4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-around;
  padding: 20px;
  width: 40px;
  height: 40px;
}

/* line 155, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat .stat_label {
  font-size: 11px;
  color: #c2c0ff;
  letter-spacing: 0.3px;
}

/* line 161, app/assets/stylesheets/pages/author.scss */
.author_profile .author_profile__stats .stat .stat_number {
  font-size: 15px;
  font-weight: 400;
}

/* line 170, app/assets/stylesheets/pages/author.scss */
.results_category .authors_table .author_id {
  color: #c2c0ff;
  font-weight: 300;
}

/* line 176, app/assets/stylesheets/pages/author.scss */
.report_row .country_flag {
  margin-right: 4px;
}

/* line 180, app/assets/stylesheets/pages/author.scss */
.lookup_btn {
  display: flex;
  justify-content: center;
  width: fit-content;
}

/* line 185, app/assets/stylesheets/pages/author.scss */
.lookup_btn.analyze_all {
  margin-left: auto;
}

/* line 193, app/assets/stylesheets/pages/author.scss */
.author_profile .stat_element,
.authors .stat_element,
.col_music .stat_element {
  font-family: Roboto Mono;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

/* line 1, app/assets/stylesheets/pages/analysis.scss */
.other_page {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/analysis.scss */
#noReportsMessage {
  position: relative;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 200;
  padding: 20px 0px;
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/pages/analysis.scss */
#cyber_map {
  border-radius: 8px 0px 0px 8px;
}

/* line 21, app/assets/stylesheets/pages/analysis.scss */
.results_category table td.status {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/* line 26, app/assets/stylesheets/pages/analysis.scss */
.results_category table td.report {
  animation: fadeInOut 0.6s ease-in-out;
}

/* line 31, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis {
  width: 100%;
}

/* line 34, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis .results_category {
  align-items: center;
  margin-top: 24px;
  flex-wrap: nowrap;
  gap: 12px;
}

/* line 40, app/assets/stylesheets/pages/analysis.scss */
.analysis_container.multi_analysis .results_category .hidden {
  display: none;
}

/* line 46, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__container {
  backdrop-filter: blur(21px);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #16152477;
  border: 1px solid #6f9eac80;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  gap: 8px;
  justify-content: space-evenly;
  padding: 11px;
  width: 100%;
  margin-bottom: 15px;
}

/* line 65, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__container .main_section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 72, app/assets/stylesheets/pages/analysis.scss */
.post_analysis_actions__container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
}

/* line 78, app/assets/stylesheets/pages/analysis.scss */
.post_analysis_actions__container button.delete {
  width: 36px;
}

/* line 83, app/assets/stylesheets/pages/analysis.scss */
.post_analysis__sub_container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-evenly;
  width: 100%;
}

/* line 91, app/assets/stylesheets/pages/analysis.scss */
.object_detection__section {
  flex: 1;
}

/* line 95, app/assets/stylesheets/pages/analysis.scss */
.object_detection__section .sub_section__card .video_desc {
  font-size: 12px;
  white-space: pre-wrap;
}

/* line 102, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card {
  background-color: #0E0123;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: fit-content;
}

/* line 108, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .red_flag {
  color: #ff073a !important;
  -webkit-text-fill-color: initial;
}

/* line 112, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .red_flag::before, .sub_section__card .red_flag::after {
  color: #ff073a;
}

/* line 118, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content {
  padding: 16px;
}

/* line 121, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .tags_display {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 126, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .tags_display .tag {
  background: #b6b5ef4d;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  line-height: 15px;
  padding: 4px 8px;
}

/* line 137, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .transcript {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 12px;
}

/* line 144, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .ocr_list {
  color: #e0d5f3;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: lowercase !important;
}

/* line 153, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .no_result {
  color: #345d7c !important;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

/* line 163, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiments_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

/* line 170, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_line {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

/* line 176, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic {
  color: #a26cfc;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 18px;
  max-width: 70%;
}

/* line 187, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic__title {
  flex: 1;
}

/* line 191, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_topic__separator {
  color: #b6b5efb2;
  font-weight: 900;
  margin: 0px 8px;
}

/* line 197, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tags {
  color: #b6b5ef;
  display: flex;
  font-size: 13px;
  letter-spacing: 0.32px;
}

/* line 204, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag {
  padding-right: 6px;
}

/* line 207, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag.positive {
  color: #26E3AA;
}

/* line 211, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .sub_section__card__content .sentiment_tag.negative {
  color: #F86C88;
}

/* line 217, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1,
.sub_section__card h3 {
  font-weight: 100;
  margin: 0;
}

/* line 223, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 16px 0px 4px 16px;
  width: 90%;
}

/* line 234, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h1.simple {
  -webkit-text-fill-color: #b6b5ef;
}

/* line 239, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card h3 {
  color: #9288A5;
  font-size: 11px;
  letter-spacing: 0.64px;
  line-height: 16px;
  padding: 0 0 0 18px;
  text-transform: capitalize;
}

/* line 248, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card hr {
  width: 100%;
  background: linear-gradient(90deg, rgba(90, 87, 255, 0.8) 0%, rgba(248, 108, 184, 0.8) 50%);
  margin: 0.5rem 0 0 0;
}

/* line 254, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .llm_report_categories {
  align-items: center;
  border-bottom: 1px solid #b6b5ef37;
  color: #b6b5efb2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  padding: 0px 0px 8px 0px;
  white-space: nowrap;
}

/* line 265, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .llm_report_categories li {
  color: #e0e7ff;
  font-size: 13px;
  text-wrap: nowrap;
}

/* line 272, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card p {
  color: #e0d5f3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 20px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  overflow-wrap: anywhere;
}

/* line 286, app/assets/stylesheets/pages/analysis.scss */
.sub_section__card .conclusion .conclusion_label {
  color: #f86cb8;
  margin-bottom: 0.5rem;
}

/* line 293, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section {
  flex: 1;
}

/* line 296, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 8px 0px 0px 0px;
}

/* line 302, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container .labels_display__row {
  width: 100%;
  align-items: center;
  display: flex;
}

/* line 307, app/assets/stylesheets/pages/analysis.scss */
.post_labels_detection__section .labels_display__container .labels_display__row .label {
  align-items: center;
  background-color: #16152a;
  color: #e0e7ff;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  line-height: 15px;
}

/* line 321, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown,
.dropdown_main__container.post_actions_dropdown {
  height: 36px;
  min-height: 36px;
  font-size: 12px;
}

/* line 328, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_options__container,
.dropdown_main__container.post_actions_dropdown .dropdown_options__container {
  min-height: 36px;
}

/* line 332, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown__display,
.dropdown_main__container.post_actions_dropdown .dropdown__display {
  color: #DAC3FE;
}

/* line 335, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown__display .material-symbols-outlined,
.dropdown_main__container.post_actions_dropdown .dropdown__display .material-symbols-outlined {
  font-size: 20px !important;
}

/* line 340, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_option,
.dropdown_main__container.post_actions_dropdown .dropdown_option {
  font-size: 12px;
  height: 36px;
}

/* line 344, app/assets/stylesheets/pages/analysis.scss */
.dropdown_main__container.user_actions_dropdown .dropdown_option .material-symbols-outlined,
.dropdown_main__container.post_actions_dropdown .dropdown_option .material-symbols-outlined {
  font-size: 17px !important;
}

/* line 350, app/assets/stylesheets/pages/analysis.scss */
.remove_report_from_sentinel {
  color: #F86C88 !important;
}

/* line 355, app/assets/stylesheets/pages/analysis.scss */
.hidden {
  display: none !important;
}

/* line 359, app/assets/stylesheets/pages/analysis.scss */
.chat_button {
  position: fixed;
  bottom: 40px;
  right: 25px;
  padding: 15px;
  background: linear-gradient(148deg, #d0b100 0%, #d98a00 100%);
  color: #513364;
  cursor: pointer;
  border: 1px solid #bec3e8;
  border-radius: 100%;
}

/* line 375, app/assets/stylesheets/pages/analysis.scss */
.chat_button:hover {
  background-color: #f0ac00;
}

/* line 380, app/assets/stylesheets/pages/analysis.scss */
.chat_container {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 500px;
  height: 600px;
  background: #232141;
  border: 1px solid #c0c7ff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  font-family: Instrument Sans;
  transition: 0.25s;
  z-index: 900;
}

/* line 396, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized {
  width: 200px;
  height: 68px;
  overflow: hidden;
}

/* line 402, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_header .chatbot_window_controls_container {
  gap: 5px;
}

/* line 406, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_header .robot_face {
  display: none;
}

/* line 411, app/assets/stylesheets/pages/analysis.scss */
.chat_container.minimized .chat_content,
.chat_container.minimized .chat_input_container {
  display: none;
}

/* line 417, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header {
  position: relative;
  padding: 15px 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  color: #e0e7ffd7;
  box-shadow: rgba(0, 0, 0, 0.121) 0px 8px 15px, rgba(0, 0, 0, 0.126) 0px 6px 6px;
}

/* line 429, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .robot_face {
  color: #f0ac00;
  font-size: 40px;
}

/* line 434, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header #chatHeaderText {
  font-size: 12px;
  font-weight: 300;
}

/* line 439, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .robot_name {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #f0ac00;
}

/* line 446, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .chatbot_window_controls_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 455, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_header .chatbot_window_controls_container .close_chat_btn {
  cursor: pointer;
  font-size: 16px;
}

/* line 462, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
  line-height: 18px;
}

/* line 468, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_label {
  margin-bottom: 2px;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.4px;
  font-weight: 100;
  color: #afc2ff;
  margin-bottom: 2px;
}

/* line 478, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.user,
.chat_container .chat_content .chat_message.ai {
  padding: 12px;
  color: #e0e7ff;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
  line-height: 23px;
}

/* line 489, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.user {
  background-color: #16152a;
}

/* line 493, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.ai {
  color: #f0ac00;
  padding: 0px 5px;
  white-space: pre-wrap;
}

/* line 499, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .chat_message.error {
  color: #d32f2f;
}

/* line 503, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .loading_indicator {
  display: inline-block;
  width: 14px;
  height: 5px;
  font-size: 24px;
  position: relative;
  color: #f0ac00;
}

/* line 512, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content .loading_indicator::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  animation: loading-dots 1s steps(3, end) infinite;
}

/* line 525, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar {
  width: 10px;
  height: 2rem;
}

/* line 530, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 2px;
}

/* line 535, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 2px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 544, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 548, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #16152a;
  border-radius: 0px 0px 10px 10px;
}

/* line 556, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input {
  flex-grow: 1;
  background-color: transparent;
  color: #e0e7ff;
  font-size: 16px;
  border: none;
  padding: 15px;
  font-family: Instrument Sans;
}

/* line 566, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input:focus {
  outline: none !important;
}

/* line 570, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e0e7ffb1 !important;
}

/* line 578, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button {
  background-color: transparent;
  color: #f0ac00;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

/* line 586, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button .material-symbols-outlined {
  font-size: 32px !important;
}

/* line 590, app/assets/stylesheets/pages/analysis.scss */
.chat_container .chat_input_container button:hover {
  color: #ffb700;
}

/* line 596, app/assets/stylesheets/pages/analysis.scss */
.chat_container .category {
  font-weight: bold;
  margin-top: 10px;
}

/* line 601, app/assets/stylesheets/pages/analysis.scss */
.chat_container .subcategory {
  padding-left: 20px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

/* line 608, app/assets/stylesheets/pages/analysis.scss */
.chat_container .tab_space {
  display: inline-block;
  width: 30px;
}

/* line 613, app/assets/stylesheets/pages/analysis.scss */
.chat_container .category strong {
  font-size: 20px;
  /* Slightly larger font for emphasis */
}

/* line 617, app/assets/stylesheets/pages/analysis.scss */
.chat_container strong {
  font-weight: bold;
}

/* line 623, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button {
  position: fixed;
  bottom: 40px;
  right: 120px;
  font-size: 30px;
  background-color: #00000079;
  color: #e0e7ff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

/* line 640, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button:hover {
  background-color: #000000;
  border: 1px solid #6f9eac80;
}

/* line 646, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button.visible {
  opacity: 1;
  visibility: visible;
}

/* line 651, app/assets/stylesheets/pages/analysis.scss */
.scroll_to_top_button.hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes loading-dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box {
  font-family: Instrument Sans;
  box-sizing: border-box;
  font-size: 14px;
  min-width: 400px;
  max-height: 300px;
  overflow-y: auto;
  padding: 14px;
  position: relative;
  color: #e1e1e1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 800;
  /* Scrollbar styling */
  /* Styles for no suggestions */
}

/* line 17, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 22, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-track {
  background: rgba(182, 181, 239, 0.25);
  border-radius: 0px 0px 5px 0px;
}

/* line 27, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-thumb {
  background: rgba(182, 181, 239, 0.555);
  border-radius: 4px;
  border: 2px solid #524f71;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 35, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 181, 239, 0.75);
}

/* line 39, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 45, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
  padding: 10px;
  color: #b6b5ef;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(135, 118, 161, 0.524);
}

/* line 57, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item:last-child {
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item:hover {
  background-color: rgba(182, 181, 239, 0.25);
}

/* line 65, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .user_profile_img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

/* line 71, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item span {
  flex-grow: 1;
}

/* line 75, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .pin_img {
  width: 22px;
  height: 22px;
}

/* line 80, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .username {
  width: 70px;
}

/* line 84, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .content_count_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20px;
  height: 20px;
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #c2c0ff;
}

/* line 96, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .type_indicators {
  display: flex;
  justify-content: end;
  gap: 4px;
  max-width: 70px;
}

/* line 103, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .content_suggestion_item .type_indicator_circle {
  max-width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #c2c0ff;
  display: inline-block;
}

/* line 113, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestions_box .no_suggestions {
  text-align: center;
  color: rgba(182, 181, 239, 0.75);
  padding: 12px;
  font-style: italic;
}

/* line 122, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestion_item.profiler .suggestion_item_info__container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  gap: 20px;
}

/* line 129, app/assets/stylesheets/pages/map_partial.scss */
.content_suggestion_item.profiler .content_suggestion_item span {
  flex-grow: 0;
  width: fit-content;
}

/* Map filtering container */
/* line 136, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container {
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px 0px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-family: Instrument Sans;
  padding: 10px 14px;
  z-index: 800;
}

/* line 157, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container.hide {
  display: none;
}

/* line 161, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container.show {
  display: flex;
}

/* line 165, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn {
  cursor: pointer;
  display: flex;
  background-color: transparent;
  border: none;
  align-items: center;
  gap: 7px;
  padding: 10px 10px 10px 5px;
  color: #b6b5ef;
  border-radius: 5px;
  transition: background-color 0.3s;
}

/* line 177, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn:hover, .map_filter_container .map_filter_btn.active {
  background-color: rgba(255, 255, 255, 0.107);
}

/* line 182, app/assets/stylesheets/pages/map_partial.scss */
.map_filter_container .map_filter_btn .type_indicator_circle {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;
  border: 1px solid #c2c0ff;
}

/* line 191, app/assets/stylesheets/pages/map_partial.scss */
.open_map_filter_container_btn {
  position: absolute;
  padding: 5px;
  top: 80px;
  left: 5px;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* line 207, app/assets/stylesheets/pages/map_partial.scss */
.open_map_filter_container_btn:hover {
  color: white;
}

/* line 212, app/assets/stylesheets/pages/map_partial.scss */
.close_map_filter_container_btn {
  font-size: 14px !important;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/pages/map_partial.scss */
.close_map_filter_container_btn:hover {
  color: white;
}

/* line 221, app/assets/stylesheets/pages/map_partial.scss */
.filter_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

/* line 230, app/assets/stylesheets/pages/map_partial.scss */
.filter_item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 235, app/assets/stylesheets/pages/map_partial.scss */
.filter-pin {
  width: 24px;
  height: 40px;
}

/* line 240, app/assets/stylesheets/pages/map_partial.scss */
.hidden {
  display: none;
}

/* CSS for highlighting the selected content item */
/* line 245, app/assets/stylesheets/pages/map_partial.scss */
.highlighted_content_item {
  background: linear-gradient(152.97deg, rgba(240, 215, 255, 0.373) 0%, rgba(0, 0, 0, 0) 100%) !important;
  border: 1px solid #f0ba7cb0 !important;
  transition: background-color 0.3s ease, border 0.3s ease;
}

/* line 255, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker {
  position: relative;
  width: 40px;
  height: 40px;
  background: #c0c7ff;
  color: #232141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #232141;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  transform: translateY(-50px);
  overflow: visible;
  z-index: 1;
}

/* line 272, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker .number {
  font-size: 16px;
  font-weight: bold;
}

/* line 277, app/assets/stylesheets/pages/map_partial.scss */
.custom_pin_marker .point {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #232141;
}

/* line 291, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw {
  border: 1px solid rgba(111, 158, 172, 0.5);
  box-shadow: 0px 0px 30px 4px rgba(90, 87, 255, 0.8);
}

/* line 296, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div {
  background-color: transparent !important;
}

/* line 300, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div .address {
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  padding: 5px 10px 10px 10px;
}

/* line 309, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container .gm-title {
  padding: 0px 10px;
}

/* line 313, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container .gm-full-width {
  width: 160px !important;
}

/* line 317, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window div .address-line {
  background-color: transparent;
  color: #c0c7ff;
  margin-top: 5px;
}

/* line 323, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-chr {
  background-color: transparent !important;
}

/* line 327, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .transit-container div {
  background-color: #3c3b4d !important;
}

/* line 331, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-ch {
  height: 30px;
  background-color: transparent !important;
}

/* line 336, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-d {
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%) !important;
  overflow: hidden !important;
}

/* line 345, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-tc {
  height: 30px !important;
  position: relative !important;
}

/* line 349, app/assets/stylesheets/pages/map_partial.scss */
.gm-style-iw-tc::after {
  background: #b6b5ef !important;
}

/* line 354, app/assets/stylesheets/pages/map_partial.scss */
.gm-ui-hover-effect {
  background-color: #b6b5ef !important;
  height: fit-content !important;
  width: fit-content !important;
  padding: 5px !important;
  border-radius: 5px;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

/* line 364, app/assets/stylesheets/pages/map_partial.scss */
.gm-ui-hover-effect span {
  margin: 0px !important;
  width: 15px !important;
  height: 15px !important;
}

/* line 371, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c {
  background-color: #3c3b4d !important;
  border-radius: 15px !important;
  padding: 0px !important;
}

/* line 376, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header {
  position: absolute;
  top: 10px;
  left: 15px;
  align-items: baseline;
  color: #b6b5ef;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  z-index: 10;
  width: 85%;
}

/* line 391, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn {
  align-items: center;
  background-color: #b6b5ef !important;
  border-width: 0px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0.6;
  width: 25px;
  height: 25px;
}

/* line 404, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn .material-symbols-outlined {
  color: #000000;
  font-size: 16px;
}

/* line 409, app/assets/stylesheets/pages/map_partial.scss */
.gm-style .gm-style-iw-c .info_window__header .toggle_location_filter_btn:hover {
  opacity: 1;
}

/* line 416, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window gm-style .view-link {
  background-color: transparent !important;
  margin-top: 10px;
  padding: 10px;
}

/* line 422, app/assets/stylesheets/pages/map_partial.scss */
.poi-info-window a:link {
  display: inline-block;
  color: #f0ba7cb0 !important;
  margin: 10px;
  font-size: 10px !important;
  background-color: transparent !important;
}

/* line 430, app/assets/stylesheets/pages/map_partial.scss */
.yNHHyP-marker-view,
.GMAMP-maps-pin-view {
  cursor: pointer !important;
}

/* line 1, app/assets/stylesheets/pages/stats.scss */
.stats_main_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/stats.scss */
.top_buttons_container {
  margin-right: 24px;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/pages/stats.scss */
.week_select {
  width: 200px;
}

/* line 20, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container {
  flex-direction: row;
  justify-content: space-evenly;
  margin-right: 24px;
  padding: 20px;
}

/* line 26, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}

/* line 33, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_title {
  text-transform: uppercase;
  font-family: Syncopate;
  font-size: 14px;
  font-weight: 100;
  color: #b6b5ef;
}

/* line 41, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_number {
  color: white;
  font-family: Instrument Sans;
  font-weight: 300;
  font-size: 30px;
}

/* line 48, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text {
  font-size: 11px;
  font-weight: 300;
}

/* line 52, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text span:nth-child(1) {
  color: #b6b5ef;
  font-weight: 500;
}

/* line 57, app/assets/stylesheets/pages/stats.scss */
.overall_stats_container .overall_stat .stat_average_text .text {
  color: #bfe0e0;
  opacity: 0.7;
}

/* line 65, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  margin-right: 24px;
  width: -webkit-fill-available;
}

/* line 76, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  color: #e3d4e3;
  overflow: hidden;
}

/* line 84, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table thead {
  color: #b6b5ef;
}

/* line 88, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table th,
.stat_charts_container table td {
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
  overflow: clip;
  padding: 15px 0px;
  white-space: pre-wrap;
}

/* line 98, app/assets/stylesheets/pages/stats.scss */
.stat_charts_container table th {
  font-size: 12px;
}

/* line 104, app/assets/stylesheets/pages/stats.scss */
.top_locations_table td:nth-child(2) {
  font-weight: 200;
}

/* line 108, app/assets/stylesheets/pages/stats.scss */
.stats_main_container .number {
  color: #b6b5ef;
  font-family: Roboto Mono;
  text-align: end;
}

/* line 114, app/assets/stylesheets/pages/stats.scss */
.stats_main_container .align_right {
  text-align: end;
}

/* line 118, app/assets/stylesheets/pages/stats.scss */
.stats_main_container a.view_reports {
  background: rgba(194, 192, 255, 0.3);
  border-radius: 40px;
  border: 1.5px solid #c2c0ff;
  color: #c2c0ff;
  cursor: pointer;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 30px;
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/pages/stats.scss */
.stats_main_container a.view_reports:hover {
  color: #ffffff;
  border-color: white;
}

/* line 136, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container:nth-child(1),
.stat_chart_gradient_container:nth-child(2),
.stat_chart_gradient_container:nth-child(3) {
  grid-column: 1;
}

/* line 142, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container:nth-child(4) {
  grid-column: 2;
  grid-row: 1 / span 3;
}

/* line 147, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container {
  gap: 8px;
  padding: 8px;
  flex-direction: row;
}

/* line 153, app/assets/stylesheets/pages/stats.scss */
.stat_chart_gradient_container.heat_map {
  display: flex;
  flex-direction: column;
}

/* line 158, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.sentiment_score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 164, app/assets/stylesheets/pages/stats.scss */
.sub_section_container {
  position: relative;
  padding: 20px;
  background-color: #16152a;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  color: #e3d4e3;
  display: flex;
  flex: 1;
}

/* line 176, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.top_threats, .sub_section_container.sentiment_topics {
  display: flex;
  flex: 1;
}

/* line 182, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.all_threats, .sub_section_container.sentiment_score {
  height: 350px;
  padding: 20px;
}

/* line 187, app/assets/stylesheets/pages/stats.scss */
.sub_section_container.all_threats h2, .sub_section_container.sentiment_score h2 {
  padding: 0px 0px 20px 0px;
  width: -webkit-fill-available;
  margin-bottom: 0px;
}

/* line 194, app/assets/stylesheets/pages/stats.scss */
.sub_section_container h2 {
  font-family: Syncopate;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0px;
  color: #b6b5ef;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* line 206, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart,
#sentimentTopicsChart {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0px -30px;
  width: 130%;
  height: 100%;
}

/* line 217, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart div:nth-child(1),
#sentimentTopicsChart div:nth-child(1) {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 223, app/assets/stylesheets/pages/stats.scss */
#threatsTopicsChart div:nth-child(1) canvas,
#sentimentTopicsChart div:nth-child(1) canvas {
  scale: 0.9 !important;
  width: -webkit-fill-available !important;
  height: auto !important;
}

/* line 231, app/assets/stylesheets/pages/stats.scss */
.all_threats_table_container,
#sentimentScoreContainer {
  width: -webkit-fill-available;
}

/* line 236, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 8px 0px 0px;
}

/* line 242, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_topic {
  font-size: 15px;
  font-weight: 600;
  line-height: initial;
  margin: -2px 0px 2px 0px;
}

/* line 249, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity {
  color: #E0E7FF;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: capitalize;
}

/* line 256, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity.positive {
  color: #6F9EAC;
}

/* line 260, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .sentiment_polarity.negative {
  color: #F86CB8;
}

/* line 265, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer .post_text {
  color: #bfe0e0;
  opacity: 0.7;
}

/* line 271, app/assets/stylesheets/pages/stats.scss */
#sentimentScoreContainer canvas {
  top: 20px !important;
}

/* line 275, app/assets/stylesheets/pages/stats.scss */
.all_threats_table_container {
  padding: 0px 18px 0px 8px;
}

/* line 279, app/assets/stylesheets/pages/stats.scss */
.sentiment_score_sub_container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

/* line 290, app/assets/stylesheets/pages/stats.scss */
.sentiment_score .sentiment_gauge {
  position: relative;
  width: 120px;
  height: 80px;
}

/* line 296, app/assets/stylesheets/pages/stats.scss */
#weeklyThreatChart {
  width: 100%;
  height: 300px;
}

/* line 302, app/assets/stylesheets/pages/stats.scss */
#heatMapContainer {
  width: -webkit-fill-available;
  height: auto;
}

/* line 307, app/assets/stylesheets/pages/stats.scss */
.heatmap-legend {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
}

/* line 318, app/assets/stylesheets/pages/stats.scss */
.heat_map_container {
  position: relative;
  width: 100%;
  display: flex;
  flex-grow: 2;
  gap: 20px;
}

/* line 326, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* line 332, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_title {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  color: #e0e7ff;
  text-align: center;
}

/* line 340, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container {
  height: 100%;
  display: flex;
  gap: 10px;
}

/* line 345, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container .gradient_bar {
  height: 100%;
  width: 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #c6427d 0%, #13078a 100%);
  background: linear-gradient(to top, #c940c8, #f98e41, #ffd600);
}

/* line 363, app/assets/stylesheets/pages/stats.scss */
.gradient_bar_container .gradient_bar_and_labels_container .legend_labels {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 300;
  gap: 8px;
}

/* line 374, app/assets/stylesheets/pages/stats.scss */
.legend-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.8;
}

/* line 383, app/assets/stylesheets/pages/stats.scss */
.gmnoprint div {
  background-color: transparent !important;
}

/* line 388, app/assets/stylesheets/pages/stats.scss */
.gm-control-active,
.gm-svpc,
.gm-fullscreen-control,
.gm-style-mtc button[role="menuitemradio"] {
  background-color: #16152a !important;
  border-radius: 8px !important;
  border: 1.5px solid #5d5d79 !important;
  transition: 0.2s ease-in-out;
  color: #5d5d79 !important;
}

/* Hover effect */
/* line 400, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc button[role="menuitemradio"]:hover {
  color: #54546e !important;
}

/* line 404, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc button:active {
  color: #b6b5ef !important;
}

/* line 408, app/assets/stylesheets/pages/stats.scss */
.gm-control-active:nth-child(1) {
  margin-bottom: 5px !important;
}

/* line 412, app/assets/stylesheets/pages/stats.scss */
.gm-style-mtc:nth-child(1) {
  margin-right: 5px;
}

/* line 416, app/assets/stylesheets/pages/stats.scss */
.gm-control-active:hover,
.gm-svpc:hover,
.gm-fullscreen-control:hover,
.gm-style-mtc button[role="menuitemradio"]:hover {
  border: 1.5px solid #9543ff !important;
  background-color: #16152a !important;
  box-shadow: 0 0 5px #bf8dffd3, 0 0 10px #b67fffcd, 0 0 20px #b67fff9b !important;
}

/* line 428, app/assets/stylesheets/pages/stats.scss */
ul[role="menu"] {
  background-color: transparent !important;
}

/* line 430, app/assets/stylesheets/pages/stats.scss */
ul[role="menu"] span {
  color: #b6b5ef;
}

/* line 435, app/assets/stylesheets/pages/stats.scss */
.ssQIHO-checkbox-menu-item {
  background-color: #7d7ab2 !important;
  color: #30303f !important;
  border-radius: 8px !important;
  border: 1.5px solid #30303f !important;
}

@media (max-width: 1440px) {
  /* line 443, app/assets/stylesheets/pages/stats.scss */
  #threatsTopicsChart,
#sentimentTopicsChart {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0px -50px;
    width: 150%;
    height: 100%;
  }
  /* line 455, app/assets/stylesheets/pages/stats.scss */
  #threatsTopicsChart div:nth-child(1) canvas,
#sentimentTopicsChart div:nth-child(1) canvas {
    scale: 0.8 !important;
    width: -webkit-fill-available !important;
    height: auto !important;
  }
  /* line 464, app/assets/stylesheets/pages/stats.scss */
  .stat_charts_container table th,
.stat_charts_container table td {
    font-size: 12px;
    max-width: 300px;
  }
  /* line 470, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score_sub_container div p:nth-child(1) {
    font-size: 12px;
  }
  /* line 474, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score_sub_container div p:nth-child(2) {
    font-size: 10px;
  }
  /* line 478, app/assets/stylesheets/pages/stats.scss */
  .sentiment_score .sentiment_gauge {
    width: 60px;
    height: 60px;
  }
  /* line 483, app/assets/stylesheets/pages/stats.scss */
  .sub_section_container h2 {
    font-size: 15px;
  }
  /* line 488, app/assets/stylesheets/pages/stats.scss */
  #sentimentScoreContainer .sentiment_topic {
    font-size: 13px;
  }
  /* line 492, app/assets/stylesheets/pages/stats.scss */
  #sentimentScoreContainer .sentiment_polarity {
    font-size: 10px;
  }
}

/* line 2, app/assets/stylesheets/pages/profiles.scss */
.profiles_table_image {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 8, app/assets/stylesheets/pages/profiles.scss */
#profiles_table {
  table-layout: fixed;
  width: 100%;
}

/* line 12, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(1),
#profiles_table td:nth-child(1) {
  width: 0px !important;
  padding-left: 0px;
}

/* line 18, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(1) {
  padding-left: 10px;
}

/* line 22, app/assets/stylesheets/pages/profiles.scss */
#profiles_table td:nth-child(1) {
  padding-left: 10px;
}

/* line 26, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(2),
#profiles_table td:nth-child(2) {
  width: 0px !important;
}

/* line 31, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(3),
#profiles_table td:nth-child(3) {
  width: 0px;
}

/* line 36, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(4) {
  width: 100px !important;
}

/* line 40, app/assets/stylesheets/pages/profiles.scss */
#profiles_table td:nth-child(4) {
  width: 400px !important;
}

/* line 44, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(5),
#profiles_table td:nth-child(5) {
  width: 4px;
}

/* line 49, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(6),
#profiles_table td:nth-child(6) {
  width: 4px;
}

/* line 54, app/assets/stylesheets/pages/profiles.scss */
#profiles_table th:nth-child(7),
#profiles_table td:nth-child(7) {
  width: 0px;
}

/* line 61, app/assets/stylesheets/pages/profiles.scss */
.tab_panel {
  width: 100%;
}

/* line 66, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections thead th {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

/* line 72, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections thead th:hover span {
  color: #f0b97c;
}

/* line 77, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections thead th .sort_indicator {
  font-size: 12px;
  opacity: 0.7;
  margin-left: 4px;
}

/* line 84, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(1),
.results_table__container.results__page.profiles_connections td:nth-child(1) {
  width: 0px !important;
}

/* line 86, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(1) .user_container,
.results_table__container.results__page.profiles_connections td:nth-child(1) .user_container {
  display: flex;
  gap: 10px;
}

/* line 90, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(1) .user_nickname,
.results_table__container.results__page.profiles_connections td:nth-child(1) .user_nickname {
  color: #b1b1b1;
  font-size: 10px;
}

/* line 98, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(2),
.results_table__container.results__page.profiles_connections td:nth-child(2) {
  width: 0px;
}

/* line 103, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(3) {
  width: 500px !important;
}

/* line 108, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections td:nth-child(3) {
  width: 400px !important;
}

/* line 112, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(4),
.results_table__container.results__page.profiles_connections td:nth-child(4) {
  width: 4px;
}

/* line 117, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(5),
.results_table__container.results__page.profiles_connections td:nth-child(5) {
  width: 4px;
}

/* line 122, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections th:nth-child(6),
.results_table__container.results__page.profiles_connections td:nth-child(6),
.results_table__container.results__page.profiles_connections th:nth-child(7),
.results_table__container.results__page.profiles_connections td:nth-child(7),
.results_table__container.results__page.profiles_connections th:nth-child(8),
.results_table__container.results__page.profiles_connections td:nth-child(8),
.results_table__container.results__page.profiles_connections th:nth-child(9),
.results_table__container.results__page.profiles_connections td:nth-child(9),
.results_table__container.results__page.profiles_connections th:nth-child(10),
.results_table__container.results__page.profiles_connections td:nth-child(10),
.results_table__container.results__page.profiles_connections th:nth-child(11),
.results_table__container.results__page.profiles_connections td:nth-child(11) {
  width: 0px !important;
}

/* line 137, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections .check {
  color: #26e3aa;
}

/* line 141, app/assets/stylesheets/pages/profiles.scss */
.results_table__container.results__page.profiles_connections .x {
  color: #f86c88;
}

/* line 148, app/assets/stylesheets/pages/profiles.scss */
.post_analysis__container hr {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  margin: 4px 0px 4px 0px;
}

/* line 156, app/assets/stylesheets/pages/profiles.scss */
.report_tabs__container {
  position: relative;
  display: flex;
  height: 70px;
  padding-bottom: 3px;
}

/* line 163, app/assets/stylesheets/pages/profiles.scss */
.report_tab_btn:first-child {
  border-top-left-radius: 14px;
}

/* line 167, app/assets/stylesheets/pages/profiles.scss */
.report_panel {
  width: 100%;
  position: relative;
  display: none;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

/* line 174, app/assets/stylesheets/pages/profiles.scss */
.report_panel.active {
  display: block;
}

/* line 178, app/assets/stylesheets/pages/profiles.scss */
.report_panel.slide-in-left {
  animation-name: slideInLeft;
}

/* line 182, app/assets/stylesheets/pages/profiles.scss */
.report_panel.slide-in-right {
  animation-name: slideInRight;
}

/* line 186, app/assets/stylesheets/pages/profiles.scss */
.report_panel.slide-out-left {
  animation-name: slideOutLeft;
}

/* line 190, app/assets/stylesheets/pages/profiles.scss */
.report_panel.slide-out-right {
  animation-name: slideOutRight;
}

/* line 195, app/assets/stylesheets/pages/profiles.scss */
.connections_table_location {
  display: flex;
  align-items: center;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* line 245, app/assets/stylesheets/pages/profiles.scss */
.deep_scan_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #7623FB;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px 2px 5px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 0 8px rgba(118, 35, 251, 0.45);
}

/* line 260, app/assets/stylesheets/pages/profiles.scss */
.deep_scan_badge .material-symbols-outlined {
  font-size: 14px;
  line-height: 1;
}

/* line 266, app/assets/stylesheets/pages/profiles.scss */
.deep_scan_btn_wrapper {
  display: inline-flex;
  cursor: default;
}

/* line 1, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_layout {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

/* line 9, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_list__main_container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* line 15, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_layout.maximized .connections_list_column {
  flex-basis: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_layout.maximized .connections_graph_column {
  flex-basis: 100%;
}

/* line 27, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.tab_filters.connections .filtering_container {
  padding-top: 16px;
  border-bottom: 1px solid #6f9eac80;
  width: unset !important;
}

/* line 34, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column .glass_card__body {
  height: 100vh;
}

/* line 38, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_list_column {
  flex-basis: 50%;
  min-width: 0;
  transition: flex-basis 0.35s ease, opacity 0.35s ease;
  transform-origin: left center;
}

/* line 44, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_list_column .results_table__container {
  overflow-y: auto;
}

/* line 49, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_layout:has(.connections_graph_column.collapsed)
.connections_list_column {
  flex-basis: calc(100% - 50px);
}

/* line 54, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column {
  flex-basis: 50%;
  min-width: 0;
  transition: flex-basis 0.35s ease;
  transform-origin: right center;
}

/* line 60, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed {
  flex: 0 0 50px;
  min-width: 50px;
  cursor: pointer;
  transition: flex-basis 0.2s ease;
}

/* line 66, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed:hover {
  background-color: rgba(111, 158, 172, 0.15);
}

/* line 70, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed .glass_card__body,
.connections_graph_column.collapsed .category_accent {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* line 78, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed .glass_card__header {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 10px;
  height: 700px;
  justify-content: center;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed .glass_card__header:hover {
  color: #f0b97c;
}

/* line 91, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column.collapsed .graph_action_btns__container {
  display: none;
}

/* line 96, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column .glass_card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 103, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.connections_graph_column:not(.collapsed) .glass_card__body,
.connections_graph_column:not(.collapsed) .category_accent {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 110, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_action_btns__container {
  display: flex;
  gap: 10px;
}

/* line 115, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_container_base, #sentinelConnectionsGraphContainer, #connectionsGraphContainer {
  background: rgba(20, 7, 41, 0.671);
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 122, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_container_base > div:not(.nav_controls_overlay):not(.graph_loading_indicator), #sentinelConnectionsGraphContainer > div:not(.nav_controls_overlay):not(.graph_loading_indicator), #connectionsGraphContainer > div:not(.nav_controls_overlay):not(.graph_loading_indicator) {
  z-index: 1;
}

/* line 132, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_loading_indicator {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #18033a;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid rgba(111, 158, 172, 0.5);
  color: white;
  font-size: 13px;
  z-index: 1000;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* line 147, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_loading_indicator .loading_text {
  margin-bottom: 10px;
}

/* line 151, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_loading_indicator .loading_bar {
  width: 200px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

/* line 159, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_loading_indicator .loading_progress {
  width: 0%;
  height: 100%;
  background: #f0b97c;
  border-radius: 3px;
  transition: width 0.15s ease;
}

/* line 169, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #fff;
  background: #A26CFC;
  border: 1px solid rgba(162, 108, 252, 0.85);
  box-shadow: 0 0 20px rgba(162, 108, 252, 0.45), 0 0 40px rgba(100, 60, 200, 0.2), 0 4px 12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
  cursor: pointer;
}

/* line 191, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn .material-symbols-outlined {
  font-size: 18px;
  color: #fff;
  transition: transform 0.6s ease;
}

/* line 198, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn .deep_scan_btn__glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: deep_scan_shimmer 3s ease-in-out infinite;
  pointer-events: none;
  border-radius: inherit;
}

/* line 213, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:not(:disabled):hover {
  background: #b98afd;
  border-color: rgba(220, 190, 255, 0.9);
  box-shadow: 0 0 28px rgba(162, 108, 252, 0.7), 0 0 50px rgba(130, 60, 220, 0.3), 0 4px 14px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

/* line 223, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:not(:disabled):hover .material-symbols-outlined {
  transform: rotate(360deg);
}

/* line 227, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:not(:disabled):hover .deep_scan_btn__glow {
  animation: none;
  opacity: 0;
}

/* line 233, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:not(:disabled):active {
  background: #A26CFC;
  box-shadow: 0 0 10px rgba(162, 108, 252, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* line 240, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:disabled {
  background: #A26CFC;
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 245, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn:disabled .deep_scan_btn__glow {
  animation: none;
}

/* line 250, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.loading {
  pointer-events: none;
}

/* line 253, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.loading .material-symbols-outlined {
  animation: spin 1.2s linear infinite;
}

/* line 257, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.loading .deep_scan_btn__glow {
  animation: deep_scan_shimmer 1s ease-in-out infinite;
}

/* line 263, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-pending {
  pointer-events: none;
  opacity: 0.7;
}

/* line 267, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-pending .deep_scan_btn__glow {
  animation: none;
  opacity: 0;
}

/* line 271, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-processing {
  pointer-events: none;
  animation: deep_scan_pulse 2s ease-in-out infinite;
}

/* line 275, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-processing .material-symbols-outlined {
  animation: spin 2s linear infinite;
}

/* line 279, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-processing .deep_scan_btn__glow {
  animation: none;
  opacity: 0;
}

/* line 283, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-completed {
  background: #7623FB;
  border-color: rgba(162, 108, 252, 0.6);
  box-shadow: 0 0 14px rgba(162, 108, 252, 0.3), 0 2px 6px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 291, app/assets/stylesheets/pages/profiles_connections_graph.scss */
button.action_btn.deep_scan_btn.ds-completed .deep_scan_btn__glow {
  animation: none;
  opacity: 0;
}

@keyframes deep_scan_shimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

@keyframes deep_scan_pulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(162, 108, 252, 0.2), 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 22px rgba(162, 108, 252, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}

/* line 308, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_layout__btn.loading .material-symbols-outlined {
  animation: spin 1s linear infinite;
}

/* line 315, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: default !important;
}

/* line 326, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_overlay *:not(button):not(span) {
  cursor: default !important;
}

/* line 331, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_overlay button,
.nav_controls_overlay button * {
  cursor: pointer !important;
}

/* line 337, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

/* line 348, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* line 353, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_toggle span {
  font-size: 24px;
}

/* line 358, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel {
  background: rgba(15, 5, 30, 0.95);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* line 370, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel.hidden {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* line 377, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel:not(.hidden) {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

/* line 384, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* line 390, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_grid .nav_row {
  display: flex;
  justify-content: center;
  gap: 6px;
}

/* line 395, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_grid .nav_row.nav_middle {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 402, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_grid .graph_control__btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 410, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_grid .graph_control__btn span {
  font-size: 20px;
}

/* line 416, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel .zoom_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(111, 158, 172, 0.3);
}

/* line 424, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel .zoom_controls button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 432, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.nav_controls_panel .zoom_controls button span {
  font-size: 20px;
}

/* line 438, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.glass_card__body.connections_graph {
  padding: 0px;
}

/* line 443, app/assets/stylesheets/pages/profiles_connections_graph.scss */
#connections_table tbody tr {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 447, app/assets/stylesheets/pages/profiles_connections_graph.scss */
#connections_table tbody tr:hover {
  background-color: rgba(33, 150, 243, 0.1);
}

/* line 451, app/assets/stylesheets/pages/profiles_connections_graph.scss */
#connections_table tbody tr.selected {
  background-color: rgba(33, 150, 243, 0.2);
  border-left: 3px solid #2196f3;
}

/* line 457, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.graph_controls__container {
  padding: 16px;
  font-weight: 300;
  border-bottom: 1px solid #6f9eac80;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 468, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 475, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group label {
  font-size: 14px;
  font-weight: 200;
  margin: 0;
}

/* line 482, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.btn_group {
  display: flex;
  gap: 8px;
}

/* line 488, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.custom_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-width: 150px;
  height: 38px;
  user-select: none;
  overflow: visible;
}

/* line 498, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.custom_slider_track {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, rgba(98, 85, 120, 0.4) 0%, rgba(111, 158, 172, 0.4) 100%);
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 4px;
  --fill-width: 0%;
}

/* line 511, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.custom_slider_track::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--fill-width);
  background: linear-gradient(90deg, rgba(162, 108, 252, 0.6) 0%, rgba(111, 158, 172, 0.6) 100%);
  border-radius: 10px;
  transition: none;
  pointer-events: none;
}

/* line 529, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a26cfc 0%, #6f9eac 100%);
  border: 2px solid rgba(194, 192, 255, 0.8);
  box-shadow: 0 0 10px rgba(162, 108, 252, 0.6), 0 2px 6px rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
  cursor: grab;
  transition: transform 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  z-index: 10;
  will-change: transform;
}

/* line 549, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_thumb:hover {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 16px rgba(162, 108, 252, 0.8), 0 3px 8px rgba(0, 0, 0, 0.5);
  border-color: #c2c0ff;
}

/* line 556, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_thumb.dragging {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 20px #a26cfc, 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: none;
}

/* line 564, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2px;
}

/* line 571, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex: 1;
  min-width: 0;
}

/* line 580, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick .tick_mark {
  width: 2px;
  height: 6px;
  background: rgba(194, 192, 255, 0.4);
  border-radius: 1px;
  transition: all 0.2s ease;
}

/* line 588, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick .tick_label {
  position: absolute;
  top: 12px;
  font-size: 10px;
  color: rgba(194, 192, 255, 0.6);
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
  padding: 0 5px;
}

/* line 599, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick:hover .tick_mark {
  background: rgba(194, 192, 255, 0.7);
  height: 10px;
}

/* line 604, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick:hover .tick_label {
  color: rgba(194, 192, 255, 0.9);
  transform: scale(1.1);
}

/* line 610, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick.active .tick_mark {
  width: 3px;
  height: 12px;
  background: #a26cfc;
  box-shadow: 0 0 6px rgba(162, 108, 252, 0.6);
}

/* line 617, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.slider_ticks .slider_tick.active .tick_label {
  color: #a26cfc;
  font-weight: 600;
  transform: scale(1.1);
  text-shadow: 0 0 8px rgba(162, 108, 252, 0.5);
}

/* line 627, app/assets/stylesheets/pages/profiles_connections_graph.scss */
#privateAccountsToggle {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

/* line 634, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card {
  background: rgba(15, 5, 30, 0.98);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 12px;
  padding: 16px;
  min-width: 320px;
  max-width: 400px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: #e0e7ff;
  font-size: 14px;
  position: fixed;
  z-index: 10000;
}

/* line 648, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.1s ease;
  color: #dac3fe;
}

/* line 667, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 673, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 24px;
}

/* line 680, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  color: #226bb4;
}

/* line 689, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_user_info {
  flex: 1;
  min-width: 0;
}

/* line 693, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_user_info .tooltip_username {
  font-size: 15px;
  color: white;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 701, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_user_info .tooltip_nickname {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 710, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_user_info .tooltip_country {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 717, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_header .tooltip_user_info .tooltip_country span {
  font-size: 20px;
}

/* line 724, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* line 730, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  color: white;
}

/* line 737, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge.badge_follower {
  background: #9900ff;
}

/* line 741, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge.badge_following {
  background: #00bcd4;
}

/* line 745, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge.badge_mutual {
  background: #ff8400;
}

/* line 749, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge.badge_commentor {
  background: #8bc34a;
}

/* line 753, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_badges .badge.badge_media {
  background: #e91e63;
}

/* line 759, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

/* line 765, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_stats .stat_item {
  background: rgba(111, 158, 172, 0.1);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(111, 158, 172, 0.2);
}

/* line 771, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_stats .stat_item .stat_label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 780, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_stats .stat_item .stat_value {
  display: block;
  font-size: 16px;
  color: #dac3fe;
}

/* line 788, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_bio {
  margin-top: 12px;
  padding: 10px;
  background: rgba(111, 158, 172, 0.1);
  border-radius: 6px;
  border-left: 3px solid #dac3fe;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  max-height: 80px;
  overflow-y: auto;
}

/* line 801, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .bio_label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 810, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.user_tooltip__card .tooltip_actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 1400px) {
  /* line 819, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .connections_layout {
    flex-direction: column;
  }
  /* line 823, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .connections_list_column,
.connections_graph_column {
    flex: 1 1 100%;
    max-width: 100%;
  }
  /* line 830, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .connections_graph_column .glass_card__body {
    height: 500px !important;
  }
  /* line 835, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .graph_controls__container {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  /* line 840, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .graph_controls__container .control_group {
    justify-content: space-between;
  }
  /* line 844, app/assets/stylesheets/pages/profiles_connections_graph.scss */
  .graph_controls__container .btn_group {
    justify-content: center;
  }
}

/* line 852, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(98, 85, 120, 0.4) 0%, rgba(111, 158, 172, 0.4) 100%);
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
  cursor: pointer;
}

/* line 868, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider:hover {
  opacity: 1;
}

/* line 873, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a26cfc 0%, #6f9eac 100%);
  border: 2px solid rgba(194, 192, 255, 0.6);
  cursor: pointer;
  box-shadow: 0 0 8px rgba(162, 108, 252, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

/* line 890, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(162, 108, 252, 0.9), 0 3px 6px rgba(0, 0, 0, 0.4);
}

/* line 896, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-webkit-slider-thumb:active {
  transform: scale(1.05);
  box-shadow: 0 0 16px #a26cfc, 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 904, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a26cfc 0%, #6f9eac 100%);
  border: 2px solid rgba(194, 192, 255, 0.6);
  cursor: pointer;
  box-shadow: 0 0 8px rgba(162, 108, 252, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

/* line 919, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(162, 108, 252, 0.9), 0 3px 6px rgba(0, 0, 0, 0.4);
}

/* line 925, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-moz-range-thumb:active {
  transform: scale(1.05);
  box-shadow: 0 0 16px #a26cfc, 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 933, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group #degreeFilterSlider::-moz-range-track {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(98, 85, 120, 0.4) 0%, rgba(111, 158, 172, 0.4) 100%);
}

/* line 945, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group label {
  color: rgba(194, 192, 255, 0.9);
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}

/* line 952, app/assets/stylesheets/pages/profiles_connections_graph.scss */
.control_group label #degreeFilterValue {
  color: #a26cfc;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(162, 108, 252, 0.4);
}

/* line 1, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

/* line 9, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

/* line 13, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wrapper {
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-right: 28px;
  z-index: 1;
  width: 100%;
  height: 168px;
}

/* line 27, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-emitter {
  position: relative;
  background: transparent;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

/* line 37, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  background: linear-gradient(152.97deg, #dd4421 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* line 56, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave1 {
  animation: sonarWave 12s linear infinite;
}

/* line 60, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave2 {
  animation: sonarWave 12s 6s linear infinite;
}

/* line 64, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sonar-wave3 {
  animation: sonarWave 12s 8s linear infinite;
}

/* line 68, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card img.background_image {
  display: block;
  -webkit-mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  object-fit: cover;
  margin-bottom: -62px;
  max-width: 100%;
  width: 100%;
  height: 230px;
}

/* line 93, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card a.action_btn {
  margin-right: 0px;
}

/* line 97, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .call_list__container {
  margin-bottom: 0px;
}

/* line 102, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card.width100 {
  max-width: 100% !important;
  max-height: min-content;
}

/* line 107, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_card__body {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 16px;
}

/* line 115, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header {
  background: linear-gradient(152.97deg, #16152a 0%, rgba(22, 21, 42, 0.3) 100%);
  font-size: initial;
  justify-content: flex-start;
  padding: 0px 0px 0px 30px;
}

/* line 125, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .country_flag {
  height: 18px !important;
}

/* line 129, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wrapper {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-right: 28px;
  z-index: 1;
  width: 120px;
  height: 62px;
}

/* line 143, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-emitter {
  background: linear-gradient(90deg, #dd4421 0%, rgba(221, 68, 33, 0.7) 100%);
  width: 16px;
  height: 16px;
}

/* line 154, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave1 {
  animation: smallSonarWave 12s linear infinite;
}

/* line 158, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave2 {
  animation: smallSonarWave 12s 6s linear infinite;
}

/* line 162, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__card .sentinel__header .sonar-wave3 {
  animation: smallSonarWave 12s 8s linear infinite;
}

/* line 167, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__location {
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  font-family: Syncopate;
  font-size: 18px;
  letter-spacing: 2px;
  margin-left: 14px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 185, app/assets/stylesheets/pages/sentinels.scss */
.sentinel__organization {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0.6;
  padding-left: 18px;
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  margin-top: 18px;
  width: 100%;
}

/* line 202, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card .sentinel_cover__container {
  padding: 0px;
  position: relative;
  height: 230px;
  width: 100%;
}

/* line 208, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_header__card .sentinel_cover__container img.background_image {
  /* Apply mask for the blur effect */
  -webkit-mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at bottom left, black 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 230px;
}

/* line 235, app/assets/stylesheets/pages/sentinels.scss */
h1 img.country_flag {
  height: 24px !important;
}

/* line 239, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file,
.organization_image_file {
  margin-bottom: 35px;
  display: flex;
  gap: 15px;
}

/* line 245, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file input[type="file"]::-webkit-file-upload-button,
.organization_image_file input[type="file"]::-webkit-file-upload-button {
  color: #a26cfc;
  font-weight: 400;
  font-size: 16px;
  font-family: Instrument Sans;
  border: 1.5px solid #a26cfc;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
}

/* line 257, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_image_file input[type="file"]::-webkit-file-upload-button:hover,
.organization_image_file input[type="file"]::-webkit-file-upload-button:hover {
  color: #ffffff;
  border: 1.5px solid #be95ff;
}

@keyframes sonarWave {
  from {
    opacity: 0.7;
  }
  to {
    transform: scale(50);
    opacity: 0;
  }
}

@keyframes smallSonarWave {
  from {
    opacity: 0.3;
  }
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* line 288, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_connections_section {
  width: 100%;
  margin-top: 20px;
}

/* line 293, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_connections_layout {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
}

/* line 299, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_connections_layout .connections_graph_column {
  flex-basis: 100%;
}

/* line 302, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_connections_layout .connections_graph_column .glass_card__body {
  height: 90vh;
}

/* line 308, app/assets/stylesheets/pages/sentinels.scss */
.sentinel_connections_graph {
  padding: 0px;
}

/* line 315, app/assets/stylesheets/pages/sentinels.scss */
#sentinelConnectionsGraphContainer .loading_bar.indeterminate .loading_progress {
  width: 40%;
  animation: sentinelLoadingAnim 1.2s ease-in infinite;
}

@keyframes sentinelLoadingAnim {
  0% {
    transform: translateX(-100%);
  }
  50% {
    width: 60%;
  }
  100% {
    transform: translateX(350%);
    width: 40%;
  }
}

@media (max-width: 1400px) {
  /* line 335, app/assets/stylesheets/pages/sentinels.scss */
  .sentinel_connections_layout {
    flex-direction: column;
  }
  /* line 338, app/assets/stylesheets/pages/sentinels.scss */
  .sentinel_connections_layout .connections_graph_column {
    flex: 1 1 100%;
    max-width: 100%;
  }
  /* line 342, app/assets/stylesheets/pages/sentinels.scss */
  .sentinel_connections_layout .connections_graph_column .glass_card__body {
    height: 500px !important;
  }
}

/* line 350, app/assets/stylesheets/pages/sentinels.scss */
#show-graph-collection {
  transition: width 0.2s ease, padding 0.2s ease, border-radius 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
}

/* line 355, app/assets/stylesheets/pages/sentinels.scss */
#show-graph-collection #graph-btn-text {
  transition: opacity 0.15s ease, max-width 0.2s ease;
  max-width: 120px;
  opacity: 1;
}

/* line 361, app/assets/stylesheets/pages/sentinels.scss */
#show-graph-collection.collapsed {
  width: 48px;
  min-width: 48px;
  padding: 0;
  border-radius: 50%;
  gap: 0;
}

/* line 368, app/assets/stylesheets/pages/sentinels.scss */
#show-graph-collection.collapsed #graph-btn-text {
  max-width: 0;
  opacity: 0;
}

/* line 375, app/assets/stylesheets/pages/sentinels.scss */
.graph-collection-inline {
  align-items: center;
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.6) 0%, rgba(20, 7, 41, 0.6) 100%);
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  gap: 4px;
  height: 48px;
  padding: 0 8px 0 4px;
}

/* line 387, app/assets/stylesheets/pages/sentinels.scss */
.graph-inline-input {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #dac3fe;
  cursor: pointer;
  font-family: Instrument Sans;
  font-size: 13px;
  font-weight: 300;
  height: 100%;
  min-width: 150px;
  padding: 0 10px;
}

/* line 402, app/assets/stylesheets/pages/sentinels.scss */
.graph-inline-input option {
  background: #14072a;
  color: #ece1fe;
}

/* line 407, app/assets/stylesheets/pages/sentinels.scss */
.graph-inline-input:focus {
  outline: none;
}

/* line 411, app/assets/stylesheets/pages/sentinels.scss */
.graph-inline-input::placeholder {
  color: rgba(218, 195, 254, 0.45);
}

/* line 415, app/assets/stylesheets/pages/sentinels.scss */
.graph-inline-input--narrow {
  min-width: unset;
  width: 80px;
}

/* line 421, app/assets/stylesheets/pages/sentinels.scss */
.graph-divider {
  color: rgba(218, 195, 254, 0.25);
  font-size: 18px;
  font-weight: 100;
  line-height: 1;
  user-select: none;
}

/* line 429, app/assets/stylesheets/pages/sentinels.scss */
.graph-run-btn {
  align-items: center;
  background: none;
  border: none;
  color: #dac3fe;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 6px;
  transition: color 0.15s ease;
}

/* line 441, app/assets/stylesheets/pages/sentinels.scss */
.graph-run-btn .material-icons {
  font-size: 20px;
}

/* line 445, app/assets/stylesheets/pages/sentinels.scss */
.graph-run-btn:hover {
  color: #ece1fe;
}

/* line 449, app/assets/stylesheets/pages/sentinels.scss */
.graph-run-btn:disabled {
  cursor: default;
}

/* line 454, app/assets/stylesheets/pages/sentinels.scss */
.graph-status-label {
  color: #7ce89a;
  font-family: Instrument Sans;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 0 6px;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown {
  position: absolute;
  top: 54px;
  font-size: 14px;
  z-index: 10;
  width: 200px;
}

/* line 10, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown.hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 21, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown li {
  cursor: pointer;
  padding: 10px;
}

/* line 26, app/assets/stylesheets/pages/watch_lists.scss */
.watchlist_dropdown li:hover {
  color: #F6F0FF;
}

/* line 30, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form {
  position: absolute;
  top: 54px;
  font-size: 14px;
  z-index: 10;
  width: 200px;
}

/* line 39, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form.hidden {
  display: none;
}

/* line 43, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form input {
  background: transparent;
  border: 1px solid #6f9eac80;
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  box-sizing: border-box;
  color: #e0e7ff;
  font-family: Instrument Sans;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px;
  width: fit-content;
  height: 36px;
}

/* line 58, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form input:focus {
  outline: none;
}

/* line 63, app/assets/stylesheets/pages/watch_lists.scss */
.new_watch_list__form button {
  background: #a26cfc;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0.8;
  width: 100%;
  height: 24px;
}

/* line 77, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(1),
.results_table__container.watch_lists__page td:nth-child(1) {
  width: 40px !important;
}

/* line 82, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(2),
.results_table__container.watch_lists__page td:nth-child(2) {
  width: auto;
}

/* line 87, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(3),
.results_table__container.watch_lists__page td:nth-child(3) {
  width: 80px !important;
}

/* line 92, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(4),
.results_table__container.watch_lists__page td:nth-child(4) {
  width: 110px !important;
}

/* line 97, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(5),
.results_table__container.watch_lists__page td:nth-child(5) {
  width: 60px !important;
}

/* line 102, app/assets/stylesheets/pages/watch_lists.scss */
.results_table__container.watch_lists__page th:nth-child(6),
.results_table__container.watch_lists__page td:nth-child(6) {
  width: 60px !important;
}

/* line 108, app/assets/stylesheets/pages/watch_lists.scss */
form input.result_delete_btn[type="submit"] {
  background: initial;
  color: #f0b97c;
  font-size: 13px;
  font-weight: 300;
  line-height: initial;
  width: initial;
}

/* line 116, app/assets/stylesheets/pages/watch_lists.scss */
form input.result_delete_btn[type="submit"]:hover {
  text-decoration: underline;
}

/* line 121, app/assets/stylesheets/pages/watch_lists.scss */
a.result_delete_btn {
  color: #f86c88 !important;
}

/* line 1, app/assets/stylesheets/pages/comments.scss */
.tabs_container {
  border-radius: 14px;
  height: 150px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 11, app/assets/stylesheets/pages/comments.scss */
.tabs_container hr {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #a26cfc 0%, #f86cb8 50%, #f0b97c 100%);
  margin: 0px;
}

/* line 19, app/assets/stylesheets/pages/comments.scss */
.tabs_container.upload {
  height: 75px;
  flex-direction: row;
  align-items: center;
}

/* line 25, app/assets/stylesheets/pages/comments.scss */
.tabs_header {
  position: relative;
  height: 50%;
  font-weight: 600;
  font-size: 18px;
  padding-left: 25px;
  color: #f6f0ff;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  font-family: Instrument Sans;
}

/* line 38, app/assets/stylesheets/pages/comments.scss */
.tab_buttons__container {
  position: relative;
  display: flex;
  height: 50%;
}

/* line 44, app/assets/stylesheets/pages/comments.scss */
.tab_btn, .report_tab_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: light;
  color: #f6f0ff;
  width: 130px;
  font-family: Instrument Sans;
}

/* line 55, app/assets/stylesheets/pages/comments.scss */
.tab_btn:hover, .report_tab_btn:hover {
  background-color: #a36cfc13;
}

/* line 59, app/assets/stylesheets/pages/comments.scss */
.tab_btn.active, .report_tab_btn.active {
  background-color: #a36cfc6f;
}

/* line 63, app/assets/stylesheets/pages/comments.scss */
.tab_btn.disabled, .report_tab_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 69, app/assets/stylesheets/pages/comments.scss */
.tab_panel.hidden {
  display: none;
}

/* line 73, app/assets/stylesheets/pages/comments.scss */
.comments_main__container {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

/* line 78, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .analysis.glass_card__section {
  flex: 2;
  gap: 0px;
}

/* line 82, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .analysis.glass_card__section .comments_list__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 89, app/assets/stylesheets/pages/comments.scss */
.comments_main__container .glass_card__section:not(.analysis) {
  height: 3615px;
  flex: 1;
}

/* line 95, app/assets/stylesheets/pages/comments.scss */
.normal_comments {
  padding-right: 5px;
}

/* line 99, app/assets/stylesheets/pages/comments.scss */
.normal_comments .comments_list__container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 12px;
  transition: 1s;
}

/* line 107, app/assets/stylesheets/pages/comments.scss */
.comments_list__container {
  border-radius: 16px;
}

/* line 111, app/assets/stylesheets/pages/comments.scss */
.comment__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  padding: 15px 10px;
}

/* line 119, app/assets/stylesheets/pages/comments.scss */
.comment__container.reply__container {
  margin-left: 15px;
}

/* line 123, app/assets/stylesheets/pages/comments.scss */
.comment__card {
  display: flex;
  gap: 15px;
  margin-top: 18px;
}

/* line 128, app/assets/stylesheets/pages/comments.scss */
.comment__card.reply {
  margin-top: 15px;
  padding-left: 55px;
}

/* line 134, app/assets/stylesheets/pages/comments.scss */
.comment_avatar {
  border-radius: 5px;
  height: 46px;
  width: 46px;
  object-fit: cover;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/pages/comments.scss */
.comment_avatar .comment_profile__img {
  height: 46px;
  width: 46px;
}

/* line 147, app/assets/stylesheets/pages/comments.scss */
.comment_avatar.reply {
  border-radius: 4px;
  height: 34px;
  width: 34px;
  object-fit: cover;
  overflow: hidden;
}

/* line 154, app/assets/stylesheets/pages/comments.scss */
.comment_avatar.reply .comment_profile__img {
  height: 34px;
  width: 34px;
}

/* line 160, app/assets/stylesheets/pages/comments.scss */
.comment__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

/* line 166, app/assets/stylesheets/pages/comments.scss */
.comment__body .username {
  margin-bottom: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #ECE1FE;
}

/* line 175, app/assets/stylesheets/pages/comments.scss */
.comment__body .original_text.text {
  margin-bottom: 10px;
  opacity: 0.9;
  background-color: #16152abb;
  padding: 5px;
  border-radius: 5px;
}

/* line 183, app/assets/stylesheets/pages/comments.scss */
.comment__body .text {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 300;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 20px;
  color: #ECE1FE;
}

/* line 193, app/assets/stylesheets/pages/comments.scss */
.comment__body .date {
  margin-top: 3px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  color: #CAC5D3;
}

/* line 203, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #CAC5D3;
}

/* line 211, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container .material-icons {
  vertical-align: middle;
  font-size: 16px;
}

/* line 216, app/assets/stylesheets/pages/comments.scss */
.comment_likes_container .like_amount_text {
  font-size: 12px;
  font-weight: 300;
}

/* line 222, app/assets/stylesheets/pages/comments.scss */
.toggle_replies_btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #c2b8d6;
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/pages/comments.scss */
.replies_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
  padding-right: 10px;
}

/* line 238, app/assets/stylesheets/pages/comments.scss */
.replies_list .load_more_replies_btn {
  margin: 15px 0px;
}

/* line 242, app/assets/stylesheets/pages/comments.scss */
.replies_list.hidden {
  display: none;
}

/* line 247, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border-radius: 8px;
}

/* line 255, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 260, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card .author__main_container {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 264, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analyzed_comment_author__card .author__main_container img {
  border-radius: 6px;
}

/* line 271, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row {
  display: flex;
  gap: 10px;
}

/* line 275, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  color: #c2b8d6;
}

/* line 282, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element.false {
  opacity: 0.4;
}

/* line 286, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element .material-symbols-outlined {
  font-size: 18px !important;
  color: #F3F1FE;
}

/* line 291, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .stats_row .stat_element img {
  font-size: 16px;
}

/* line 297, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_fields__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: -8px;
  min-width: 150px;
}

/* line 307, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row {
  display: flex;
  align-items: center;
  padding: 0px 9px;
  border-bottom: 1px solid #6f9eac96;
  height: 33px;
}

/* line 314, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .analysis_field__header {
  display: flex;
  align-items: center;
  width: 100px;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 300;
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 332, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .analysis_field__header::first-letter {
  text-transform: uppercase;
}

/* line 337, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row .comment_sentiments {
  display: flex;
  align-items: center;
}

/* line 342, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .analysis_field__row:last-child {
  border-bottom: none;
}

/* line 347, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats,
.analyzed_comment__card .comment_sentiments {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 354, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats {
  display: flex;
  align-items: center;
}

/* line 358, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag,
.analyzed_comment__card .comment_threats .threats {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  white-space: nowrap;
  box-sizing: border-box;
}

/* line 368, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag::first-letter,
.analyzed_comment__card .comment_threats .threats::first-letter {
  text-transform: uppercase;
}

/* line 373, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .red_flag {
  background-color: #cc0a75;
  color: #fee2f1;
}

/* line 378, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_threats .threats {
  background: rgba(236, 225, 254, 0.3);
  color: #ECE1FE;
}

/* line 384, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment_sentiments {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 390, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__text {
  font-weight: 500;
  font-size: 11px;
  text-transform: lowercase;
}

/* line 395, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__text::first-letter {
  text-transform: uppercase;
}

/* line 400, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__negative {
  color: #f86cb8;
}

/* line 404, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__positive {
  color: #26e3aa;
}

/* line 408, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .sentiment__neutral {
  color: #786c8e;
}

/* line 412, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .location__text {
  color: #dac3fe;
  font-size: 11px;
  font-weight: 300;
}

/* line 418, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__body {
  font-family: 'Instrument Sans';
}

/* line 421, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__body .text {
  font-style: normal;
  font-weight: 300;
  color: #DAC3FE;
  line-height: 24px;
  font-size: 16px;
}

/* line 430, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .comment__date {
  color: #c7a5fd;
  font-weight: 200;
  font-size: 12px;
  font-family: "Roboto Mono";
}

/* line 437, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #9288A5;
}

/* line 445, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line .root_comment__link {
  background-color: transparent;
  border: none;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #F0B97C;
  cursor: pointer;
}

/* line 457, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .reference_to_parent__line .root_comment__link:hover {
  color: #cea16d;
}

/* line 463, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .date_and_btns__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 469, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card .btns_container {
  display: flex;
  gap: 10px;
}

/* line 474, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__card.hidden {
  display: none;
}

@media (max-width: 500px) {
  /* line 479, app/assets/stylesheets/pages/comments.scss */
  .analyzed_comment__card .btns_container {
    font-size: 8px;
  }
  /* line 483, app/assets/stylesheets/pages/comments.scss */
  .analyzed_comment__card .comment__date {
    font-size: 10px;
  }
}

/* line 489, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__top_section {
  display: flex;
  gap: 15px;
  padding-bottom: 12px;
}

/* line 495, app/assets/stylesheets/pages/comments.scss */
.analyzed_comment__bottom_section {
  display: flex;
  border-top: 1px solid #6f9eac96;
  flex-direction: column;
  padding-top: 12px;
  gap: 10px;
}

/* line 503, app/assets/stylesheets/pages/comments.scss */
.comment_thread {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #6f9eac96;
  background-color: #6f9eac11;
  border-radius: 16px;
  padding: 10px;
  margin: 10px 0px;
}

/* line 514, app/assets/stylesheets/pages/comments.scss */
.comment_thread::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 3px;
}

/* line 523, app/assets/stylesheets/pages/comments.scss */
.comments_gif {
  border-radius: 5px;
  max-width: 350px;
}

/* Media Viewer Overlay */
/* line 529, app/assets/stylesheets/pages/comments.scss */
.show_media_btn {
  width: fit-content;
  background: transparent !important;
  margin: 10px 0px;
}

/* line 535, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay {
  position: relative;
  display: none;
  overflow: hidden;
  height: 450px;
  object-fit: contain;
}

/* line 542, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay .create_collection_link {
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 549, app/assets/stylesheets/pages/comments.scss */
.media_viewer_overlay img {
  height: inherit;
  border-radius: 5px;
  object-fit: contain;
}

/* line 555, app/assets/stylesheets/pages/comments.scss */
.plop-up {
  animation: plop-up 0.2s ease-in-out forwards;
}

/* line 559, app/assets/stylesheets/pages/comments.scss */
.plop-down {
  animation: plop-down 0.2s ease-in-out forwards;
}

@keyframes plop-up {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes plop-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/author_card_partial.scss */
.author__main_container {
  align-items: flex-start;
  border-bottom: 1px solid #6f9eac53;
  display: flex;
  gap: 10px;
  padding-bottom: 8px;
}

/* line 9, app/assets/stylesheets/pages/author_card_partial.scss */
.author__image {
  border-radius: 8px;
  transition: opacity 150ms ease;
  width: 45px;
}

/* line 15, app/assets/stylesheets/pages/author_card_partial.scss */
.author_id {
  display: flex;
  color: #f0b97c;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/pages/author_card_partial.scss */
.author_id:hover {
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/pages/author_card_partial.scss */
.author__nickname {
  color: #f6f0ff;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  word-wrap: break-word;
}

/* line 37, app/assets/stylesheets/pages/author_card_partial.scss */
.author__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 170px;
}

/* line 44, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

/* line 51, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card__image {
  border-radius: 6px;
  height: 28px;
  width: 28px;
  object-fit: cover;
  transition: opacity 150ms ease;
}

/* line 59, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 66, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card__name {
  color: #f6f0ff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 76, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card__handle {
  color: #f0b97c;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/pages/author_card_partial.scss */
.channel_card__handle:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/post_card.scss */
.post_card__main_container {
  padding: 16px;
}

/* line 4, app/assets/stylesheets/components/post_card.scss */
.post_card__main_container p {
  color: #e0d5f3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 18px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
}

/* line 17, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail_and_statistics__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 12px 0px;
}

/* line 24, app/assets/stylesheets/components/post_card.scss */
.carousel__wrapper {
  overflow: hidden;
  position: relative;
}

/* line 29, app/assets/stylesheets/components/post_card.scss */
.carousel {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* line 39, app/assets/stylesheets/components/post_card.scss */
.carousel::-webkit-scrollbar {
  display: none;
}

/* line 43, app/assets/stylesheets/components/post_card.scss */
.carousel__item {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  flex: 0 0 auto;
  object-fit: cover;
  scroll-snap-align: start;
}

/* line 52, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail {
  position: relative;
  width: 225px;
  height: 400px;
}

/* line 57, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail .lookup_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

/* line 65, app/assets/stylesheets/components/post_card.scss */
.post_thumbnail_img {
  border-radius: 6px;
  object-fit: cover;
  transition: opacity 150ms ease;
  width: 225px;
  height: 100%;
}

/* line 73, app/assets/stylesheets/components/post_card.scss */
.img--swap {
  opacity: 0;
}

/* line 77, app/assets/stylesheets/components/post_card.scss */
.carousel_info__container {
  background: #18161DB2;
  color: #F6F0FF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0px 10px;
  height: 32px;
  width: 205px;
  font-family: Roboto Mono;
  font-size: 12px;
}

/* line 92, app/assets/stylesheets/components/post_card.scss */
.carousel_info__container.only_video {
  bottom: 10px;
  left: 8px;
  width: fit-content;
  height: 20px;
  border-radius: 4px;
  padding: 0px 5px;
}

/* line 102, app/assets/stylesheets/components/post_card.scss */
.carousel_progress {
  height: 2px;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

/* line 111, app/assets/stylesheets/components/post_card.scss */
.carousel_progress::-webkit-progress-value {
  background: #F6F0FF;
}

/* line 115, app/assets/stylesheets/components/post_card.scss */
.carousel_progress::-moz-progress-bar {
  background: #F6F0FF80;
}

/* line 119, app/assets/stylesheets/components/post_card.scss */
.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #18161DB2;
  border: none;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/components/post_card.scss */
.carousel__btn.prev {
  left: 4px;
}

/* line 138, app/assets/stylesheets/components/post_card.scss */
.carousel__btn.next {
  right: 4px;
}

/* line 142, app/assets/stylesheets/components/post_card.scss */
.carousel__btn .material-symbols-outlined {
  font-size: 26px !important;
  color: #F6F0FF;
}

/* line 148, app/assets/stylesheets/components/post_card.scss */
.post_card__stats {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #6F9EAC80;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 157, app/assets/stylesheets/components/post_card.scss */
.post_card__stats:not(:has(> *:nth-child(4))) {
  gap: 28px;
  justify-content: start;
}

/* line 162, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element {
  align-items: center;
  color: #F6F0FF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 9.5px;
}

/* line 170, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element.false {
  opacity: 0.4;
}

/* line 174, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element span.material-symbols-outlined {
  font-weight: 200;
}

/* line 178, app/assets/stylesheets/components/post_card.scss */
.post_card__stats .stat_element img {
  width: 19px;
}

/* line 185, app/assets/stylesheets/components/post_card.scss */
.post_media_details__container {
  border-bottom: 1px solid #6F9EAC80;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 5px;
}

/* line 193, app/assets/stylesheets/components/post_card.scss */
.post_date {
  color: #9288A5;
  font-size: 12px;
  font-weight: 100;
}

/* line 199, app/assets/stylesheets/components/post_card.scss */
.country_code {
  color: #9288a5;
  font-size: 13px;
}

/* line 204, app/assets/stylesheets/components/post_card.scss */
.source_icon {
  height: 16px;
  margin-right: 5px;
}

/* line 209, app/assets/stylesheets/components/post_card.scss */
.post_video__id {
  color: #a26cfc;
  font-size: 9px;
  max-width: 200px;
  overflow-wrap: anywhere;
}

/* line 217, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
}

/* line 226, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_location {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 232, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_location__main {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
}

/* line 239, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .score {
  color: #9288A5;
  font-weight: 200;
  align-self: center;
}

/* line 245, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_location__link {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

/* line 250, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_location__link:hover {
  text-decoration: underline;
}

/* line 255, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .pin {
  align-self: flex-start;
  line-height: 18px;
}

/* line 260, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_coords {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(162, 108, 252, 0.1);
  border: 1px solid rgba(162, 108, 252, 0.35);
  color: #C9B0FF;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease, transform 120ms ease;
}

/* line 277, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_coords:hover {
  background: rgba(162, 108, 252, 0.2);
  border-color: rgba(162, 108, 252, 0.7);
  color: #ECE1FE;
  text-decoration: none;
  transform: translateY(-1px);
}

/* line 286, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_coords__icon {
  font-size: 12px;
  line-height: 1;
}

/* line 291, app/assets/stylesheets/components/post_card.scss */
.geostalk_locations .geostalk_coords__value {
  line-height: 1;
}

/* line 297, app/assets/stylesheets/components/post_card.scss */
.post_desc__container {
  width: 225px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
  overflow-x: clip;
}

/* line 306, app/assets/stylesheets/components/post_card.scss */
.post_title,
.post_desc {
  color: #ECE1FE;
  font-size: 8px;
  line-height: 16px;
  padding: 0;
  width: 100%;
}

/* line 315, app/assets/stylesheets/components/post_card.scss */
.post_title {
  font-weight: 500;
}

/* line 320, app/assets/stylesheets/components/post_card.scss */
.country_and_media__container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 326, app/assets/stylesheets/components/post_card.scss */
.post_video_location {
  color: #ECE1FE;
  font-size: 13px;
  line-height: normal;
  padding: 2px 0px;
  align-items: center;
}

/* line 334, app/assets/stylesheets/components/post_card.scss */
.location_name--link {
  color: #f0b97c;
  font-size: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
  cursor: pointer;
}

/* line 341, app/assets/stylesheets/components/post_card.scss */
.location_name--link:hover {
  text-decoration: underline;
}

/* line 346, app/assets/stylesheets/components/post_card.scss */
.rainbolt_confidence {
  font-size: 0.8em;
  opacity: 0.7;
}

/* line 351, app/assets/stylesheets/components/post_card.scss */
.location_confidence {
  font-size: 0.8em;
  font-weight: 100;
  opacity: 0.7;
}

/* line 357, app/assets/stylesheets/components/post_card.scss */
.rainbolt_coords {
  display: block;
  font-family: monospace;
  font-size: 0.7em;
  opacity: 0.5;
  margin-left: 1.4em;
}

/* line 365, app/assets/stylesheets/components/post_card.scss */
.is_media__container {
  background-color: #5F5671;
  color: #ECE1FE;
  padding: 0px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 20px;
  width: fit-content;
  font-family: Instrument Sans;
}

/* line 379, app/assets/stylesheets/components/post_card.scss */
.is_media__container .material-symbols-outlined {
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/components/buttons.scss */
a.action_btn,
button.action_btn,
input.action_btn {
  align-items: center;
  background: #A26CFC;
  border: 1px solid #A26CFC;
  border-radius: 12px;
  box-sizing: border-box;
  color: #ECE1FE;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: 'Instrument Sans';
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 24px;
  padding: 0px 16px;
  text-decoration: none !important;
  text-transform: capitalize;
  text-wrap: nowrap;
  height: 36px;
}

/* line 27, app/assets/stylesheets/components/buttons.scss */
a.action_btn:hover,
button.action_btn:hover,
input.action_btn:hover {
  background: #7623FB;
  border-color: #7623FB;
  text-decoration: none !important;
}

/* line 33, app/assets/stylesheets/components/buttons.scss */
a.action_btn:disabled,
button.action_btn:disabled,
input.action_btn:disabled {
  background: #DAC3FE;
  border-color: #DAC3FE;
  color: #F2F1F4;
  cursor: default;
}

/* line 40, app/assets/stylesheets/components/buttons.scss */
a.action_btn.square,
button.action_btn.square,
input.action_btn.square {
  max-width: 36px;
}

/* line 44, app/assets/stylesheets/components/buttons.scss */
a.action_btn.pill,
button.action_btn.pill,
input.action_btn.pill {
  border-radius: 999px;
}

/* line 48, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary.active,
button.action_btn.secondary.active,
input.action_btn.secondary.active {
  background-color: #0E0123;
  border-color: #F0B97C;
  color: #F0B97C;
}

/* line 54, app/assets/stylesheets/components/buttons.scss */
a.action_btn .material-icons,
a.action_btn .material-symbols-outlined,
button.action_btn .material-icons,
button.action_btn .material-symbols-outlined,
input.action_btn .material-icons,
input.action_btn .material-symbols-outlined {
  font-size: 20px;
}

/* line 60, app/assets/stylesheets/components/buttons.scss */
a.action_btn img,
button.action_btn img,
input.action_btn img {
  margin-right: 6px;
  height: 20px;
}

/* line 66, app/assets/stylesheets/components/buttons.scss */
span.material-icons.spinning,
span.material-symbols-outlined.spinning {
  animation: spin 1s linear infinite;
}

/* line 71, app/assets/stylesheets/components/buttons.scss */
input.action_btn {
  line-height: unset !important;
}

/* --- Large Buttons --- */
/* line 76, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large,
button.action_btn.large,
input.action_btn.large {
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  line-height: 24px;
  padding: 16px;
  height: 48px;
}

/* line 87, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large.square,
button.action_btn.large.square,
input.action_btn.large.square {
  max-width: 48px;
}

/* line 91, app/assets/stylesheets/components/buttons.scss */
a.action_btn.large .material-icons,
a.action_btn.large .material-symbols-outlined,
button.action_btn.large .material-icons,
button.action_btn.large .material-symbols-outlined,
input.action_btn.large .material-icons,
input.action_btn.large .material-symbols-outlined {
  font-size: 24px;
}

/* --- Small Buttons --- */
/* line 98, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small,
button.action_btn.small,
input.action_btn.small {
  gap: 4px;
  font-size: 11px;
  line-height: 24px;
  padding: 8px 12px;
  height: 30px;
}

/* line 108, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small.square,
button.action_btn.small.square,
input.action_btn.small.square {
  max-width: 30px;
}

/* line 112, app/assets/stylesheets/components/buttons.scss */
a.action_btn.small .material-icons,
a.action_btn.small .material-symbols-outlined,
button.action_btn.small .material-icons,
button.action_btn.small .material-symbols-outlined,
input.action_btn.small .material-icons,
input.action_btn.small .material-symbols-outlined {
  font-size: 16px;
}

/* --- Button Secondary --- */
/* line 119, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary,
button.action_btn.secondary,
input.action_btn.secondary {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  color: #DAC3FE;
}

/* line 129, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary:hover,
button.action_btn.secondary:hover,
input.action_btn.secondary:hover {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  color: #F6F0FF;
}

/* line 138, app/assets/stylesheets/components/buttons.scss */
a.action_btn.secondary:disabled,
button.action_btn.secondary:disabled,
input.action_btn.secondary:disabled {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border-color: #786C8E;
  color: #786C8E;
  cursor: default;
}

/* --- Button Tertiary --- */
/* line 150, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary,
button.action_btn.tertiary,
input.action_btn.tertiary {
  background: transparent;
  border-color: transparent;
  color: #DAC3FE;
}

/* line 157, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary:hover,
button.action_btn.tertiary:hover,
input.action_btn.tertiary:hover {
  color: #F6F0FF;
}

/* line 161, app/assets/stylesheets/components/buttons.scss */
a.action_btn.tertiary:disabled,
button.action_btn.tertiary:disabled,
input.action_btn.tertiary:disabled {
  color: #786C8E;
  cursor: default;
}

/* line 2, app/assets/stylesheets/components/modals.scss */
.modal_overlay {
  position: fixed;
  align-items: flex-start;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  inset: 0;
  justify-content: center;
  padding-top: 200px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
}

/* line 16, app/assets/stylesheets/components/modals.scss */
.modal_overlay.display-none {
  display: none;
}

/* line 19, app/assets/stylesheets/components/modals.scss */
.modal_box {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.65) 0%, rgba(20, 7, 41, 0.7) 100%);
  border: 1px solid rgba(162, 108, 252, 0.25);
  border-radius: 16px;
  padding: 32px;
  width: 520px;
  max-width: 90vw;
  backdrop-filter: blur(40px) saturate(1.4);
  -webkit-backdrop-filter: blur(40px) saturate(1.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 0 20px rgba(162, 108, 252, 0.06), 0 24px 48px rgba(0, 0, 0, 0.35), 0 8px 16px rgba(0, 0, 0, 0.2);
  font-family: "Instrument Sans";
}

/* line 39, app/assets/stylesheets/components/modals.scss */
.modal_box h3 {
  margin: 0 0 6px;
  color: #F6F0FF;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
}

/* line 47, app/assets/stylesheets/components/modals.scss */
.modal_box .modal_description {
  color: #DAC3FE;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 18px;
  letter-spacing: 0.4px;
  opacity: 0.8;
}

/* line 57, app/assets/stylesheets/components/modals.scss */
.modal_textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  resize: vertical;
  font-family: "Instrument Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #ECE1FE;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(111, 158, 172, 0.35);
  background: linear-gradient(160deg, rgba(60, 50, 80, 0.5) 0%, rgba(14, 5, 30, 0.5) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04);
}

/* line 80, app/assets/stylesheets/components/modals.scss */
.modal_textarea::placeholder {
  color: #DAC3FE;
  opacity: 0.45;
  font-weight: 300;
}

/* line 95, app/assets/stylesheets/components/modals.scss */
.modal_actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

/* line 3, app/assets/stylesheets/components/results.scss */
.results_table__container table tr {
  height: 37.5px;
}

/* line 6, app/assets/stylesheets/components/results.scss */
.results_table__container table td {
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/components/results.scss */
.results_table__container table img.country_flag {
  margin-right: 4px;
}

/* line 14, app/assets/stylesheets/components/results.scss */
.results_table__container table span.status_content {
  align-items: center;
  display: flex;
  gap: 4px;
}

/* line 20, app/assets/stylesheets/components/results.scss */
.results_table__container table td.reference {
  display: flex;
}

/* line 24, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  max-width: 400px;
  gap: 4px;
}

/* line 31, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference .reference-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 40, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference .reference-more {
  align-items: center;
  background: none;
  border: 2px solid #c2c0ff;
  border-radius: 100%;
  color: #c2c0ff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Material Icons";
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  position: relative;
  user-select: none;
  width: 12px;
  height: 12px;
}

/* line 58, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference .reference-more:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid #6f9eac80;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
  font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  padding: 8px 12px;
  pointer-events: none;
  white-space: normal;
  z-index: 9999;
  width: max-content;
  max-width: 360px;
}

/* line 82, app/assets/stylesheets/components/results.scss */
.results_table__container table span.reference .reference-more:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  right: 6px;
  border: 6px solid transparent;
  pointer-events: none;
  z-index: 9999;
}

/* line 98, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td .material-symbols-outlined {
  font-size: 16px;
  padding-right: 4px;
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.content_type .material-symbols-outlined {
  color: #6b8eff;
}

/* line 112, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined {
  background: linear-gradient(220deg, #32cce7 34.13%, #4773f1 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #d5baff;
}

/* line 120, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined.purple {
  background: linear-gradient(80deg, #a26cfc 48%, #ca67de 18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* line 128, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page td.result_type .material-symbols-outlined.golden {
  background: linear-gradient(21deg, #ff5a8b 30%, #f0b97c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: #d5baff;
}

/* line 139, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(1),
.results_table__container.results__page td:nth-child(1) {
  width: 40px !important;
}

/* line 144, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(4),
.results_table__container.results__page td:nth-child(4) {
  width: 80px !important;
}

/* line 149, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(6),
.results_table__container.results__page td:nth-child(6) {
  width: 100%;
}

/* line 154, app/assets/stylesheets/components/results.scss */
.results_table__container.results__page th:nth-child(9),
.results_table__container.results__page td:nth-child(9) {
  width: 80px !important;
}

/* line 162, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(1),
.results_table__container.sentinel_runs__page td:nth-child(1) {
  width: 30px !important;
}

/* line 167, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(2),
.results_table__container.sentinel_runs__page td:nth-child(2) {
  width: 90px !important;
}

/* line 172, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(3),
.results_table__container.sentinel_runs__page td:nth-child(3) {
  width: 80px !important;
  padding-right: 14px;
}

/* line 178, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(4),
.results_table__container.sentinel_runs__page td:nth-child(4) {
  width: auto;
  padding-left: 14px;
}

/* line 184, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(5),
.results_table__container.sentinel_runs__page td:nth-child(5) {
  width: auto;
}

/* line 189, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(7),
.results_table__container.sentinel_runs__page td:nth-child(7) {
  width: 80px !important;
}

/* line 194, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(8),
.results_table__container.sentinel_runs__page td:nth-child(8) {
  width: 60px !important;
}

/* line 199, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(9),
.results_table__container.sentinel_runs__page td:nth-child(9) {
  width: 60px !important;
}

/* line 204, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(10),
.results_table__container.sentinel_runs__page td:nth-child(10) {
  width: 50px !important;
}

/* line 209, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(11),
.results_table__container.sentinel_runs__page td:nth-child(11) {
  width: 50px !important;
}

/* line 214, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(12),
.results_table__container.sentinel_runs__page td:nth-child(12) {
  width: 50px !important;
}

/* line 219, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page th:nth-child(13),
.results_table__container.sentinel_runs__page td:nth-child(13) {
  width: 50px !important;
}

/* line 226, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page td .material-symbols-outlined {
  font-size: 16px;
  margin-right: 4px;
}

/* line 231, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(4),
.results_table__container.summaries__page td:nth-child(4) {
  width: 100%;
}

/* line 236, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(5),
.results_table__container.summaries__page td:nth-child(5) {
  width: 120px;
}

/* line 241, app/assets/stylesheets/components/results.scss */
.results_table__container.summaries__page th:nth-child(6),
.results_table__container.summaries__page td:nth-child(6) {
  width: 100px;
}

/* line 247, app/assets/stylesheets/components/results.scss */
.results_table__container td.source_cell {
  padding: 0 12px;
}

/* line 251, app/assets/stylesheets/components/results.scss */
.results_table__container img.source_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}

/* line 259, app/assets/stylesheets/components/results.scss */
.results_table__container .source_badge--unknown {
  color: #888;
  font-size: 14px;
}

/* line 268, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page table th:nth-child(4), .results_table__container.sentinel_runs__page table td:nth-child(4) {
  width: 1%;
  white-space: nowrap;
  padding-right: 8px;
}

/* line 273, app/assets/stylesheets/components/results.scss */
.results_table__container.sentinel_runs__page table th:nth-child(5), .results_table__container.sentinel_runs__page table td.source_cell {
  width: 1%;
  white-space: nowrap;
  padding-left: 0;
}

/* line 281, app/assets/stylesheets/components/results.scss */
.retry_icon {
  align-items: center;
  border: 1px solid #f0b97c;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: auto;
}

/* line 290, app/assets/stylesheets/components/results.scss */
.retry_icon:hover {
  border: 1px solid #ffd5a8;
  text-decoration: none !important;
}

/* line 294, app/assets/stylesheets/components/results.scss */
.retry_icon:hover .material-symbols-outlined {
  color: #ffd5a8;
}

/* line 299, app/assets/stylesheets/components/results.scss */
.retry_icon .material-symbols-outlined {
  padding-right: 0px !important;
}

/* line 1, app/assets/stylesheets/components/pagination.scss */
.pagination_controls {
  align-items: center;
  justify-self: center;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  margin: 15px auto;
  z-index: 0;
}

/* line 10, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button {
  border: 1px solid #6f9eac80;
  border-radius: 8px;
  color: #c2c0ff;
  cursor: pointer;
  font-size: 16px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 22, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button.first, .pagination_controls .pagination_button.last {
  font-size: 14px;
  font-family: Instrument Sans;
  padding: 0px 4px;
  border-width: 1px;
  box-sizing: content-box;
}

/* line 31, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button:hover {
  background: rgba(22, 21, 42, 0.5);
}

/* line 36, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .pagination_button[disabled] {
  opacity: 0.5;
  cursor: default;
}

/* line 41, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}

/* line 48, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number {
  align-items: center;
  border: 1px solid #6f9eac80;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  justify-content: center;
  width: 25px;
  height: 25px;
}

/* line 60, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number:hover {
  background: rgba(22, 21, 42, 0.5);
}

/* line 64, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number.active {
  background: rgba(22, 21, 42, 0.5);
  color: #ffffff;
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/components/pagination.scss */
.pagination_controls .page_numbers_container .page_number.empty {
  visibility: hidden;
  width: 25px;
}

/* line 76, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input {
  border-radius: 8px;
  box-sizing: border-box;
  color: #e0e7ff;
  font-size: 14px;
  height: 40px;
  min-width: 85px;
  padding: 10px;
  font-family: Instrument Sans;
}

/* line 87, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input:focus {
  border-color: rgba(224, 231, 255, 0.3);
  outline: none !important;
}

/* line 92, app/assets/stylesheets/components/pagination.scss */
.pagination_controls input::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #e0e7ffcf !important;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/components/pagination.scss */
.other_page {
  display: none;
}

/* line 1, app/assets/stylesheets/components/filtering.scss */
.filtering_container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0px;
  padding: 0px 15px 12px;
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering__title {
  line-height: 40px;
}

/* line 13, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) {
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

/* line 17, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filters_header {
  position: absolute;
  top: 30px;
  left: 15px;
}

/* line 24, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container #applyDateFilterBtn {
  color: #dac3fe;
  font-size: 14px;
  height: auto;
}

/* line 29, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container #applyDateFilterBtn:hover {
  color: #f0b97c;
}

/* line 34, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container .input_container:has(.date_input) {
  margin-left: 0px;
}

/* line 38, app/assets/stylesheets/components/filtering.scss */
.filtering_container:has(.date_input) .filtering_btns_container .close_date_filter_btn {
  font-size: 18px;
}

/* line 44, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container {
  position: relative;
  align-items: center;
  color: #e0e7ff;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 53, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 250px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ece1fe;
  letter-spacing: 0.4px;
  padding: 0px 8px 0px 44px;
}

/* line 74, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .keywords_input:focus {
  border-radius: 8px;
}

/* line 78, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .keywords_input:focus {
  border-radius: 8px;
}

/* line 82, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input:focus {
  border-color: rgba(224, 231, 255, 0.3);
  border-radius: 8px 8px 0px 0px;
  outline: none !important;
}

/* line 88, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container input::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  color: #dac3fe;
  opacity: 0.5;
  font-weight: 300;
}

/* line 95, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container span.input_btn {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #f6f0ff;
  cursor: pointer;
  font-size: 22px !important;
  transform: translateY(-50%);
}

/* line 104, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container span.input_btn:hover {
  color: #eee2ff;
}

/* line 109, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container label {
  align-items: center;
  display: flex;
  font-weight: 200;
  font-size: 15px;
  gap: 6px;
  letter-spacing: 0.5px;
}

/* line 117, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container label input[type="checkbox"] {
  appearance: none;
  background-color: rgba(82, 81, 107, 0.776);
  border: 1px solid #6f9eac80;
  border-radius: 4px;
  cursor: pointer;
  min-width: initial;
  padding: initial;
  height: 25px;
  width: 25px;
}

/* line 130, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container {
  position: relative;
  font-family: Instrument Sans;
}

/* line 134, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.username_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(.user_input) {
  z-index: 900 !important;
}

/* line 139, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.threats_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(#source_field) {
  z-index: 800 !important;
}

/* line 144, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.sentimentTopic_input), .filtering_container .filtering_btns_container .dropdown_main__container:has(#status_field) {
  z-index: 700 !important;
}

/* line 149, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container:has(.location_input) {
  z-index: 600 !important;
}

/* line 153, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container.sentiment_select {
  z-index: 500 !important;
}

/* line 157, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container.content_type {
  z-index: 400 !important;
}

/* line 161, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .dropdown_main__container.comment_type {
  z-index: 300 !important;
}

/* line 167, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: none;
}

/* line 173, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) {
  align-items: center;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(85, 113, 116, 0.782);
  display: flex;
  padding: 10px 10px;
  transition: 0.2s;
  z-index: 1;
}

/* line 182, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) label {
  color: #dac3fe;
  font-size: 14px;
}

/* line 187, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input):not(:has(.hidden)) .date_toggle_button {
  margin-right: 10px;
}

/* line 192, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 14px;
  width: 160px;
  min-width: 140px;
  padding: 8px 0px 8px 8px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  z-index: 2;
  height: 40px;
}

/* line 206, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dac3fee2;
  content: "";
  z-index: 1;
  width: 30px;
  height: 100%;
}

/* line 217, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .input_container:has(.date_input) .date_input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding: 100% 8px;
  z-index: 3;
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .date_filter_inputs {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* line 235, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .date_toggle_button {
  position: static;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(85, 113, 116, 0.782);
  border-radius: 8px;
  color: #dac3fe;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  width: 50px;
  transform: translateY(0);
  font-family: Instrument Sans;
  z-index: 2;
}

/* line 249, app/assets/stylesheets/components/filtering.scss */
.filtering_container .filtering_btns_container .date_toggle_button:hover {
  color: #f6f0ff;
}

/* line 256, app/assets/stylesheets/components/filtering.scss */
.filtering_container.comments {
  padding: 0px;
}

/* line 260, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer,
.activeFiltersContainer {
  align-items: center;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 267, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag,
.activeFiltersContainer .filter_tag {
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(93, 123, 126, 0.589);
  border-radius: 30px;
  color: white;
  display: flex;
  gap: 10px;
  padding: 5px 8px 5px 14px;
  font-weight: 300;
  font-size: 14px;
}

/* line 280, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag .source_logo,
.activeFiltersContainer .filter_tag .source_logo {
  height: 18px;
  width: 18px;
}

/* line 285, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button,
.activeFiltersContainer .filter_tag button {
  border: none;
  background-color: transparent;
  border-radius: 100%;
  color: rgba(93, 123, 126, 0.589);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  padding: 1px 0px 1px 0px;
}

/* line 295, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button span.material-symbols-outlined,
.activeFiltersContainer .filter_tag button span.material-symbols-outlined {
  font-size: 16px;
  color: #e0e7ff;
}

/* line 300, app/assets/stylesheets/components/filtering.scss */
#activeFiltersContainer .filter_tag button:hover,
.activeFiltersContainer .filter_tag button:hover {
  color: #e0e7ff;
}

/* line 310, app/assets/stylesheets/components/filtering.scss */
.active_filters_container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

/* line 317, app/assets/stylesheets/components/filtering.scss */
.active_filters_container .clear_all_button {
  border-radius: 8px;
}

/* line 322, app/assets/stylesheets/components/filtering.scss */
#resultCount {
  align-items: center;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border: 1px solid rgba(85, 113, 116, 0.5);
  border-radius: 40px;
  color: #e0e7ff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 0.5px;
  height: 30px;
  width: 30px;
}

/* line 338, app/assets/stylesheets/components/filtering.scss */
.highlight,
.threats_highlight,
.keywords_highlight,
.sentiment_topic_highlight {
  border-radius: 3px;
  color: black;
  padding: 1px 0px;
}

/* line 347, app/assets/stylesheets/components/filtering.scss */
.threats_highlight {
  background-color: #ff36a1 !important;
}

/* line 351, app/assets/stylesheets/components/filtering.scss */
.keywords_highlight {
  background-color: #b0faff !important;
}

/* line 355, app/assets/stylesheets/components/filtering.scss */
.title_container .title .keywords_highlight {
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* line 362, app/assets/stylesheets/components/filtering.scss */
.sentiment_topic_highlight {
  background-color: #d0ff00 !important;
  line-height: 20px;
}

/* line 369, app/assets/stylesheets/components/filtering.scss */
.dropdown_main__container.content_type .dropdown_options__container .material-symbols-outlined {
  color: #6b8eff;
}

/* line 1, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  min-height: 52px;
  width: 100%;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container_main__left,
.sorting_container_main .sorting_container_main__center,
.sorting_container_main .sorting_container_main__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 18, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container_main__left {
  justify-self: start;
}

/* line 19, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container_main__right {
  justify-self: end;
}

/* line 20, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container_main__center {
  justify-self: center;
  gap: 0;
}

/* line 24, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container_main__center .pagination_controls {
  margin: 0;
}

/* line 27, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main #generateReportButton,
.sorting_container_main #analysis-toggleSortButton,
.sorting_container_main #comments-toggleSortButton,
.sorting_container_main #collection-toggleSortButton,
.sorting_container_main #downloadSelectionButton {
  color: #dac3fe;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main #generateReportButton .material-symbols-outlined,
.sorting_container_main #analysis-toggleSortButton .material-symbols-outlined,
.sorting_container_main #comments-toggleSortButton .material-symbols-outlined,
.sorting_container_main #collection-toggleSortButton .material-symbols-outlined,
.sorting_container_main #downloadSelectionButton .material-symbols-outlined {
  font-size: 22px !important;
}

/* line 42, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main #generateReportButton:hover,
.sorting_container_main #analysis-toggleSortButton:hover,
.sorting_container_main #comments-toggleSortButton:hover,
.sorting_container_main #collection-toggleSortButton:hover,
.sorting_container_main #downloadSelectionButton:hover {
  color: #f6f0ff;
}

/* line 47, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container {
  align-items: center;
  border-bottom: 0px;
  display: flex;
  gap: 12px;
  z-index: 1;
}

/* line 54, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container p {
  color: #c2c0ff;
}

/* line 58, app/assets/stylesheets/components/sorting.scss */
.sorting_container_main .sorting_container .input_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 67, app/assets/stylesheets/components/sorting.scss */
.analysis_post_actions__container {
  display: flex;
  gap: 12px;
}

/* line 72, app/assets/stylesheets/components/sorting.scss */
select {
  border-radius: 7px;
  background: linear-gradient(165deg, #3c3b4d 0%, #1b1a30 100%);
  border: 1px solid rgba(85, 113, 116, 0.5);
  box-sizing: border-box;
  color: #b0bbdc;
  font-size: 14px;
  min-width: fit-content;
  padding: 0px 8px;
  height: 40px;
  letter-spacing: 0.3px;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/components/sorting.scss */
select:focus {
  border-color: rgba(224, 231, 255, 0.3);
  outline: none !important;
}

/* line 90, app/assets/stylesheets/components/sorting.scss */
select::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e0e7ff !important;
}

/* line 1, app/assets/stylesheets/components/inputs.scss */
.gradient_glass {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 8px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  backdrop-filter: blur(16px);
  font-family: Instrument Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #ece1fe;
}

/* line 22, app/assets/stylesheets/components/inputs.scss */
.radio_btn {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f2f6f8;
  border: 1px solid #6f9eac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/components/inputs.scss */
.radio_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.15s;
}

/* line 43, app/assets/stylesheets/components/inputs.scss */
.search_option.active .radio_btn {
  background: #a26cfc;
  border: 0px;
}

/* line 47, app/assets/stylesheets/components/inputs.scss */
.search_option.active .radio_btn::after {
  background: #f2f6f8;
}

/* line 53, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container * {
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 250px;
  max-width: 270px;
  min-height: 50px;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  font-family: Instrument Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ece1fe;
  letter-spacing: 0.4px;
  transition: border-radius 0.2s ease;
  z-index: 900;
}

/* line 81, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.expanded {
  border-radius: 8px 8px 0px 0px;
}

/* line 84, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.expanded .dropdown__icon {
  transform: rotate(-90deg);
}

/* line 89, app/assets/stylesheets/components/inputs.scss */
.dropdown__field {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 6px 16px;
}

/* line 101, app/assets/stylesheets/components/inputs.scss */
.dropdown__display {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 107, app/assets/stylesheets/components/inputs.scss */
.dropdown__display img {
  height: 20px;
}

/* line 111, app/assets/stylesheets/components/inputs.scss */
.dropdown__display .material-symbols-outlined {
  color: #d5baff;
}

/* line 114, app/assets/stylesheets/components/inputs.scss */
.dropdown__display .material-symbols-outlined.dropdown__icon {
  margin-left: auto;
}

/* line 120, app/assets/stylesheets/components/inputs.scss */
.dropdown__icon {
  font-size: 32px !important;
  color: #ece1fe;
  position: relative;
  right: -10px;
  transition: 0.2s;
  user-select: none;
}

/* line 129, app/assets/stylesheets/components/inputs.scss */
.dropdown_options__container {
  position: absolute;
  display: none;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  min-height: 44px;
  max-height: 200px;
  overflow-x: hidden;
  flex-direction: column;
  scrollbar-gutter: stable;
  background: linear-gradient(175.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  border-radius: 0px 0px 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 19px 38px, rgba(0, 0, 0, 0.075) 0px 15px 12px;
}

/* line 147, app/assets/stylesheets/components/inputs.scss */
.dropdown_option {
  position: relative;
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% + 4px);
  padding: 0px 12px;
}

/* line 156, app/assets/stylesheets/components/inputs.scss */
.dropdown_option:hover {
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/components/inputs.scss */
.dropdown_option img {
  height: 18px;
}

/* line 170, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .material-symbols-outlined {
  font-size: 20px !important;
  color: #dac3fe;
}

/* line 175, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .checkmark {
  color: rgba(182, 181, 239, 0.588);
}

/* line 179, app/assets/stylesheets/components/inputs.scss */
.dropdown_option .option_count {
  display: flex;
  font-family: "Roboto Mono";
  font-size: 11px;
  font-weight: 500;
  justify-content: flex-end;
  min-width: 20px;
  margin-left: auto;
  padding-left: 5px;
}

/* line 191, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.link {
  text-decoration: none;
  color: #ece1fe;
}

/* line 201, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.profiler_src .title__container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 206, app/assets/stylesheets/components/inputs.scss */
.dropdown_option.profiler_src .title__container img.logo {
  width: 26px;
  height: 26px;
}

/* line 214, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper {
  position: relative;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
  padding: 0px 16px;
  height: 50px !important;
}

/* line 222, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__input {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* line 237, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.4px;
  background-color: #ece1fe22;
  color: #ece1fe;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  margin-right: 0.5rem;
}

/* line 253, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.is_checked {
  background-color: #9b7aff;
  border-color: #9b7aff;
}

/* line 257, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.is_checked::after {
  opacity: 1;
}

/* line 262, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box.pressed {
  transform: scale(0.9);
}

/* line 267, app/assets/stylesheets/components/inputs.scss */
.checkbox__wrapper .checkbox__box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #f6f0ff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}

/* line 283, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.add_input
input[type="search"]::-webkit-search-cancel-button {
  display: none;
  position: relative;
}

/* line 290, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.pill {
  border-radius: 26px !important;
  width: fit-content;
  transition: border-radius 0.2s ease;
}

/* line 295, app/assets/stylesheets/components/inputs.scss */
.dropdown_main__container.pill.expanded {
  border-radius: 8px 8px 0px 0px !important;
}

/* line 301, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px !important;
  color: #ece1fe;
}

/* line 310, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn:hover {
  color: #c0b5d2;
}

/* line 315, app/assets/stylesheets/components/inputs.scss */
.clear_input_btn.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch {
  position: relative;
  width: 49px;
  height: 24px;
  background: #a26cfc;
  border-radius: 100px;
  border: none;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.2s;
}

/* knob */
/* line 14, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch .knob {
  position: absolute;
  top: calc(50% - 10px);
  /* (24px − 20px)/2 */
  left: 3px;
  width: 20px;
  height: 20px;
  background: #f6f0ff;
  border-radius: 100px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 3px 8px rgba(0, 0, 0, 0.15), 0 3px 1px rgba(0, 0, 0, 0.06);
  transition: left 0.2s;
}

/* “off” state */
/* line 28, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="false"] {
  background: #ddd;
}

/* line 31, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="false"] .knob {
  left: 3px;
}

/* “on” state */
/* line 36, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="true"] {
  background: #a26cfc;
}

/* line 39, app/assets/stylesheets/components/profiler_box.scss */
.toggle-switch[aria-pressed="true"] .knob {
  left: calc(100% - 3px - 20px);
}

/* line 1, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section {
  margin-top: 32px;
}

/* line 4, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean {
  border: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

/* line 9, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean label {
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_section .form-group.boolean label input[type="checkbox"] {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #a26cfc;
}

/* line 29, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config {
  margin-top: 24px;
  padding: 24px;
  background: rgba(98, 85, 120, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

/* line 37, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config.hidden {
  display: none;
}

/* line 41, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group {
  margin-bottom: 24px;
}

/* line 44, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group label.control-label {
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* line 53, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  padding: 0;
  width: 100%;
}

/* line 66, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

/* line 71, app/assets/stylesheets/components/sentinel_automation.scss */
.automation_config .form-group input.form-control:focus {
  outline: none;
  border-bottom-color: #a26cfc;
}

/* line 79, app/assets/stylesheets/components/sentinel_automation.scss */
.form-label {
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

/* line 88, app/assets/stylesheets/components/sentinel_automation.scss */
.days_selector {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* line 95, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox {
  position: relative;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox input[type="checkbox"]:checked + span {
  background: #a26cfc;
  border-color: #a26cfc;
  color: #ffffff;
  font-weight: 500;
}

/* line 112, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background: transparent;
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease;
  min-width: 48px;
}

/* line 127, app/assets/stylesheets/components/sentinel_automation.scss */
.day_checkbox span:hover {
  border-color: #a26cfc;
  background: rgba(162, 108, 252, 0.1);
}

/* line 134, app/assets/stylesheets/components/sentinel_automation.scss */
.times_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

/* line 141, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* line 146, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  padding: 0;
  width: 160px;
}

/* line 159, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"]:focus {
  outline: none;
  border-bottom-color: #a26cfc;
}

/* line 164, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 100, 100, 0.5);
  background: transparent;
  color: rgba(255, 100, 100, 0.8);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 185, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time:hover {
  background: rgba(255, 100, 100, 0.2);
  border-color: rgba(255, 100, 100, 0.8);
}

/* line 190, app/assets/stylesheets/components/sentinel_automation.scss */
.time_input_row .btn-remove-time.hidden {
  display: none;
}

/* line 196, app/assets/stylesheets/components/sentinel_automation.scss */
.btn_add_time {
  margin-top: 8px;
  font-size: 14px;
  color: #a26cfc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  font-family: Instrument Sans;
  font-weight: 400;
  transition: all 0.2s ease;
}

/* line 208, app/assets/stylesheets/components/sentinel_automation.scss */
.btn_add_time:hover {
  color: #c29efd;
}

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

/* line 222, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal .results_table__container {
  display: block !important;
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
}

/* line 229, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table {
  width: 100%;
}

/* line 232, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th, #scheduled-runs-modal table#results_table td {
  padding: 12px 8px;
  vertical-align: middle;
}

/* line 237, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c2c0ff;
}

/* line 244, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(1) {
  width: 20%;
  text-align: left;
}

/* line 245, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(2) {
  width: 15%;
  text-align: left;
}

/* line 246, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(3) {
  width: 20%;
  text-align: left;
}

/* line 247, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(4) {
  width: 10%;
  text-align: center;
}

/* line 248, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(5) {
  width: 8%;
  text-align: center;
}

/* line 249, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(6) {
  width: 10%;
  text-align: center;
}

/* line 250, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(7) {
  width: 10%;
  text-align: center;
}

/* line 251, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table th:nth-child(8) {
  width: 7%;
  text-align: center;
}

/* line 254, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td {
  font-weight: 300;
  font-size: 14px;
  color: #DAC3FE;
}

/* line 259, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(1) {
  text-align: left;
}

/* line 260, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(2) {
  text-align: left;
}

/* line 261, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(3) {
  text-align: left;
}

/* line 262, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(4) {
  text-align: center;
}

/* line 263, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(5) {
  text-align: center;
}

/* line 264, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(6) {
  text-align: center;
}

/* line 265, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(7) {
  text-align: center;
}

/* line 266, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td:nth-child(8) {
  text-align: center;
}

/* line 268, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table td strong {
  font-weight: 500;
  color: #ECE1FE;
}

/* line 274, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table tr {
  border-bottom: 1px solid rgba(111, 158, 172, 0.5);
}

/* line 277, app/assets/stylesheets/components/sentinel_automation.scss */
#scheduled-runs-modal table#results_table tr:last-child {
  border-bottom: none;
}

/* line 2, app/assets/stylesheets/components/chatbot.scss */
.hidden {
  display: none !important;
}

/* line 6, app/assets/stylesheets/components/chatbot.scss */
.chat_button {
  position: fixed;
  bottom: 40px;
  right: 25px;
  padding: 15px;
  background: linear-gradient(148deg, #d0b100 0%, #d98a00 100%);
  color: #513364;
  cursor: pointer;
  border: 1px solid #bec3e8;
  border-radius: 100%;
  z-index: 901;
}

/* line 18, app/assets/stylesheets/components/chatbot.scss */
.chat_button:hover {
  background-color: #f0ac00;
}

/* line 23, app/assets/stylesheets/components/chatbot.scss */
.chat_container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 860px;
  max-width: calc(100vw - 120px);
  height: calc(100vh - 120px);
  max-height: 900px;
  background: #1c1a30;
  border: 1px solid #b6b5ef18;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(192, 199, 255, 0.06);
  display: flex;
  flex-direction: column;
  font-family: Instrument Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.2s ease;
  z-index: 900;
}

/* line 43, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized {
  width: 220px;
  height: 56px;
  overflow: hidden;
  border-radius: 28px;
}

/* line 49, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized .chat_header {
  border-radius: 28px;
  padding: 12px 16px;
}

/* line 52, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized .chat_header .robot_face {
  display: none;
}

/* line 53, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized .chat_header .chat_history_toggle {
  display: none;
}

/* line 54, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized .chat_header .chatbot_window_controls_container {
  gap: 5px;
}

/* line 57, app/assets/stylesheets/components/chatbot.scss */
.chat_container.minimized .chat_body,
.chat_container.minimized .chat_content,
.chat_container.minimized .chat_input_container {
  display: none;
}

/* line 63, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

/* line 71, app/assets/stylesheets/components/chatbot.scss */
.chat_container.show-history .chat_sidebar {
  transform: translateX(0);
}

/* line 76, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  background: #13112a;
  border-right: 1px solid #b6b5ef18;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 5;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.45);
}

/* line 92, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 8px 12px;
  flex-shrink: 0;
}

/* line 99, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-header .cb-sidebar-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #b6b5ef50;
}

/* line 107, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-header .cb-new-chat-btn {
  font-size: 18px !important;
  color: #f0ac00;
  cursor: pointer;
  transition: color 0.15s;
}

/* line 112, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-header .cb-new-chat-btn:hover {
  color: #ffc832;
}

/* line 116, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-list {
  flex: 1;
  overflow-y: auto;
  padding: 0 6px 12px 6px;
}

/* line 121, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-list::-webkit-scrollbar {
  width: 4px;
}

/* line 122, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-list::-webkit-scrollbar-track {
  background: transparent;
}

/* line 123, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-list::-webkit-scrollbar-thumb {
  background: #b6b5ef20;
  border-radius: 2px;
}

/* line 129, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-empty {
  font-size: 11px;
  color: #b6b5ef40;
  padding: 16px 8px;
  text-align: center;
}

/* line 136, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-item {
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 2px;
  transition: background 0.12s;
}

/* line 143, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-item:hover {
  background: #b6b5ef0a;
}

/* line 145, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-item.active {
  background: #b6b5ef12;
  border-left: 2px solid #f0ac00;
  padding-left: 8px;
}

/* line 151, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-item .cb-sidebar-label {
  font-size: 12px;
  font-weight: 400;
  color: #e0e7ffcc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 160, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_sidebar .cb-sidebar-item .cb-sidebar-meta {
  display: flex;
  gap: 8px;
  margin-top: 2px;
  font-size: 10px;
  color: #b6b5ef40;
  font-family: "Geist Mono", monospace;
}

/* line 172, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* line 180, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header {
  position: relative;
  padding: 16px 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 16px 16px 0 0;
  background: #16152a;
  color: #e0e7ffd7;
  border-bottom: 1px solid #b6b5ef10;
  flex-shrink: 0;
}

/* line 192, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_history_toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #b6b5ef20;
  border-radius: 8px;
  padding: 5px 10px;
  color: #b6b5ef80;
  cursor: pointer;
  font-family: Instrument Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  margin-right: 4px;
}

/* line 209, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_history_toggle .material-symbols-outlined {
  font-size: 16px !important;
}

/* line 211, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_history_toggle:hover {
  color: #e0e7ff;
  border-color: #b6b5ef40;
}

/* line 216, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_history_toggle.active {
  color: #f0ac00;
  border-color: rgba(240, 172, 0, 0.4);
  background: rgba(240, 172, 0, 0.08);
}

/* line 223, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_identity {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 230, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chat_identity_text {
  text-align: right;
}

/* line 234, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .robot_face {
  color: #f0ac00;
  font-size: 28px;
}

/* line 239, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header #chatHeaderText {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

/* line 245, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .robot_name {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #f0ac00;
}

/* line 252, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chatbot_window_controls_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 261, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chatbot_window_controls_container .close_chat_btn {
  cursor: pointer;
  font-size: 18px;
  color: #b6b5ef60;
  transition: color 0.15s;
}

/* line 266, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_header .chatbot_window_controls_container .close_chat_btn:hover {
  color: #e0e7ff;
}

/* line 272, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 24px 28px;
}

/* line 277, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .chat_label {
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b6b5ef60;
}

/* line 286, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .chat_message.user {
  background: #0E0123;
  border: 1px solid #b6b5ef15;
  padding: 12px 16px;
  color: #e0e7ff;
  font-size: 14px;
  line-height: 22px;
  border-radius: 12px;
  margin-bottom: 24px;
  max-width: 85%;
  width: fit-content;
}

/* line 299, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .chat_message.ai {
  padding: 0;
  margin-bottom: 24px;
  width: 100%;
  white-space: normal;
}

/* line 306, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .chat_message.error {
  color: #ff073a;
  font-size: 13px;
  padding: 8px 0;
  margin-bottom: 24px;
}

/* line 313, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .loading_indicator {
  display: inline-block;
  width: 14px;
  height: 5px;
  font-size: 24px;
  position: relative;
  color: #f0ac00;
}

/* line 322, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content .loading_indicator::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  animation: loading-dots 1s steps(3, end) infinite;
}

/* line 336, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content::-webkit-scrollbar {
  width: 6px;
}

/* line 337, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 338, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb {
  background: #b6b5ef25;
  border-radius: 3px;
}

/* line 341, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_content::-webkit-scrollbar-thumb:hover {
  background: #b6b5ef45;
}

/* line 345, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #0E0123;
  border-top: 1px solid #b6b5ef10;
  border-radius: 0 0 16px 0;
  flex-shrink: 0;
}

/* line 354, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container input {
  flex-grow: 1;
  background: transparent;
  color: #e0e7ff;
  font-size: 15px;
  border: none;
  padding: 12px 8px;
  font-family: Instrument Sans, sans-serif;
}

/* line 363, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container input:focus {
  outline: none !important;
}

/* line 365, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #b6b5ef40 !important;
}

/* line 371, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container input:disabled {
  opacity: 0.4;
}

/* line 374, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container button {
  background: transparent;
  color: #f0ac00;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s;
}

/* line 383, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container button .material-symbols-outlined {
  font-size: 24px !important;
}

/* line 385, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container button:hover {
  color: #ffc832;
  background: rgba(240, 172, 0, 0.08);
}

/* line 390, app/assets/stylesheets/components/chatbot.scss */
.chat_container .chat_input_container button:disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 403, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-h2 {
  background: linear-gradient(90deg, #8c56ff 0%, #f86cb8 30.23%, #f0b97c 62.59%);
  background-clip: text;
  border-bottom: 1px solid #b6b5ef18;
  font-family: "Syncopate", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 20px 0 10px 0;
  padding-bottom: 8px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 418, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-h2:first-child {
  margin-top: 0;
}

/* line 421, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-h3 {
  font-size: 14px;
  font-weight: 600;
  color: #f0ac00;
  margin: 16px 0 8px 0;
}

/* line 429, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-text {
  font-size: 14px;
  font-weight: 300;
  color: #e0d5f3;
  line-height: 23px;
  letter-spacing: 0.15px;
  margin: 8px 0;
}

/* line 439, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-bold {
  color: #f0ac00;
  font-weight: 600;
}

/* line 444, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-code {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #a26cfc;
  background: #b6b5ef10;
  border-radius: 3px;
  padding: 1px 5px;
}

/* line 455, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-list-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #b6b5efaa;
  margin: 14px 0 6px 0;
}

/* line 464, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ul, .chat_message.ai .cb-ol {
  margin: 6px 0 10px 0;
}

/* line 467, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ul li, .chat_message.ai .cb-ol li {
  font-size: 13px;
  font-weight: 300;
  color: #e0d5f3;
  line-height: 21px;
  margin: 6px 0;
}

/* line 476, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ul {
  list-style-type: none;
  padding-left: 20px;
}

/* line 480, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ul li {
  position: relative;
}

/* line 483, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ul li::before {
  content: "▸";
  color: #a26cfc;
  position: absolute;
  left: -16px;
  font-size: 11px;
}

/* line 493, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-ol li::marker {
  color: #f86cb8;
  font-weight: 600;
  font-size: 12px;
}

/* line 500, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-table-wrap {
  overflow-x: auto;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #b6b5ef15;
}

/* line 507, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

/* line 513, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-th {
  background: #0E0123;
  color: #b6b5efaa;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #b6b5ef18;
}

/* line 525, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-td {
  color: #e0d5f3;
  font-weight: 300;
  padding: 8px 12px;
  border-bottom: 1px solid #b6b5ef0a;
  vertical-align: top;
  line-height: 18px;
}

/* line 534, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-td-followers {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  color: #afc2ff;
  text-align: right;
  white-space: nowrap;
}

/* line 542, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-td-analysis {
  font-size: 12px;
  color: #b6b5efaa;
  padding: 6px 12px 14px 12px;
  line-height: 19px;
  border-bottom: 1px solid #b6b5ef18;
}

/* line 551, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-risk {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
}

/* line 562, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-risk-critical {
  color: #ff073a;
  background: rgba(255, 7, 58, 0.12);
}

/* line 567, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-risk-high {
  color: #f0ac00;
  background: rgba(240, 172, 0, 0.12);
}

/* line 572, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-risk-medium {
  color: #afc2ff;
  background: rgba(175, 194, 255, 0.1);
}

/* line 577, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-risk-low {
  color: #26E3AA;
  background: rgba(38, 227, 170, 0.1);
}

/* line 583, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-entity-card {
  background: #0E0123;
  border: 1px solid #b6b5ef12;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 594, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-entity-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 600, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-entity-id {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  color: #DAC3FE;
}

/* line 607, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-source-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #b6b5ef50;
  background: #b6b5ef0a;
  border-radius: 4px;
  padding: 2px 7px;
}

/* line 618, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-entity-title {
  font-size: 13px;
  font-weight: 500;
  color: #e0e7ffbb;
}

/* line 624, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-entity-analysis {
  font-size: 13px;
  font-weight: 300;
  color: #e0d5f3;
  line-height: 20px;
}

/* line 632, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-card {
  background: #0E0123;
  border: 1px solid #b6b5ef12;
  border-radius: 10px;
  padding: 12px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 643, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-body {
  display: flex;
  gap: 12px;
}

/* line 648, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-thumb {
  width: 160px;
  height: auto;
  max-height: 220px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* line 657, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 665, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-date {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: #b6b5ef50;
}

/* line 671, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-stats {
  display: flex;
  gap: 12px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: #b6b5efaa;
  flex-wrap: wrap;
}

/* line 679, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-stats > span {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* line 684, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-stats > span .material-symbols-outlined {
  font-size: 14px !important;
}

/* line 691, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 696, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-author.compact {
  gap: 8px;
}

/* line 699, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* line 707, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-avatar-sm {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

/* line 715, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

/* line 722, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-uid {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #DAC3FE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 732, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-nick {
  font-size: 12px;
  font-weight: 300;
  color: #b6b5efaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 741, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-followers {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: #afc2ff;
  padding-left: 50px;
}

/* line 749, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-flag {
  height: 14px;
  width: auto;
  flex-shrink: 0;
}

/* line 755, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-source-icon {
  height: 16px;
  width: auto;
  flex-shrink: 0;
}

/* line 762, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-comment-text {
  font-size: 13px;
  font-weight: 300;
  color: #e0d5f3bb;
  line-height: 20px;
  font-style: italic;
  padding-left: 50px;
}

/* line 772, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 2px 0;
}

/* line 779, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-tag {
  background: #b6b5ef15;
  border-radius: 12px;
  color: #e0e7ffcc;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 10px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* line 791, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-red-flag {
  color: #ff073a;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-left: 4px;
}

/* line 800, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-spiciness {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  color: #f86cb8;
  margin-left: auto;
}

/* line 809, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-desc {
  font-size: 12px;
  font-weight: 300;
  color: #b6b5efaa;
  line-height: 18px;
  font-style: italic;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/* line 820, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-explanation {
  font-size: 12px;
  font-weight: 300;
  color: #b6b5ef88;
  line-height: 18px;
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px solid #b6b5ef10;
}

/* line 831, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-link {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  color: #a26cfc;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding-top: 4px;
}

/* line 840, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-post-link:hover {
  color: #c49dff;
  text-decoration: underline;
}

/* line 847, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-sig {
  font-size: 12px;
  font-weight: 300;
  color: #b6b5efaa;
  line-height: 17px;
  padding-left: 50px;
  white-space: pre-wrap;
}

/* line 857, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-stats-row {
  display: flex;
  gap: 14px;
  padding-left: 50px;
}

/* line 863, app/assets/stylesheets/components/chatbot.scss */
.chat_message.ai .cb-author-stat {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  color: #afc2ff;
}

@keyframes loading-dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}

/* line 43, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel {
  position: sticky;
  top: 16px;
  height: calc(100vh - 32px);
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 10px;
  background: linear-gradient(176deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  overflow: hidden;
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #c2c0ff;
}

/* line 63, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px 14px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
  flex-shrink: 0;
}

/* line 72, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__icon {
  color: #f0b97c;
  font-size: 18px !important;
}

/* line 77, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__title {
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #f6f0ff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* line 89, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__status {
  margin-left: auto;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: #8d8598;
}

/* line 98, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 111, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #f6f0ff;
  text-wrap: pretty;
}

/* line 118, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary p {
  margin: 0 0 10px;
}

/* line 119, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary p:last-child {
  margin-bottom: 0;
}

/* line 124, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary h1, .ai-assistant-panel .ai-summary h2 {
  margin: 22px 0 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(111, 158, 172, 0.25);
  font-family: "Instrument Serif", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: none;
}

/* line 137, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary h1::before, .ai-assistant-panel .ai-summary h2::before {
  content: "\25AE ";
  color: #9e69f6;
  font-weight: 400;
  margin-right: 6px;
}

/* line 144, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary h1:first-child, .ai-assistant-panel .ai-summary h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* line 152, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary h3, .ai-assistant-panel .ai-summary h4, .ai-assistant-panel .ai-summary h5, .ai-assistant-panel .ai-summary h6 {
  margin: 14px 0 5px;
  font-family: "Roboto Mono", monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: oklch(0.78 0.13 295) !important;
  border-top: none;
  padding-top: 0;
  padding-bottom: 4px;
}

/* line 173, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary strong {
  color: #f0b97c;
  font-weight: 600;
}

/* line 175, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary em {
  color: #bcbeff;
  font-style: italic;
}

/* line 179, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary code {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2px;
  color: #a26cfc;
  background: rgba(162, 108, 252, 0.1);
  border: 1px solid rgba(162, 108, 252, 0.28);
  border-radius: 4px;
  padding: 1px 6px;
  vertical-align: 1px;
}

/* line 192, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary a {
  color: #a26cfc;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}

/* line 200, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 208, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ul > li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 214, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ul > li::before {
  content: "\25AE";
  position: absolute;
  left: 0;
  top: 0;
  color: #9e69f6;
  font-size: 0.85em;
  line-height: 1.7;
}

/* line 228, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol {
  list-style: none;
  counter-reset: ai-rail;
  padding: 0;
  margin: 8px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 237, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol > li {
  counter-increment: ai-rail;
  padding: 8px 0 10px;
  border-bottom: 1px dashed rgba(111, 158, 172, 0.25);
  font-size: 13px;
  line-height: 1.5;
}

/* line 244, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol > li:first-child {
  padding-top: 2px;
}

/* line 245, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 247, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol > li > :first-child::before {
  content: counter(ai-rail, decimal-leading-zero) "  ";
  font-family: "Roboto Mono", monospace;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #9292c1;
  margin-right: 0px;
}

/* line 259, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary ol > li > .ai-ref:first-child .ai-ref__label,
.ai-assistant-panel .ai-summary ol > li > strong:first-child {
  font-size: 13px;
  font-weight: 600;
  color: #f0b97c;
  font-style: normal;
}

/* line 270, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary.streaming::after {
  content: "\25AE";
  color: #f0b97c;
  margin-left: 2px;
  animation: ai-blink 1s steps(1) infinite;
}

/* line 277, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary .ai-placeholder {
  color: #8d8598;
  font-style: italic;
  font-size: 13px;
}

/* line 282, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-summary .ai-error {
  color: #ff7b8e;
  font-size: 12px;
  background: rgba(255, 7, 58, 0.06);
  border: 1px solid rgba(255, 7, 58, 0.18);
  border-radius: 6px;
  padding: 6px 10px;
  margin-top: 6px;
}

/* line 296, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-messages:not(:empty) {
  padding-top: 14px;
  border-top: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 301, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-messages {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 307, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg {
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  max-width: 100%;
}

/* line 313, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg p {
  margin: 0 0 6px;
}

/* line 313, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg p:last-child {
  margin-bottom: 0;
}

/* line 314, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg strong {
  color: #f0b97c;
  font-weight: 600;
}

/* line 315, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg a {
  color: #a26cfc;
  text-decoration: underline dotted;
}

/* line 319, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg--user {
  align-self: stretch;
  background: rgba(22, 21, 42, 0.7);
  border: 1px solid rgba(111, 158, 172, 0.25);
  border-left: 2px solid #f0b97c;
  color: #f6f0ff;
  padding: 9px 12px;
  border-radius: 4px 8px 8px 4px;
  white-space: pre-wrap;
  font-family: "Instrument Sans", system-ui, sans-serif;
}

/* line 332, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg--user::before {
  content: "\25CF  ASKED";
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #f0b97c;
  margin-bottom: 6px;
  text-shadow: 0 0 6px rgba(240, 185, 124, 0.45);
}

/* line 345, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg--bot {
  align-self: flex-start;
  color: #f6f0ff;
  padding: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
}

/* line 357, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-msg--bot.streaming::after {
  content: "\25AE";
  color: #f0b97c;
  margin-left: 2px;
  animation: ai-blink 1s steps(1) infinite;
}

/* line 368, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-form {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px;
  padding: 10px 14px;
  margin: 0;
  background: rgba(22, 21, 42, 0.55);
  border-top: 1px solid rgba(111, 158, 172, 0.25);
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

/* line 381, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-input {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.03);
  color: #f6f0ff;
  border: 1px solid rgba(111, 158, 172, 0.35);
  border-radius: 8px;
  outline: none;
  font-size: 13.5px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 12px;
  resize: none;
  max-height: calc(1.4em * 5 + 18px);
  overflow-y: hidden;
  transition: border-color 0.15s, background 0.15s;
}

/* line 401, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-input::placeholder {
  color: #8d8598;
  font-weight: 300;
}

/* line 402, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-input:focus {
  border-color: rgba(240, 185, 124, 0.55);
  background: rgba(255, 255, 255, 0.05);
}

/* line 408, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-send {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border-radius: 8px;
  background: rgba(240, 185, 124, 0.12);
  border: 1px solid rgba(240, 185, 124, 0.35);
  color: #f0b97c;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s, transform 80ms ease;
}

/* line 424, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-send .material-symbols-outlined {
  font-size: 18px !important;
}

/* line 426, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-send:hover {
  background: rgba(240, 185, 124, 0.22);
  border-color: rgba(240, 185, 124, 0.65);
  color: #ffd9a8;
}

/* line 431, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-send:active {
  transform: translateY(1px);
}

/* line 432, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel .ai-chat-send:disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 438, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__body::-webkit-scrollbar,
.ai-assistant-panel .ai-chat-input::-webkit-scrollbar {
  width: 6px;
}

/* line 439, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__body::-webkit-scrollbar-track,
.ai-assistant-panel .ai-chat-input::-webkit-scrollbar-track {
  background: transparent;
}

/* line 440, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__body::-webkit-scrollbar-thumb,
.ai-assistant-panel .ai-chat-input::-webkit-scrollbar-thumb {
  background: rgba(162, 108, 252, 0.22);
  border-radius: 3px;
}

/* line 443, app/assets/stylesheets/components/ai_assistant.scss */
.ai-assistant-panel__body::-webkit-scrollbar-thumb:hover,
.ai-assistant-panel .ai-chat-input::-webkit-scrollbar-thumb:hover {
  background: rgba(162, 108, 252, 0.42);
}

/* line 457, app/assets/stylesheets/components/ai_assistant.scss */
.ai-ref {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 1px 6px 1px 8px;
  margin: 0px 1px 1px 0px;
  background: rgba(240, 185, 124, 0.1);
  border: 1px solid rgba(240, 185, 124, 0.32);
  border-radius: 4px;
  color: #f0b97c;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.94em;
  line-height: 1.35;
  cursor: pointer;
  vertical-align: baseline;
  transition: background 120ms ease, border-color 120ms ease;
}

/* line 474, app/assets/stylesheets/components/ai_assistant.scss */
.ai-ref:hover, .ai-ref:focus-within {
  background: rgba(240, 185, 124, 0.2);
  border-color: rgba(240, 185, 124, 0.55);
  outline: none;
}

/* line 480, app/assets/stylesheets/components/ai_assistant.scss */
.ai-ref .ai-ref__label {
  font-style: normal;
  font-weight: 500;
  color: #f0b97c;
}

/* line 486, app/assets/stylesheets/components/ai_assistant.scss */
.ai-ref .ai-ref__btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #f0b97c;
  opacity: 0.85;
  cursor: pointer;
}

/* line 497, app/assets/stylesheets/components/ai_assistant.scss */
.ai-ref .ai-ref__btn .material-symbols-outlined {
  font-size: 11px !important;
  line-height: 1;
}

/* line 507, app/assets/stylesheets/components/ai_assistant.scss */
.ai-highlight {
  outline: 2px solid #f0b97c !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(240, 185, 124, 0.15);
  transition: outline-color 0.4s ease, box-shadow 0.4s ease;
}

@keyframes ai-blink {
  50% {
    opacity: 0;
  }
}

/* line 37, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}

/* line 44, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(22, 21, 42, 0.55);
  border: 1px solid rgba(111, 158, 172, 0.4);
  backdrop-filter: blur(8px) saturate(120%);
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #c2c0ff;
}

/* line 58, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__toggle {
  display: inline-flex;
  background: rgba(22, 21, 42, 0.7);
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 8px;
  padding: 3px;
}

/* line 66, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__toggle_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #9292c1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color 120ms;
}

/* line 81, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__toggle_btn .material-symbols-outlined {
  font-size: 16px;
}

/* line 83, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__toggle_btn:hover {
  color: #bcbeff;
}

/* line 85, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__toggle_btn.active {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  color: #f6f0ff;
  box-shadow: inset 0 0 0 1px rgba(240, 185, 124, 0.35);
}

/* line 92, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__status {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* line 98, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 104, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__live_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #47ffb0;
  box-shadow: 0 0 6px rgba(71, 255, 176, 0.7);
  animation: crisis_blink 2s ease-in-out infinite;
}

/* line 111, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__count_wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  color: #e0e7ff;
  font-weight: 500;
}

/* line 116, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__count {
  color: #f0b97c;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* line 122, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__count_label {
  color: #e0e7ff;
}

/* line 124, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sep {
  width: 1px;
  height: 14px;
  background: rgba(111, 158, 172, 0.4);
}

/* line 128, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__updated {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #9292c1;
  letter-spacing: 0.4px;
  transition: color 180ms;
}

/* line 135, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__updated.is_syncing {
  color: #f0b97c;
}

/* line 136, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__updated.is_success {
  color: #47ffb0;
}

/* line 137, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__updated.is_error {
  color: #ff2d55;
}

/* line 140, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync, .crisis_view__nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 6px;
  color: #bcbeff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 120ms, color 120ms;
}

/* line 153, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync .material-symbols-outlined, .crisis_view__nav .material-symbols-outlined {
  font-size: 14px;
}

/* line 155, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync:hover, .crisis_view__nav:hover {
  background: rgba(162, 108, 252, 0.1);
  color: #f6f0ff;
}

/* line 160, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync.is_syncing, .crisis_view__nav.is_syncing {
  cursor: not-allowed;
  opacity: 0.55;
  color: #9292c1;
  border-color: rgba(111, 158, 172, 0.3);
}

/* line 166, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync.is_syncing:hover, .crisis_view__nav.is_syncing:hover {
  background: transparent;
  color: #9292c1;
}

/* line 171, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__sync.is_syncing .material-symbols-outlined, .crisis_view__nav.is_syncing .material-symbols-outlined {
  animation: crisis_spin 1s linear infinite;
}

/* line 175, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__section {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 180, app/assets/stylesheets/components/crisis_map.scss */
.crisis_view__section.hidden {
  display: none;
}

/* line 185, app/assets/stylesheets/components/crisis_map.scss */
.crisis_layout {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 70vh;
  min-height: 540px;
}

/* line 192, app/assets/stylesheets/components/crisis_map.scss */
.crisis_layout__map {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 202, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map__loader {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(12, 17, 36, 0.88);
  backdrop-filter: blur(6px) saturate(110%);
  -webkit-backdrop-filter: blur(6px) saturate(110%);
  transition: opacity 350ms;
}

/* line 217, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map__loader.hidden {
  opacity: 0;
}

/* line 219, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map__loader_scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #f0b97c 50%, transparent 100%);
  box-shadow: 0 0 14px rgba(240, 185, 124, 0.7);
  animation: crisis_map_scan 2.4s ease-in-out infinite;
}

/* line 228, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map__loader_card {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #f0b97c;
  background: rgba(12, 17, 36, 0.92);
  padding: 8px 14px;
  border: 1px solid #f0b97c;
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(240, 185, 124, 0.32);
  backdrop-filter: blur(4px);
}

/* line 247, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map__loader_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0b97c;
  box-shadow: 0 0 8px #f0b97c;
  animation: crisis_blink 1.2s ease-in-out infinite;
}

/* line 256, app/assets/stylesheets/components/crisis_map.scss */
.crisis_map {
  flex: 1 1 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #0c1124;
  border: 1px solid rgba(111, 158, 172, 0.4);
}

/* line 265, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel {
  position: relative;
  flex: 0 0 380px;
  border-radius: 10px;
  background: linear-gradient(176deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  border: 1px solid rgba(111, 158, 172, 0.5);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px) saturate(120%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #c2c0ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
}

/* line 279, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel--critical {
  border-color: rgba(220, 38, 38, 0.55);
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.18), 0 8px 30px rgba(220, 38, 38, 0.18), 0 4px 24px rgba(0, 0, 0, 0.4);
}

/* line 287, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__critical_accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #a30015 20%, #a30015 80%, transparent 100%);
  box-shadow: 0 0 14px rgba(220, 8, 40, 0.85);
  pointer-events: none;
}

/* line 296, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__header {
  padding: 16px 20px 14px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 300, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel--critical .crisis_panel__header {
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.1) 0%, transparent 100%);
}

/* line 305, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__header_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

/* line 310, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__id_type {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9292c1;
  padding-top: 4px;
}

/* line 319, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__title {
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  color: #f6f0ff;
  letter-spacing: 0.1px;
  text-wrap: pretty;
}

/* line 330, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__meta {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 335, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__meta_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

/* line 342, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__body {
  padding: 16px 20px;
  flex: 1;
  overflow-y: auto;
}

/* line 348, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__desc {
  margin: 0 0 18px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #dac3fe;
  text-wrap: pretty;
}

/* line 357, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__section {
  margin-bottom: 16px;
}

/* line 359, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__section_label {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #8d8598;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 370, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__country_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 374, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__time_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

/* line 381, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__time_value {
  font-size: 13px;
  color: #e0e7ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
}

/* line 387, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__time_absolute {
  font-size: 10.5px;
  color: #8d8598;
  font-family: "Roboto Mono", monospace;
  margin-top: 2px;
}

/* line 394, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* line 398, app/assets/stylesheets/components/crisis_map.scss */
.crisis_panel__sources {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 404, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Instrument Sans", system-ui, sans-serif;
  white-space: nowrap;
}

/* line 418, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* line 423, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--low {
  background: #22d3ee;
  color: #08222a;
}

/* line 424, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--medium {
  background: #facc15;
  color: #2a1d00;
}

/* line 425, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--high {
  background: #ff2d55;
  box-shadow: 0 0 0 1px #ff2d55, 0 0 12px rgba(255, 45, 85, 0.75);
}

/* line 429, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--high .crisis_chip__dot {
  box-shadow: 0 0 6px #fff;
  animation: crisis_pulse 2s ease-out infinite;
}

/* line 434, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--critical {
  background: #a30015;
  box-shadow: 0 0 0 1px #a30015, 0 0 16px rgba(220, 8, 40, 0.85);
}

/* line 438, app/assets/stylesheets/components/crisis_map.scss */
.crisis_chip--critical .crisis_chip__dot {
  box-shadow: 0 0 6px #fff;
  animation: crisis_pulse 1.4s ease-out infinite;
}

/* line 446, app/assets/stylesheets/components/crisis_map.scss */
.crisis_meta_chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(22, 21, 42, 0.55);
  border: 1px solid rgba(111, 158, 172, 0.35);
  color: #bcbeff;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* line 461, app/assets/stylesheets/components/crisis_map.scss */
.crisis_meta_chip__icon {
  font-size: 14px !important;
  color: #9292c1;
}

/* line 466, app/assets/stylesheets/components/crisis_map.scss */
.crisis_meta_chip__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 471, app/assets/stylesheets/components/crisis_map.scss */
.crisis_meta_chip__label {
  color: #9292c1;
}

/* line 472, app/assets/stylesheets/components/crisis_map.scss */
.crisis_meta_chip__value {
  color: #e0e7ff;
  font-weight: 500;
}

/* line 479, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(111, 158, 172, 0.3);
}

/* line 488, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country__flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
}

/* line 495, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country__iso {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #bcbeff;
  letter-spacing: 0.5px;
}

/* line 502, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country__name {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  color: #e0e7ff;
}

/* line 510, app/assets/stylesheets/components/crisis_map.scss */
.crisis_tag {
  font-family: "Roboto Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.3px;
  color: #c2c0ff;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(162, 108, 252, 0.1);
  border: 1px solid rgba(162, 108, 252, 0.28);
}

/* line 522, app/assets/stylesheets/components/crisis_map.scss */
.crisis_source {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #e0e7ff;
  background: rgba(22, 21, 42, 0.45);
  border: 1px solid rgba(111, 158, 172, 0.25);
  font-size: 13px;
  transition: background 120ms, border-color 120ms;
}

/* line 535, app/assets/stylesheets/components/crisis_map.scss */
.crisis_source:hover {
  background: rgba(162, 108, 252, 0.1);
  border-color: rgba(162, 108, 252, 0.45);
}

/* line 540, app/assets/stylesheets/components/crisis_map.scss */
.crisis_source__icon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: linear-gradient(135deg, #a26cfc 0%, #f0b97c 100%);
  opacity: 0.8;
  flex-shrink: 0;
}

/* line 547, app/assets/stylesheets/components/crisis_map.scss */
.crisis_source__host {
  flex: 1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 555, app/assets/stylesheets/components/crisis_map.scss */
.crisis_source__arrow {
  font-size: 14px !important;
  color: #f0b97c;
  opacity: 0.8;
}

/* line 563, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__videos {
  column-count: 2;
  column-gap: 6px;
  width: 326px;
  margin-top: 8px;
  pointer-events: auto;
}

/* line 571, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
  break-inside: avoid;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(111, 158, 172, 0.35);
  background: #000;
  text-decoration: none;
  isolation: isolate;
  transition: border-color 120ms, transform 120ms;
}

/* line 585, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video:hover {
  border-color: rgba(162, 108, 252, 0.6);
  transform: translateY(-1px);
}

/* line 589, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video:hover .crisis_video__open {
  opacity: 1;
}

/* line 592, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__media {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

/* line 599, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

/* line 606, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__meta {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  pointer-events: none;
}

/* line 618, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__author {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #f6f0ff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 629, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__time {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  color: rgba(246, 240, 255, 0.75);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  flex-shrink: 0;
}

/* line 637, app/assets/stylesheets/components/crisis_map.scss */
.crisis_video__open {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px !important;
  color: #f6f0ff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  padding: 2px;
  opacity: 0;
  transition: opacity 120ms;
  pointer-events: none;
}

/* line 653, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 28px;
  text-align: center;
}

/* line 662, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

/* line 668, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(188, 190, 255, 0.18);
}

/* line 673, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ring--mid {
  inset: 16px;
  border-color: rgba(188, 190, 255, 0.22);
}

/* line 674, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ring--inner {
  inset: 32px;
  border-color: rgba(188, 190, 255, 0.28);
}

/* line 675, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ring--outer {
  inset: 0;
}

/* line 678, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_cross_h, .crisis_empty__radar_cross_v {
  position: absolute;
  background: rgba(188, 190, 255, 0.14);
}

/* line 683, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_cross_h {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

/* line 684, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_cross_v {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

/* line 686, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_sweep {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 1px;
  transform-origin: 0 0;
  background: linear-gradient(90deg, rgba(162, 108, 252, 0.9), transparent);
  animation: crisis_radar 4s linear infinite;
}

/* line 695, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ping {
  position: absolute;
  border-radius: 50%;
}

/* line 699, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ping--a {
  left: 62%;
  top: 30%;
  width: 6px;
  height: 6px;
  background: #ff2d55;
  box-shadow: 0 0 8px rgba(255, 45, 85, 0.75);
}

/* line 700, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ping--b {
  left: 28%;
  top: 62%;
  width: 5px;
  height: 5px;
  background: #22d3ee;
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.65);
}

/* line 701, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__radar_ping--c {
  left: 70%;
  top: 68%;
  width: 5px;
  height: 5px;
  background: #a30015;
  box-shadow: 0 0 8px rgba(220, 8, 40, 0.85);
}

/* line 704, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__title {
  margin: 0 0 8px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f6f0ff;
  letter-spacing: 0.1px;
}

/* line 712, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__copy {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #9292c1;
  max-width: 260px;
  text-wrap: pretty;
}

/* line 720, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__live_badge {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8d8598;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(111, 158, 172, 0.3);
  background: rgba(22, 21, 42, 0.4);
}

/* line 732, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__live_badge_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #47ffb0;
  box-shadow: 0 0 6px rgba(71, 255, 176, 0.7);
  animation: crisis_blink 2s ease-in-out infinite;
}

/* line 740, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(111, 158, 172, 0.25);
  width: 100%;
}

/* line 746, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_label {
  font-family: "Roboto Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #8d8598;
  margin-bottom: 10px;
  text-align: left;
}

/* line 756, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_row {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

/* line 760, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* line 764, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* line 768, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item--low .crisis_empty__legend_item_dot {
  background: #22d3ee;
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.65);
}

/* line 769, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item--medium .crisis_empty__legend_item_dot {
  background: #facc15;
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.65);
}

/* line 770, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item--high .crisis_empty__legend_item_dot {
  background: #ff2d55;
  box-shadow: 0 0 8px rgba(255, 45, 85, 0.75);
}

/* line 771, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item--critical .crisis_empty__legend_item_dot {
  background: #a30015;
  box-shadow: 0 0 8px rgba(220, 8, 40, 0.85);
}

/* line 773, app/assets/stylesheets/components/crisis_map.scss */
.crisis_empty__legend_item_label {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.6px;
  color: #bcbeff;
  text-transform: uppercase;
}

/* line 785, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* line 791, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 799, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 805, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #47ffb0;
  box-shadow: 0 0 6px rgba(71, 255, 176, 0.7);
  animation: crisis_blink 2s ease-in-out infinite;
}

/* line 813, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_label {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #9292c1;
}

/* line 821, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_count {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

/* line 825, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_count_top {
  color: #f0b97c;
  font-weight: 600;
}

/* line 826, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__header_count_total {
  color: #8d8598;
}

/* line 829, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__list {
  flex: 1;
  overflow-y: auto;
  padding: 4px 0;
}

/* line 835, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-align: left;
  color: #c2c0ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  transition: background 140ms, border-left-color 140ms, padding-left 140ms;
}

/* line 850, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row:hover, .crisis_top__row:focus {
  background: rgba(22, 21, 42, 0.55);
  border-left-color: var(--row-color);
  padding-left: 18px;
  outline: none;
}

/* line 856, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row:hover .crisis_top__row_chevron, .crisis_top__row:focus .crisis_top__row_chevron {
  color: var(--row-color);
  transform: translateX(3px);
}

/* line 861, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row:hover .crisis_top__row_icon, .crisis_top__row:focus .crisis_top__row_icon {
  background: color-mix(in srgb, var(--row-color) 12%, rgba(22, 21, 42, 0.55));
  border-color: color-mix(in srgb, var(--row-color) 50%, transparent);
  box-shadow: 0 0 10px var(--row-glow);
}

/* line 868, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row:focus-visible {
  outline: 1px solid var(--row-color);
  outline-offset: -3px;
}

/* line 871, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(22, 21, 42, 0.55);
  border: 1px solid color-mix(in srgb, var(--row-color) 30%, transparent);
  color: var(--row-color);
  transition: background 140ms, border-color 140ms, box-shadow 140ms;
}

/* line 883, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_icon .material-symbols-outlined {
  font-size: 18px;
}

/* line 886, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 894, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #f6f0ff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 907, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  color: #9292c1;
  letter-spacing: 0.4px;
}

/* line 919, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_country {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 7px 2px 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(111, 158, 172, 0.3);
  font-family: "Roboto Mono", monospace;
  font-size: 9.5px;
  color: #bcbeff;
  letter-spacing: 0.4px;
}

/* line 933, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_country_flag {
  width: 16px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

/* line 945, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_country_iso {
  letter-spacing: 0.5px;
}

/* line 947, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_updated {
  font-family: "Roboto Mono", monospace;
  margin-left: auto;
  color: #8d8598;
}

/* line 953, app/assets/stylesheets/components/crisis_map.scss */
.crisis_top__row_chevron {
  align-self: center;
  flex-shrink: 0;
  color: #8d8598;
  font-size: 18px !important;
  transition: color 140ms, transform 140ms;
}

/* line 964, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__block {
  background: linear-gradient(90deg, rgba(188, 190, 255, 0.06) 0%, rgba(188, 190, 255, 0.18) 50%, rgba(188, 190, 255, 0.06) 100%);
  background-size: 200% 100%;
  animation: crisis_shimmer 1.6s linear infinite;
  border-radius: 4px;
}

/* line 971, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__header {
  padding: 16px 20px 14px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 976, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* line 981, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__meta_row {
  padding: 12px 20px;
  display: flex;
  gap: 6px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 987, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__body {
  padding: 16px 20px;
  flex: 1;
}

/* line 992, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 993, app/assets/stylesheets/components/crisis_map.scss */
.crisis_skeleton__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* line 999, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(162, 108, 252, 0.7);
  background: linear-gradient(180deg, #a26cfc 0%, #7c3df0 100%);
  color: #fff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(162, 108, 252, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
  transition: transform 120ms;
}

/* line 1022, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn:hover {
  transform: translateY(-1px);
}

/* line 1023, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn:active {
  transform: translateY(0);
}

/* line 1025, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn .material-symbols-outlined {
  font-size: 18px;
}

/* line 1027, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.18) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: crisis_inv_sheen 3.4s ease-in-out infinite;
  pointer-events: none;
}

/* line 1038, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}

/* line 1047, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_meta .material-symbols-outlined {
  font-size: 13px;
}

/* line 1051, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__stage {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(162, 108, 252, 0.55);
  background: linear-gradient(176deg, rgba(60, 40, 90, 0.9) 0%, rgba(20, 7, 41, 0.95) 100%);
  padding: 12px 14px 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(162, 108, 252, 0.25);
}

/* line 1060, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__stage.is_done {
  border-color: rgba(71, 255, 176, 0.55);
}

/* line 1063, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 1068, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__phase {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1072, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__phase_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a26cfc;
  box-shadow: 0 0 10px rgba(162, 108, 252, 0.8);
  animation: crisis_inv_blink 1s ease-in-out infinite;
}

/* line 1078, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__stage.is_done .crisis_investigate__phase_dot {
  background: #47ffb0;
  box-shadow: 0 0 8px rgba(71, 255, 176, 0.7);
  animation: none;
}

/* line 1085, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__phase_text {
  font-family: "Roboto Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #bcbeff;
}

/* line 1092, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__stage.is_done .crisis_investigate__phase_text {
  color: #47ffb0;
}

/* line 1095, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__count {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #e0e7ff;
  font-weight: 500;
}

/* line 1101, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__count .crisis_investigate__count_unit {
  color: #8d8598;
}

/* line 1104, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__visual {
  position: relative;
  height: 86px;
  border-radius: 6px;
  background: rgba(22, 21, 42, 0.55);
  border: 1px dashed rgba(111, 158, 172, 0.3);
  overflow: hidden;
}

/* line 1113, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__origin {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
}

/* line 1123, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__rings {
  position: absolute;
  left: 32px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  pointer-events: none;
}

/* line 1131, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(162, 108, 252, 0.7);
  transform-origin: center;
  animation: crisis_inv_ring 1.2s ease-out infinite;
  opacity: 0;
}

/* line 1140, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__ring:nth-child(2) {
  animation-delay: 0.4s;
}

/* line 1141, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__ring:nth-child(3) {
  animation-delay: 0.8s;
}

/* line 1144, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__spokes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* line 1150, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__chips {
  position: absolute;
  right: 8px;
  top: 6px;
  bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
}

/* line 1158, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(111, 158, 172, 0.3);
  color: #9292c1;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.4px;
  transition: all 0.3s;
}

/* line 1170, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__chip.is_arrived {
  background: rgba(71, 255, 176, 0.12);
  border-color: rgba(71, 255, 176, 0.45);
  color: #47ffb0;
}

/* line 1176, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__chip_count {
  min-width: 18px;
  text-align: right;
}

/* line 1178, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__chip svg {
  display: block;
}

/* line 1181, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1186, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__footer_meta {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  color: #8d8598;
  letter-spacing: 0.6px;
}

/* line 1193, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__footer_actions {
  display: flex;
  gap: 8px;
}

/* line 1197, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_ghost {
  background: transparent;
  border: 1px solid rgba(111, 158, 172, 0.4);
  color: #bcbeff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}

/* line 1208, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_ghost:hover {
  color: #f6f0ff;
}

/* line 1211, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_primary_sm {
  background: linear-gradient(180deg, #a26cfc 0%, #7c3df0 100%);
  border: 1px solid rgba(162, 108, 252, 0.7);
  color: #fff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 1223, app/assets/stylesheets/components/crisis_map.scss */
.crisis_investigate__btn_primary_sm .material-symbols-outlined {
  font-size: 13px;
}

/* line 1228, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 1234, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot {
  position: absolute;
  width: var(--reticle-size, 50px);
  height: var(--reticle-size, 50px);
  pointer-events: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: width 180ms cubic-bezier(0.2, 0.7, 0.4, 1), height 180ms cubic-bezier(0.2, 0.7, 0.4, 1);
  --sev-color: #22d3ee;
  --sev-glow:  rgba(34, 211, 238, 0.65);
}

/* line 1247, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--low {
  --sev-color: #22d3ee;
  --sev-glow: rgba(34, 211, 238, 0.65);
  z-index: 0;
}

/* line 1248, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--medium {
  --sev-color: #facc15;
  --sev-glow: rgba(250, 204, 21, 0.65);
  z-index: 1;
}

/* line 1249, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--high {
  --sev-color: #ff2d55;
  --sev-glow: rgba(255, 45, 85, 0.75);
  z-index: 2;
}

/* line 1250, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--critical {
  --sev-color: #a30015;
  --sev-glow: rgba(220, 8, 40, 0.85);
  z-index: 3;
}

/* line 1252, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="hover"] {
  width: calc(var(--reticle-size, 50px) * 1.28);
  height: calc(var(--reticle-size, 50px) * 1.28);
  z-index: 10;
}

/* line 1258, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] {
  width: calc(var(--reticle-size, 50px) * 1.72);
  height: calc(var(--reticle-size, 50px) * 1.72);
  z-index: 20;
}

/* line 1266, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__reticle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 4px var(--sev-glow));
}

/* line 1273, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__reticle {
  filter: drop-shadow(0 0 8px var(--sev-glow));
}

/* line 1278, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__hex_outer {
  fill-opacity: 1;
  transition: stroke-width 140ms, opacity 140ms;
}

/* line 1281, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="hover"] .crisis_pin__hex_outer {
  opacity: 0.95;
}

/* line 1282, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__hex_outer {
  stroke-width: 1.4;
  opacity: 1;
}

/* line 1286, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__sweep {
  transform-box: fill-box;
  transform-origin: center;
  animation: reticle_spin 5s linear infinite;
}

/* line 1291, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--pulse_fast .crisis_pin__sweep {
  animation-duration: 3.2s;
}

/* line 1294, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__scan {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  border: 1px solid var(--sev-color);
  pointer-events: none;
  filter: drop-shadow(0 0 6px var(--sev-glow));
  display: none;
}

/* line 1303, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__scan--a {
  opacity: 0.7;
}

/* line 1304, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__scan--b {
  opacity: 0.5;
  animation-delay: 0.8s;
}

/* line 1307, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--high .crisis_pin__scan,
.crisis_pin__dot--critical .crisis_pin__scan {
  display: block;
  animation: reticle_scan 2.4s cubic-bezier(0.2, 0.7, 0.4, 1) infinite;
}

/* line 1313, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--pulse_fast .crisis_pin__scan {
  animation-duration: 1.6s;
}

/* line 1315, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot--pulse_fast .crisis_pin__scan--b {
  animation-delay: 0.5s;
}

/* line 1318, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__scan {
  display: none;
}

/* line 1321, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__brackets {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 0 4px var(--sev-glow));
  display: none;
}

/* line 1330, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__brackets {
  display: block;
}

/* line 1333, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed var(--sev-color);
  pointer-events: none;
  filter: drop-shadow(0 0 6px var(--sev-glow));
  animation: reticle_spin 8s linear infinite;
  display: none;
}

/* line 1343, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__ring {
  display: block;
}

/* line 1346, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__readout {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(8px, -50%);
  padding: 6px 8px 8px 10px;
  border-left: 2px solid var(--sev-color);
  background: rgba(12, 17, 36, 0.9);
  color: var(--sev-color);
  font-family: "Roboto Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  pointer-events: none;
  display: none;
  animation: reticle_readout 0.25s ease-out;
}

/* line 1363, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__dot[data-state="selected"] .crisis_pin__readout {
  display: block;
}

/* line 1365, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__readout_id {
  color: #fff;
  font-weight: 600;
}

/* line 1366, app/assets/stylesheets/components/crisis_map.scss */
.crisis_pin__readout_coords {
  opacity: 0.75;
  margin-top: 1px;
}

@keyframes crisis_pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes crisis_blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes crisis_radar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

@keyframes crisis_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes crisis_inv_sheen {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes crisis_inv_blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes crisis_inv_ring {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes reticle_scan {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes reticle_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes reticle_readout {
  0% {
    opacity: 0;
    transform: translate(0px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(8px, -50%);
  }
}

@keyframes crisis_map_scan {
  0% {
    top: -2px;
    opacity: 0;
  }
  10% {
    opacity: 0.85;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  90% {
    opacity: 0.85;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  /* line 1437, app/assets/stylesheets/components/crisis_map.scss */
  .crisis_layout {
    flex-direction: column;
    height: auto;
  }
  /* line 1442, app/assets/stylesheets/components/crisis_map.scss */
  .crisis_layout__map {
    height: 60vh;
    min-height: 400px;
  }
  /* line 1447, app/assets/stylesheets/components/crisis_map.scss */
  .crisis_panel {
    flex: 0 0 auto;
    max-height: 60vh;
  }
  /* line 1452, app/assets/stylesheets/components/crisis_map.scss */
  .crisis_view__header {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  /* line 1457, app/assets/stylesheets/components/crisis_map.scss */
  .crisis_view__status {
    gap: 10px;
    flex-wrap: wrap;
  }
}

/* line 1464, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* line 1470, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 1478, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(111, 158, 172, 0.25);
  border-radius: 6px;
  cursor: pointer;
  color: #9292c1;
  transition: background 140ms, color 140ms, border-color 140ms;
}

/* line 1492, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__close .material-symbols-outlined {
  font-size: 18px;
}

/* line 1494, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__close:hover, .crisis_country_panel__close:focus {
  background: rgba(22, 21, 42, 0.55);
  color: #f6f0ff;
  border-color: color-mix(in srgb, #f0b97c 40%, transparent);
  outline: none;
}

/* line 1502, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__flag {
  font-size: 18px;
  line-height: 1;
}

/* line 1507, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__name {
  flex: 1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 14px;
  color: #f6f0ff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1518, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__count {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #8d8598;
}

/* line 1524, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9292c1;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 1537, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__loading_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f0b97c;
  box-shadow: 0 0 6px rgba(240, 185, 124, 0.7);
  animation: crisis_blink 1s ease-in-out infinite;
}

/* line 1546, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__list {
  flex: 1;
  overflow-y: auto;
  padding: 4px 0;
}

/* line 1552, app/assets/stylesheets/components/crisis_map.scss */
.crisis_country_panel__empty {
  padding: 22px 18px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  color: #9292c1;
  text-align: center;
}

/* line 1563, app/assets/stylesheets/components/crisis_map.scss */
.crisis_settings .form_group {
  padding: 20px 10px;
}

/* line 1567, app/assets/stylesheets/components/crisis_map.scss */
.crisis_settings .form_group textarea {
  margin-bottom: 10px;
}

/* line 1571, app/assets/stylesheets/components/crisis_map.scss */
.crisis_settings__flash {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  margin: 12px 0;
}

/* line 1578, app/assets/stylesheets/components/crisis_map.scss */
.crisis_settings__flash--ok {
  color: #47ffb0;
  background: rgba(71, 255, 176, 0.1);
  border: 1px solid rgba(71, 255, 176, 0.35);
}

/* line 1584, app/assets/stylesheets/components/crisis_map.scss */
.crisis_settings__flash--err {
  color: #ff2d55;
  background: rgba(255, 45, 85, 0.1);
  border: 1px solid rgba(255, 45, 85, 0.35);
}

/* line 1592, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect {
  position: relative;
}

/* line 1595, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__native--hidden {
  display: none;
}

/* line 1599, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 1605, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__chips:empty {
  margin-bottom: 0;
}

/* line 1610, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px 3px 10px;
  border-radius: 14px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  color: #f6f0ff;
  background: rgba(22, 21, 42, 0.7);
  border: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 1623, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__chip_x {
  border: none;
  background: transparent;
  color: #9292c1;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

/* line 1632, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__chip_x:hover {
  color: #ff2d55;
}

/* line 1637, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__menu {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  margin-top: 4px;
  max-height: 240px;
  overflow-y: auto;
  background: rgba(20, 7, 41, 0.98);
  border: 1px solid rgba(111, 158, 172, 0.25);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* line 1651, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__option {
  padding: 8px 12px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  color: #c2c0ff;
  cursor: pointer;
}

/* line 1658, app/assets/stylesheets/components/crisis_map.scss */
.country_multiselect__option:hover {
  background: rgba(22, 21, 42, 0.7);
  color: #f6f0ff;
}

/* line 21, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layout__map {
  position: relative;
}

/* line 23, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layer_toggle {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  display: inline-flex;
  gap: 0;
  padding: 3px;
  background: rgba(22, 21, 42, 0.55);
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 8px;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

/* line 39, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layer_toggle__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: none;
  background: transparent;
  color: #9292c1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: color 120ms, background 120ms;
}

/* line 54, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layer_toggle__btn .material-symbols-outlined {
  font-size: 16px;
}

/* line 56, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layer_toggle__btn:hover {
  color: #f6f0ff;
}

/* line 58, app/assets/stylesheets/components/sentinel_map.scss */
.crisis_layer_toggle__btn.active {
  background: rgba(162, 108, 252, 0.18);
  color: #f6f0ff;
  box-shadow: inset 0 0 0 1px rgba(162, 108, 252, 0.45);
}

/* line 66, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin {
  position: absolute;
  width: var(--sen-size, 36px);
  height: var(--sen-size, 36px);
  pointer-events: auto;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: transform 140ms ease, filter 140ms ease;
  filter: drop-shadow(0 0 6px var(--sen-glow, rgba(111, 158, 172, 0.55)));
}

/* line 76, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin[data-state="hover"] {
  transform: scale(1.18);
  z-index: 10;
}

/* line 77, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin[data-state="selected"] {
  transform: scale(1.45);
  z-index: 20;
}

/* line 80, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* line 87, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin__frame_outer {
  fill: rgba(20, 7, 41, 0.45);
  stroke: var(--sen-color, #6f9eac);
  stroke-width: 2.5;
  stroke-dasharray: 6 4;
  transform-origin: 50% 50%;
}

/* line 95, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin[data-state="selected"] .sentinel_pin__frame_outer {
  animation: sentinel_dash_spin 8s linear infinite;
}

/* line 99, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin__frame_inner {
  fill: none;
  stroke: var(--sen-color, #6f9eac);
  stroke-width: 1.5;
  stroke-opacity: 0.55;
}

/* line 106, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin__tick {
  stroke: var(--sen-color, #6f9eac);
  stroke-width: 2;
  stroke-linecap: round;
}

/* line 112, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin__core {
  fill: var(--sen-color, #6f9eac);
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 1;
}

/* line 119, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin--heightened .sentinel_pin__core,
.sentinel_pin--critical .sentinel_pin__core {
  animation: sentinel_core_pulse 2.4s ease-in-out infinite;
}

/* line 124, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_pin--critical .sentinel_pin__core {
  animation-duration: 1.4s;
}

@keyframes sentinel_dash_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes sentinel_core_pulse {
  0%, 100% {
    opacity: 1;
    r: 9;
  }
  50% {
    opacity: 0.6;
    r: 11;
  }
}

/* line 143, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail {
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #c2c0ff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

/* line 152, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__back {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 12px 12px 0;
  background: transparent;
  border: 1px solid rgba(111, 158, 172, 0.25);
  color: #9292c1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: color 120ms, border-color 120ms;
}

/* line 168, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__back .material-symbols-outlined {
  font-size: 14px;
}

/* line 170, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__back:hover {
  color: #f6f0ff;
  border-color: rgba(111, 158, 172, 0.4);
}

/* line 173, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__header {
  padding: 16px 22px 18px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 178, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__header_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

/* line 186, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__id_type {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #9292c1;
  padding-top: 6px;
}

/* line 195, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #f6f0ff;
  letter-spacing: -0.2px;
}

/* line 208, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__title_flag {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

/* line 214, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__title_text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 221, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__body {
  padding: 20px 22px 22px;
  flex: 1;
}

/* line 229, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__lede {
  margin: 0 0 22px;
  padding: 2px 0 2px 14px;
  border-left: 2px solid rgba(162, 108, 252, 0.55);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 500;
  color: #f6f0ff;
  letter-spacing: 0.1px;
  text-wrap: pretty;
}

/* line 242, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__section {
  margin-bottom: 22px;
}

/* line 244, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__section_label {
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #9292c1;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 256, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__section_body {
  margin: 0 0 12px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #c2c0ff;
  text-wrap: pretty;
}

/* line 265, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

/* line 272, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__cta_row {
  margin-bottom: 22px;
}

/* line 276, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 6px;
  background: rgba(162, 108, 252, 0.18);
  border: 1px solid rgba(162, 108, 252, 0.45);
  color: #f6f0ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: background 120ms, border-color 120ms, transform 120ms;
}

/* line 292, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__cta .material-symbols-outlined {
  font-size: 16px;
}

/* line 294, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_detail__cta:hover {
  background: rgba(162, 108, 252, 0.28);
  border-color: rgba(162, 108, 252, 0.7);
  transform: translateY(-1px);
}

/* line 302, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Instrument Sans", system-ui, sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 317, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* line 319, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--calm {
  background: #6f9eac;
  color: #07181d;
}

/* line 320, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--elevated {
  background: #facc15;
  color: #2a1d00;
}

/* line 321, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--heightened {
  background: #fb923c;
  color: #2a1100;
  box-shadow: 0 0 0 1px #fb923c, 0 0 12px rgba(251, 146, 60, 0.6);
}

/* line 326, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--heightened .sentinel_chip_sev__dot {
  box-shadow: 0 0 6px #fff;
  animation: sentinel_chip_pulse 2s ease-out infinite;
}

/* line 331, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--critical {
  background: #ff2d55;
  color: #fff;
  box-shadow: 0 0 0 1px #ff2d55, 0 0 16px rgba(255, 45, 85, 0.7);
}

/* line 336, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_chip_sev--critical .sentinel_chip_sev__dot {
  box-shadow: 0 0 6px #fff;
  animation: sentinel_chip_pulse 1.4s ease-out infinite;
}

@keyframes sentinel_chip_pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 350, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(162, 108, 252, 0.12);
  border: 1px solid rgba(162, 108, 252, 0.28);
  color: #f6f0ff;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* line 365, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top {
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #c2c0ff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

/* line 374, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 12px;
  border-bottom: 1px solid rgba(111, 158, 172, 0.25);
}

/* line 382, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 388, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.7);
}

/* line 396, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_label {
  font-family: "Roboto Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #f6f0ff;
  font-weight: 500;
}

/* line 405, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_count {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

/* line 410, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_count_top {
  color: #f6f0ff;
  font-weight: 600;
}

/* line 411, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__header_count_total {
  color: #9292c1;
}

/* line 413, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__list {
  display: flex;
  flex-direction: column;
  padding: 8px 12px 16px;
  gap: 4px;
}

/* line 420, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__empty {
  padding: 24px 20px;
  color: #9292c1;
  font-size: 12.5px;
  text-align: center;
}

/* line 427, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row {
  display: grid;
  grid-template-columns: 22px 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: #c2c0ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background 120ms, border-color 120ms, box-shadow 120ms;
}

/* line 442, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row:hover {
  background: rgba(162, 108, 252, 0.08);
  border-color: var(--row-color, rgba(111, 158, 172, 0.25));
  box-shadow: 0 0 14px var(--row-glow, transparent);
}

/* line 449, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row_flag {
  font-size: 18px;
  line-height: 1;
}

/* line 454, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row_body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 461, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row_title {
  font-size: 13px;
  font-weight: 600;
  color: #f6f0ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 470, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row_headline {
  font-size: 11.5px;
  color: #9292c1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 478, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_top__row_chevron {
  font-size: 18px !important;
  color: #9292c1;
}

/* line 484, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  margin-top: 4px;
}

/* line 491, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(111, 158, 172, 0.25);
  background: #16152a;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 120ms, transform 120ms, box-shadow 120ms;
}

/* line 504, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card:hover {
  border-color: rgba(162, 108, 252, 0.55);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
}

/* line 510, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card--inert {
  cursor: default;
}

/* line 512, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card--inert:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(111, 158, 172, 0.25);
}

/* line 516, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 524, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__thumb--placeholder {
  background: linear-gradient(135deg, #1c1830 0%, #0e0b1d 100%);
}

/* line 529, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

/* line 536, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__source_icon {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.55);
  padding: 2px;
  object-fit: contain;
  backdrop-filter: blur(4px);
}

/* line 549, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__meta {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f6f0ff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* line 561, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #2a2545;
  flex-shrink: 0;
}

/* line 570, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__avatar--placeholder {
  display: inline-block;
}

/* line 575, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__author {
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* line 584, app/assets/stylesheets/components/sentinel_map.scss */
.sentinel_post_card__open {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 14px !important;
  color: #f6f0ff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  padding: 2px;
  backdrop-filter: blur(4px);
}

/* line 12, app/assets/stylesheets/components/_right_dock.scss */
:root {
  --dock-header-height: 48px;
  --dock-panel-width: 33vw;
  --dock-width: 0px;
}

/* line 18, app/assets/stylesheets/components/_right_dock.scss */
.main_container {
  padding-right: calc(32px + var(--dock-width));
  transition: padding-right 0.2s ease;
}

/* line 23, app/assets/stylesheets/components/_right_dock.scss */
body:has(.right-dock) .main_container.profiler_map {
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_right_dock.scss */
.page-top-bar {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 34, app/assets/stylesheets/components/_right_dock.scss */
.page-top-bar__back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 41, app/assets/stylesheets/components/_right_dock.scss */
.right-dock {
  position: fixed;
  top: 8px;
  right: 8px;
  width: max-content;
  height: var(--dock-header-height);
  overflow: hidden;
  z-index: 50;
  display: flex;
  flex-direction: column;
  transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, right 0.2s ease, border-radius 0.2s ease;
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #c2c0ff;
}

/* line 55, app/assets/stylesheets/components/_right_dock.scss */
.right-dock[data-state="open"] {
  width: var(--dock-panel-width);
  height: 100vh;
  top: 0;
  right: 0;
}

/* line 62, app/assets/stylesheets/components/_right_dock.scss */
.right-dock:not([data-state="open"]) .right-dock__surface {
  display: none;
}

/* line 66, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__header {
  height: var(--dock-header-height);
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 14px;
}

/* line 77, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__toggle {
  display: inline-flex;
  background: rgba(22, 21, 42, 0.7);
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 8px;
  padding: 3px;
}

/* line 85, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__toggle_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #9292c1;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color 120ms;
}

/* line 100, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__toggle_btn .material-symbols-outlined {
  font-size: 16px;
}

/* line 102, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__toggle_btn:hover {
  color: #bcbeff;
}

/* line 104, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__toggle_btn[aria-pressed="true"] {
  background: linear-gradient(152.97deg, rgba(98, 85, 120, 0.9) 0%, rgba(20, 7, 41, 0.9) 100%);
  color: #f6f0ff;
  box-shadow: inset 0 0 0 1px rgba(240, 185, 124, 0.35);
}

/* line 111, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(22, 21, 42, 0.55);
  backdrop-filter: blur(8px) saturate(120%);
  border: 1px solid rgba(111, 158, 172, 0.4);
  border-radius: 7px;
  margin-bottom: 8px;
}

/* line 123, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface[hidden] {
  display: none;
}

/* line 129, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--map .results_map.dock_hosted {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  top: auto;
  right: auto;
}

/* line 137, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--map .results_map.dock_hosted #cyber_map {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 143, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--map .results_map.dock_hosted .map_nav {
  display: none;
}

/* line 151, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--kissinger .chat_container, .right-dock__surface--ai .chat_container {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  bottom: auto;
  right: auto;
}

/* line 164, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--kissinger .chat_container #closeChatBtn,
.right-dock__surface--kissinger .chat_container .chatbot_window_controls_container, .right-dock__surface--ai .chat_container #closeChatBtn,
.right-dock__surface--ai .chat_container .chatbot_window_controls_container {
  display: none;
}

/* line 170, app/assets/stylesheets/components/_right_dock.scss */
.right-dock__surface--kissinger .ai-assistant-panel, .right-dock__surface--ai .ai-assistant-panel {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

/*# sourceMappingURL=application.css-db7407add7e804798ac9526a4459b7deb5e57c3dcf4f496331d93d6fd7713be8.map */
