@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  color: #222222;
}

html {
  font-size: 14px;
  line-height: 1.4;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.846;
  color: #606577;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c5c5c;
}

h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #444444;
  letter-spacing: 2px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

ul {
  list-style-type: none;
}

ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0.1s;
  -moz-transition: all 0.2s ease 0.1s;
  -ms-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.img-responsive {
  width: 100%;
}

/*------------------------------------------
    -   GLOBAL PADDING  -
--------------------------------------------*/
.section-padding {
  padding: 100px 0;
}

section .p-padding p {
  padding-top: 75px;
  letter-spacing: 1.5px;
  color: #929292;
}

button.btn-u {
  padding: 6px 10px;
  color: #fff;
  background-color: #e84700;
  border: 1px solid #e84711;
}

button.btn-u:focus,
button.btn-u:active {
  border: 1px solid red;
  outline-width: 0px;
  -moz-box-shadow: 0px 0px 1px rgba(232, 71, 0, 0.9);
  -webkit-box-shadow: 0px 0px 1px rgba(232, 71, 0, 0.9);
  -ms-box-shadow: 0px 0px 1px rgba(232, 71, 0, 0.9);
  -o-box-shadow: 0px 0px 1px rgba(232, 71, 0, 0.9);
  box-shadow: 0px 0px 1px rgba(232, 71, 0, 0.9);
}

.navbar-default {
  background-color: #f7f7f7;
  padding: 40px 0;
  -webkit-box-shadow: 0px 0.866px 1px 0px #D2D1C8;
  -moz-box-shadow: 0px 0.866px 1px 0px #D2D1C8;
  -ms-box-shadow: 0px 0.866px 1px 0px #D2D1C8;
  -o-box-shadow: 0px 0.866px 1px 0px #D2D1C8;
  box-shadow: 0px 0.866px 1px 0px #D2D1C8;
}

/*------------------------------------------
    -   SERVICES  -
--------------------------------------------*/
.media {
  margin-top: 50px;
}

.media-left > .fa {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 2px solid #cfcece;
  padding: 15px;
  margin-bottom: 13px;
  display: table-cell;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.media-left > .fa:before {
  color: #ccc;
  font-size: 25px;
}

.media:hover .media-left .fa {
  color: #999;
  border: 2px solid #e84711;
  background-color: #e84700;
}

.media:hover .media-left,
.media:hover .media-left > .fa:before {
  color: #fff;
  text-decoration: none;
}

.media-body h2 {
  font-size: 15px;
  line-height: 30px;
  color: #515151;
}

.media-body h3 {
  font-size: 14px;
  color: #777777;
}

.media-body span {
  color: #777777;
}

/*BUTTON SET*/
.btn:focus,
.btn.focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn {
  border-radius: 0;
  font-size: 16px;
}

.btn:focus {
  outline: 0;
}

/*============================================================
      -         BLOG          -
==============================================================*/
.blog-wrapper {
  background: #f8f8f8;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-bottom: 0;
}

.blog-wrapper p {
  color: #8d8b8b;
  margin-bottom: 35px;
}

.blog-wrapper .blog-date-wrapper img {
  width: 100%;
}

.blog-wrapper .blog-date-wrapper {
  width: 100%;
  background: #ebebeb;
}

.blog-container h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.7px;
  padding: 17px 0 20px;
}

.blog-wrapper .blog-container, .blog-wrapper .blog-date-wrapper {
  padding: 15px;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  padding-bottom: 21px;
}

.blog-wrapper h2 a {
  color: #525252;
}

.blog-wrapper h2 a:hover {
  color: #e95e1d;
  opacity: 1;
}

.blog-wrapper .custom-button {
  padding: 8px 20px;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px;
  color: #929292;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.3px;
}

.blog-wrapper .custom-button i {
  opacity: 0;
  font-size: 16px;
  -webkit-transition: opacity ease 0.35s; /* For Safari 3.1 to 6.0 */
  -moz-transition: opacity ease 0.35s;
  -ms-transition: opacity ease 0.35s;
  -o-transition: opacity ease 0.35s;
  transition: opacity ease-in 0.35s;
}

.blog-wrapper .custom-button:hover i {
  opacity: 1;
}

.blog-wrapper .custom-button:hover {
  color: #e95e1d;
  border-color: #e95e1d;
}

.blog-wrapper .blog-date-wrapper {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  padding-top: 19px;
}

.blog-date-wrapper span {
  color: #7f7f7f;
  /*cursor                  : pointer;*/
  -webkit-transition: color ease-in 0.35s;
  -moz-transition: color ease-in 0.35s;
  -ms-transition: color ease-in 0.35s;
  -o-transition: color ease-in 0.35s;
  transition: color ease-in 0.35s;
}

.blog-date-wrapper span:hover {
  color: #e95e1d;
}

.blog-wrapper .blog-date-wrapper span:nth-child(2n+2) {
  margin: 0 0 0 10px;
}

.blog-wrapper .col-sm-4 {
  margin-top: 50px;
}

.blog-wrapper .more-area {
  margin-top: 45px;
}

.blog-wrapper .more-area h2 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 3px;
}

/*========================================================
                      FOOTER
==========================================================*/
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearboth {
  clear: both;
}

footer {
  background: #2f2f2f;
  border-top: 1px solid #3c3c3c;
}

/*===========================================================
   -         FOOTER BOTTOM            -
=============================================================*/
.footer-bottom p {
  font-size: 12px;
}

.footer-bottom p a {
  color: #9a9a9a !important;
  text-transform: capitalize;
}

.footer-bottom p a:hover {
  color: #e84700 !important;
}

.footer-bottom {
  background-color: #252525;
  padding: 20px 15px;
  text-align: center;
}

.icon {
  vertical-align: -0.125em;
}

