@charset "UTF-8";
body.site {
  background-color: #151515;
  margin: 10px;
  padding: 0;
  width: auto;
  color: #ffffff;
  border: black;
  border-style: solid;
  border-width: 1px;
  border-bottom-style: none;
  display: block;
  /*min-width: 510px;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 359px) {
  body.site {
    /*transform: scale(0.6);
    transform-origin: top left;*/
    margin: 0 !important;
    padding: 0 !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: inherit;
  font-weight: bold;
  line-height: unset;
  color: inherit;
  text-rendering: optimizelegibility;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 0.3em;
}

.MathJax {
  text-shadow: 0px 1px 0px #000;
  color: #0F0;
}

h1 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 30px;
  padding-bottom: 30px;
}

h2 {
  font-size: 18px;
  line-height: 20px;
  color: #76DAFF;
}

h3 {
  font-size: 14px;
  line-height: 16px;
  color: aquamarine;
}

h4 {
  font-size: 13px;
  line-height: 15px;
}

h5 {
  font-size: 12px;
  line-height: 14px;
}

h6 {
  font-size: 10px;
  line-height: 12px;
}

a {
  text-decoration: none;
  color: #76DAFF;
}
a:hover, a:active {
  color: yellow;
  background-color: transparent;
}

p {
  margin: 8px 0;
  padding: 0 5px;
}

ul > li {
  word-wrap: break-word;
  list-style-image: url("/static/images/fleche.d0e71bae5dab.gif");
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
  margin-bottom: 9px;
  margin-right: 9px;
}

code {
  padding: 0px 4px;
  font-weight: 800;
  font-size: 12px;
  color: #1d4;
}

.codehilite code {
  font-size: 11px;
  font-family: monospace;
  padding: 0;
}

table {
  border-collapse: collapse;
  margin: auto;
}

img {
  margin: auto;
  display: block;
  max-width: 100%;
}

table, th, td {
  padding: 0 8px;
}

pre {
  background-color: #2c2c2c;
  border: 1px solid #000000;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
}

blockquote {
  border-left: unset;
  border-radius: 0.25rem;
  color: #A6E22E;
  display: block;
  padding: 9px;
  font-size: 12px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1), 1px 1px 0px #000 inset;
  margin: 9px 20px;
  overflow: hidden;
}
blockquote small {
  display: inline;
}
blockquote p {
  padding: 0;
  margin: 0;
}

@media print {
  body.site {
    color: #000 !important;
    background-color: #fff !important;
    border: none !important;
    margin: 0 !important;
    padding: 20px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    text-shadow: none !important;
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  code {
    color: #000 !important;
    background-color: #f5f5f5 !important;
  }
  pre {
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
  }
  blockquote {
    color: #000 !important;
    background: #f9f9f9 !important;
    border-left: 3px solid #ccc !important;
    box-shadow: none !important;
  }
  .MathJax {
    color: #000 !important;
    text-shadow: none !important;
  }
  ul > li {
    list-style-image: none !important;
    list-style-type: disc !important;
  }
}
#top {
  background: linear-gradient(180deg, rgb(33, 33, 33) 0%, rgb(23, 26, 33) 100%);
}

header {
  display: table;
  margin: 0 auto;
  background-size: 100% 100%;
  width: 100%;
  /*min-width: 500px;*/
  text-align: center;
  font-family: commic-sans-ms;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-shadow: 2px 1px 3px #000;
  border-top: 1px solid #000;
  background-color: #393939;
  /*height: 90px;*/
  background-color: #000;
  background-image: radial-gradient(circle at top right, rgba(121, 68, 154, 0.13), transparent), radial-gradient(circle at 20% 80%, rgba(41, 196, 255, 0.13), transparent);
}
header h1 {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 1px 3px #000;
  padding: 15px;
  color: white;
}

