/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
  -moz-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.highlight {
  background-color: #0d1117;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  color: #f0f6fc;
}

.highlighter-rouge {
  color: #ce887b;
  font-weight: 400;
  border: 1px solid #30363d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.1rem 0.5rem;
}

.highlight .hll {
  background-color: #ffc;
}

.highlight .c {
  color: #8b949e;
} /* Comment */
.highlight .err {
  color: #f85149;
} /* Error */
.highlight .k {
  color: #ff7b72;
} /* Keyword */
.highlight .o {
  color: #f0f6fc;
} /* Operator */
.highlight .cm {
  color: #8b949e;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #8b949e;
} /* Comment.Preproc */
.highlight .c1 {
  color: #8b949e;
} /* Comment.Single */
.highlight .cs {
  color: #8b949e;
} /* Comment.Special */
.highlight .gd {
  color: #f85149;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #f85149;
} /* Generic.Error */
.highlight .gh {
  color: #f0f6fc;
} /* Generic.Heading */
.highlight .gi {
  color: #56d364;
} /* Generic.Inserted */
.highlight .go {
  color: #8b949e;
} /* Generic.Output */
.highlight .gp {
  color: #8b949e;
} /* Generic.Prompt */
/* Generic.Strong */
.highlight .gu {
  color: #f0f6fc;
} /* Generic.Subheading */
.highlight .gt {
  color: #f85149;
} /* Generic.Traceback */
.highlight .kc {
  color: #ff7b72;
} /* Keyword.Constant */
.highlight .kd {
  color: #ff7b72;
} /* Keyword.Declaration */
.highlight .kn {
  color: #ff7b72;
} /* Keyword.Namespace */
.highlight .kp {
  color: #ff7b72;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #ff7b72;
} /* Keyword.Reserved */
.highlight .kt {
  color: #ff7b72;
} /* Keyword.Type */
.highlight .m {
  color: #79c0ff;
} /* Literal.Number */
.highlight .s {
  color: #a5c9ea;
} /* Literal.String */
.highlight .na {
  color: #f0f6fc;
} /* Name.Attribute */
.highlight .nb {
  color: #ff7b72;
} /* Name.Builtin */
.highlight .nc {
  color: #f2cc60;
} /* Name.Class */
.highlight .no {
  color: #79c0ff;
} /* Name.Constant */
.highlight .nd {
  color: #d2a8ff;
} /* Name.Decorator */
.highlight .ni {
  color: #f0f6fc;
} /* Name.Entity */
.highlight .ne {
  color: #f2cc60;
} /* Name.Exception */
.highlight .nf {
  color: #d2a8ff;
} /* Name.Function */
.highlight .nl {
  color: #f0f6fc;
} /* Name.Label */
.highlight .nn {
  color: #f2cc60;
} /* Name.Namespace */
.highlight .nt {
  color: #7ee787;
} /* Name.Tag */
.highlight .nv {
  color: #f0f6fc;
} /* Name.Variable */
.highlight .ow {
  color: #ff7b72;
} /* Operator.Word */
.highlight .w {
  color: #f0f6fc;
} /* Text.Whitespace */
.highlight .mf {
  color: #79c0ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #79c0ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #79c0ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #79c0ff;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #a5c9ea;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #a5c9ea;
} /* Literal.String.Char */
.highlight .sd {
  color: #8b949e;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #a5c9ea;
} /* Literal.String.Double */
.highlight .se {
  color: #a5c9ea;
} /* Literal.String.Escape */
.highlight .sh {
  color: #a5c9ea;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #a5c9ea;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #a5c9ea;
} /* Literal.String.Other */
.highlight .sr {
  color: #a5c9ea;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #a5c9ea;
} /* Literal.String.Single */
.highlight .ss {
  color: #a5c9ea;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #ff7b72;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f0f6fc;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f0f6fc;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f0f6fc;
} /* Name.Variable.Instance */
.highlight .il {
  color: #79c0ff;
} /* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #8b949e;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  font-family:
    "Inter",
    "JetBrains Mono",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: #f8fafc;
  background-color: #05070e;
  margin: 0;
  min-height: 100vh;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #05070e;
  color: #f8fafc;
  padding: 0.75rem 1rem;
  z-index: 1500;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.skip-link:focus {
  left: 1rem;
}

html,
body {
  min-height: 100vh;
  background-color: #05070e;
}

code,
pre {
  font-family: "JetBrains Mono", monospace;
}

h1,
h2 {
  color: #2bc5a0;
  font-weight: 400;
}

h3,
h4,
h5,
h6 {
  color: #f8fafc;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

img + em {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

blockquote {
  border-left: 5px solid #2bc5a0;
  padding-left: 1.1rem;
  margin-left: 1rem;
  font-style: italic;
  color: #a8b8d4;
}

pre {
  padding: 1rem 2rem;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  /* global layout for sticky footer and full viewport awareness */
}
pre code body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family:
    "Inter", "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