.pull-right {
  float: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
.logo {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0;
  height: 23px;
}
.logo span {
  height: 100%;
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
}

.dark-orange {
  color: #e84700;
}

.dark-gray {
  color: #343434;
}

.white {
  color: #FEFEFE;
}

.team-designation span {
  display: block;
  height: 15px;
}

.blog-description {
  min-height: 100px;
}

code {
  font-size: 15px;
  padding: 1px 4px;
  background: rgba(34, 34, 34, 0.03);
  border-radius: 3px;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

a code {
  color: #337ab7;
}
a code:hover {
  text-decoration: underline;
}

a.rss-link, a.rss-link:link, a.rss-link:visited, a.rss-link:hover, a.rss-link:active {
  margin-left: 6px;
  color: #E74600;
}

.privacy-statement h2 {
  margin-top: 26px;
}
.privacy-statement h3 {
  margin-top: 28px;
  font-weight: bold;
  margin-bottom: -10px;
}
.privacy-statement ul {
  list-style-type: disc;
  margin: 10px 0px 10px 24px;
}
.privacy-statement li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
.privacy-statement p {
  margin-top: 21px;
}

.blog-main-container {
  font-size: 14px;
}

pre {
  margin-bottom: 20px;
}

.navbar-default.blog {
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-extras {
  margin-bottom: 15px;
}

.blog-content .anchorjs-link {
  transition: all 0.25s linear;
  color: #AAAAAA !important;
}
.blog-content .anchorjs-link:hover {
  color: #FF5231 !important;
}
.blog-content .contents *:hover > .anchorjs-link {
  margin-left: -1.125em !important;
}
.blog-content ul {
  list-style-type: unset;
}
.blog-content ul li {
  margin-left: 25px;
}
.blog-content .contents > ul {
  margin-bottom: 18px;
}
.blog-content .contents h1 {
  font-size: 32px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 7px;
}
.blog-content .contents h2 {
  font-size: 20px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 7px;
  letter-spacing: unset;
}
.blog-content .contents h3 {
  font-size: 18px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 7px;
}
.blog-content .contents h4 {
  margin-top: 18px;
  font-weight: bold;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.blog-content .contents .title-url {
  float: right;
  margin-bottom: 0;
}

figure.youtubemovie .iframewrapper,
figure.imagewrapper .iframewrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
figure.youtubemovie .iframewrapper iframe,
figure.imagewrapper .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.youtubemovie figcaption,
figure.imagewrapper figcaption {
  display: block;
  text-align: center;
  margin: 2px 0;
  font-style: italic;
  font-size: 14px;
  orphans: 2;
}

kbd {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #242729;
  text-shadow: 0 1px 0 #FFF;
  background-color: #e1e3e5;
  border: 1px solid #adb3b9;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #FFF inset;
  white-space: nowrap;
}

table.table-base, table.table-code {
  margin-bottom: 15px;
  border-collapse: collapse;
  display: block;
  overflow: auto;
}
table.table-base th, table.table-code th {
  font-weight: 600;
}
table.table-base th, table.table-code th, table.table-base td, table.table-code td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}
table.table-base tr, table.table-code tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
table.table-base tr:nth-child(even), table.table-code tr:nth-child(even) {
  background-color: #f6f8fa;
}
table.table-base thead tr, table.table-code thead tr {
  background-color: #f6f8fa;
}

table.table-code {
  width: 100%;
}
table.table-code th:first, table.table-code table td:first {
  width: 50%;
}
table.table-code td b {
  font-weight: 600;
}

.no-wrap-first-column td:first-child {
  white-space: nowrap;
}

table.table-excel {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
table.table-excel th, table.table-excel tr td:first-child {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
table.table-excel th, table.table-excel td {
  border: 1px solid #CCC;
  padding: 5px;
}
table.table-excel tbody tr:first-child {
  color: white;
  background-color: #089DE3;
}

.webfeedsFeaturedVisual {
  display: none;
}

.blog-content.excerpt h1 .subtitle {
  text-transform: none;
  font-size: 18px;
}
.blog-content.excerpt h1 .date-published {
  font-size: 14px;
}
.blog-content.excerpt .hide-from-excerpt {
  display: none;
}
.blog-content.excerpt .row {
  padding: 0;
}
.blog-content.excerpt .contents {
  margin-bottom: 10px;
}

/*===============================================================
                    Category & Tag Badges
================================================================*/
.tag-links {
  clear: both;
  display: inline;
}

.tag-text, .cat-text {
  color: #9ba1a6;
  font-weight: bold;
}

.tag-links {
  display: inline;
}

.badge, .cat-links a, .tag-links a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0 3px 0.4em 0;
  padding: 1px 3px;
}

.tag-links a {
  background-color: rgb(57, 172, 160);
}

.tag-links a:hover {
  background-color: #63c8bd;
}

.cat-links a {
  background-color: rgb(243, 133, 31);
}

.cat-links a:hover {
  background-color: #f5a061;
}

.blog-date {
  margin-right: 50px;
}

.blog-sidebar .blog-date {
  margin-right: 0;
  max-width: 100px;
}

.blog-date p {
  background: #f54828;
  padding: 10px 25px 15px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  text-transform: capitalize;
}

.blog-date > p > span {
  display: block;
}

.blog-sidebar .blog-date p {
  font-size: 18px;
  max-width: 100px;
}

.blog-date p span {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  line-height: 55px;
}

.blog-sidebar .blog-date p span {
  font-size: 38px;
  line-height: 38px;
}

.blog-content h1 a {
  color: #1a1a1a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
}

.contents strong {
  font-weight: bold;
}

.contents p {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.contents li, .contents div {
  color: black;
}

.blog-sidebar .blog-content .contents {
  font-size: 13px;
}

.blog-content button {
  font-weight: 300;
  text-transform: capitalize;
  background: none;
  border: 1px solid #e2e2e2;
  color: #6b6b6b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  letter-spacing: 2px;
  float: right;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.blog-content button:hover {
  border: 1px solid #f54828;
  color: #f54828;
}

.blog-content .video-area {
  height: 600px;
  width: 100%;
}

.blog-sidebar .blog-content .video-area {
  height: 450px;
  width: 100%;
}

/*===============================================================
                         Table of Contents
================================================================*/
.toc__menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #7a8288;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #f2f3f3;
}

.toc__menu a:hover {
  color: #000;
  background: #f2f3f3;
  text-decoration: underline;
}

.toc__menu li ul > li a {
  padding-left: 2rem;
  font-weight: normal;
}

.toc__menu li > ul li {
  display: none;
}

.toc__menu li > ul li > ul li {
  padding-left: 2rem;
}

@media (min-width: 48em) {
  .toc__menu li > ul li {
    display: block;
  }
}
/*===============================================================
                         Blog Sidebar
================================================================*/
.sidebar {
  margin: 15px 0;
  padding: 0 15px;
  border: 1px solid #dddddd;
}

.blog-sidebar .list-group-item {
  border-width: 1px 0 1px 0;
  border-color: #ececec;
  border-style: solid;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8b8b8b;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 0;
}

.blog-sidebar .list-group-item span {
  font-weight: 300;
}

.blog-sidebar .list-group-item:first-child,
.blog-sidebar .list-group-item:last-child {
  border-radius: 0;
}

.blog-sidebar .list-group-item.active,
.blog-sidebar .list-group-item.active:hover,
.blog-sidebar .list-group-item.active:focus,
.blog-sidebar .sidebar-heading {
  background: transparent;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-width: 0 0 0 0;
  letter-spacing: 1.5px;
}

.blog-sidebar .list-group-item.active {
  position: relative;
}

.blog-sidebar .list-group-item.active:before,
.blog-sidebar .sidebar-heading:before {
  content: " ";
  border-width: 0 0 2px 0;
  border-color: rgb(232, 71, 0);
  border-style: solid;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-sidebar a.list-group-item:hover, .blog-sidebar a.list-group-item:focus {
  background: transparent;
  color: rgb(232, 71, 0);
}

.blog-sidebar .media {
  margin: 15px 0;
}

.blog-sidebar .media h3 {
  padding-top: 7px;
}

.blog-sidebar .media .media-body h3 a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #4e4e4e;
  text-transform: uppercase;
}

.blog-sidebar .media .media-body h3 a:hover {
  color: rgb(232, 71, 0);
}

.blog-sidebar .media .media-body p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
  line-height: 15px;
}

.blog-sidebar .media .media-body a span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #4e4e4e;
  text-transform: capitalize;
  font-weight: 300;
  -webkit-transition: color ease 0.35s;
  -moz-transition: color ease 0.35s;
  -ms-transition: color ease 0.35s;
  -o-transition: color ease 0.35s;
  transition: color ease 0.35s;
}

.blog-sidebar .media .media-body a:hover span {
  color: rgb(232, 71, 0);
}

.media .media-left .media-object {
  max-width: 100px;
}

.blog-sidebar .sidebar-heading {
  padding: 11px 0 8px 0;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.blog-sidebar.tag-cloud ul {
  padding: 19px 0;
}

.blog-sidebar.tag-cloud ul li {
  display: inline-block;
  margin: 10px 0;
}

.blog-sidebar.tag-cloud ul li a {
  background: transparent;
  margin-right: 5px;
  border: 1px solid #dddddd;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
  padding: 10px 5px 10px 12px;
}

.blog-sidebar.tag-cloud ul li a:hover {
  background: rgba(255, 45, 40, 0.9);
  color: #ffffff;
}

/*===============================================================
                         Notices
================================================================*/
.notice {
  margin: 1em 0;
  padding: 1em;
  font-size: 16px !important;
  text-indent: initial;
  background-color: rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(122, 130, 136, 0.25);
}
.notice h4 {
  margin-top: 0 !important;
  margin-bottom: 0.75em;
}
.page__content .notice h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice p:last-child {
  margin-bottom: 0 !important;
}
.notice h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice a {
  color: #7a8288;
}
.notice a:hover {
  color: rgb(73.2, 78, 81.6);
}
.notice code {
  background-color: rgb(248.35, 248.75, 249.05);
}
.notice ul:last-child {
  margin-bottom: 0;
}

.notice--info {
  margin: 1em 0;
  padding: 1em;
  font-size: 16px !important;
  text-indent: initial;
  background-color: rgb(254.3, 244.3, 230.1);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(248, 148, 6, 0.25);
}
.notice--info h4 {
  margin-top: 0 !important;
  margin-bottom: 0.75em;
}
.page__content .notice--info h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--info p:last-child {
  margin-bottom: 0 !important;
}
.notice--info h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--info a {
  color: #f89406;
}
.notice--info a:hover {
  color: rgb(148.8, 88.8, 3.6);
}
.notice--info code {
  background-color: rgb(254.65, 249.65, 242.55);
}
.notice--info ul:last-child {
  margin-bottom: 0;
}

.notice--danger {
  margin: 1em 0;
  padding: 1em;
  font-size: 16px !important;
  text-indent: initial;
  background-color: rgb(253.3, 239, 238.6);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(238, 95, 91, 0.25);
}
.notice--danger h4 {
  margin-top: 0 !important;
  margin-bottom: 0.75em;
}
.page__content .notice--danger h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--danger p:last-child {
  margin-bottom: 0 !important;
}
.notice--danger h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--danger a {
  color: #ee5f5b;
}
.notice--danger a:hover {
  color: rgb(142.8, 57, 54.6);
}
.notice--danger code {
  background-color: rgb(254.15, 247, 246.8);
}
.notice--danger ul:last-child {
  margin-bottom: 0;
}

/*===============================================================
                    Prev/Next post links
================================================================*/
.PageNavigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
  margin: -20px 10px 10px;
}
.PageNavigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
  color: var(--teal);
}
.PageNavigation .next {
  text-align: right;
}

/*===============================================================
                    Blog Search
================================================================*/
html {
  overflow-x: hidden;
}

html:has(.pf) {
  background: var(--sea);
}

:root {
  --sea:#0a1826;
  --sea2:#0d2032;
  --panel:#102a40;
  --ink:#cfe3f2;
  --muted:#7d9bb4;
  --line:#254a68;
  --brass:#e0b34a;
  --teal:#4fd8c4;
  --red:#e2564a;
  --serif:'Georgia','Times New Roman',serif;
  --mono:ui-monospace,'SFMono-Regular','Cascadia Code',monospace;
}

.pf {
  min-height: 100vh;
  background: var(--sea);
  background-image: radial-gradient(1200px 600px at 80% -10%, #12314a 0%, transparent 60%), repeating-radial-gradient(circle at 22% 30%, transparent 0 38px, rgba(79, 216, 196, 0.05) 38px 39px), repeating-radial-gradient(circle at 22% 30%, transparent 0 78px, rgba(79, 216, 196, 0.035) 78px 79px);
  color: var(--ink);
  font-family: var(--mono);
  line-height: 1.6;
}
.pf * {
  box-sizing: border-box;
}
.pf .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
}
.pf section {
  padding: 74px 0;
}
.pf h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(30px, 6vw, 56px);
  line-height: 1.02;
  margin: 14px 0 18px;
  color: #fff;
  letter-spacing: -0.5px;
}
.pf h1 em {
  color: var(--brass);
  font-style: italic;
}
.pf h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 40px);
  margin: 0 0 8px;
  color: #fff;
}
.pf .lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 56ch;
}
.pf .sub {
  color: var(--muted);
  margin: 0 0 34px;
}
.pf .tag {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
}
.pf .btn {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid var(--brass);
  color: var(--brass);
  background: transparent;
  padding: 11px 20px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: 0.15s;
}
.pf .btn:hover {
  background: var(--brass);
  color: #0a1826;
}
.pf .btn.solid {
  background: var(--brass);
  color: #0a1826;
}
.pf .btn.solid:hover {
  filter: brightness(1.12);
}

