@charset "UTF-8";
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/roboto-v30-latin-regular.eot);
  /* IE9 Compat Modes */
  src: url(fonts/Roboto/roboto-v30-latin-regular.eot?#iefix) format("embedded-opentype"), url(fonts/Roboto/roboto-v30-latin-regular.woff2) format("woff2"), url(fonts/Roboto/roboto-v30-latin-regular.woff) format("woff"), url(fonts/Roboto/roboto-v30-latin-regular.ttf) format("truetype"), url(fonts/Roboto/roboto-v30-latin-regular.svg#Roboto) format("svg");
  /* Legacy iOS */ }

* {
  -webkit-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -moz-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -ms-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -o-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  transition: background-color 75ms ease-in, border-color 75ms ease-in; }

.notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

html {
  overflow-x: hidden;
  width: 100%; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  color: #2D2A26;
  background-color: #FAF5ED;
  font: 400 16px/1.85 Roboto, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-top: 10px;
  margin-bottom: 10px; }

strong,
b {
  font-weight: 700;
  color: #1A1A1A; }

hr {
  border-bottom: 0;
  border-style: solid;
  border-color: #D4C9B8; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-drag: none;
  margin: 0 auto;
  text-align: center; }

figure {
  position: relative; }

figure > img {
  display: block;
  position: relative; }

figcaption {
  font-size: 13px;
  text-align: center; }

ul li {
  display: list-item;
  text-align: -webkit-match-parent; }

ol li {
  position: relative; }

ul,
ol {
  margin-top: 0;
  margin-left: 30px; }

li {
  padding-bottom: 1px;
  padding-top: 1px; }
  li:before {
    color: #1A1A1A; }
  li > ul,
  li > ol {
    margin-bottom: 2px;
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1A;
  font-weight: 700; }
  h1 + ul, h1 + ol,
  h2 + ul,
  h2 + ol,
  h3 + ul,
  h3 + ol,
  h4 + ul,
  h4 + ol,
  h5 + ul,
  h5 + ol,
  h6 + ul,
  h6 + ol {
    margin-top: 10px; }
  @media screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      scroll-margin-top: 65px; } }
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none;
  border: none; }
  h1 > a:hover,
  h2 > a:hover,
  h3 > a:hover,
  h4 > a:hover,
  h5 > a:hover,
  h6 > a:hover {
    text-decoration: none;
    border: none; }

a {
  color: inherit;
  text-decoration-color: #0A4A3C; }
  a:hover {
    color: #0A4A3C; }
  a:focus {
    outline: 3px solid rgba(0, 54, 199, 0.6);
    outline-offset: 2px; }

del {
  color: inherit; }

em {
  color: inherit; }

blockquote {
  color: #3A2B4C;
  opacity: 0.9;
  border-left: 5px solid #0A4A3C;
  padding: 0 0 0 1rem;
  margin-left: .3rem;
  margin-right: .3rem;
  font-size: 1em; }
  blockquote > :last-child {
    margin-bottom: 0;
    margin-top: 0; }

.wrapper {
  max-width: -webkit-calc(720px - (30px * 2));
  max-width: calc(720px - (30px * 2));
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .wrapper {
      max-width: -webkit-calc(720px - (30px));
      max-width: calc(720px - (30px));
      padding-right: 20px;
      padding-left: 20px; }
      .wrapper.blurry {
        animation: 0.2s ease-in forwards blur;
        -webkit-animation: 0.2s ease-in forwards blur; } }
u {
  text-decoration-color: #d2c7c7; }

small {
  font-size: 14px; }

sup {
  border-radius: 10%;
  top: -3px;
  left: 2px;
  font-size: small;
  position: relative;
  margin-right: 2px; }

.overflow-table {
  overflow-x: auto; }

table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  font-size: 14px; }
  table thead {
    font-weight: 700;
    color: #1A1A1A;
    border-bottom: 1px solid #D4C9B8; }
  table th,
  table td,
  table tr {
    border: 1px solid #D4C9B8;
    padding: 2px 7px; }

.navbar:after, .wrapper:after {
  content: "";
  display: table;
  clear: both; }

mark,
::selection {
  background: #fffba0;
  color: #1A1A1A; }

.gist table {
  border: 0; }
  .gist table tr,
  .gist table td {
    border: 0; }

.navbar {
  height: auto;
  max-width: calc(890px - (30px * 2));
  max-width: -webkit-calc(890px - (30px * 2));
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #D4C9B8;
  padding: .5rem .3rem; }

.logo {
  float: left;
  margin: .5rem 0 0 1rem; }
  .logo > svg {
    opacity: 0.7; }
  .logo:hover > svg {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .logo {
      padding-top: .3rem; } }
.menu {
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }
  .menu ul {
    margin: 0; }
  .menu .menu-separator {
    margin-right: .7rem; }
    @media screen and (max-width: 768px) {
      .menu .menu-separator {
        display: none; } }
  .menu a#mode {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
    z-index: 1; }
    .menu a#mode:hover {
      cursor: pointer;
      opacity: 1; }
    .menu a#mode:active {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
    .menu a#mode .mode-moon {
      display: block; }
      .menu a#mode .mode-moon line {
        stroke: #1A1A1A;
        fill: none; }
      .menu a#mode .mode-moon circle {
        fill: #1A1A1A;
        stroke: #1A1A1A; }
    .menu a#mode .mode-sunny {
      display: none; }
      .menu a#mode .mode-sunny line {
        stroke: #F0E6D3;
        fill: none; }
      .menu a#mode .mode-sunny circle {
        fill: none;
        stroke: #F0E6D3; }
  .menu .trigger {
    float: right;
    display: flex;
    align-items: center; }
  .menu .menu-trigger {
    display: none; }
  .menu .menu-icon {
    display: none; }
  .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .menu li {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none; } }
  .menu .menu-link {
    color: #1A1A1A;
    line-height: 2.25;
    text-decoration: none;
    padding: .3rem .5rem;
    opacity: 0.7;
    letter-spacing: 0.015rem; }
    .menu .menu-link:hover {
      opacity: 1; }
    .menu .menu-link:not(:last-child) {
      margin-right: 5px; }
    @media screen and (max-width: 768px) {
      .menu .menu-link {
        opacity: 0.8; } }
  .menu .menu-link.active {
    opacity: 1;
    font-weight: 600; }
  @media screen and (max-width: 768px) {
    .menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      text-align: center;
      height: 50px;
      background-color: #FAF5ED;
      border-bottom: 1px solid #D4C9B8; }
      .menu a#mode {
        left: 10px;
        top: 12px; }
      .menu .menu-icon {
        display: block;
        position: absolute;
        right: 0;
        margin: .7rem .3rem 0 0;
        cursor: pointer;
        text-align: center;
        z-index: 1; }
        .menu .menu-icon > svg {
          opacity: 0.7; }
        .menu .menu-icon:hover > svg {
          opacity: 1; }
        .menu .menu-icon:active {
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
      .menu input[type="checkbox"]:not(:checked) ~ .trigger {
        clear: both;
        visibility: hidden; }
      .menu input[type="checkbox"]:checked ~ .trigger {
        position: fixed;
        animation: 0.2s ease-in forwards fadein;
        -webkit-animation: 0.2s ease-in forwards fadein;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        width: 100%;
        top: 0; }
      .menu .menu-link {
        display: block;
        box-sizing: border-box;
        font-size: 1.1em; }
        .menu .menu-link:not(:last-child) {
          margin: 0;
          padding: 2px 0; } }