.header {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.header-inner {
  padding: 15px;
  color: white;
  top: 8px;
  position: absolute;
  left: 0;
  right: 0;
}
.header .edit-link {
  right: 20px;
  position: absolute;
  top: 20px;
}
.header td {
  border: 0;
}
.header span {
  margin-top: 25px;
  text-align: center;
  color: #222;
  text-shadow: 2px 1px 3px #000;
}

.nav-menu-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav-menu-wrap .nav-menu {
  list-style: none;
  display: flex;
  list-style: outside none none;
  padding: 0;
  text-align: center;
  width: auto;
  height: 21px;
  margin: 0px;
  background: linear-gradient(to bottom, #505050, #383838) repeat scroll 0% 0% transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-shadow: 0px 1px 0px #6E6E6E inset;
  background-color: #2b547e;
}
.nav-menu-wrap .nav-menu li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: -1px;
  list-style: none;
  border-left: 1px solid #151515;
  width: 100%;
}
.nav-menu-wrap .nav-menu li:first-child {
  border-left: none;
}
.nav-menu-wrap .nav-menu li:nth-last-child(-n+3) {
  width: 9rem;
}
.nav-menu-wrap .nav-menu li:hover > a {
  color: #e5e4e2;
}
.nav-menu-wrap .nav-menu a {
  color: #ccc;
  height: 21px;
  display: block;
  margin: 0;
  padding-top: 0px;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid #000;
}
.nav-menu-wrap .nav-menu a:hover {
  background: linear-gradient(to bottom, #393939, #151515) repeat scroll 0% 0% transparent;
  color: #fff;
  background-color: #000000;
}
.nav-menu-wrap .nav-menu img {
  height: 16px;
  margin-top: 2px;
}
.nav-menu-wrap .nav-menu-trigger {
  display: none;
  background-color: #2b547e;
}

@media (max-width: 768px) {
  .header {
    background-color: #000;
    background-image: radial-gradient(circle at top right, rgba(121, 68, 154, 0.13), transparent), radial-gradient(circle at 20% 80%, rgba(41, 196, 255, 0.13), transparent);
  }
}
@media print {
  .header, .navigation {
    /*display: none !important;*/
  }
}
.container {
  margin: auto;
  text-align: justify;
  max-width: 1000px;
}

.body .container {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 780px) {
  .grid-display-2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
.module {
  display: block;
  padding: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  margin: 10px 5px;
  overflow: hidden;
  /*width: 500px;*/
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1), 1px 1px 0px #000 inset;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: initial;
  content: "";
  line-height: 0;
}

footer {
  background: linear-gradient(to bottom, #505050, #383838) repeat scroll 0% 0% transparent;
  border-bottom: 1px solid #000;
  box-shadow: 0px 1px 0px #6E6E6E inset, 0px 2px 2px rgba(0, 0, 0, 0.4);
  height: 22px;
}

footer p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #fff;
  display: block;
  line-height: 22px;
  /*font-size: 0.55em;*/
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

@media print {
  footer {
    /*display: none !important;*/
  }
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 8px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #454545;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table .table {
  background-color: #fff;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #454545;
}

.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #454545;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #454545;
  background-color: transparent;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: solid 1px #454545;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered tr, .table-bordered tr:hover, .table-bordered tr:nth-child(2n+1):hover {
  background-color: transparent;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: transparent;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.table-noheader {
  border-collapse: collapse;
}
.table-noheader thead {
  display: none;
}

.dashed-table {
  width: 100%;
  border-collapse: unset;
}
.dashed-table td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dashed 1px #454545;
}
.dashed-table td:first-child {
  width: 80px;
}
.dashed-table td:nth-child(2) {
  width: 100px;
}
.dashed-table td:nth-child(3) {
  text-align: left;
}
.dashed-table td:nth-child(4) {
  text-align: right;
  width: 120px;
}
.dashed-table td:last-child {
  border-right: none;
}

table ul {
  margin: 0 0 0 25px;
}

.mermaid-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #000;
  background: rgb(24, 28, 31);
  margin: 9px 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  /*
  &::after {
    @include mermaid-button;
    content: 'Drag to pan • Scroll to zoom';
    top: 16px;
    right: 16px;
    pointer-events: none;
    font-size: 11px;
    opacity: 0.6;
  }
  */
}
.mermaid-container:hover {
  border-color: #333;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.mermaid-container:hover .mermaid-reset-btn,
.mermaid-container:hover .mermaid-fullscreen-btn {
  opacity: 1;
}
.mermaid-container .mermaid-reset-btn {
  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #e5e5e5;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 16px;
  left: 50px;
  height: 28px;
  width: 28px;
}

.mermaid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  background: rgb(24, 28, 31) !important;
  color-scheme: dark;
  border-radius: 12px;
  padding: 10px;
  transition: cursor 0.2s ease;
}
.mermaid p {
  font-size: 12px;
  margin: 0;
}
.mermaid svg {
  max-width: calc(100% - 20px);
  height: auto;
  background: none !important;
  transition: transform 0.1s ease;
  border-radius: 0;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.mermaid svg text {
  fill: #e5e5e5 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

svg .node rect,
svg .node circle {
  fill: #1a1a1a !important;
  stroke: #333 !important;
  transition: all 0.2s ease;
}
svg .node rect:hover,
svg .node circle:hover {
  fill: #374151 !important;
  stroke: #3b82f6 !important;
}
svg .state rect,
svg .cluster rect {
  fill: #1a1a1a !important;
  stroke: #333 !important;
  transition: all 0.2s ease;
}
svg .state rect:hover,
svg .cluster rect:hover {
  fill: #374151 !important;
  stroke: #3b82f6 !important;
}
svg .edgePath path,
svg .relation,
svg .link {
  stroke: #3b82f6 !important;
  stroke-width: 2px;
}
svg .edgePaths path {
  stroke: #3b82f6 !important;
  stroke-width: 2px;
}
svg marker path {
  stroke: #3b82f6 !important;
  fill: #3b82f6 !important;
}
svg .edgeLabel,
svg .label {
  fill: #60a5fa !important;
  font-weight: 500;
}
svg .node polygon {
  fill: #262626 !important;
  stroke: #333 !important;
}
svg .node polygon:hover {
  fill: #374151 !important;
  stroke: #3b82f6 !important;
}
svg .actor {
  fill: #1a1a1a !important;
  stroke: #333 !important;
  transition: all 0.2s ease;
  color: #e5e5e5 !important;
}
svg .cluster-label,
svg text.actor > tspan {
  color: #e5e5e5 !important;
  fill: #e5e5e5 !important;
  stroke: none !important;
}

.mermaid-fullscreen-btn {
  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #e5e5e5;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: 16px;
  left: 16px;
  height: 28px;
  width: 28px;
}
.mermaid-fullscreen-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mermaid-reset-btn {
  position: absolute;
  top: 16px;
  left: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10010;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 28px;
  height: 28px;
}
.mermaid-reset-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mermaid-fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  animation: fadeIn 0.3s ease-out;
}
.mermaid-fullscreen-modal .mermaid-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.mermaid-fullscreen-modal .mermaid-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.mermaid-fullscreen-modal .mermaid-fullscreen-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgb(24, 28, 31);
  color-scheme: dark;
}
.mermaid-fullscreen-modal .mermaid-fullscreen-container .mermaid-fullscreen-btn {
  display: none !important;
}
.mermaid-fullscreen-modal .mermaid-fullscreen-container svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  cursor: grab;
  background: none !important;
  border-radius: 0;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 0;
  box-shadow: none;
}
.mermaid-fullscreen-modal .mermaid-fullscreen-container svg text {
  fill: #e5e5e5 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
.mermaid-fullscreen-modal .mermaid-fullscreen-container svg foreignObject .label,
.mermaid-fullscreen-modal .mermaid-fullscreen-container svg .edgeLabel .label {
  background: rgba(0, 0, 0, 0.6);
  color: #60a5fa;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .mermaid-container {
    margin: 1em 0;
    /*
    &::after {
      content: '👆 Touch to pan • Pinch to zoom';
      font-size: 10px;
      padding: 4px 8px;
      top: 12px;
      right: 12px;
    }
    */
  }
  .mermaid {
    padding: 16px;
  }
  .mermaid-fullscreen-modal .mermaid-close-btn {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .mermaid-fullscreen-modal .mermaid-fullscreen-container {
    padding: 20px;
  }
  .mermaid-fullscreen-modal .mermaid-fullscreen-container .mermaid-reset-btn {
    bottom: 16px;
    right: 16px;
    padding: 6px 12px;
    font-size: 11px;
  }
}
.d3-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #000;
  background: rgb(24, 28, 31);
  margin: 9px 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  padding: 10px;
  /*
  // Pan indicator
  &::after {
    @include d3-button;
    content: 'Drag to pan • Scroll to zoom';
    top: 16px;
    right: 16px;
    pointer-events: none;
    font-size: 11px;
    opacity: 0.6;
  }*/
}
.d3-container:hover {
  border-color: #333;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.d3-container:hover .d3-reset-btn,
.d3-container:hover .d3-fullscreen-btn {
  opacity: 1;
}

.d3-oriented {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  height: 400px;
}

.d3-graph {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  background: rgb(24, 28, 31) !important;
  color-scheme: dark;
  border-radius: 12px;
  padding: 10px;
  transition: cursor 0.2s ease;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.d3-graph p {
  font-size: 12px;
  margin: 0;
}
.d3-graph svg {
  max-width: calc(100% - 20px);
  height: auto;
  background: none !important;
  transition: transform 0.1s ease;
  border-radius: 0;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.d3-graph svg text {
  fill: #e5e5e5 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

svg .node circle {
  fill: #1a1a1a !important;
  stroke: #333 !important;
  transition: all 0.2s ease;
}
svg .node circle:hover {
  fill: #374151 !important;
  stroke: #3b82f6 !important;
  stroke-width: 2px;
}
svg .node circle.selected {
  fill: #10b981 !important;
  stroke: #10b981 !important;
  stroke-width: 3px;
}
svg .link {
  stroke: #3b82f6 !important;
  stroke-width: 2px;
  fill: none;
}
svg .link:hover {
  stroke-width: 3px;
  opacity: 0.8;
}
svg marker path {
  stroke: #3b82f6 !important;
  fill: #3b82f6 !important;
}
svg .node-label,
svg .link-label {
  fill: #60a5fa !important;
  font-weight: 500;
  font-size: 12px;
}
svg .node text {
  fill: #e5e5e5 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 11px;
  pointer-events: none;
}

.d3-fullscreen-btn {
  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #e5e5e5;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: 16px;
  left: 16px;
  height: 28px;
  width: 28px;
}
.d3-fullscreen-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.d3-reset-btn {
  position: absolute;
  top: 16px;
  left: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10010;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 28px;
  height: 28px;
}
.d3-reset-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.d3-zoom-controls {
  position: absolute;
  top: 60px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 20001;
}
.d3-zoom-controls button {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.d3-fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  animation: fadeIn 0.3s ease-out;
}
.d3-fullscreen-modal .d3-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.d3-fullscreen-modal .d3-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.d3-fullscreen-modal .d3-fullscreen-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.d3-fullscreen-modal .d3-fullscreen-container .d3-fullscreen-btn {
  display: none !important;
}
.d3-fullscreen-modal .d3-fullscreen-container svg {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  cursor: grab;
  border-radius: 12px;
  background: rgb(24, 28, 31);
  padding: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .d3-container {
    margin: 1em 0;
    /*
    &::after {
      content: '👆 Touch to pan • Pinch to zoom';
      font-size: 10px;
      padding: 4px 8px;
      top: 12px;
      right: 12px;
    }*/
  }
  .d3-graph {
    padding: 16px;
  }
  .d3-fullscreen-modal .d3-close-btn {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .d3-fullscreen-modal .d3-fullscreen-container {
    padding: 20px;
  }
  .d3-fullscreen-modal .d3-fullscreen-container .d3-reset-btn {
    bottom: 16px;
    right: 16px;
    padding: 6px 12px;
    font-size: 11px;
  }
}
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.info-msg a,
.success-msg a,
.warning-msg a,
.error-msg a {
  color: darkblue;
}
.info-msg .MathJax,
.success-msg .MathJax,
.warning-msg .MathJax,
.error-msg .MathJax {
  color: #000;
}

.info-msg {
  color: #059;
  background-color: #BEF;
}

.success-msg {
  color: #270;
  background-color: #DFF2BF;
}

.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe5e5e5", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  *margin-left: 0.3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.course-section {
  margin-bottom: 2rem;
}
.course-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 780px) {
  .grid-display-2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
.course-item-wrapper {
  display: inline-block;
  width: 100%;
}

.course-item h3 {
  margin-bottom: 1rem;
}
.course-item h3 i {
  margin-right: 0.5rem;
}
.course-item a {
  color: #76DAFF;
  text-decoration: none;
}
.course-item a:hover {
  text-decoration: underline;
}
.course-item .todo-item {
  color: #999;
}

.skills-grid {
  list-style: none;
  max-width: 780px;
  margin: auto;
  -moz-column-width: 181px;
       column-width: 181px;
}
.skills-grid > li {
  padding: 0 5px 0 0;
  margin: 0 0 5px;
  line-height: 18px;
}
.skills-grid > li > a {
  display: inherit;
  text-decoration: none;
  color: #76DAFF;
  background: none repeat scroll 0% 0% #222 !important;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.75);
  padding: 5px 20px 5px 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.skills-grid > li > a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  right: 6px;
  border-radius: 50%;
  background: #333;
}
.skills-grid > li > a:hover, .skills-grid > li > a:active {
  background: #111 !important;
}

.details-header {
  display: block;
  width: 500px;
  margin: auto;
  padding-top: 20px;
}
.details-avatar {
  border: 0;
}
.details-avatar img {
  display: block;
  outline: 0;
  border: 0;
  max-width: unset;
  border-radius: 9999px;
}
.details-user * {
  box-sizing: border-box;
  border: 0px none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.details-link {
  margin: 0px;
  padding: 0px;
}
.details-link li {
  list-style: outside none none;
  list-style-image: unset;
}/*# sourceMappingURL=main.css.map */