.pf .pf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  backdrop-filter: blur(6px);
  background: rgba(10, 24, 38, 0.7);
  z-index: 5;
}
.pf .brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.pf .brand img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 0 1.5px rgba(224, 179, 74, 0.5), 0 0 18px rgba(79, 216, 196, 0.15);
  -webkit-mask: radial-gradient(circle at 50% 48%, #000 63%, transparent 70%);
  mask: radial-gradient(circle at 50% 48%, #000 63%, transparent 70%);
}
.pf .brand .lockup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pf .brand .word {
  font-family: "Cinzel", var(--serif);
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 6px;
  line-height: 1;
  background: linear-gradient(180deg, #f6e2a0 0%, #e0b34a 42%, #b9822b 78%, #8a5e1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.pf .brand .rule {
  height: 1px;
  background: linear-gradient(90deg, var(--brass), transparent);
}
.pf .brand .brand-tag {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--teal);
}
.pf .pf-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.pf .pf-nav-links a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.pf .pf-nav-links a:hover,
.pf .pf-nav-links a.active {
  color: var(--brass);
  border-color: var(--brass);
}
.pf .pf-nav-links .lbl-short {
  display: none;
}
@media (max-width: 640px) {
  .pf .pf-nav {
    flex-wrap: wrap;
    gap: 12px 16px;
    padding: 16px 18px;
  }
  .pf .pf-nav-links {
    width: 100%;
    justify-content: center;
    gap: 22px;
    letter-spacing: 1px;
  }
  .pf .pf-nav-links .lbl-full {
    display: none;
  }
  .pf .pf-nav-links .lbl-short {
    display: inline;
  }
}
@media (max-width: 420px) {
  .pf .brand .tag-home {
    display: none;
  }
}
.pf .hero {
  padding-top: 72px;
  position: relative;
  isolation: isolate;
}
.pf .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -24px;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: linear-gradient(90deg, rgba(10, 24, 38, 0.97) 34%, rgba(10, 24, 38, 0.55) 70%, rgba(10, 24, 38, 0.85) 100%), var(--hero-img) center/cover no-repeat;
}
.pf .cta-row {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.pf .chart {
  margin-top: 52px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #0c2136, #0a1826);
  overflow: hidden;
  position: relative;
}
.pf .chart svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .pf .chart {
    margin-left: -28px;
    margin-right: -28px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
.pf .route {
  stroke: var(--teal);
  stroke-width: 2.2;
  stroke-dasharray: 9 8;
  fill: none;
  opacity: 0.85;
}
.pf .wp {
  fill: var(--sea2);
  stroke: var(--brass);
  stroke-width: 2;
}
.pf .wp-lbl {
  fill: var(--ink);
  font: 600 15px var(--mono);
}
.pf .wp-sub {
  fill: var(--muted);
  font: 12px var(--mono);
}
.pf .ship {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
}

.pf .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.pf .card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--panel);
}
.pf .card h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 22px;
}
.pf .grind {
  color: var(--muted);
}
.pf .grind li {
  text-decoration: line-through;
  text-decoration-color: var(--red);
  margin: 8px 0;
}
.pf .magic {
  padding-left: 1.6em;
}
.pf .magic li {
  margin: 8px 0;
}
.pf .magic li::marker {
  content: "⚓ ";
}
@media (max-width: 720px) {
  .pf .two {
    grid-template-columns: 1fr;
  }
}

.pf .fleet {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.pf .crew {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--panel);
  border-top: 3px solid var(--c, var(--brass));
  text-align: center;
}
.pf .crew .n {
  font-family: var(--serif);
  font-size: 19px;
  color: #fff;
}
.pf .crew .r {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c, var(--brass));
  margin: 2px 0 8px;
}
.pf .crew .d {
  font-size: 13px;
  color: var(--muted);
}

.pf #crew .fleet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pf #crew .crew {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 264px;
  text-align: left;
  flex: 0 1 236px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center 34%;
}
.pf #crew .logo {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  z-index: 2;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}
.pf #crew .scrim {
  position: relative;
  padding: 30px 16px 16px;
  background: linear-gradient(180deg, transparent, rgba(7, 16, 27, 0.74) 42%, rgba(7, 16, 27, 0.93));
}
.pf #crew .n {
  font-size: 21px;
}
.pf #crew .r {
  margin: 3px 0 7px;
}
.pf #crew .d {
  font-size: 12.5px;
}

.pf #why .fleet {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
@media (max-width: 720px) {
  .pf #why .fleet {
    grid-template-columns: 1fr;
  }
}
.pf #why .crew {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 22px;
  min-height: 220px;
  background: radial-gradient(120% 90% at 100% 0%, color-mix(in srgb, var(--c) 26%, transparent), transparent 60%), var(--panel);
}
.pf #why .crew > * {
  position: relative;
  z-index: 1;
}
.pf #why .crew .n {
  font-size: 20px;
}
.pf #why .crew .r {
  margin: 3px 0 10px;
}
.pf #why .crew .d {
  font-size: 14px;
}
.pf #why .big {
  position: absolute;
  right: 8px;
  bottom: -14px;
  z-index: 0;
  font-size: 120px;
  line-height: 1;
  opacity: 0.1;
  filter: grayscale(1);
  pointer-events: none;
}
.pf #why .more {
  margin-top: auto;
  padding-top: 16px;
}
.pf #why .btn {
  font-size: 12px;
  padding: 9px 16px;
  border-color: var(--c, var(--brass));
  color: var(--c, var(--brass));
}
.pf #why .btn:hover {
  background: var(--c, var(--brass));
  color: #0a1826;
}

.pf #charts .shelf {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
  align-items: start;
}
@media (max-width: 900px) {
  .pf #charts .shelf {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.pf #charts .chart-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-width: 0;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sea2);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.pf #charts .chart-card:hover {
  background: var(--panel);
  border-color: color-mix(in srgb, var(--c) 55%, var(--line));
  transform: translateY(-2px);
}
.pf #charts .ic {
  flex: none;
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid var(--line);
}
.pf #charts .body {
  min-width: 0;
  flex: 1;
}
.pf #charts .n {
  font-family: var(--serif);
  font-size: 17px;
  color: #fff;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf #charts .n .role {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c);
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--c) 45%, transparent);
  background: color-mix(in srgb, var(--c) 12%, transparent);
}
.pf #charts .d {
  font-size: 12.5px;
  color: var(--muted);
  margin: 3px 0 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pf #charts .arw {
  flex: none;
  color: var(--muted);
  font-size: 15px;
  transition: color 0.15s, transform 0.15s;
}
.pf #charts .chart-card:hover .arw {
  color: var(--c);
  transform: translate(2px, -2px);
}