.author {
  margin-top: 6.3rem;
  margin-bottom: 7.2rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .author {
      margin-bottom: 3em; } }
  .author .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-animation: 0.5s ease-in forwards fadein;
    animation: 0.5s ease-in forwards fadein;
    opacity: 1;
    object-fit: cover; }
  .author .author-name {
    font-size: 1.7em;
    margin-bottom: 2px; }
  .author .author-bio {
    margin: 0 auto;
    opacity: 0.9;
    max-width: 393px;
    line-height: 1.688; }

.posts-item-note {
  padding-bottom: .3rem;
  font-weight: 500;
  color: #1A1A1A; }

.post-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 6px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center; }
  .post-item:not(:first-child) {
    border-top: 1px solid #D4C9B8; }
  .post-item .post-item-date {
    min-width: 96px;
    color: #1A1A1A; }
    @media screen and (max-width: 768px) {
      .post-item .post-item-date {
        font-size: 16px; } }
  .post-item .post-item-title {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 768px) {
      .post-item .post-item-title {
        max-width: 15rem; } }
    .post-item .post-item-title a {
      color: #2D2A26;
      transition: all 150ms ease-in 0s; }
      .post-item .post-item-title a:hover, .post-item .post-item-title afocus {
        color: #1A1A1A; }

.footer {
  margin-top: 8em;
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .footer {
      margin-top: 3em; } }
  .footer span.footer_item {
    opacity: 0.8;
    font-weight: 700;
    font-size: 14px; }
  .footer a.footer_item {
    opacity: 0.8;
    text-decoration: none; }
    .footer a.footer_item:not(:last-child) {
      margin-right: 10px; }
      .footer a.footer_item:not(:last-child):hover {
        opacity: 1; }
  .footer_copyright {
    font-size: 13px;
    display: block;
    color: #6B6158;
    opacity: 0.8;
    margin-top: .7rem;
    padding: .3rem .95rem; }
  .footer_social-icons a {
    text-decoration: none;
    margin-right: .31rem; }
  .footer_social-icons svg {
    color: #888a90;
    height: 24px;
    width: 24px; }
    .footer_social-icons svg:hover {
      color: #dddddd; }

.not-found {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 75vh; }
  .not-found .title {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1;
    color: #1A1A1A;
    text-shadow: 1px 0px 0px #0A4A3C; }
  .not-found .phrase {
    color: #2D2A26; }
  .not-found .solution {
    color: #0A4A3C;
    letter-spacing: 0.5px; }
  .not-found .solution:hover {
    color: #087A64; }

.search-article {
  position: relative;
  margin-bottom: 50px; }
  .search-article label[for="search-input"] {
    position: relative;
    top: 10px;
    left: 11px; }
  .search-article input[type="search"] {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 40px;
    outline: none;
    position: absolute;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    color: #2D2A26;
    -webkit-appearance: none;
    font-size: 16px;
    background-color: rgba(128, 128, 128, 0.1);
    border: 1px solid rgba(128, 128, 128, 0.1); }
    .search-article input[type="search"]::-webkit-input-placeholder {
      color: #808080; }
    .search-article input[type="search"]::-webkit-search-decoration, .search-article input[type="search"]::-webkit-search-results-decoration {
      display: none; }

#search-results {
  text-align: center; }
  #search-results li {
    text-align: left; }

.archive-tags {
  height: auto; }
  .archive-tags .tag-item {
    padding: 1px 3px;
    border-radius: 2px;
    border: 1px solid rgba(128, 128, 128, 0.1);
    background-color: rgba(128, 128, 128, 0.1); }

/* Add styles for sub, sup, kbd, mark */
sub, sup {
  font-size: 79%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

kbd {
  font-size: 85%;
  border-radius: 3px;
  color: #1A1A1A;
  background: #E6DCC8;
  display: inline-block;
  font-family: Consolas, monaco, monospace;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap; }

mark {
  background: #ff0;
  color: #000;
  border-radius: 3px; }

@media screen and (max-width: 768px) {
  .wrapper.post {
    padding-left: 15px;
    padding-right: 15px; } }

.header {
  margin-top: 7.8em; }
  .header .header-title {
    font-size: 2em;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px; }
    .header .header-title.center {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .header .header-title {
        font-size: 1.9em; } }
.post-meta {
  padding-top: 3px;
  line-height: 1.3;
  color: #6B6158; }
  .post-meta time {
    position: relative;
    margin-right: 1.5em; }
  .post-meta span[itemprop="author"] {
    border-bottom: 1px dotted #D4C9B8; }

.page-content {
  padding-top: 8px; }
  .page-content iframe {
    text-align: center; }
  .page-content figure img {
    border-radius: 2px; }
  .page-content figure figcaption {
    margin-top: 5px;
    font-style: italic;
    font-size: 14px; }
  .page-content a {
    color: #0A4A3C;
    text-decoration: none; }
    .page-content a[target="_blank"]::after {
      content: " \2197";
      font-size: 14px;
      line-height: 0;
      position: relative;
      bottom: 5px;
      vertical-align: baseline; }
    .page-content a:hover {
      color: #087A64; }
    .page-content a:focus {
      color: #0A4A3C; }
  .page-content > p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .page-content ul.task-list {
    list-style: none;
    margin: 0; }
    .page-content ul.task-list li::before {
      content: ""; }
    .page-content ul.task-list li input[type="checkbox"] {
      margin-right: 10px; }
  .page-content dl dt {
    font-weight: 700; }
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    color: #1A1A1A;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: .03rem; }
    .page-content h1:hover .anchor-head,
    .page-content h2:hover .anchor-head,
    .page-content h3:hover .anchor-head,
    .page-content h4:hover .anchor-head,
    .page-content h5:hover .anchor-head,
    .page-content h6:hover .anchor-head {
      color: #0A4A3C;
      opacity: 1; }
    .page-content h1 .anchor-head,
    .page-content h2 .anchor-head,
    .page-content h3 .anchor-head,
    .page-content h4 .anchor-head,
    .page-content h5 .anchor-head,
    .page-content h6 .anchor-head {
      position: relative;
      opacity: 0;
      outline: none; }
      .page-content h1 .anchor-head::before,
      .page-content h2 .anchor-head::before,
      .page-content h3 .anchor-head::before,
      .page-content h4 .anchor-head::before,
      .page-content h5 .anchor-head::before,
      .page-content h6 .anchor-head::before {
        content: "#";
        position: absolute;
        right: -3px;
        width: 1em;
        font-weight: 700; }
  .page-content h1 {
    font-size: 24px; }
  .page-content h2 {
    font-size: 22px; }
  .page-content h3 {
    font-size: 20px; }
  .page-content h4 {
    font-size: 20px; }
  .page-content h5 {
    font-size: 16px; }
  .page-content h6 {
    font-size: 14px; }

.post-nav {
  display: flex;
  position: relative;
  margin-top: 5em;
  border-top: 1px solid #D4C9B8;
  line-height: 1.4; }
  .post-nav .post-nav-item {
    border-bottom: 0;
    font-weight: 700;
    padding-bottom: 10px;
    width: 50%;
    padding-top: 10px;
    text-decoration: none;
    box-sizing: border-box; }
    .post-nav .post-nav-item .post-title {
      color: #1A1A1A; }
    .post-nav .post-nav-item:hover .post-title, .post-nav .post-nav-item:focus .post-title {
      color: #087A64;
      opacity: 0.9; }
    .post-nav .post-nav-item .nav-arrow {
      font-weight: 400;
      font-size: 14px;
      color: #6B6158;
      margin-bottom: 3px; }
    .post-nav .post-nav-item:nth-child(odd) {
      padding-left: 0;
      padding-right: 20px; }
    .post-nav .post-nav-item:nth-child(even) {
      text-align: right;
      padding-right: 0;
      padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .post-nav {
      display: block;
      font-size: 14px; }
      .post-nav .post-nav-item {
        display: block;
        width: 100%; }
      .post-nav .post-nav-item:nth-child(even) {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #D4C9B8; } }
.post-updated-at {
  font-family: "Ubuntu mono", "monospace"; }

code {
  font-family: Consolas, monospace;
  text-rendering: optimizeLegibility;
  font-feature-settings: "calt" 1;
  font-variant-ligatures: normal;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  font-size: inherit; }

li > code,
p > code {
  white-space: pre-wrap;
  font-size: 0.9em;
  padding: 1px 3px;
  position: relative;
  top: -1px;
  color: #1A1A1A;
  background-color: #E6DCC8;
  border-radius: 2px;
  border: 1px solid rgba(128, 128, 128, 0.1); }

pre {
  background-color: #1a1b21;
  border-radius: .3rem;
  padding: .5rem 1rem;
  display: block;
  overflow-x: auto; }
  @media screen and (max-width: 768px) {
    pre {
      margin: 0 calc(51% - 51vw); } }
  pre::-webkit-scrollbar {
    height: .5rem; }
  pre::-webkit-scrollbar-track {
    background: #606071;
    border-radius: .1rem; }
  pre::-webkit-scrollbar-thumb {
    background: #999ea2;
    border-radius: .3rem; }
  pre::-webkit-scrollbar-thumb:hover {
    background: #424546; }
  pre > code {
    color: white;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    display: block;
    border: 0; }

.highlight table td {
  padding: 5px; }

.highlight table pre {
  margin: 0; }

.highlight,
.highlight .w {
  color: #fbf1c7; }

.highlight .err {
  color: #fb4934;
  font-weight: bold; }

.highlight .c,
.highlight .cd,
.highlight .cm,
.highlight .c1,
.highlight .cs {
  color: #928374;
  font-style: italic; }

.highlight .cp {
  color: #8ec07c; }

.highlight .nt {
  color: #fb4934; }

.highlight .o,
.highlight .ow {
  color: #fbf1c7; }

.highlight .p,
.highlight .pi {
  color: #fbf1c7; }

.highlight .gi {
  color: #b8bb26;
  background-color: #282828; }

.highlight .gd {
  color: #fb4934;
  background-color: #282828; }

.highlight .gh {
  color: #b8bb26;
  font-weight: bold; }

.highlight .k,
.highlight .kn,
.highlight .kp,
.highlight .kr,
.highlight .kv {
  color: #fb4934; }

.highlight .kc {
  color: #d3869b; }

.highlight .kt {
  color: #fabd2f; }

.highlight .kd {
  color: #fe8019; }

.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .sx,
.highlight .s1 {
  color: #b8bb26;
  font-style: italic; }

.highlight .si {
  color: #b8bb26;
  font-style: italic; }

.highlight .sr {
  color: #b8bb26;
  font-style: italic; }

.highlight .se {
  color: #fe8019; }

.highlight .nn {
  color: #8ec07c; }

.highlight .nc {
  color: #8ec07c; }

.highlight .no {
  color: #d3869b; }

.highlight .na {
  color: #b8bb26; }

.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .il,
.highlight .mo,
.highlight .mb,
.highlight .mx {
  color: #d3869b; }

.highlight .ss {
  color: #83a598; }

/* Table of contents */
details {
  cursor: pointer; }

.toc {
  margin: 1.1rem 0 1rem 0;
  padding: .5rem 1rem .5rem 1rem;
  border-radius: .3rem;
  background-color: #EDE4D4; }
  .toc ul {
    padding-top: 1rem;
    margin-left: 1rem;
    padding-left: 1rem; }
    .toc ul li {
      margin-bottom: 0.5em;
      line-height: 1.4; }

@keyframes fadein {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes blur {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(4px); } }

.embed-responsive {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 20px; }
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.main-404 {
  padding: 9rem 0;
  text-align: center; }

@media (prefers-color-scheme: dark) {
  html:not(.light) body {
    color: #D4C9B8;
    background-color: #1A1A1A; }
  html:not(.light) h1,
  html:not(.light) h2,
  html:not(.light) h3,
  html:not(.light) h4,
  html:not(.light) h5,
  html:not(.light) h6 {
    color: #F0E6D3; }
  html:not(.light) table thead {
    color: #F0E6D3;
    border-color: #2A3A35; }
  html:not(.light) table th,
  html:not(.light) table td,
  html:not(.light) table tr {
    border-color: #2A3A35; }
  html:not(.light) .page-content a {
    color: #00E5B0; }
    html:not(.light) .page-content a:hover, html:not(.light) .page-content a:active, html:not(.light) .page-content a:focus {
      color: #33EECA; }
  html:not(.light) .page-content h3 {
    border-color: #2A3A35; }
  html:not(.light) .page-content h1 .anchor-head,
  html:not(.light) .page-content h2 .anchor-head,
  html:not(.light) .page-content h3 .anchor-head,
  html:not(.light) .page-content h4 .anchor-head,
  html:not(.light) .page-content h5 .anchor-head,
  html:not(.light) .page-content h6 .anchor-head {
    color: #00E5B0; }
  html:not(.light) .toc {
    background-color: #252025; }
  html:not(.light) #totop {
    color: #D4C9B8;
    background-color: rgba(10, 74, 60, 0.7); }
    html:not(.light) #totop:hover {
      background-color: #0A4A3C; }
  html:not(.light) li > code,
  html:not(.light) p > code {
    font-size: 0.9em;
    padding: 1px 3px;
    position: relative;
    top: -1px;
    color: #F0E6D3;
    background-color: #3A2B4C;
    border-radius: 2px;
    border: 1px solid rgba(128, 128, 128, 0.1); }
  html:not(.light) kbd {
    color: #F0E6D3;
    background-color: #3A2B4C; }
  html:not(.light) hr {
    border-color: #2A3A35; }
  html:not(.light) .post-meta {
    color: #9B8F80; }
    html:not(.light) .post-meta time::after {
      background-color: #2A3A35; }
    html:not(.light) .post-meta span[itemprop="author"] {
      border-color: #2A3A35; }
  html:not(.light) a {
    color: inherit;
    text-decoration-color: #3A2B4C; }
    html:not(.light) a:hover {
      color: #00E5B0; }
    html:not(.light) a:focus {
      outline-color: rgba(44, 118, 246, 0.6); }
  html:not(.light) li:before {
    color: #F0E6D3; }
  html:not(.light) blockquote {
    color: #9B8F80;
    border-color: #3A2B4C; }
  html:not(.light) strong,
  html:not(.light) b {
    color: #F0E6D3; }
  html:not(.light) .navbar {
    border-color: #2A3A35; }
    html:not(.light) .navbar .menu a#mode .mode-sunny {
      display: block; }
    html:not(.light) .navbar .menu a#mode .mode-moon {
      display: none; }
    html:not(.light) .navbar .menu .menu-link {
      color: #F0E6D3; } }
  @media screen and (prefers-color-scheme: dark) and (max-width: 768px) {
    html:not(.light) .navbar .menu {
      background-color: #1A1A1A;
      border-color: #2A3A35; }
      html:not(.light) .navbar .menu input[type="checkbox"]:checked ~ .trigger {
        background: #1A1A1A; } }
@media (prefers-color-scheme: dark) {
  html:not(.light) .post-item:not(:first-child) {
    border-color: #2A3A35; }
  html:not(.light) .post-item .post-item-date {
    color: #F0E6D3; }
  html:not(.light) .post-item .post-item-title a {
    color: #D4C9B8; }
    html:not(.light) .post-item .post-item-title a:hover, html:not(.light) .post-item .post-item-title afocus {
      color: #F0E6D3; }
  html:not(.light) .post-nav {
    border-color: #2A3A35; }
    html:not(.light) .post-nav .post-nav-item {
      font-weight: 700; }
      html:not(.light) .post-nav .post-nav-item .post-title {
        color: #F0E6D3;
        opacity: 0.9; }
      html:not(.light) .post-nav .post-nav-item:hover .post-title, html:not(.light) .post-nav .post-nav-item:focus .post-title {
        color: #33EECA; }
      html:not(.light) .post-nav .post-nav-item .nav-arrow {
        color: #9B8F80; } }
  @media screen and (prefers-color-scheme: dark) and (max-width: 768px) {
    html:not(.light) .post-nav .post-nav-item:nth-child(even) {
      border-color: #2A3A35; } }
@media (prefers-color-scheme: dark) {
  html:not(.light) .footer span.footer_item {
    color: #F0E6D3; }
  html:not(.light) .footer a.footer_item:not(:last-child) {
    color: #F0E6D3; }
  html:not(.light) .footer .footer_copyright {
    color: #9B8F80;
    opacity: 1; }
  html:not(.light) .not-found .title {
    color: #F0E6D3;
    text-shadow: 1px 0px 0px #00E5B0; }
  html:not(.light) .not-found .phrase {
    color: #D4C9B8; }
  html:not(.light) .not-found .solution {
    color: #00E5B0; }
  html:not(.light) .not-found .solution:hover {
    color: #33EECA; }
  html:not(.light) .search-article input[type="search"] {
    color: #D4C9B8; }
    html:not(.light) .search-article input[type="search"]::-webkit-input-placeholder {
      color: rgba(128, 128, 128, 0.8); } }

html.dark body {
  color: #D4C9B8;
  background-color: #1A1A1A; }

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
  color: #F0E6D3; }

html.dark table thead {
  color: #F0E6D3;
  border-color: #2A3A35; }

html.dark table th,
html.dark table td,
html.dark table tr {
  border-color: #2A3A35; }

html.dark .page-content a {
  color: #00E5B0; }
  html.dark .page-content a:hover, html.dark .page-content a:active, html.dark .page-content a:focus {
    color: #33EECA; }

html.dark .page-content h3 {
  border-color: #2A3A35; }

html.dark .page-content h1 .anchor-head,
html.dark .page-content h2 .anchor-head,
html.dark .page-content h3 .anchor-head,
html.dark .page-content h4 .anchor-head,
html.dark .page-content h5 .anchor-head,
html.dark .page-content h6 .anchor-head {
  color: #00E5B0; }

html.dark .toc {
  background-color: #252025; }

html.dark #totop {
  color: #D4C9B8;
  background-color: rgba(10, 74, 60, 0.7); }
  html.dark #totop:hover {
    background-color: #0A4A3C; }

html.dark li > code,
html.dark p > code {
  font-size: 0.9em;
  padding: 1px 3px;
  position: relative;
  top: -1px;
  color: #F0E6D3;
  background-color: #3A2B4C;
  border-radius: 2px;
  border: 1px solid rgba(128, 128, 128, 0.1); }

html.dark kbd {
  color: #F0E6D3;
  background-color: #3A2B4C; }

html.dark hr {
  border-color: #2A3A35; }

html.dark .post-meta {
  color: #9B8F80; }
  html.dark .post-meta time::after {
    background-color: #2A3A35; }
  html.dark .post-meta span[itemprop="author"] {
    border-color: #2A3A35; }

html.dark a {
  color: inherit;
  text-decoration-color: #3A2B4C; }
  html.dark a:hover {
    color: #00E5B0; }
  html.dark a:focus {
    outline-color: rgba(44, 118, 246, 0.6); }

html.dark li:before {
  color: #F0E6D3; }

html.dark blockquote {
  color: #9B8F80;
  border-color: #3A2B4C; }

html.dark strong,
html.dark b {
  color: #F0E6D3; }

html.dark .navbar {
  border-color: #2A3A35; }
  html.dark .navbar .menu a#mode .mode-sunny {
    display: block; }
  html.dark .navbar .menu a#mode .mode-moon {
    display: none; }
  html.dark .navbar .menu .menu-link {
    color: #F0E6D3; }
  @media screen and (max-width: 768px) {
    html.dark .navbar .menu {
      background-color: #1A1A1A;
      border-color: #2A3A35; }
      html.dark .navbar .menu input[type="checkbox"]:checked ~ .trigger {
        background: #1A1A1A; } }
html.dark .post-item:not(:first-child) {
  border-color: #2A3A35; }

html.dark .post-item .post-item-date {
  color: #F0E6D3; }

html.dark .post-item .post-item-title a {
  color: #D4C9B8; }
  html.dark .post-item .post-item-title a:hover, html.dark .post-item .post-item-title afocus {
    color: #F0E6D3; }

html.dark .post-nav {
  border-color: #2A3A35; }
  html.dark .post-nav .post-nav-item {
    font-weight: 700; }
    html.dark .post-nav .post-nav-item .post-title {
      color: #F0E6D3;
      opacity: 0.9; }
    html.dark .post-nav .post-nav-item:hover .post-title, html.dark .post-nav .post-nav-item:focus .post-title {
      color: #33EECA; }
    html.dark .post-nav .post-nav-item .nav-arrow {
      color: #9B8F80; }
  @media screen and (max-width: 768px) {
    html.dark .post-nav .post-nav-item:nth-child(even) {
      border-color: #2A3A35; } }
html.dark .footer span.footer_item {
  color: #F0E6D3; }

html.dark .footer a.footer_item:not(:last-child) {
  color: #F0E6D3; }

html.dark .footer .footer_copyright {
  color: #9B8F80;
  opacity: 1; }

html.dark .not-found .title {
  color: #F0E6D3;
  text-shadow: 1px 0px 0px #00E5B0; }

html.dark .not-found .phrase {
  color: #D4C9B8; }

html.dark .not-found .solution {
  color: #00E5B0; }

html.dark .not-found .solution:hover {
  color: #33EECA; }

html.dark .search-article input[type="search"] {
  color: #D4C9B8; }
  html.dark .search-article input[type="search"]::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.8); }

.list-page .post-year {
  padding-bottom: .5rem; }

.icon-star {
  color: orange;
  height: 16px;
  margin-right: 1rem;
  width: 16px;
  display: block; }

.post-item-right {
  margin-left: auto;
  margin-right: 0; }

.author {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.navbar {
  background-color: #0A4A3C;
  max-width: none;
  border-bottom: 1px solid rgba(0, 229, 176, 0.2);
  padding: 0.6rem 1rem; }
  .navbar > nav.menu {
    max-width: 1020px;
    margin: 0 auto; }
  .navbar a.logo {
    color: #F0E6D3;
    opacity: 0.95; }
    .navbar a.logo svg {
      opacity: 0.95; }
    .navbar a.logo:hover {
      color: #00E5B0;
      opacity: 1; }
      .navbar a.logo:hover svg {
        opacity: 1; }
  .navbar .nav-item {
    color: #F0E6D3; }
    .navbar .nav-item:hover {
      color: #00E5B0; }
  .navbar .menu a#mode .mode-moon line {
    stroke: #F0E6D3; }
  .navbar .menu a#mode .mode-moon circle {
    fill: #F0E6D3;
    stroke: #F0E6D3; }
  .navbar .menu a#mode .mode-sunny line {
    stroke: #F0E6D3;
    fill: none; }
  .navbar .menu a#mode .mode-sunny circle {
    fill: none;
    stroke: #F0E6D3; }
  .navbar .menu .menu-icon svg {
    stroke: #F0E6D3; }
  .navbar .menu .menu-link {
    color: #F0E6D3; }
    .navbar .menu .menu-link:hover {
      color: #00E5B0; }
  @media screen and (max-width: 768px) {
    .navbar .menu {
      background-color: #0A4A3C;
      border-bottom-color: rgba(0, 229, 176, 0.2); }
      .navbar .menu input[type="checkbox"]:checked ~ .trigger {
        background: #0A4A3C; } }
html.dark .navbar {
  border-bottom-color: rgba(0, 229, 176, 0.35); }
  @media screen and (max-width: 768px) {
    html.dark .navbar .menu {
      background-color: #0A4A3C; }
      html.dark .navbar .menu input[type="checkbox"]:checked ~ .trigger {
        background: #0A4A3C; } }
@media (prefers-color-scheme: dark) {
  html:not(.light) .navbar {
    border-bottom-color: rgba(0, 229, 176, 0.35); } }
  @media screen and (prefers-color-scheme: dark) and (max-width: 768px) {
    html:not(.light) .navbar .menu {
      background-color: #0A4A3C; }
      html:not(.light) .navbar .menu input[type="checkbox"]:checked ~ .trigger {
        background: #0A4A3C; } }
html.dark h1, html.dark h2, html.dark h3 {
  color: #FFD76D; }

html.dark h4, html.dark h5, html.dark h6 {
  color: #F0E6D3; }

html.dark .page-content h1, html.dark .page-content h2, html.dark .page-content h3 {
  color: #FFD76D; }

html.dark .page-content h4, html.dark .page-content h5, html.dark .page-content h6 {
  color: #F0E6D3; }

html.dark .author .author-name {
  color: #FFD76D; }

@media (prefers-color-scheme: dark) {
  html:not(.light) h1, html:not(.light) h2, html:not(.light) h3 {
    color: #FFD76D; }
  html:not(.light) h4, html:not(.light) h5, html:not(.light) h6 {
    color: #F0E6D3; }
  html:not(.light) .page-content h1, html:not(.light) .page-content h2, html:not(.light) .page-content h3 {
    color: #FFD76D; }
  html:not(.light) .page-content h4, html:not(.light) .page-content h5, html:not(.light) .page-content h6 {
    color: #F0E6D3; }
  html:not(.light) .author .author-name {
    color: #FFD76D; } }

h1, h2, h3 {
  color: #1A1A1A; }

.author .author-name {
  color: #0A4A3C; }

.footer {
  border-top: 1px solid #0A4A3C;
  padding-top: 1.5rem;
  margin-top: 3rem; }
  .footer span.footer_item {
    color: #0A4A3C; }
  .footer a.footer_item:not(:last-child) {
    color: #0A4A3C; }
    .footer a.footer_item:not(:last-child):hover {
      color: #00E5B0;
      opacity: 1; }
  .footer .footer_copyright {
    color: #6B6158; }
  .footer .footer_social-icons svg {
    color: #0A4A3C; }
    .footer .footer_social-icons svg:hover {
      color: #00E5B0; }

html.dark .footer {
  border-top-color: rgba(0, 229, 176, 0.4);
  box-shadow: 0 -1px 8px rgba(0, 229, 176, 0.06); }
  html.dark .footer span.footer_item {
    color: #F0E6D3; }
  html.dark .footer a.footer_item:not(:last-child) {
    color: #F0E6D3; }
    html.dark .footer a.footer_item:not(:last-child):hover {
      color: #00E5B0; }
  html.dark .footer .footer_copyright {
    color: rgba(240, 230, 211, 0.6);
    opacity: 1; }
  html.dark .footer .footer_social-icons svg {
    color: rgba(240, 230, 211, 0.7); }
    html.dark .footer .footer_social-icons svg:hover {
      color: #00E5B0; }

@media (prefers-color-scheme: dark) {
  html:not(.light) .footer {
    border-top-color: rgba(0, 229, 176, 0.4);
    box-shadow: 0 -1px 8px rgba(0, 229, 176, 0.06); }
    html:not(.light) .footer span.footer_item {
      color: #F0E6D3; }
    html:not(.light) .footer a.footer_item:not(:last-child) {
      color: #F0E6D3; }
      html:not(.light) .footer a.footer_item:not(:last-child):hover {
        color: #00E5B0; }
    html:not(.light) .footer .footer_copyright {
      color: rgba(240, 230, 211, 0.6);
      opacity: 1; }
    html:not(.light) .footer .footer_social-icons svg {
      color: rgba(240, 230, 211, 0.7); }
      html:not(.light) .footer .footer_social-icons svg:hover {
        color: #00E5B0; } }

blockquote {
  border-left: 4px solid #0A4A3C;
  color: #3A2B4C; }

html.dark blockquote {
  border-left-color: #3A2B4C;
  color: #9B8F80; }

@media (prefers-color-scheme: dark) {
  html:not(.light) blockquote {
    border-left-color: #3A2B4C;
    color: #9B8F80; } }

mark,
::selection {
  background: rgba(0, 229, 176, 0.25);
  color: #1A1A1A; }

html.dark mark,
html.dark ::selection {
  background: rgba(0, 229, 176, 0.3);
  color: #F0E6D3; }

@media (prefers-color-scheme: dark) {
  html:not(.light) mark,
  html:not(.light) ::selection {
    background: rgba(0, 229, 176, 0.3);
    color: #F0E6D3; } }

.post-item .post-item-title a:hover,
.post-item .post-item-title a:focus {
  color: #0A4A3C; }

html.dark .post-item .post-item-title a:hover,
html.dark .post-item .post-item-title a:focus {
  color: #00E5B0; }

@media (prefers-color-scheme: dark) {
  html:not(.light) .post-item .post-item-title a:hover,
  html:not(.light) .post-item .post-item-title a:focus {
    color: #00E5B0; } }

#totop {
  color: #F0E6D3;
  border-radius: 6px; }
  #totop:hover {
    color: #F0E6D3;
    box-shadow: 0 0 12px rgba(0, 229, 176, 0.3); }

.sfw-landing {
  max-width: 900px;
  margin: 0 auto; }

.sfw-cta-bar {
  text-align: center;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 229, 176, 0.1);
  margin-bottom: 1rem; }

.sfw-cta-stats {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(240, 230, 211, 0.7);
  margin-bottom: 1rem; }
  .sfw-cta-stats strong {
    color: #00E5B0; }

.sfw-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; }

.sfw-hero {
  text-align: center;
  padding: 3rem 1rem 2rem; }

.sfw-hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

.sfw-accent {
  color: #00E5B0; }

.sfw-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(240, 230, 211, 0.75);
  max-width: 600px;
  margin: 0 auto 1.5rem;
  line-height: 1.6; }

.sfw-hero-stats {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(240, 230, 211, 0.7);
  margin-bottom: 2rem; }

.sfw-stat strong {
  color: #00E5B0; }

.sfw-stat-sep {
  color: rgba(240, 230, 211, 0.5); }

.sfw-hero-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; }

.sfw-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease; }

.sfw-btn-primary {
  background: #00E5B0;
  color: #0A4A3C; }
  .sfw-btn-primary:hover {
    background: #0fffc7;
    box-shadow: 0 0 20px rgba(0, 229, 176, 0.3); }

html.dark a.sfw-btn-primary,
html:not(.light) a.sfw-btn-primary {
  color: #0A4A3C; }

.sfw-btn-secondary {
  background: transparent;
  color: #00E5B0;
  border: 1px solid rgba(0, 229, 176, 0.4); }
  .sfw-btn-secondary:hover {
    border-color: #00E5B0;
    box-shadow: 0 0 12px rgba(0, 229, 176, 0.15); }

.sfw-featured,
.sfw-explainer,
.sfw-categories,
.sfw-articles,
.sfw-about {
  padding: 2rem 1rem;
  margin-bottom: 1rem; }
  .sfw-featured h2,
  .sfw-explainer h2,
  .sfw-categories h2,
  .sfw-articles h2,
  .sfw-about h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem; }

.sfw-section-desc {
  color: rgba(240, 230, 211, 0.6);
  margin-bottom: 1.5rem; }

.sfw-gallery {
  margin-bottom: 1.5rem; }

.sfw-more-link {
  text-align: center;
  margin-top: 1rem; }

.sfw-explainer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem; }

.sfw-explainer-item {
  background: rgba(10, 74, 60, 0.3);
  border: 1px solid rgba(0, 229, 176, 0.15);
  border-radius: 8px;
  padding: 1.5rem; }
  .sfw-explainer-item h3 {
    color: #00E5B0;
    font-size: 1.1rem;
    margin-bottom: 0.5rem; }
  .sfw-explainer-item p {
    color: rgba(240, 230, 211, 0.7);
    font-size: 0.9rem;
    line-height: 1.5; }

.sfw-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem; }

.sfw-category-card {
  display: block;
  background: rgba(10, 74, 60, 0.2);
  border: 1px solid rgba(0, 229, 176, 0.1);
  border-radius: 8px;
  padding: 1.25rem;
  text-decoration: none;
  transition: all 0.2s ease; }
  .sfw-category-card:hover {
    border-color: rgba(0, 229, 176, 0.4);
    background: rgba(10, 74, 60, 0.4);
    box-shadow: 0 0 15px rgba(0, 229, 176, 0.1); }
  .sfw-category-card h3 {
    color: #00E5B0;
    font-size: 1rem;
    margin-bottom: 0.25rem; }
  .sfw-category-card p {
    color: rgba(240, 230, 211, 0.6);
    font-size: 0.85rem; }

.sfw-article-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }

.sfw-article-item {
  border-left: 2px solid #00E5B0;
  padding-left: 1rem; }
  .sfw-article-item time {
    font-size: 0.75rem;
    color: rgba(240, 230, 211, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .sfw-article-item h3 {
    font-size: 1.1rem;
    margin: 0.25rem 0;
    line-height: 1.3; }
    .sfw-article-item h3 a {
      color: #F0E6D3;
      text-decoration: none; }
      .sfw-article-item h3 a:hover {
        color: #00E5B0; }
  .sfw-article-item p {
    font-size: 0.9rem;
    color: rgba(240, 230, 211, 0.6);
    line-height: 1.5;
    margin: 0.25rem 0 0; }

.sfw-about {
  text-align: center; }
  .sfw-about p {
    max-width: 600px;
    margin: 0 auto 1rem;
    color: rgba(240, 230, 211, 0.7);
    line-height: 1.6; }

.sfw-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap; }

.sfw-social-link {
  color: #00E5B0;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(0, 229, 176, 0.2);
  border-radius: 4px; }
  .sfw-social-link:hover {
    border-color: #00E5B0;
    background: rgba(0, 229, 176, 0.1); }

/* ── SFW Models Page — Filter Chips ── */
.sfw-filter-chips {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
  flex-wrap: wrap; }

.sfw-chip {
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 229, 176, 0.3);
  border-radius: 20px;
  cursor: pointer;
  color: rgba(240, 230, 211, 0.6);
  transition: all 0.2s ease; }
  .sfw-chip:hover {
    border-color: #00E5B0;
    color: #00E5B0;
    background: rgba(0, 229, 176, 0.05); }
  .sfw-chip-active {
    background: rgba(0, 229, 176, 0.15);
    border-color: #00E5B0;
    color: #00E5B0;
    font-weight: 500; }

html.light .sfw-cta-bar {
  border-bottom-color: rgba(10, 74, 60, 0.1); }

html.light .sfw-cta-stats,
html.light .sfw-hero-stats {
  color: rgba(26, 26, 26, 0.65); }
  html.light .sfw-cta-stats strong,
  html.light .sfw-hero-stats strong {
    color: #0A4A3C; }

html.light .sfw-stat-sep {
  color: rgba(26, 26, 26, 0.45); }

html.light .sfw-btn-secondary {
  color: #0A4A3C;
  border-color: rgba(10, 74, 60, 0.4); }
  html.light .sfw-btn-secondary:hover {
    border-color: #0A4A3C;
    box-shadow: 0 0 12px rgba(10, 74, 60, 0.15); }

html.light .sfw-accent {
  color: #0A4A3C; }

html.light .sfw-hero-subtitle {
  color: rgba(26, 26, 26, 0.65); }

html.light .sfw-section-desc {
  color: rgba(26, 26, 26, 0.65); }

html.light .sfw-explainer-item {
  background: rgba(10, 74, 60, 0.05);
  border-color: rgba(10, 74, 60, 0.15); }
  html.light .sfw-explainer-item h3 {
    color: #0A4A3C; }
  html.light .sfw-explainer-item p {
    color: rgba(26, 26, 26, 0.65); }

html.light .sfw-category-card {
  background: rgba(10, 74, 60, 0.04);
  border-color: rgba(10, 74, 60, 0.1); }
  html.light .sfw-category-card:hover {
    border-color: rgba(10, 74, 60, 0.4);
    background: rgba(10, 74, 60, 0.08); }
  html.light .sfw-category-card h3 {
    color: #0A4A3C; }
  html.light .sfw-category-card p {
    color: rgba(26, 26, 26, 0.65); }

html.light .sfw-article-item {
  border-left-color: #0A4A3C; }
  html.light .sfw-article-item time {
    color: rgba(26, 26, 26, 0.65); }
  html.light .sfw-article-item h3 a {
    color: #1A1A1A; }
    html.light .sfw-article-item h3 a:hover {
      color: #0A4A3C; }
  html.light .sfw-article-item p {
    color: rgba(26, 26, 26, 0.65); }

html.light .sfw-about p {
  color: rgba(26, 26, 26, 0.65); }

html.light .sfw-social-link {
  color: #0A4A3C;
  border-color: rgba(10, 74, 60, 0.2); }
  html.light .sfw-social-link:hover {
    border-color: #0A4A3C;
    background: rgba(10, 74, 60, 0.05); }

html.light .sfw-chip {
  color: rgba(26, 26, 26, 0.65);
  border-color: rgba(10, 74, 60, 0.3); }
  html.light .sfw-chip:hover {
    color: #0A4A3C;
    border-color: #0A4A3C;
    background: rgba(10, 74, 60, 0.05); }
  html.light .sfw-chip-active {
    color: #0A4A3C;
    border-color: #0A4A3C;
    background: rgba(10, 74, 60, 0.1); }