table {
  border: 1px solid #141c2d;
  background-color: #131b29;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table td,
table.blueTable th {
  border: 1px solid #141c2d;
  padding: 3px 2px;
}

table tbody td {
  font-size: 13px;
}

table tr:nth-child(even) {
  background: #05070e;
}

table thead {
  background: #05070e;
  border-bottom: 1px solid #141c2d;
}

table thead th {
  font-size: 14px;
  font-weight: bold;
  color: #f8fafc;
  border-left: 1px solid #141c2d;
}

table thead th:first-child {
  border-left: none;
}

table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #f8fafc;
  background: #05070e;
  border-top: 2px solid #141c2d;
}

table tfoot td {
  font-size: 14px;
}

.navbar {
  background-color: #05070e;
  padding: 0.5rem 0;
  position: sticky;
}
.navbar code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.navbar {
  gap: 0.5rem;
  color: #f8fafc;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nav-logo-avatar {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #f8fafc;
}

.nav-logo-text {
  color: #2bc5a0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin-left: 1.5rem;
}

.nav-link {
  color: #f8fafc;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #2bc5a0;
}

.wrapper {
  max-width: 1250px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post,
.article-page {
  background-color: #05070e;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2bc5a0;
  opacity: 0.95;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 212, 170, 0.75);
  outline-offset: 3px;
}

::-moz-selection {
  background: rgba(0, 212, 170, 0.8);
  color: #05070e;
}