.pf #why .more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pf .course-out {
  margin: 22px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.pf .course-out a {
  color: var(--teal);
  text-decoration: none;
}
.pf .course-out a + a {
  margin-left: 18px;
}
.pf #course {
  --p:0;
  --scale:1;
}
.pf #course .chart-sea {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-image: repeating-linear-gradient(0deg, rgba(79, 216, 196, 0.045) 0 1px, transparent 1px 74px), repeating-linear-gradient(90deg, rgba(79, 216, 196, 0.045) 0 1px, transparent 1px 74px);
}
.pf #course .legwrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 64px;
  height: calc(1880px * var(--scale) + 64px);
}
.pf #course .leg {
  position: relative;
  flex: 0 0 1000px;
  width: 1000px;
  height: 1880px;
  transform-origin: top center;
  transform: scale(var(--scale));
}
.pf #course .leg .c1 {
  position: absolute;
  top: 0;
  left: 20px;
}
.pf #course .leg .c2 {
  position: absolute;
  top: 560px;
  left: 600px;
}
.pf #course .leg .c3 {
  position: absolute;
  top: 1180px;
  left: 30px;
}
.pf #course .crew {
  position: relative;
  z-index: 3;
  width: 336px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 22px 22px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--c) 30%, var(--line));
  background: linear-gradient(180deg, color-mix(in srgb, var(--c) 12%, var(--panel)), var(--sea2));
  box-shadow: 0 10px 30px -18px #000;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.pf #course .crew:hover {
  transform: translateY(-6px);
  border-color: var(--c);
  box-shadow: 0 22px 44px -22px color-mix(in srgb, var(--c) 60%, #000);
}
.pf #course .node {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: -58px 0 12px;
  background: var(--sea);
  border: 2px solid var(--c);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--sea), 0 0 26px -4px color-mix(in srgb, var(--c) 70%, transparent);
}
.pf #course .node svg {
  width: 48px;
  height: 48px;
  color: var(--c);
}
.pf #course .step {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--c);
  border: 1px solid color-mix(in srgb, var(--c) 40%, transparent);
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 10px;
}
.pf #course .n {
  font-size: 20px;
}
.pf #course .d {
  margin-top: 6px;
}
.pf #course .more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  padding-top: 16px;
}
.pf #course .btn {
  font-size: 12px;
  padding: 9px 16px;
  border-color: var(--c, var(--brass));
  color: var(--c, var(--brass));
}
.pf #course .btn:hover {
  background: var(--c, var(--brass));
  color: #0a1826;
}
.pf #course .scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.pf #course .scene svg.course-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pf #course .course {
  fill: none;
  stroke: var(--brass);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 2 22;
  filter: drop-shadow(0 0 5px color-mix(in srgb, var(--brass) 55%, transparent));
}
.pf #course .course.dead {
  stroke: var(--red);
  stroke-width: 6;
  opacity: 0.72;
}
.pf #course .prop {
  position: absolute;
  pointer-events: none;
}
.pf #course img.prop {
  display: block;
  object-fit: contain;
}
.pf #course .p-storm {
  left: 243px;
  top: 326px;
  width: 154px;
  height: 154px;
  opacity: clamp(0, (var(--p) - 0.05) * 6, 0.9);
}
.pf #course .p-skull {
  left: 582px;
  top: 250px;
  width: 256px;
  height: 171px;
  opacity: clamp(0, (var(--p) - 0.23) * 7, 0.95);
}
.pf #course .p-serpent {
  left: 368px;
  top: 894px;
  width: 264px;
  height: 198px;
  opacity: clamp(0, (var(--p) - 0.42) * 5, 0.95);
}
.pf #course .p-island {
  left: 480px;
  top: 1556px;
  width: 240px;
  height: 198px;
  opacity: clamp(0, (var(--p) - 0.82) * 7, 0.98);
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--brass) 40%, transparent));
}
.pf #course .ship {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: var(--brass);
  z-index: 2;
  offset-path: path("M 195 260 C 190 345 178 415 190 478 C 210 540 275 560 340 560 C 376 542 412 525 448 507 C 492 522 518 547 545 562 C 635 574 702 580 768 588 C 812 660 812 740 768 812 C 812 900 820 1010 772 1090 C 720 1160 620 1200 500 1200 C 380 1200 250 1195 198 1200 C 150 1280 150 1360 198 1440 C 280 1560 390 1685 475 1725 C 512 1748 548 1728 578 1699");
  offset-rotate: 0deg;
  offset-distance: calc(var(--p) * 100%);
  opacity: clamp(0, (var(--p) - 0.015) * 40, 1);
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--brass) 55%, transparent));
}
.pf #course .ship svg {
  width: 100%;
  height: 100%;
}
.pf #course .hint {
  position: absolute;
  left: 60px;
  top: 330px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: clamp(0, 0.5 - var(--p) * 3, 0.7);
  animation: pf-course-bob 1.8s ease-in-out infinite;
}
@keyframes pf-course-bob {
  50% {
    transform: translateY(6px);
  }
}
.pf #course .p-storm-bolt {
  left: 243px;
  top: 326px;
  width: 154px;
  height: 154px;
  opacity: clamp(0, (var(--p) - 0.05) * 6, 1);
}
.pf #course .p-storm-bolt .bolt {
  fill: none;
  stroke: #fff8e6;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  filter: drop-shadow(0 0 3px var(--brass));
}
.pf #course .p-storm-bolt .rain line {
  stroke: var(--teal);
  stroke-width: 1.4;
  stroke-linecap: round;
  opacity: 0;
}
.pf #course.live .p-storm-bolt .bolt {
  animation: pf-strike 7.5s linear infinite;
}
.pf #course.live .p-storm {
  animation: pf-storm-flash 7.5s linear infinite;
}
.pf #course.live .p-storm-bolt .rain line {
  animation: pf-rain 1.9s linear infinite;
}
.pf #course.live .p-storm-bolt .rain line:nth-child(2) {
  animation-delay: -0.6s;
}
.pf #course.live .p-storm-bolt .rain line:nth-child(3) {
  animation-delay: -1.1s;
}
.pf #course.live .p-storm-bolt .rain line:nth-child(4) {
  animation-delay: -1.5s;
}
@keyframes pf-strike {
  0%, 1.6% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  4.5% {
    opacity: 0.15;
  }
  6% {
    opacity: 0.9;
  }
  8%, 100% {
    opacity: 0;
  }
}
@keyframes pf-storm-flash {
  0%, 1.6% {
    filter: none;
  }
  3% {
    filter: brightness(1.9) contrast(1.1);
  }
  4.5% {
    filter: brightness(1.2);
  }
  6% {
    filter: brightness(1.7);
  }
  8%, 100% {
    filter: none;
  }
}
@keyframes pf-rain {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
.pf #course.live .p-skull {
  animation: pf-skull 4.5s ease-in-out infinite;
}
@keyframes pf-skull {
  0%, 100% {
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--red) 30%, transparent));
  }
  45% {
    filter: drop-shadow(0 0 24px color-mix(in srgb, var(--red) 90%, transparent)) drop-shadow(0 0 42px color-mix(in srgb, var(--red) 55%, transparent)) brightness(1.15) saturate(1.5);
  }
  64% {
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--red) 25%, transparent));
  }
}
.pf #course.live .p-serpent {
  animation: pf-serpent 6s ease-in-out infinite;
  transform-origin: 50% 88%;
}
@keyframes pf-serpent {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
.pf #course .ship-bob {
  display: block;
  width: 100%;
  height: 100%;
}
.pf #course.live .ship-bob {
  animation: pf-ship-rock 3.6s ease-in-out infinite;
  transform-origin: 50% 78%;
}
.pf #course.live .ship-bob > svg {
  animation: pf-luff 2.2s ease-in-out infinite;
  transform-origin: 50% 62%;
}
@keyframes pf-ship-rock {
  0%, 100% {
    transform: translateY(0) rotate(-2.2deg);
  }
  50% {
    transform: translateY(-2.5px) rotate(2.2deg);
  }
}
@keyframes pf-luff {
  0%, 100% {
    transform: skewX(-1.5deg);
  }
  50% {
    transform: skewX(1.5deg);
  }
}
.pf #course .c1 {
  --dock:clamp(0, calc((.10 - var(--p)) * 12), 1);
}
.pf #course .c2 {
  --dock:min(clamp(0, calc((var(--p) - .20) * 20), 1), clamp(0, calc((.42 - var(--p)) * 20), 1));
}
.pf #course .c3 {
  --dock:min(clamp(0, calc((var(--p) - .61) * 20), 1), clamp(0, calc((.83 - var(--p)) * 20), 1));
}
.pf #course .node {
  position: relative;
}
.pf #course .crew .node::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 3px solid var(--teal);
  pointer-events: none;
  opacity: var(--dock, 0);
  box-shadow: 0 0 12px color-mix(in srgb, var(--teal) 70%, transparent), inset 0 0 8px color-mix(in srgb, var(--teal) 45%, transparent);
}
.pf #course.live .crew .node::after {
  animation: pf-dock 2s ease-in-out infinite;
}
@keyframes pf-dock {
  0%, 100% {
    transform: scale(0.82);
  }
  50% {
    transform: scale(1.32);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf #course.live .p-storm, .pf #course.live .p-storm-bolt .bolt, .pf #course.live .p-storm-bolt .rain line,
  .pf #course.live .p-skull, .pf #course.live .p-serpent, .pf #course.live .ship-bob,
  .pf #course.live .ship-bob > svg, .pf #course.live .crew .node::after {
    animation: none;
  }
  .pf #course .crew .node::after {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .pf #course .legwrap {
    height: auto;
    display: block;
  }
  .pf #course .leg {
    flex: none;
    width: 100%;
    height: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 10px 0;
  }
  .pf #course .leg .c1, .pf #course .leg .c2, .pf #course .leg .c3 {
    position: static;
  }
  .pf #course .scene, .pf #course .hint, .pf #course .ship {
    display: none;
  }
  .pf #course .crew .node::after {
    display: none;
  }
  .pf #course .crew {
    width: 100%;
    max-width: 360px;
  }
  .pf #course .leg::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(180deg, var(--brass) 0 10px, transparent 10px 20px);
    opacity: 0.55;
  }
}

