/* @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap'); */

:root {
  --therink-ink: #e7edf6;
  --therink-blue: #63a6ff;
  --therink-ice: #111a24;
  --therink-border: #243244;
  --therink-surface: #101924;
  --therink-surface-2: #162231;
  --therink-surface-3: #1c2c3d;
  --therink-muted: #97a9bd;
  --bs-body-bg: #0b1118;
  --bs-body-color: #e7edf6;
  --bs-secondary-color: #97a9bd;
  --bs-border-color: #243244;
  --bs-card-bg: #101924;
  --bs-card-border-color: #243244;
  --bs-tertiary-bg: #162231;
  --bs-secondary-bg: #111a24;
  --bs-emphasis-color: #f5f8fc;
  --bs-link-color: #8cc0ff;
  --bs-link-hover-color: #b5d6ff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Manrope", system-ui, sans-serif;
  background: radial-gradient(circle at top, #152538 0%, #0b1118 48%, #080d13 100%);
  color: var(--therink-ink);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.therink-footer-title,
.therink-section-kicker {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
}

.therink-main {
  min-height: calc(100vh - 12rem);
}

.therink-navbar {
  background: linear-gradient(90deg, rgba(7, 13, 22, 0.92) 0%, rgba(12, 26, 42, 0.96) 52%, rgba(24, 66, 108, 0.98) 100%);
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(140, 192, 255, 0.12);
}

.therink-navbar .navbar-brand,
.therink-navbar .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.therink-navbar .navbar-brand {
  letter-spacing: 0.02em;
}

.therink-navbar-logo {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  filter: drop-shadow(0 0.45rem 0.9rem rgba(0, 0, 0, 0.3));
}

.therink-nav-cta {
  min-width: 6.5rem;
  border-radius: 999px;
}

.therink-navbar .nav-link {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.therink-navbar .nav-link:hover,
.therink-navbar .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.therink-navbar .nav-link.active {
  background: rgba(140, 192, 255, 0.16);
  color: #fff;
}

.therink-footer {
  background: linear-gradient(180deg, rgba(10, 17, 27, 0.96), rgba(8, 13, 20, 1));
  border-top: 1px solid var(--therink-border);
}

.therink-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.therink-hero-card {
  background: rgba(9, 18, 28, 0.8);
  border: 1px solid rgba(115, 149, 191, 0.22);
  border-radius: 1.5rem;
  padding: 2rem;
  backdrop-filter: blur(10px);
}

.therink-hero-logo {
  max-height: 260px;
  filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.35));
}

.therink-topimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.therink-home-intro {
  padding: 2rem 2rem;
  border: 1px solid rgba(115, 149, 191, 0.16);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, rgba(18, 32, 48, 0.94), rgba(8, 16, 25, 0.86));
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.22);
}

.therink-home-blurb {
  padding: 1rem 1.1rem;
  border-left: 3px solid rgba(99, 166, 255, 0.5);
  background: rgba(99, 166, 255, 0.06);
  border-radius: 0.9rem;
}

.therink-home-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.therink-home-card {
  min-height: 100%;
}

.therink-section-card {
  border: 1px solid rgba(115, 149, 191, 0.16);
}

.therink-account-promo {
  overflow: hidden;
  border: 1px solid rgba(140, 192, 255, 0.18);
  border-radius: 0.5rem;
  background:
    linear-gradient(135deg, rgba(99, 166, 255, 0.13), rgba(42, 172, 125, 0.12)),
    rgba(13, 23, 34, 0.96);
  box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.18);
}

.therink-account-promo-panel {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem;
}

.therink-account-promo-panel-alt {
  border-top: 1px solid rgba(140, 192, 255, 0.14);
}

.therink-account-promo-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(140, 192, 255, 0.26);
  background: rgba(140, 192, 255, 0.1);
  color: #b8dcff;
  font-size: 1.15rem;
}

.therink-account-promo-kicker {
  color: #8ebbf3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.therink-account-promo-action {
  display: flex;
  justify-content: center;
  padding: 0 1rem 1rem;
}

.therink-home-card .card-body {
  padding: 1.5rem;
}

.therink-home-card .card-title {
  margin-bottom: 0.9rem;
}

.start-intent-button {
  display: block;
  width: 100%;
  padding: 0;
  color: var(--therink-ink);
  background: linear-gradient(180deg, rgba(18, 31, 45, 0.98), rgba(11, 19, 29, 1));
  border: 1px solid rgba(115, 149, 191, 0.16);
  border-radius: 1.2rem;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.start-intent-button:hover,
.start-intent-button:focus,
.start-intent-button:focus-visible {
  color: #fff;
  border-color: rgba(140, 192, 255, 0.4);
  box-shadow: 0 1.1rem 2.2rem rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.therink-login-card {
  border: 1px solid rgba(115, 149, 191, 0.16);
  background: linear-gradient(180deg, rgba(18, 29, 42, 0.96), rgba(10, 18, 27, 0.92));
}

.therink-login-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.6rem;
}

.therink-icon-chip {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(99, 166, 255, 0.18), rgba(99, 166, 255, 0.06));
  color: #a9d0ff;
  font-size: 1.8rem;
}