::selection {
  background: rgba(0, 212, 170, 0.8);
  color: #05070e;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* - - - - - - - - - - Home Page Styles - - - - - - - - - - */
.hero {
  background-color: transparent;
  padding: 2rem 1.5rem;
  text-align: left;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content,
.hero-content h1,
.hero-content p,
.hero-content .hero-tagline {
  text-align: left;
}

.hero-content,
.hero-content h1,
.hero-content p,
.hero-content ul,
.hero-content li {
  font-family: inherit;
  font-weight: inherit;
}

.hero-content {
  width: 100%;
  max-width: 760px;
}

.hero-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.hero-avatar {
  margin: 0 auto 1.5rem;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f8fafc;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
}

.hero-avatar img {
  width: 100%;
  display: block;
}

.footer-social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  text-align: center;
}

.footer-meta {
  margin-top: 1rem;
  color: #a8b8d4;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.footer-meta a {
  color: #f8fafc;
  text-decoration: none;
}

.footer-meta a:hover {
  color: #2bc5a0;
}

.footer-copyright {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
}

.footer-social a {
  color: #f8fafc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  -webkit-transition:
    background 0.2s,
    color 0.2s,
    -webkit-transform 0.2s;
  transition:
    background 0.2s,
    color 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s,
    -webkit-transform 0.2s;
}

.footer-social a:hover {
  color: #2bc5a0;
  background: rgba(0, 0, 0, 0.13);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  color: #2bc5a0;
  margin-bottom: 1rem;
  font-weight: inherit;
  line-height: 1.05;
}

.hero-content p {
  font-size: 1rem;
  color: #f8fafc;
  max-width: 760px;
  margin: 0 0 1.5rem;
  line-height: 1.8;
}

.hero-content .hero-tagline {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.hero-bio,
.about-bio {
  color: #f8fafc;
}

.panel-note {
  color: #a8b8d4;
  margin-bottom: 1.25rem;
}

.blog-filter p {
  color: #f8fafc;
  font-weight: 600;
}

.home-panels {
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.panel-grid {
  display: grid;
  /* allow cards to scale down so 3 columns can appear on narrower viewports */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.pillars {
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.pillar-card {
  height: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pillar-card:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: rgba(43, 197, 160, 0.35);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.pillar-card h3 {
  margin-bottom: 1rem;
  color: #f8fafc;
  font-size: 1.35rem;
}

.pillar-card p {
  margin-bottom: 0;
  color: #f8fafc;
  line-height: 1.75;
}

.highlight-card {
  background: rgba(13, 17, 23, 0.95);
  border: 1px solid rgba(43, 197, 160, 0.18);
  padding: 1.75rem;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42);
}

.panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

/* remove underline for featured reading title links on the homepage */
.home-panels .panel-grid h3 a {
  text-decoration: none;
  color: inherit;
}

.section-head {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  margin-bottom: 1.5rem;
}

.panel-heading span,
.section-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2bc5a0;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.highlight-card h2,
.highlight-card h3,
.section-head h2,
.security-card h3 {
  color: #f8fafc;
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.highlight-card p,
.section-copy,
.tracker-copy,
.security-card p {
  color: #f8fafc;
  line-height: 1.75;
}

.button-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: rgb(35.69, 163.51, 132.8);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition:
    background 0.2s,
    -webkit-transform 0.2s;
  transition:
    background 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    background 0.2s;
  transition:
    transform 0.2s,
    background 0.2s;
  transition:
    transform 0.2s,
    background 0.2s,
    -webkit-transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-primary:hover {
  background: rgb(30.2075, 138.3925, 112.4);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tracker-card,
.security-card {
  background: rgba(13, 17, 23, 0.95);
  border: 1px solid rgba(43, 197, 160, 0.14);
  padding: 1.75rem;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.tracker-bar {
  background: rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
  height: 16px;
  margin: 1rem 0 0.75rem;
}

.tracker-fill {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(35.69, 163.51, 132.8)),
    to(#2bc5a0)
  );
  background: -webkit-linear-gradient(
    left,
    rgb(35.69, 163.51, 132.8) 0%,
    #2bc5a0 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(35.69, 163.51, 132.8) 0%,
    #2bc5a0 100%
  );
  background: linear-gradient(
    90deg,
    rgb(35.69, 163.51, 132.8) 0%,
    #2bc5a0 100%
  );
  height: 100%;
}

.tracker-caption {
  color: #a8b8d4;
}

.security-grid {
  display: grid;
  /* make security cards slightly smaller so three can sit side-by-side on desktop/tablet */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

/* ensure linked cards preserve visual styling and no underline */
.security-grid a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0 2rem;
}

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-pill {
  padding: 0.65rem 1rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-pill:hover {
  background: rgba(43, 197, 160, 0.12);
  border-color: #2bc5a0;
  color: #2bc5a0;
}

.category-section {
  margin-top: 2rem;
}

.empty-category {
  color: #a8b8d4;
  padding: 1rem 0;
}

.about {
  margin: 0 0 40px;
  text-align: center;
}
.about .cover-author-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #05070e;
}
.about .cover-author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.about p {
  font-size: 16px;
  margin: 0 0 10px;
}

.content-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact .contact-title {
  position: relative;
  color: #05070e;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 5px;
  text-transform: uppercase;
  text-align: center;
}
.contact .contact-title::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(50% - 48px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f8fafc;
}
.contact .contact-title::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(50% - 48px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #f8fafc;
}
.contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.contact ul li {
  display: inline-block;
  margin-left: 10px;
}
.contact ul li:first-child {
  margin-left: 0;
}
.contact ul li a {
  color: #f8fafc;
  display: block;
  padding: 5px;
  font-size: 18px;
  -webkit-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  -o-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
}
.contact ul li a:hover {
  color: #05070e;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

footer .copyright {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.post {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 11rem;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #0f172a;
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 9px 20px rgba(15, 23, 42, 0.35);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.35);
}
.post:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}
.post .post-thumbnail {
  width: 30%;
  max-width: 100%;
  min-height: 11rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.post .post-content {
  padding: 1rem;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
  color: #e5e7eb;
}
.post .post-content .post-date,
.post .post-content .post-words {
  font-size: 12px;
  color: #a8b8d4;
}
.post .post-content .post-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 400;
}
.post .post-content .post-title a {
  font-family: "PT Serif", serif;
  text-decoration: none;
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.post .post-content p {
  margin-top: 0;
  color: #e5e7eb;
}

a.older-posts,
a.newer-posts {
  font-size: 18px;
  display: inline-block;
  color: #f8fafc;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

a.older-posts:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

a.newer-posts:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.portfolio-grid {
  padding: 2rem;
  text-align: center;
}

.portfolio-grid h1 {
  color: #f8fafc;
  margin-bottom: 1rem;
}

.portfolio-grid p {
  color: #f8fafc;
  margin-bottom: 2rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.project-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-left: 5px solid rgb(35.69, 163.51, 132.8);
  padding: 1.5rem 1.5rem 1.5rem 1.35rem;
  text-align: center;
  background-color: #141c2d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.project-card a,
.project-card h3,
.project-card p,
.learning-item a,
.security-grid a,
.security-card a {
  text-decoration: none;
  color: inherit;
}

.project-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project-card h3 {
  color: #f8fafc;
  margin-bottom: 0.5rem;
}

.project-card p {
  color: #f8fafc;
  margin-bottom: 1rem;
}

.project-link {
  color: #2bc5a0;
  text-decoration: none;
  font-weight: bold;
}

.project-link:hover {
  color: #2bc5a0;
  text-decoration: none;
}

.page-section {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 2rem;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: rgba(6, 8, 14, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-section h1,
.page-section p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  padding: 2rem;
  text-align: left;
}

.about-section h1 {
  color: #f8fafc;
  margin-bottom: 1rem;
}

.about-section p {
  color: #f8fafc;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
}

.learning-path {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.learning-item {
  background: rgba(13, 17, 23, 0.95);
  border: 1px solid rgba(43, 197, 160, 0.18);
  padding: 1.75rem 1.75rem 2rem;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
  height: auto;
  min-height: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.learning-item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: rgba(43, 197, 160, 0.35);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

/* Ensure buttons inside cards have breathing room and don't clip */
.learning-item .button,
.learning-item .button-primary,
.learning-item a.button {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}

/* In case a card contains action/footer area, allow it to sit at the bottom */
.learning-item .card-actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

.learning-item h3 {
  color: #f8fafc;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.learning-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 90%;
  text-align: left;
}

.learning-item li {
  display: block;
  width: 100%;
}

.learning-item li {
  color: #f8fafc;
  margin-bottom: 0.75rem;
  padding: 0;
  position: static;
}

.learning-item li::before {
  content: none;
}

.learning-item:last-child {
  grid-column: 1/-1;
}

@media (max-width: 768px) {
  .hero-avatar {
    display: none !important;
  }
  .hero,
  .hero-content,
  .hero-content h1,
  .hero-content p,
  .hero-content .hero-tagline,
  .learning-path,
  .learning-item {
    text-align: left;
  }
  .hero-content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.1;
  }
  .hero-content p,
  .hero-content .hero-tagline {
    font-size: 1rem;
    line-height: 1.7;
  }
  .learning-path {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .learning-item {
    padding: 1.5rem;
  }
}
.contact-section {
  background: rgba(8, 11, 18, 0.98);
  padding: 3rem 1.25rem;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 3rem;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-section h1 {
  color: #f8fafc;
  margin-bottom: 0.5rem;
}

.contact-section p {
  color: #f8fafc;
  margin-bottom: 1.8rem;
}

.contact-section form {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.contact-section label {
  color: #f8fafc;
  font-weight: 600;
}

.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition:
    border-color 0.2s,
    -webkit-box-shadow 0.2s;
  transition:
    border-color 0.2s,
    -webkit-box-shadow 0.2s;
  -o-transition:
    border-color 0.2s,
    box-shadow 0.2s;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    -webkit-box-shadow 0.2s;
}

.contact-section input::-webkit-input-placeholder,
.contact-section textarea::-webkit-input-placeholder {
  color: rgba(248, 250, 252, 0.65);
}

.contact-section input::-moz-placeholder,
.contact-section textarea::-moz-placeholder {
  color: rgba(248, 250, 252, 0.65);
}

.contact-section input::-ms-input-placeholder,
.contact-section textarea::-ms-input-placeholder {
  color: rgba(248, 250, 252, 0.65);
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
  color: rgba(248, 250, 252, 0.65);
}

.contact-section input:focus,
.contact-section textarea:focus {
  border-color: rgb(35.69, 163.51, 132.8);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.2);
}

.contact-section textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-section button {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(35.69, 163.51, 132.8);
  color: #f8fafc;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition:
    background-color 0.2s,
    -webkit-transform 0.2s;
  transition:
    background-color 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    background-color 0.2s;
  transition:
    transform 0.2s,
    background-color 0.2s;
  transition:
    transform 0.2s,
    background-color 0.2s,
    -webkit-transform 0.2s;
}

.contact-section button:hover {
  background-color: rgb(30.2075, 138.3925, 112.4);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.blog-section {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 2rem 1rem;
}

.posts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.post-item {
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
  padding: 1.4rem 1.2rem;
  -webkit-transition:
    border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  transition:
    border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  -o-transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
}

.post-item:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.post-item h2 {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
}

.post-item h2 a {
  color: #f8fafc;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition:
    border-color 0.2s,
    color 0.2s;
  -o-transition:
    border-color 0.2s,
    color 0.2s;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.post-item h2 a:hover {
  color: #2bc5a0;
  border-color: #2bc5a0;
}

.post-item .post-meta {
  font-size: 0.92rem;
  color: #a8b8d4;
  margin-bottom: 0.8rem;
}

.post-item p {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
}

.post-item .read-more {
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fafc;
  font-weight: 700;
}

.pagination .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.pagination p {
  display: inline-block;
  margin: 0 10px;
}
.pagination .page-number {
  color: #f8fafc;
}

/* - - - - - - - - - - Post Page Styles - - - - - - - - - - */
.wrap-content {
  padding: 20px;
}

.header-page {
  text-align: center;
  margin: 10px 0;
}
.header-page .page-title {
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.3;
}
.header-page .page-date {
  color: #a8b8d4;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.page-cover-image {
  position: relative;
  padding: 0;
  margin: 0;
  max-height: 500px;
  background-color: #131b29;
  overflow: hidden;
}
.page-cover-image figure {
  position: relative;
  margin: 0;
}
.page-cover-image figcaption {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
.page-cover-image .page-image {
  width: 100%;
  height: 100%;
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin: 30px 0;
  border-bottom: 1px solid #a8b8d4;
}
.page-footer .page-share {
  margin-bottom: 10px;
  text-align: left;
}
.page-footer .page-share a {
  display: inline-block;
  text-decoration: none;
  background-color: #131b29;
  border: 1px solid #141c2d;
  padding: 5px 10px;
  margin-left: 5px;
  color: #2bc5a0;
  font-size: 12px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-footer .page-share a:first-child {
  margin-left: 0;
}
.page-footer .page-share a:hover {
  background-color: #141c2d;
}
.page-footer .page-tag a {
  text-decoration: none;
  font-size: 10px;
  padding: 5px 10px;
  margin-left: 5px;
  color: #2bc5a0;
  text-transform: uppercase;
  border: 1px solid #2bc5a0;
}
.page-footer .page-tag a:hover {
  opacity: 0.85;
}

/* - - - - - - - - - - Tag Styles - - - - - - - - - - */
.blog-tags {
  width: 100%;
  background-color: #05070e;
  padding: 0 20px 20px;
}
.blog-tags h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  color: #2bc5a0;
}
.blog-tags h2 {
  color: #2bc5a0;
  margin: 10px 0;
}

.tags {
  margin: 0;
  padding: 10px;
}
.tags li {
  display: inline-block;
  margin: 5px;
  list-style: none;
}
.tags li a {
  text-decoration: none;
  color: #2bc5a0;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #141c2d;
  background-color: #131b29;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tags li a:hover {
  background-color: #141c2d;
}

.tag-list span a {
  text-decoration: none;
  color: #2bc5a0;
}
.tag-list span a:hover {
  opacity: 0.85;
}

/* - - - - - - - - - - Media Styles - - - - - - - - - - */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .post {
    width: 48%;
    max-width: 100%;
    margin: 0 0.9% 1.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post .post-thumbnail {
    width: 100%;
  }
  .post .post-content {
    width: 100%;
  }
  .post .post-content .post-title {
    margin: 0 0 5px;
  }
  .post .post-content .post-title a {
    font-size: 21px;
  }
  .home-panels,
  .tracker-section,
  .security-section,
  .blog-section {
    padding: 0 1rem;
  }
  .panel-grid,
  .security-grid {
    /* show two columns on medium screens instead of forcing single-column */
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .filter-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0.75rem 0;
  }
  .nav-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .nav-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .nav-item {
    margin-left: 0;
  }
  .nav-link {
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
  }
  .about {
    text-align: center;
    max-width: 480px;
    margin: 10px auto auto;
  }
  .about img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 10px;
  }
  .content-box {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-content h1 {
    font-size: 2.4rem;
  }
  .panel-grid,
  .security-grid {
    grid-template-columns: 1fr;
  }
  .contact-section {
    padding: 2rem 1rem;
  }
  .section-copy,
  .panel-note,
  .tracker-copy {
    font-size: 0.95rem;
  }
  .contact-title,
  .copyright {
    display: none;
  }
  .site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
  }
  .footer-social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
  }
  .footer-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .content-box {
    padding: 10px;
  }
  .post {
    width: 98%;
    max-width: 100%;
    margin: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post .post-thumbnail {
    width: 100%;
  }
  .post .post-content {
    width: 100%;
  }
  .post .post-content .post-title {
    margin: 0 0 5px;
  }
  .post .post-content .post-title a {
    font-size: 21px;
  }
  .post .hero-content h1 {
    font-size: 2rem;
  }
  .post .button-primary,
  .post .filter-pill {
    width: 100%;
    text-align: center;
  }
}
/* --- Hero & Bio Layout Tweaks --- */
.hero-tagline,
.about-hero-tagline {
  margin-bottom: 2rem !important;
  font-size: 1.1rem;
  color: #a0aec0;
}

.hero-bio,
.about-bio {
  margin-bottom: 1.5rem;
  line-height: 1.75;
  font-size: 1.05rem;
  color: #e2e8f0;
}

.hero-content,
.about-section {
  max-width: 760px;
  margin: 0 auto;
}