.pf.gs-page {
  --wood:#3b2817;
  --wood2:#4d341d;
  --iron:#1a1206;
}
.pf.gs-page .scene {
  position: relative;
  margin: 34px 0;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.pf.gs-page .scene-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  padding: 20px 24px 6px;
}
.pf.gs-page .scene-head .kick {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ac);
}
.pf.gs-page .scene-head h2 {
  font-family: var(--serif);
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}
.pf.gs-page .scene-head .req {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sea);
  background: var(--brass);
  border-radius: 20px;
  padding: 3px 9px;
  font-weight: 700;
}
.pf.gs-page .scene-head .sub {
  width: 100%;
  color: var(--muted);
  font-size: 14px;
  margin: 2px 0 0;
}
.pf.gs-page .stage {
  position: relative;
  padding: 20px 24px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pf.gs-page .hold, .pf.gs-page .dock {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.5)), repeating-linear-gradient(180deg, var(--wood) 0 38px, var(--wood2) 38px 40px), var(--wood);
  border: 1px solid #17100a;
}
.pf.gs-page .hold::before, .pf.gs-page .dock::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 150px, rgba(0, 0, 0, 0.32) 150px 162px);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.pf.gs-page .hold .scene-head h2, .pf.gs-page .dock .scene-head h2 {
  color: #f3e7d2;
}
.pf.gs-page .hold .scene-head .sub, .pf.gs-page .dock .scene-head .sub {
  color: #c9b79a;
}
.pf.gs-page .deck {
  background: radial-gradient(600px 300px at 15% 0%, rgba(224, 179, 74, 0.1), transparent 60%), linear-gradient(180deg, var(--panel), var(--sea2));
  border: 1px solid var(--line);
}
.pf.gs-page .deck::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background: repeating-linear-gradient(90deg, transparent 0 120px, rgba(0, 0, 0, 0.25) 120px 130px);
}
.pf.gs-page .quay {
  background: linear-gradient(180deg, var(--sea2) 0 62%, #0a2233 62% 70%, #0e2f45 70% 100%);
  border: 1px solid var(--line);
}
.pf.gs-page .quay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(79, 216, 196, 0.06) 0 22px, transparent 22px 44px);
}
.pf.gs-page .quay .scene-head h2 {
  color: #fff;
}
.pf.gs-page .obj {
  position: relative;
  margin: 14px 12px 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
  transition: transform 0.22s ease;
  outline: none;
}
.pf.gs-page .obj:hover, .pf.gs-page .obj:focus-visible {
  transform: translateY(-10px);
}
.pf.gs-page .obj:focus-visible {
  outline: 2px solid var(--ac);
  outline-offset: 6px;
  border-radius: 6px;
}
.pf.gs-page .obj .name {
  font-family: var(--serif);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.pf.gs-page .obj .role {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ac);
  margin-bottom: 2px;
}
.pf.gs-page .detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
}
.pf.gs-page .obj:hover .detail, .pf.gs-page .obj:focus-visible .detail, .pf.gs-page .obj.open .detail {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}
.pf.gs-page .detail p {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--muted);
  max-width: 32ch;
}
.pf.gs-page .btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pf.gs-page .btns .btn {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  color: var(--ac);
  border: 1px solid var(--ac);
  border-radius: 5px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  transition: background 0.18s, color 0.18s;
}
.pf.gs-page .btns .btn:hover, .pf.gs-page .btns .btn:focus-visible {
  background: var(--ac);
  color: #08131f;
}
.pf.gs-page .crate .box {
  position: relative;
  border-radius: 5px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.25)), repeating-linear-gradient(90deg, #5a3d22 0 30px, #4a3119 30px 32px), #4a3119;
  border: 2px solid #241708;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.5), inset 0 0 0 6px rgba(0, 0, 0, 0.18);
}
.pf.gs-page .crate .box::before, .pf.gs-page .crate .box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--iron);
  opacity: 0.85;
}
.pf.gs-page .crate .box::before {
  top: 5px;
  left: 5px;
  border-right: 0;
  border-bottom: 0;
}
.pf.gs-page .crate .box::after {
  top: 5px;
  right: 5px;
  border-left: 0;
  border-bottom: 0;
}
.pf.gs-page .crate .brace {
  position: absolute;
  bottom: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--iron);
  opacity: 0.85;
}
.pf.gs-page .crate .brace.l {
  left: 5px;
  border-right: 0;
  border-top: 0;
}
.pf.gs-page .crate .brace.r {
  right: 5px;
  border-left: 0;
  border-top: 0;
}
.pf.gs-page .crate .strap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 5px;
  pointer-events: none;
}
.pf.gs-page .crate .strap span {
  position: absolute;
  top: -30%;
  left: 38%;
  width: 16px;
  height: 170%;
  background: var(--ac);
  opacity: 0.9;
  transform: rotate(22deg);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
}
.pf.gs-page .crate .stencil {
  position: relative;
  z-index: 2;
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 2px;
  color: #f3e2c4;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.pf.gs-page .crate .num {
  display: inline-block;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 26px;
  color: var(--ac);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
  line-height: 1;
}
.pf.gs-page .crate .plate {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  display: inline-block;
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 4px 8px;
}
.pf.gs-page .crate .plate .name {
  font-size: 18px;
}
.pf.gs-page .crate .role {
  position: relative;
  z-index: 2;
}
.pf.gs-page .crate .detail {
  position: relative;
  z-index: 2;
}
.pf.gs-page .crate.big .box {
  min-height: 150px;
}
.pf.gs-page .hold .stage {
  gap: 6px;
  align-items: flex-end;
}
.pf.gs-page .crate.c1 {
  flex: 1 1 240px;
}
.pf.gs-page .crate.c2 {
  flex: 1 1 240px;
  margin-bottom: 24px;
}
.pf.gs-page .crate.c3 {
  flex: 1 1 240px;
}
.pf.gs-page .inst {
  flex: 1 1 190px;
  max-width: 220px;
  text-align: center;
}
.pf.gs-page .inst .art {
  height: 118px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.5));
}
.pf.gs-page .inst svg {
  overflow: visible;
}
.pf.gs-page .inst .name {
  font-size: 17px;
  margin-top: 8px;
}
.pf.gs-page .inst .detail {
  margin-left: auto;
  margin-right: auto;
}
.pf.gs-page .inst .detail p {
  margin-left: auto;
  margin-right: auto;
}
.pf.gs-page .inst .btns {
  justify-content: center;
}
.pf.gs-page .glow {
  transition: filter 0.25s;
}
.pf.gs-page .inst:hover .glow, .pf.gs-page .inst:focus-visible .glow {
  filter: drop-shadow(0 0 8px var(--ac));
}
.pf.gs-page .swap {
  flex: 1 1 250px;
  max-width: 300px;
}
.pf.gs-page .swap .box {
  padding: 14px;
}
.pf.gs-page .swap.crate.big .box {
  min-height: 0;
}
.pf.gs-page .swap .out {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}
.pf.gs-page .swap .hoist {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 3;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--sea);
  background: var(--red);
  border-radius: 10px;
  padding: 2px 7px;
  font-weight: 700;
}
.pf.gs-page .quayitem {
  flex: 1 1 240px;
  max-width: 300px;
  text-align: center;
}
.pf.gs-page .quayitem .art {
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.5));
}
.pf.gs-page .quayitem .name {
  font-size: 18px;
  margin-top: 8px;
}
.pf.gs-page .quayitem .detail {
  margin: 8px auto 0;
}
.pf.gs-page .quayitem .detail p {
  margin-left: auto;
  margin-right: auto;
}
.pf.gs-page .quayitem .btns {
  justify-content: center;
}
@media (max-width: 640px) {
  .pf.gs-page .stage {
    flex-direction: column;
    align-items: stretch;
  }
  .pf.gs-page .crate, .pf.gs-page .inst, .pf.gs-page .swap, .pf.gs-page .quayitem {
    max-width: none;
    margin-bottom: 6px;
  }
  .pf.gs-page .crate.c2 {
    margin-bottom: 6px;
  }
  .pf.gs-page .detail {
    max-height: none;
    opacity: 1;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf.gs-page .obj {
    transition: none;
  }
  .pf.gs-page .obj:hover, .pf.gs-page .obj:focus-visible {
    transform: none;
  }
}
.pf-footer {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding: 34px 0;
  color: var(--muted);
  font-size: 16px;
}

.pf-footer .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.pf-footer a {
  color: var(--teal);
  text-decoration: none;
}

.pf-footer .sangu {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s;
}

.pf-footer .sangu:hover {
  opacity: 0.75;
}

.pf-footer .sangu img {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: block;
  box-shadow: 0 0 0 1px rgba(224, 179, 74, 0.35);
}

.pf-post .post-head {
  padding: 40px 0 10px;
}

.pf-post .post-back {
  color: var(--teal);
  text-decoration: none;
  font-size: 13px;
}

.pf-post h1 {
  font-family: var(--serif);
  color: #fff;
  margin: 12px 0 6px;
}

.pf-post .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pf-post .post-gh {
  margin-left: auto;
}

.pf-post .post-gh img {
  display: block;
  border: 0;
  border-radius: 0;
  max-width: none;
}

.pf-post .post-sub {
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 6px;
}

.pf-post .post-sub code {
  font-family: var(--mono);
  font-size: 0.9em;
  color: var(--brass);
  background: #0c2136;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1px 6px;
}

.pf-post .post-date {
  color: var(--muted);
  font-size: 13px;
}

.pf-post .wrap {
  max-width: 1320px;
}

.pf-post .post-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  padding: 24px 0;
}

