@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?37382099");
  src: url("../font/fontello.eot?37382099#iefix") format("embedded-opentype"), url("../font/fontello.woff2?37382099") format("woff2"), url("../font/fontello.woff?37382099") format("woff"), url("../font/fontello.ttf?37382099") format("truetype"), url("../font/fontello.svg?37382099#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37382099#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: "\e800";
} /* '' */
.icon-calendar-1:before {
  content: "\e801";
} /* '' */
.icon-search:before {
  content: "\e805";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-flickr:before {
  content: "\f16e";
} /* '' */
.icon-dribbble:before {
  content: "\f17d";
} /* '' */
.icon-gitlab:before {
  content: "\f296";
} /* '' */
.icon-telegram:before {
  content: "\f2c6";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-soundcloud:before {
  content: "\f348";
} /* '' */
.icon-stack-overflow:before {
  content: "\f16c";
} /* '' */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Solarized Light 
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #fdf6e3;
  color: #586e75;
}

.highlight .c {
  color: #93a1a1;
} /* Comment */
.highlight .err {
  color: #586e75;
} /* Error */
.highlight .g {
  color: #586e75;
} /* Generic */
.highlight .k {
  color: #859900;
} /* Keyword */
.highlight .l {
  color: #586e75;
} /* Literal */
.highlight .n {
  color: #586e75;
} /* Name */
.highlight .o {
  color: #859900;
} /* Operator */
.highlight .x {
  color: #cb4b16;
} /* Other */
.highlight .p {
  color: #586e75;
} /* Punctuation */
.highlight .cm {
  color: #93a1a1;
} /* Comment.Multiline */
.highlight .cp {
  color: #859900;
} /* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1;
} /* Comment.Single */
.highlight .cs {
  color: #859900;
} /* Comment.Special */
.highlight .gd {
  color: #2aa198;
} /* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #dc322f;
} /* Generic.Error */
.highlight .gh {
  color: #cb4b16;
} /* Generic.Heading */
.highlight .gi {
  color: #859900;
} /* Generic.Inserted */
.highlight .go {
  color: #586e75;
} /* Generic.Output */
.highlight .gp {
  color: #586e75;
} /* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #cb4b16;
} /* Generic.Subheading */
.highlight .gt {
  color: #586e75;
} /* Generic.Traceback */
.highlight .kc {
  color: #cb4b16;
} /* Keyword.Constant */
.highlight .kd {
  color: #268bd2;
} /* Keyword.Declaration */
.highlight .kn {
  color: #859900;
} /* Keyword.Namespace */
.highlight .kp {
  color: #859900;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2;
} /* Keyword.Reserved */
.highlight .kt {
  color: #dc322f;
} /* Keyword.Type */
.highlight .ld {
  color: #586e75;
} /* Literal.Date */
.highlight .m {
  color: #2aa198;
} /* Literal.Number */
.highlight .s {
  color: #2aa198;
} /* Literal.String */
.highlight .na {
  color: #586e75;
} /* Name.Attribute */
.highlight .nb {
  color: #B58900;
} /* Name.Builtin */
.highlight .nc {
  color: #268bd2;
} /* Name.Class */
.highlight .no {
  color: #cb4b16;
} /* Name.Constant */
.highlight .nd {
  color: #268bd2;
} /* Name.Decorator */
.highlight .ni {
  color: #cb4b16;
} /* Name.Entity */
.highlight .ne {
  color: #cb4b16;
} /* Name.Exception */
.highlight .nf {
  color: #268bd2;
} /* Name.Function */
.highlight .nl {
  color: #586e75;
} /* Name.Label */
.highlight .nn {
  color: #586e75;
} /* Name.Namespace */
.highlight .nx {
  color: #586e75;
} /* Name.Other */
.highlight .py {
  color: #586e75;
} /* Name.Property */
.highlight .nt {
  color: #268bd2;
} /* Name.Tag */
.highlight .nv {
  color: #268bd2;
} /* Name.Variable */
.highlight .ow {
  color: #859900;
} /* Operator.Word */
.highlight .w {
  color: #586e75;
} /* Text.Whitespace */
.highlight .mf {
  color: #2aa198;
} /* Literal.Number.Float */
.highlight .mh {
  color: #2aa198;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198;
} /* Literal.String.Char */
.highlight .sd {
  color: #586e75;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198;
} /* Literal.String.Double */
.highlight .se {
  color: #cb4b16;
} /* Literal.String.Escape */
.highlight .sh {
  color: #586e75;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198;
} /* Literal.String.Other */
.highlight .sr {
  color: #dc322f;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198;
} /* Literal.String.Single */
.highlight .ss {
  color: #2aa198;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #268bd2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #268bd2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #2aa198;
} /* Literal.Number.Integer.Long */
.highlight {
  background-color: #f4f4f4;
}

div.highlight {
  padding: 5px 20px;
}

pre.highlight, code {
  font-family: "Consolas", Menlo, monospace;
  line-height: 1.4em;
  tab-size: 4;
}

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

::selection {
  background: rgba(99, 102, 241, 0.2);
  color: #1e293b;
}

body {
  font-family: "Inter", "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  background: #fafafa;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
embed,
object,
video {
  max-width: 100%;
  border-radius: 12px;
}

a {
  color: #6366f1;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
a:hover {
  color: #818cf8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1e293b;
}

h2 {
  margin: 1em 0 0.5em;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  h2 {
    margin: 0.5em 0;
    font-size: 1.5rem;
  }
}

main {
  margin: 0 90px;
  display: flex;
  height: 100%;
  min-height: 100vh;
  background: #fafafa;
}
@media screen and (min-width: 1600px) {
  main {
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1280px) {
  main {
    margin: 0 75px;
  }
}
@media screen and (max-width: 1024px) {
  main {
    margin: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin: 0;
  }
}
main .rounded-profile {
  width: 140px;
  height: 140px;
  border: 4px solid #ffffff;
  border-radius: 50% !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04), 0 0 0 4px rgba(99, 102, 241, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
main .rounded-profile:hover {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(99, 102, 241, 0.2);
}
main .feed-subscribe {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
main .plain-button {
  display: inline-block;
  outline: 0;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  color: #64748b;
}
main .plain-button a {
  text-decoration: none;
  color: #64748b;
}
main .plain-button:hover {
  border-color: #6366f1;
  background: rgba(99, 102, 241, 0.05);
}
main .plain-button:hover a {
  color: #6366f1;
}
main .plain-button:active {
  transform: translateY(-1px);
}
@media screen and (min-width: 769px) {
  main .content {
    max-width: calc(100% - 280px);
    margin-left: 280px;
    width: 100%;
  }
}
main .about {
  display: flex;
  height: 100vh;
  padding-bottom: 10vh;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
}
@media screen and (max-width: 768px) {
  main .about {
    height: auto;
    padding: 3rem 2rem;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.05) 0%, #fafafa 100%);
  }
}
@media screen and (max-width: 480px) {
  main .about {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  main .about {
    position: fixed;
    max-width: 320px;
  }
}
main .about {
  min-width: 280px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
main .about h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  color: #1e293b;
  font-weight: 700;
}
main .about h2 a {
  color: inherit;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
main .about h2 a:hover {
  opacity: 0.8;
}
main .about .tagline {
  text-align: center;
  font-size: 0.95rem;
  margin-top: 0.5rem;
  color: #64748b;
  white-space: pre-wrap;
  line-height: 1.6;
  max-width: 240px;
}
main .about img {
  max-width: 140px;
}
main .about img.dark {
  display: none;
}
main .about .about-header {
  display: flex;
  flex-direction: column;
}
main .about .about-header .about-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

#title a {
  text-decoration: none;
}

.social {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.social a {
  margin-bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a:hover {
  transform: translateY(-3px) rotate(5deg);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
}
.social a:hover li i {
  color: white !important;
}
.social li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li i {
  font-size: 22px;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation {
  width: 100%;
  margin-top: 2rem;
  padding: 0 1rem;
}
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.navigation ul li:last-child a {
  border-bottom: 0;
}
.navigation ul a {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.875rem 1.5rem;
  text-decoration: none;
  border-radius: 12px;
  background: transparent;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: none;
}
.navigation ul a:hover {
  background: #ffffff;
  color: #6366f1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .navigation ul a {
    padding: 1rem;
  }
}

.post-wrapper {
  border-bottom: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-categories li {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: none;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
  color: #6366f1;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .post-categories li {
    margin-top: 0;
  }
}
.post-categories li:hover {
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  color: white;
  border-color: transparent;
}

.post-date {
  margin-right: 1rem;
  color: #94a3b8;
  min-width: 150px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-date i {
  color: #f472b6;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
@media screen and (max-width: 768px) {
  .post-meta {
    flex-direction: column;
    align-items: baseline;
    gap: 0.75rem;
  }
  .post-meta .post-date {
    margin: 0;
  }
}

.post-link {
  text-decoration: none;
}
.post-link:hover .post-title {
  background-size: 100% 100%;
}

.post-title {
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.5rem;
  }
}

.posts,
.post-container {
  list-style-type: none;
  margin: 3rem 2.5rem;
}
@media screen and (max-width: 480px) {
  .posts,
  .post-container {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .posts,
  .post-container {
    padding: 0 !important;
    margin-top: 0;
  }
}

.post-container {
  padding-left: 2rem;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .post-container {
    padding-left: 0;
  }
}

.post {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #1e293b;
  line-height: 1.9;
  font-size: 1.1rem;
}
.post p {
  margin-top: 0;
  margin-bottom: 1.75rem;
  color: #64748b;
}
.post > p:first-of-type {
  font-size: 1.2rem;
  line-height: 1.85;
  color: #1e293b;
  font-weight: 400;
}
.post > p:first-of-type::first-letter {
  font-size: 3.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Raleway", sans-serif;
}
.post a {
  color: #6366f1;
  text-decoration: none;
  background: linear-gradient(to right, #6366f1, #818cf8);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease;
  padding-bottom: 2px;
}
.post a:hover {
  background-size: 100% 2px;
  border-bottom: none;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: Raleway, -apple-system, sans-serif;
  color: #1e293b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.post h1::before, .post h2::before, .post h3::before, .post h4::before, .post h5::before, .post h6::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post h1:hover::before, .post h2:hover::before, .post h3:hover::before, .post h4:hover::before, .post h5:hover::before, .post h6:hover::before {
  opacity: 1;
  left: -1rem;
}
.post h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
.post h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.post img {
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  margin: 2rem 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post img:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.post em {
  color: #6366f1;
  font-style: italic;
}
.post strong {
  color: #1e293b;
  font-weight: 700;
}
.post code {
  font-family: "Fira Code", "Consolas", monospace;
  font-size: 0.9em;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
  color: #6366f1;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  border: 1px solid rgba(99, 102, 241, 0.2);
}
.post pre code {
  display: block;
  padding: 1.5rem;
  overflow-x: auto;
  background: #1e293b;
  color: #e2e8f0;
  border: none;
}
.post blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #f8fafc;
  border-left: 4px solid;
  border-image: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%) 1;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #64748b;
}
.post blockquote p {
  margin: 0;
}
.post blockquote::before {
  content: '"';
  font-size: 4rem;
  font-family: Georgia, serif;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0;
  display: block;
  margin-bottom: -1rem;
}
.post hr {
  border: none;
  height: 1px;
  background: #e2e8f0;
  margin: 3rem auto;
  max-width: 200px;
  position: relative;
}
.post hr::before {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fafafa;
  padding: 0 1rem;
  color: #f472b6;
  font-size: 1.25rem;
}
.post ul, .post ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.post ul li, .post ol li {
  margin-bottom: 0.75rem;
  color: #64748b;
}
.post ul li::marker, .post ol li::marker {
  color: #6366f1;
}

.posts-labelgroup {
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: baseline;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 1rem;
}

#posts-label {
  font-size: 0.85rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75rem 0;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  transition: width 0.1s;
}
#posts-label::before {
  content: "📝 ";
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
table th, table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}
table th {
  background: #f8fafc;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  color: #1e293b;
}
table tr:hover td {
  background: rgba(99, 102, 241, 0.03);
}

.about > p:last-of-type:not(.tagline) {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 2rem;
}

footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .about .about-header.condensed {
    align-items: start;
    align-self: start;
  }
  .about .about-header.condensed .about-title {
    flex-direction: row;
    margin-bottom: 0.75rem;
  }
  .about .about-header.condensed .about-title img {
    max-height: 50px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  }
  .about .about-header.condensed .about-title h2 {
    margin: 0 0.75rem;
    font-size: 1.25rem;
  }
  .about .about-header.condensed .tagline {
    font-size: 0.9rem;
    margin-bottom: 0;
    text-align: left;
  }
  .about .about-header.condensed .tagline::before, .about .about-header.condensed .tagline::after {
    display: none;
  }
  .about .about-footer.condensed {
    display: none;
  }
  footer.condensed {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  footer.condensed {
    margin: 0 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  footer.condensed::before {
    content: "🎉 Thanks for reading!";
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 1rem;
  }
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  z-index: 9999;
  transition: width 0.1s;
}

.reading-time {
  font-size: 0.85rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reading-time::before {
  content: "☕";
}

.post-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 2px solid #e2e8f0;
}
.post-footer .post-footer-thanks {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
}
.post-footer .post-footer-thanks .emoji {
  font-size: 2rem;
  animation: pulse 2s ease-in-out infinite;
}
.post-footer .post-footer-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
  color: #94a3b8;
}
.post-footer .post-footer-share .share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  font-weight: 700;
  font-size: 0.9rem;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-footer .post-footer-share .share-link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}
.post-footer .post-footer-share .share-link.twitter:hover {
  background: #000;
  color: white;
}
.post-footer .post-footer-share .share-link.linkedin:hover {
  background: #0077b5;
  color: white;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.post-container {
  animation: fadeInUp 0.6s ease-out;
}

.post-wrapper {
  animation: fadeInUp 0.5s ease-out;
  animation-fill-mode: both;
}
.post-wrapper:nth-child(1) {
  animation-delay: 0.1s;
}
.post-wrapper:nth-child(2) {
  animation-delay: 0.2s;
}
.post-wrapper:nth-child(3) {
  animation-delay: 0.3s;
}
.post-wrapper:nth-child(4) {
  animation-delay: 0.4s;
}
.post-wrapper:nth-child(5) {
  animation-delay: 0.5s;
}
.post-wrapper:nth-child(6) {
  animation-delay: 0.6s;
}
.post-wrapper:nth-child(7) {
  animation-delay: 0.7s;
}
.post-wrapper:nth-child(8) {
  animation-delay: 0.8s;
}
.post-wrapper:nth-child(9) {
  animation-delay: 0.9s;
}
.post-wrapper:nth-child(10) {
  animation-delay: 1s;
}

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