.therink-action-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  background: rgba(99, 166, 255, 0.12);
  color: #a9d0ff;
  font-size: 1.15rem;
}

.therink-help-topic {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.therink-help-topic:hover,
.therink-help-topic:focus,
.therink-help-topic:focus-visible {
  border-color: rgba(140, 192, 255, 0.4);
  box-shadow: 0 1.1rem 2.2rem rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.therink-help-navigation .list-group-item:hover,
.therink-help-navigation .list-group-item:focus {
  background: rgba(140, 192, 255, 0.08) !important;
}

.therink-page-lead {
  margin-bottom: 2rem;
}

.therink-section-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8ebbf3;
}

.therink-stat-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(140, 192, 255, 0.18);
  background: rgba(140, 192, 255, 0.08);
  color: #dfeeff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.therink-skill-video-link {
  max-width: 100%;
  padding: 0.2rem 0.45rem;
  border: 1px solid rgba(140, 192, 255, 0.32);
  border-radius: 0.5rem;
  background: rgba(140, 192, 255, 0.08);
  color: #cfe5ff;
  font: inherit;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.therink-skill-video-link:hover,
.therink-skill-video-link:focus,
.therink-skill-video-link:focus-visible {
  border-color: rgba(140, 192, 255, 0.5);
  background: rgba(140, 192, 255, 0.14);
  color: #fff;
  text-decoration: none;
}

.therink-skill-video-link:focus-visible {
  outline: 2px solid rgba(140, 192, 255, 0.65);
  outline-offset: 2px;
}

.therink-skill-video-link .bi {
  flex: 0 0 auto;
  color: #8cc0ff;
}

.therink-skill-video-link span {
  overflow-wrap: anywhere;
}

.card,
.modal-content,
.list-group-item {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.16);
}

.card,
.modal-content {
  background: linear-gradient(180deg, rgba(18, 31, 45, 0.98), rgba(11, 19, 29, 1));
  border-radius: 1.2rem;
}

.card-footer {
  border-top-color: rgba(115, 149, 191, 0.18) !important;
}

.list-group-item {
  background: transparent;
}

.alert-secondary {
  background: #142131;
  border-color: #2f4a68;
  color: #dce9f8;
}

.alert-warning {
  background: #342613;
  border-color: #7f6130;
  color: #ffe8b3;
}

.form-control,
.form-select,
.form-check-input {
  background-color: var(--therink-surface-2);
  border-color: var(--therink-border);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  background-color: var(--therink-surface-3);
  border-color: #5a8fc8;
  box-shadow: 0 0 0 0.25rem rgba(99, 166, 255, 0.16);
}

.text-body-secondary {
  color: var(--therink-muted) !important;
}

a {
  text-decoration-thickness: 0.08em;
}

.btn-outline-secondary {
  --bs-btn-color: #c6d3e3;
  --bs-btn-border-color: #506175;
  --bs-btn-hover-bg: #506175;
  --bs-btn-hover-border-color: #506175;
}

.btn-light {
  --bs-btn-bg: #dce6f2;
  --bs-btn-border-color: #dce6f2;
  --bs-btn-color: #102033;
}

.btn {
  border-radius: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary {
  --bs-btn-bg: #3b82f6;
  --bs-btn-border-color: #3b82f6;
  --bs-btn-hover-bg: #4a8ef7;
  --bs-btn-hover-border-color: #4a8ef7;
}

.btn-success {
  --bs-btn-bg: #1f8f6b;
  --bs-btn-border-color: #1f8f6b;
  --bs-btn-hover-bg: #27a47a;
  --bs-btn-hover-border-color: #27a47a;
}

::selection {
  background: rgba(99, 166, 255, 0.28);
}

.therink.ui {
  overflow: visible visible;
  background: white;
  color: black;
}

div.ui h1, div.ui h2, div.ui h3 {
  color: black;
}

.hidden.menu {
  display: none;
}

.ui.accordion.item {
  padding:0px;
}

.ui.accordion.item > .title {
  padding: 0.92857143em 1.14285714em;
}

.ui.accordion.item > .title:NOT(.active):hover {
  background: rgba(255,255,255,.1);
  color: #ffffff;
}

.ui.accordion.item > .content > .item {
  padding-left: 1.4em;
}

.ui.imghead.segment {
  min-height: 200px;
  padding: 1em 0em;
  background-repeat: no-repeat;
  background-size: cover;
}
.ui.masthead.segment {
  min-height: 600px;
  padding: 1em 0em;
  text-shadow: #FFFFFF 1px 1px 10px, #FFFFFF 1px -1px 10px, #FFFFFF -1px 1px 10px, #FFFFFF -1px -1px 10px;
  background-image: url('/images/filip-mroz-XUwk3DG6jqg-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed ;
}

.masthead .logo.item img {
  margin-right: 1em;
  filter: drop-shadow(30px 10px 4px #ffffff);

}

.topmenu.segment {
  margin: 0;
  padding: 0;
}

.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}

.masthead h1.ui.header {
  margin-top: 2em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}

.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  padding: 1em 0em;
}

.ui.vertical.stripe h3 {
  font-size: 1.4em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 1.4em;
}

.ui.vertical.stripe .floated.image {
  clear: both;
}

.ui.vertical.stripe p {
  font-size: 1.33em;
}

.ui.vertical.content {
  font-size: 1.2em;
}

.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}