.pf-post .post-content {
  color: var(--ink);
  max-width: none;
  line-height: 1.75;
}

.pf-post .post-content h1,
.pf-post .post-content h2,
.pf-post .post-content h3 {
  font-family: var(--serif);
  color: #fff;
  margin-top: 1.6em;
}

.pf-post .post-content a {
  color: var(--teal);
}

.pf-post .post-content p {
  margin: 0 0 0.7em;
}

.pf-post .post-content strong,
.pf-post .post-content b {
  font-weight: 700;
  color: #fff;
}

.pf-post .post-content pre,
.pf-post .post-content code {
  background: #0c2136;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.pf-post .post-content pre {
  padding: 16px;
  overflow: auto;
}

.pf-post .post-content code {
  padding: 1px 6px;
  color: var(--brass);
}

.pf-post .post-content pre code {
  border: 0;
  padding: 0;
  color: var(--ink);
}

.pf-post .post-content :is(h1, h2, h3, h4, h5, h6) code {
  font-family: var(--mono);
  font-size: 0.9em;
}

.pf-post .post-content ul {
  list-style: disc;
}

.pf-post .post-content ol {
  list-style: decimal;
}

.pf-post .post-content ul,
.pf-post .post-content ol {
  margin: 0 0 1.1em;
  padding-left: 1.6em;
}

.pf-post .post-content li {
  margin: 0.4em 0;
}

.pf-post .post-content li::marker {
  color: var(--brass);
}

.pf-post .post-content li > ul,
.pf-post .post-content li > ol {
  margin: 0.3em 0 0.3em;
}

.pf-post .post-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 0 0 1.4em;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pf-post .post-content table th,
.pf-post .post-content table td {
  padding: 10px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.pf-post .post-content table thead th {
  background: var(--panel);
  color: var(--brass);
  font-family: var(--serif);
  font-weight: 600;
  white-space: nowrap;
}

.pf-post .post-content table tbody tr {
  background: transparent;
  border: 0;
}

.pf-post .post-content table tbody tr:nth-child(even) td {
  background: rgba(79, 216, 196, 0.04);
}

.pf-post .post-content table td b {
  color: #fff;
  font-weight: 600;
}

.pf-post .post-content table.full {
  display: table;
  table-layout: auto;
}

@media (max-width: 640px) {
  .pf-post .post-content table.full {
    display: block;
    overflow-x: auto;
  }
}
.pf-post .post-content .notice,
.pf-post .post-content .notice--info,
.pf-post .post-content .notice--danger {
  border: 1px solid var(--line);
  border-left: 3px solid var(--muted);
  box-shadow: none;
  color: var(--ink);
  border-radius: 6px;
  padding: 14px 18px;
  margin: 1.4em 0;
}

.pf-post .post-content .notice {
  background: rgba(125, 155, 180, 0.1);
}

.pf-post .post-content .notice--info {
  background: rgba(224, 179, 74, 0.1);
  border-left-color: var(--brass);
}

.pf-post .post-content .notice--danger {
  background: rgba(226, 86, 74, 0.12);
  border-left-color: var(--red);
}

.pf-post .post-content .notice--info a {
  color: var(--brass);
}

.pf-post .post-content .notice--danger a {
  color: var(--red);
}

.pf-post .post-content .notice code,
.pf-post .post-content .notice--info code,
.pf-post .post-content .notice--danger code {
  background: #0c2136;
}

.pf-post .post-content img {
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.pf-post .post-content .github img {
  border: 0;
  border-radius: 0;
}

.pf-post .post-content .pf-gallery {
  position: relative;
  margin: 1.4em 0;
}

.pf-post .post-content .pf-gallery__title {
  font-family: var(--serif);
  color: var(--brass);
  margin-bottom: 8px;
}

.pf-post .post-content .pf-gallery__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pf-post .post-content .pf-gallery__track::-webkit-scrollbar {
  display: none;
}

.pf-post .post-content .pf-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  scroll-snap-align: center;
  margin: 0;
}

.pf-post .post-content .pf-gallery__slide img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
}

.pf-post .post-content .pf-gallery__slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  font-size: 13px;
  color: var(--ink);
  text-align: center;
  background: linear-gradient(transparent, rgba(6, 20, 33, 0.85));
}

.pf-post .post-content .pf-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: rgba(6, 20, 33, 0.55);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background 0.15s, color 0.15s;
}

.pf-post .post-content .pf-gallery__nav:hover {
  background: rgba(6, 20, 33, 0.9);
  color: var(--brass);
}

.pf-post .post-content .pf-gallery__prev {
  left: 12px;
}

.pf-post .post-content .pf-gallery__next {
  right: 12px;
}

.pf-post .post-content .pf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 20, 33, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.pf-post .post-content .pf-lightbox:target {
  opacity: 1;
  visibility: visible;
}

.pf-post .post-content .pf-lightbox__close {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}

.pf-post .post-content .pf-lightbox img {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 92vh;
  border: 1px solid var(--line);
  border-radius: 6px;
  pointer-events: none;
}

.pf-post .post-content figure.imagewrapper img.zoomable {
  cursor: zoom-in;
}

.pf-imgzoom {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 20, 33, 0.92);
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.pf-imgzoom.is-open {
  opacity: 1;
  visibility: visible;
}

.pf-imgzoom img {
  max-width: 92vw;
  max-height: 92vh;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.pf-post .post-content details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  margin: 0 0 1.4em;
  padding: 0 16px;
}

.pf-post .post-content summary {
  cursor: pointer;
  padding: 12px 4px;
  color: var(--brass);
  font-family: var(--serif);
  list-style: none;
}