.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

.ui.container:not(.fluid) {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1600px) {
  .ui.ui.ui.container:not(.fluid) {
      width: 1527px;
      margin-left: auto;
      margin-right: auto;
  }
}
@media only screen and (min-width: 2000px) {
  .ui.ui.ui.container:not(.fluid) {
      width: 1927px;
      margin-left: auto;
      margin-right: auto;
  }
}
@media only screen and (max-width: 700px) {
  .therink-hero-card {
    padding: 1.5rem;
  }

  .therink-hero-logo {
    max-height: 180px;
  }

  .ui.fixed.menu {
    display: none !important;
  }

  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }

  .secondary.pointing.menu .toc.item {
    display: block;
  }

  .masthead.segment {
    min-height: 350px;
  }

  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }

  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .therink-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .therink-account-promo-panel {
    padding: 1rem 1.1rem;
  }

  .therink-account-promo-panel-alt {
    border-top: 0;
    border-left: 1px solid rgba(140, 192, 255, 0.14);
  }
}

div.caption {
  font-size: 1em;
  font-style: italic;
}
.gallery.grid .column {
  text-align: center;
}
.gallery.grid .column img {
  margin-left: auto;
  margin-right: auto;
}

.therink-lab-hero {
  min-height: 34rem;
  background:
    linear-gradient(90deg, rgba(7, 13, 20, 0.9), rgba(10, 20, 31, 0.72), rgba(10, 20, 31, 0.32)),
    url('/images/sharpening-crop.jpg');
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(140, 192, 255, 0.18);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
}

.therink-lab-hero-inner {
  max-width: 48rem;
  padding: clamp(2rem, 6vw, 5rem);
}

.therink-lab-cta {
  border: 1px solid rgba(40, 167, 117, 0.24);
  background:
    linear-gradient(135deg, rgba(31, 143, 107, 0.15), rgba(99, 166, 255, 0.09)),
    rgba(14, 25, 36, 0.96);
}

.therink-section-card .list-group-item:last-child {
  border-bottom: 0;
}


.comments {
  margin-bottom: 5px;
}
.commentheader {
  font-weight: bolder;
  margin-left: 6px;
  font-size: 1.2em;
  background: #eeeeee;
}
.commentbody {
  border-left: 1px solid black;
  margin-left: 6px;
}
.new.comments {
  margin-top: 10px;
}

[data-lpignore] [data-lastpass-icon-root] {
  visibility: none;
  display: none !important;
}

.messagecontainer {
  width: 100%;
}
.messagesdt {
  margin: 0px auto;
  max-width: 960px;
  background: #222;
  padding: 10px;
}


.messages {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0px auto;
  max-width: 960px;
  background: #222;
  padding: 0px;
}
.messages .message, .messagesdt .message {
  position: relative;
  max-width: 60%;
  min-width: 40%;
  margin: 5px 0px;
  padding: 10px;
}
.messages .message.out, .messagesdt .message.out {
  float: right;
  text-align: right;
  background: #8888cc;
  border-radius: 10px 10px 0px 10px;
}
.messages .message.in, .messagesdt .message.in {
  float: left;
  background: #cccccc;
  border-radius: 10px 10px 10px 0px;
}
.messages .message.in .messageicon, .messagesdt .message.in .messageicon {
  position: absolute;
  right: -35px;
  bottom: 0px;
}
.messages .message.out .messageicon, .messagesdt .message.out .messageicon {
  position: absolute;
  left: -35px;
  bottom: 0px;
}
.messages .messageresp, .messagesdt .messageresp {
  margin: 0px auto;
  width: 960px;
  padding: 10px;
  border: 1px solid #222;
}

.therink-markdown {
  color: var(--bs-body-color);
}

.therink-markdown h1,
.therink-markdown h2,
.therink-markdown h3,
.therink-markdown h4 {
  margin-top: 1.35rem;
  margin-bottom: 0.75rem;
}

.therink-markdown h1:first-child,
.therink-markdown h2:first-child,
.therink-markdown h3:first-child,
.therink-markdown h4:first-child {
  margin-top: 0;
}

.therink-markdown p,
.therink-markdown ul,
.therink-markdown ol,
.therink-markdown .table-responsive {
  margin-bottom: 1rem;
}

.therink-code-block,
.therink-markdown pre {
  background: #f6f8fa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  padding: 1rem;
  overflow-x: auto;
}

.therink-mermaid-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  margin: 1rem 0;
  overflow-x: auto;
  padding: 1rem;
  text-align: center;
}

.therink-markdown-table {
  margin-top: 1rem;
}