.pf-post .post-content summary::-webkit-details-marker {
  display: none;
}

.pf-post .post-content summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 10px;
  color: var(--teal);
  transition: transform 0.15s;
}

.pf-post .post-content details[open] summary::before {
  transform: rotate(90deg);
}

.pf-post .post-content details[open] summary {
  margin-bottom: 4px;
}

.pf-post .post-content img.nb {
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  max-width: none;
}

.pf-post .post-content .ui-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 1.4em 0;
}

.pf-post .post-content .ui-gallery figure {
  margin: 0;
}

.pf-post .post-content .ui-gallery a {
  display: block;
}

.pf-post .post-content .ui-gallery img {
  width: 100%;
  display: block;
}

.pf-post .post-content .ui-gallery figcaption {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 640px) {
  .pf-post .post-content .ui-gallery {
    grid-template-columns: 1fr;
  }
}
.pf-post .post-hero {
  position: relative;
  height: 260px;
  margin: 6px 0 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.pf-post .post-hero figcaption {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 11px;
  color: var(--muted);
  background: rgba(6, 20, 33, 0.6);
  padding: 2px 8px;
  border-radius: 4px;
}

.pf-post .post-aside .post-topic {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--brass);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.pf-post .post-aside .post-topic .icon {
  color: var(--teal);
  flex: none;
}

.pf-post .post-thumb {
  margin: 0 0 22px;
}

.pf-post .post-thumb img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.pf-post .post-thumb figcaption {
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}

.pf-post .post-aside .sidebar-heading {
  font-family: var(--serif);
  color: var(--brass);
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.pf-post .post-aside .sidebar-heading .entry-edit {
  font-size: 12px;
  color: var(--teal);
  white-space: nowrap;
}

.pf-post .post-aside a {
  color: var(--teal);
}

@media (max-width: 820px) {
  .pf-post .post-body {
    grid-template-columns: 1fr;
  }
}
.pf-post .post-changelog {
  margin: 8px 0 32px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--brass);
  border-radius: 8px;
  background: rgba(224, 179, 74, 0.06);
}

.pf-post .post-changelog__title {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--brass);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pf-post .post-changelog__title .icon {
  color: var(--teal);
  flex: none;
}

.pf-post .post-changelog__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-post .post-changelog__entry {
  display: flex;
  gap: 14px;
  padding: 6px 0;
  line-height: 1.5;
}

.pf-post .post-changelog__entry + .post-changelog__entry {
  border-top: 1px solid var(--line);
}

.pf-post .post-changelog__date {
  flex: none;
  width: 92px;
  color: var(--muted);
  font-size: 13px;
  padding-top: 1px;
}

.pf-post .post-changelog__desc {
  color: var(--ink);
}

@media (max-width: 640px) {
  .pf-post .post-changelog__entry {
    flex-direction: column;
    gap: 2px;
  }
  .pf-post .post-changelog__date {
    width: auto;
  }
}
.pf-404 .lost {
  position: relative;
  text-align: center;
  padding: 88px 0 108px;
  overflow: hidden;
}
.pf-404 .lost > * {
  position: relative;
  z-index: 1;
}
.pf-404 .lost .tag {
  display: block;
  margin-bottom: 14px;
}
.pf-404 .lost h1 {
  margin: 0 0 14px;
}
.pf-404 .lost .lead {
  margin: 0 auto 30px;
}
.pf-404 .lost-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.pf-404 .ghost {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: min(42vw, 420px);
  line-height: 1;
  color: var(--brass);
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.pf-divider {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 30px auto;
  max-width: 1000px;
  padding: 0 28px;
}

.pf-divider::before, .pf-divider::after {
  content: "";
  height: 1px;
  flex: 1;
}

.pf-divider::before {
  background: linear-gradient(90deg, transparent, var(--brass));
}

.pf-divider::after {
  background: linear-gradient(90deg, var(--brass), transparent);
}

.pf-compass {
  height: 80px;
  width: auto;
  flex: none;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@media (max-width: 640px) {
  .pf-divider {
    gap: 18px;
  }
  .pf-compass {
    height: 62px;
  }
}
.pf-log .log-head {
  padding: 58px 0 30px;
}
.pf-log .log-list {
  padding-bottom: 24px;
}
.pf-log .log-year {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0 6px;
}
.pf-log .log-year span {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--brass);
  white-space: nowrap;
}
.pf-log .log-year::before, .pf-log .log-year::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.pf-log .log-entry {
  display: grid;
  grid-template-columns: 88px 1fr 132px;
  gap: 22px;
  align-items: start;
  padding: 22px 14px;
  border-bottom: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.pf-log .log-entry:hover {
  background: var(--panel);
}
.pf-log .log-coord {
  font-family: var(--mono);
  color: var(--teal);
  text-align: center;
  padding-top: 4px;
  line-height: 1.15;
}
.pf-log .log-coord .d {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.pf-log .log-coord .m {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pf-log .log-body h3 {
  font-family: var(--serif);
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.pf-log .log-sub {
  color: var(--brass);
  font-style: italic;
  font-size: 14.5px;
  margin: 5px 0 9px;
}
.pf-log .log-exc {
  color: var(--muted);
  font-size: 13.5px;
  margin: 0 0 12px;
  max-width: 64ch;
}
.pf-log .log-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.pf-log .log-tags span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 2px 8px;
}
.pf-log .log-thumb {
  width: 132px;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
}
@media (max-width: 640px) {
  .pf-log .log-entry {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
  .pf-log .log-thumb {
    display: none;
  }
  .pf-log .log-coord .d {
    font-size: 22px;
  }
  .pf-log .log-body h3 {
    font-size: 19px;
  }
}

.deck-header {
  gap: 18px 26px;
  flex-wrap: wrap;
}
.deck-header .deck-title {
  text-align: center;
}
.deck-header .deck-heading {
  margin: 0;
  font-family: "Cinzel", var(--serif);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  color: var(--ink);
}
.deck-header .deck-subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  color: #94a3b8;
}
.deck-header .btn {
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .deck-header {
    justify-content: center;
  }
  .deck-header .deck-title {
    flex-basis: 100%;
  }
  .deck-header .btn {
    display: none;
  }
  .deck-header .subtitle-more {
    display: none;
  }
}

.deck-page {
  height: 100vh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.deck-page .pf-nav {
  position: static;
}

.deck-stage {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #0f172a;
}

.floor-svg {
  width: 100%;
  height: 100%;
}

[data-node] {
  cursor: default;
}

.conn {
  transition: opacity 0.12s ease, stroke 0.12s ease, stroke-width 0.12s ease;
}

.conn.lit {
  stroke: #93c5fd;
  stroke-width: 2.5;
  opacity: 1;
}

.group-box.lit {
  stroke: #93c5fd;
  stroke-width: 2.5;
}

.lit .ring {
  stroke: #93c5fd;
  stroke-width: 3;
}

.flow-back {
  display: none;
}

#deck-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 88vw);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  background-color: #0b1220;
  background-size: cover;
  background-position: center 25%;
  border-left: 1px solid #1f2a3a;
  overflow-y: auto;
  color: #e2e8f0;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
#deck-panel.open {
  transform: translateX(0);
}
#deck-panel.has-art {
  background-image: var(--art);
}
#deck-panel .dp-close {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  z-index: 3;
  background: none;
  border: 0;
  color: #cbd5e1;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
#deck-panel .dp-close:hover {
  color: #fff;
}
#deck-panel .dp-logo {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}
#deck-panel .dp-body {
  margin-top: auto;
  padding: 140px 1.25rem 1.75rem;
}
#deck-panel:not(.has-art) .dp-body {
  margin-top: 0;
  padding-top: 3.5rem;
}
#deck-panel.has-art .dp-body {
  background: linear-gradient(180deg, transparent 0, rgba(11, 18, 32, 0.55) 34%, rgba(11, 18, 32, 0.95) 70%);
}
#deck-panel .dp-title {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.3rem;
  color: #fff;
}
#deck-panel .dp-repo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
}
#deck-panel .dp-repo[hidden] {
  display: none;
}
#deck-panel .dp-repo .dp-gh {
  color: #94a3b8;
  display: inline-flex;
}
#deck-panel .dp-repo .dp-gh:hover {
  color: #e2e8f0;
}
#deck-panel .dp-repo .dp-stars {
  font-size: 0.9rem;
  color: #cbd5e1;
}
#deck-panel .dp-desc {
  color: #94a3b8;
  margin: 0 0 1rem;
}
#deck-panel .dp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#deck-panel .dp-links a {
  padding: 0.35rem 0.7rem;
  border: 1px solid #334155;
  border-radius: 6px;
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.9rem;
}
#deck-panel .dp-links a:hover {
  border-color: #7dd3fc;
}
#deck-panel .dp-shots {
  margin-top: 1rem;
}
#deck-panel .dp-shots img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.6rem;
}
#deck-panel .dp-shots:empty {
  display: none;
}

svg.touring .flow-node, svg.touring .hl-node, svg.touring .conn, svg.touring .group-box, svg.touring .edge-label {
  opacity: 0.12;
  transition: opacity 0.35s ease;
}
svg.touring .spot {
  opacity: 1 !important;
}

.spot .ring {
  stroke: #93c5fd;
  stroke-width: 3;
}

.group-box.spot {
  stroke: #93c5fd;
  stroke-width: 2.5;
}

.spot text {
  fill: #e2e8f0;
}

.parchment {
  color: #3a2c1a;
  background-color: #e8dcc0;
  background-image: radial-gradient(120% 90% at 15% 0%, rgba(255, 255, 255, 0.28), transparent 55%), linear-gradient(150deg, rgba(237, 224, 194, 0.55), rgba(220, 201, 160, 0.64)), url("/htpc/assets/parchment.png");
  background-size: cover;
  background-position: center;
  border: 1px solid #b79b66;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 18px 44px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.4);
}
.parchment::before, .parchment::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f4e2a1, #c69433 55%, #7f5c1f);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.parchment::before {
  left: 12px;
}
.parchment::after {
  right: 12px;
}

.parchment-eyebrow {
  margin: 0 0 0.5rem;
  font-family: "Cinzel", var(--serif);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: #4a3a1e;
}

.deck-card .parchment-title {
  margin: 0 0 0.55rem;
  font-family: "Cinzel", var(--serif);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #16324a;
  text-wrap: balance;
}

.parchment-text {
  margin: 0;
  line-height: 1.55;
  font-size: 15px;
  font-weight: 600;
  color: #12100a;
  text-shadow: 0 0 2px rgba(247, 240, 222, 0.85);
}
.parchment-text em {
  color: #7a4a12;
}

.deck-card {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 20;
  width: min(440px, 100% - 32px);
  padding: 1.4rem 1.6rem 1.25rem;
  cursor: grab;
  touch-action: none;
}
.deck-card:active {
  cursor: grabbing;
}

#deck-welcome {
  text-align: center;
}

#deck-tour {
  width: min(480px, 100% - 32px);
}

.deck-card-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.1rem;
}

.deck-card-hint {
  margin: 0.9rem 0 0;
  font-size: 12px;
  color: #4a3a1e;
}

.pbtn {
  font-family: "Cinzel", var(--serif);
  letter-spacing: 0.08em;
  font-size: 13px;
  border-radius: 4px;
  padding: 0.55rem 1.1rem;
  cursor: pointer;
  border: 1px solid #7f5c1f;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease;
}
.pbtn:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.pbtn-brass {
  color: #2a1e0c;
  background: linear-gradient(180deg, #f4e2a1, #c69433);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 3px 8px rgba(0, 0, 0, 0.35);
}
.pbtn-brass:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 6px 14px rgba(0, 0, 0, 0.4);
}

.pbtn-ghost {
  color: #4a3a1e;
  background: rgba(255, 255, 255, 0.15);
  border-color: #b79b66;
}
.pbtn-ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.32);
  color: #3a2c1a;
}

.deck-tour-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
}

.deck-tour-dots {
  display: flex;
  gap: 7px;
}

.deck-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(58, 44, 26, 0.25);
  cursor: pointer;
}
.deck-dot.on {
  background: #c69433;
  box-shadow: 0 0 0 2px rgba(198, 148, 51, 0.3);
}

.deck-tour-nav {
  display: flex;
  gap: 0.55rem;
}

.deck-tour-skip {
  margin-top: 0.7rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 12px;
  color: #4a3a1e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.deck-tour-skip:hover {
  color: #3a2c1a;
}

.deck-reopen {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  place-items: center;
  font-family: "Cinzel", var(--serif);
  font-size: 16px;
  color: #2a1e0c;
  background: linear-gradient(180deg, #f4e2a1, #c69433);
  border: 1px solid #7f5c1f;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.deck-reopen:not([hidden]) {
  display: grid;
}

@media (max-width: 720px) {
  #deck-tour {
    width: min(360px, 100% - 24px);
    padding: 1rem 1.1rem 0.9rem;
  }
  #deck-tour::before, #deck-tour::after {
    display: none;
  }
  #deck-tour .parchment-eyebrow,
  #deck-tour .deck-tour-dots {
    display: none;
  }
  #deck-tour .parchment-title {
    margin-top: 0;
    padding-right: 104px;
  }
  #deck-tour .deck-tour-foot {
    position: absolute;
    top: 8px;
    right: 46px;
    margin: 0;
    gap: 4px;
  }
  #deck-tour .deck-tour-skip {
    position: absolute;
    top: 8px;
    right: 10px;
    margin: 0;
    text-decoration: none;
  }
  #deck-prev, #deck-next, #deck-skip {
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #deck-prev::before, #deck-next::before, #deck-skip::before {
    font-size: 17px;
    line-height: 1;
  }
  #deck-prev::before {
    content: "‹";
  }
  #deck-next::before {
    content: "›";
  }
  #deck-next.is-last::before {
    content: "✓";
  }
  #deck-skip::before {
    content: "✕";
  }
}
.anim-in {
  animation: deck-rise 0.35s ease both;
}

@keyframes deck-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .anim-in {
    animation: none;
  }
  svg.touring .flow-node, svg.touring .hl-node, svg.touring .conn,
  svg.touring .group-box, svg.touring .edge-label {
    transition: none;
  }
}
.pf .post-content .codewrap {
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #0c2136;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.pf .post-content .codebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  background: linear-gradient(#123049, #0e2740);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
}
.pf .post-content .codelang {
  color: var(--brass);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pf .post-content .codecopy {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 3px 10px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.pf .post-content .codecopy:hover {
  color: var(--ink);
  border-color: var(--teal);
}
.pf .post-content .codecopy.copied {
  color: var(--teal);
  border-color: var(--teal);
}
.pf .post-content .codewrap pre {
  margin: 0;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: auto;
}
.pf .post-content .codewrap pre code {
  display: inline-block;
  min-width: 100%;
  border: 0;
  padding: 0;
  color: var(--ink);
  line-height: 1.5;
}
.pf .post-content .cl {
  display: block;
  padding: 0 16px;
}
.pf .post-content .cl:empty::after {
  content: "​";
}
.pf .post-content .cl.hl {
  background: rgba(224, 179, 74, 0.13);
  box-shadow: inset 3px 0 0 var(--brass);
}
.pf .post-content .line-numbers pre code {
  counter-reset: ln;
}
.pf .post-content .line-numbers .cl {
  position: relative;
  padding-left: 54px;
}
.pf .post-content .line-numbers .cl::before {
  counter-increment: ln;
  content: counter(ln);
  position: absolute;
  left: 0;
  width: 38px;
  text-align: right;
  color: var(--muted);
  opacity: 0.55;
  user-select: none;
}

.pf .hljs {
  color: var(--ink);
}

.pf .hljs-comment,
.pf .hljs-quote {
  color: #6f8ba6;
  font-style: italic;
}

.pf .hljs-keyword,
.pf .hljs-selector-tag,
.pf .hljs-literal,
.pf .hljs-doctag,
.pf .hljs-attr,
.pf .hljs-attribute {
  color: var(--brass);
}

.pf .hljs-string,
.pf .hljs-regexp,
.pf .hljs-addition {
  color: var(--teal);
}

.pf .hljs-number,
.pf .hljs-symbol,
.pf .hljs-bullet {
  color: #f0a868;
}

.pf .hljs-name,
.pf .hljs-selector-id,
.pf .hljs-selector-class,
.pf .hljs-title,
.pf .hljs-section,
.pf .hljs-built_in {
  color: #9ad0ff;
}

.pf .hljs-type,
.pf .hljs-class .hljs-title {
  color: var(--teal);
}

.pf .hljs-meta {
  color: var(--muted);
}

.pf .hljs-meta .hljs-keyword {
  color: var(--brass);
}

.pf .hljs-variable,
.pf .hljs-template-variable {
  color: var(--red);
}

.pf .hljs-deletion {
  color: var(--red);
}

.pf .hljs-emphasis {
  font-style: italic;
}

.pf .hljs-strong {
  font-weight: 700;
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/cinzel-700.woff2") format("woff2");
}

/*# sourceMappingURL=style.css.map */