@charset "UTF-8";
.highlight .err {
  color: #e3d2d2;
  background-color: #8c2121;
}
.highlight .c {
  color: #8a8a8a;
}
.highlight .c1 {
  color: #8a8a8a;
}
.highlight .cm {
  color: #8a8a8a;
}
.highlight .cp {
  color: #8a8a8a;
}
.highlight .cs {
  color: #8a8a8a;
  font-style: italic;
}
.highlight .gd {
  color: #d85a5a;
}
.highlight .gd .x {
  color: #d85a5a;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #4ec64e;
}
.highlight .gi .x {
  color: #4ec64e;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #f07178;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #f07178;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #d85a7b;
}
.highlight .kc {
  color: #d85a7b;
}
.highlight .kd {
  color: #d85a7b;
}
.highlight .kp {
  color: #d85a7b;
}
.highlight .kr {
  color: #d85a7b;
}
.highlight .kt {
  color: #ffcb6b;
}
.highlight .n {
  color: #c7d1d8;
}
.highlight .na {
  color: #11a69f;
}
.highlight .nb {
  color: #d85a7b;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #11a69f;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #5ab780;
}
.highlight .ni {
  color: #11a69f;
}
.highlight .nn {
  color: #11a69f;
}
.highlight .no {
  color: #9d99e6;
}
.highlight .nt {
  color: #de3581;
}
.highlight .nv {
  color: #9680b1;
}
.highlight .vc {
  color: #9680b1;
}
.highlight .vg {
  color: #9680b1;
}
.highlight .vi {
  color: #9680b1;
}
.highlight .o {
  color: #bcd890;
}
.highlight .ow {
  color: #bcd890;
}
.highlight .m {
  color: #9d99e6;
}
.highlight .mf {
  color: #9d99e6;
}
.highlight .mh {
  color: #9d99e6;
}
.highlight .mi {
  color: #9d99e6;
}
.highlight .il {
  color: #9d99e6;
}
.highlight .mo {
  color: #9d99e6;
}
.highlight .s {
  color: #baa94a;
}
.highlight .s1 {
  color: #baa94a;
}
.highlight .s2 {
  color: #baa94a;
}
.highlight .sb {
  color: #baa94a;
}
.highlight .sc {
  color: #baa94a;
}
.highlight .sd {
  color: #baa94a;
}
.highlight .se {
  color: #baa94a;
}
.highlight .sh {
  color: #baa94a;
}
.highlight .si {
  color: #baa94a;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #3c90f5;
}
.highlight .sx {
  color: #baa94a;
}
.highlight .w {
  color: #eeffff;
}
.highlight .lineno, .highlight .gl {
  color: #8a8a8a;
}
.highlight .hll {
  background-color: #373730;
}

html {
  font-size: 16px;
}

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

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: rgb(148.75, 148.75, 148.75);
  background-color: #181818;
  -webkit-text-size-adjust: 100%;
  -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;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #bbbbbb;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #5691cd;
  text-decoration: none;
}
a:visited {
  color: #80bbff;
}
a:hover {
  color: rgb(148.75, 148.75, 148.75);
  text-decoration: underline #999999;
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #999999;
  border-left: 4px solid rgb(43.35, 43.35, 43.35);
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #222222;
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #bbbbbb;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid rgb(43.35, 43.35, 43.35);
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid rgb(43.35, 43.35, 43.35);
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid rgb(43.35, 43.35, 43.35);
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(148.75, 148.75, 148.75);
  border-collapse: collapse;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
table tr:nth-child(even) {
  background-color: rgb(34.2, 34.2, 34.2);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(49.5, 49.5, 49.5);
  border: 1px solid rgb(62.25, 62.25, 62.25);
}
table td {
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 54px;
  background-color: #181818;
  border-top: 5px solid #999999;
  border-bottom: 1px solid rgb(43.35, 43.35, 43.35);
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: rgb(165.75, 165.75, 165.75);
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: rgb(148.75, 148.75, 148.75);
}
.site-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 18px;
    background-color: #181818;
    border: 1px solid rgb(43.35, 43.35, 43.35);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: #999999;
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f00d";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    padding: 5px 0;
    color: rgb(148.75, 148.75, 148.75);
    line-height: 1.5;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid rgb(43.35, 43.35, 43.35);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: rgb(132.6, 132.6, 132.6);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: rgb(132.6, 132.6, 132.6);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid rgb(43.35, 43.35, 43.35);
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.comments-disabled-message {
  text-align: center;
  font-weight: 300;
}

.social-media-list {
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
.social-media-list li a:hover {
  border-color: rgb(165.75, 165.75, 165.75);
}

/**
 * Pagination navbar
 */
.pagination {
  display: table;
  margin: 0 auto;
  list-style-type: none;
}
.pagination li {
  float: left;
  margin: 0 3px;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
}
.pagination li a {
  display: block;
  text-decoration: none;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
.pagination li a:hover {
  border-color: rgb(165.75, 165.75, 165.75);
}
.pagination li a, .pagination li div {
  min-width: 41px;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: rgb(43.35, 43.35, 43.35);
  border: 1px dashed;
}
.pagination li div.current-page {
  font-weight: bold;
}

/**
 * Task-lists
 */
.task-list {
  margin-left: 0;
  padding-left: 18px;
}

.task-list-item {
  list-style-type: none;
}
.task-list-item-checkbox {
  position: relative;
  margin-right: 9px;
  margin-left: -15px;
  appearance: none;
  border: 8px solid rgb(43.35, 43.35, 43.35);
  vertical-align: text-top;
  z-index: -1;
}
.task-list-item-checkbox::after {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 4px;
  height: 10px;
  content: "";
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.task-list-item-checkbox:checked::after {
  border-color: #999999;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
/* Paginación mejorada */
.pagination {
  margin: 2rem 0;
  text-align: center;
  border-top: 1px solid #e1e4e8;
  padding-top: 2rem;
}

.pagination-info {
  margin-bottom: 1rem;
}

.page-info {
  color: #586069;
  font-size: 0.9rem;
}

.pagination-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  margin: 0.125rem;
  color: #0366d6;
  text-decoration: none;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  min-width: 40px;
  text-align: center;
  white-space: nowrap;
}

.pagination-link:hover {
  background-color: #f6f8fa;
  border-color: #d0d7de;
  text-decoration: none;
}

.pagination-link.current {
  background-color: #0366d6;
  color: white;
  border-color: #0366d6;
  cursor: default;
}

.pagination-link.first,
.pagination-link.last {
  font-weight: bold;
}

.pagination-ellipsis {
  padding: 0.5rem 0.25rem;
  color: #656d76;
}

/* Responsive */
@media (max-width: 600px) {
  .pagination-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
  }
  .pagination-link {
    padding: 0.4rem 0.6rem;
    font-size: 0.85rem;
    min-width: 35px;
    text-align: center;
  }
  .pagination-link.first,
  .pagination-link.last {
    display: none;
  }
  .pagination-link.previous,
  .pagination-link.next {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
}
/* Social Links Styles */
.social-links {
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--minima-background-color);
  border-radius: 8px;
  border-left: 4px solid var(--minima-link-base-color);
}

.social-title {
  margin-bottom: 1rem;
  color: var(--minima-heading-color);
  font-size: 1.2rem;
  font-weight: 600;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--minima-background-color);
  border: 2px solid var(--minima-border-color-01);
  border-radius: 6px;
  text-decoration: none;
  color: var(--minima-text-color);
  transition: all 0.2s ease;
  font-weight: 500;
  min-width: 120px;
}

.social-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.social-icon {
  flex-shrink: 0;
  fill: currentColor;
}

.social-text {
  font-size: 0.9rem;
}

/* Colores específicos para cada plataforma */
.social-link.github:hover {
  border-color: #333;
  color: #333;
  background: var(--minima-code-background-color);
}

.social-link.linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
  background: var(--minima-code-background-color);
}

.social-link.leetcode:hover {
  border-color: #ffa116;
  color: #ffa116;
  background: var(--minima-code-background-color);
}

/* Responsive */
@media (max-width: 600px) {
  .social-icons {
    flex-direction: column;
  }
  .social-link {
    justify-content: center;
    min-width: auto;
  }
}
/* Footer Styles */
.site-footer {
  background-color: var(--minima-background-color);
  border-top: 1px solid var(--minima-border-color-01);
  padding: 2rem 0 1rem;
  margin-top: 3rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.footer-info {
  flex: 1;
  padding-right: 2rem;
}

.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--minima-heading-color);
}

.footer-description {
  color: var(--minima-text-color);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

.footer-social {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-social-content {
  display: inline-block;
  text-align: left;
}

.footer-social-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--minima-heading-color);
  display: block;
}

.footer-social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 50%;
  color: var(--minima-text-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-social-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-social-icon {
  fill: currentColor;
}

/* Colores específicos para cada plataforma */
.footer-social-link.email:hover {
  border-color: #ea4335;
  color: #ea4335;
  background: var(--minima-code-background-color);
}

.footer-social-link.github:hover {
  border-color: #333;
  color: #333;
  background: var(--minima-code-background-color);
}

.footer-social-link.linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
  background: var(--minima-code-background-color);
}

.footer-social-link.leetcode:hover {
  border-color: #ffa116;
  color: #ffa116;
  background: var(--minima-code-background-color);
}

.footer-copyright {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid var(--minima-border-color-01);
}

.footer-copyright p {
  margin: 0;
  color: var(--minima-text-color);
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .footer-info {
    padding-right: 0;
  }
  .footer-social {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .footer-social-title {
    text-align: center;
  }
  .footer-social-links {
    justify-content: center;
  }
}
/* Tags Styles */
.tags-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 0;
}

.tags-header {
  text-align: center;
  margin-bottom: 3rem;
}

.tags-header p {
  font-size: 1.1rem;
  color: var(--minima-text-color);
  opacity: 0.8;
  margin: 0;
}

.tags-cloud {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.tag-item {
  margin-bottom: 0;
}

.tag-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 8px;
  color: var(--minima-text-color);
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 80px;
}

.tag-link:hover {
  text-decoration: none;
  background: var(--minima-code-background-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--minima-link-base-color);
}

.tag-name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--minima-heading-color);
  line-height: 1.2;
}

.tag-count {
  color: var(--minima-text-color);
  opacity: 0.7;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Tag Posts Page */
.tag-posts {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.tag-posts h1 {
  margin-bottom: 2rem;
  color: var(--minima-heading-color);
}

.posts-list {
  margin-bottom: 3rem;
}

.post-preview {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--minima-border-color-01);
}

.post-preview:last-child {
  border-bottom: none;
}

.post-preview h2 {
  margin-bottom: 0.5rem;
}

.post-preview h2 a {
  color: var(--minima-heading-color);
  text-decoration: none;
}

.post-preview h2 a:hover {
  color: var(--minima-link-base-color);
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--minima-text-color);
}

.post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: var(--minima-code-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 12px;
  color: var(--minima-text-color);
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.tag-badge:hover {
  background: var(--minima-border-color-02);
  text-decoration: none;
}

.post-excerpt {
  color: var(--minima-text-color);
  line-height: 1.6;
}

.back-link {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--minima-border-color-01);
}

.back-link a {
  color: var(--minima-link-base-color);
  text-decoration: none;
}

.back-link a:hover {
  text-decoration: underline;
}

/* Post Tags Display */
.post-tags-display {
  margin: 1rem 0;
  padding: 1rem;
  background: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 8px;
}

.post-tags-display h3 {
  margin-bottom: 0.5rem;
  color: var(--minima-heading-color);
  font-size: 1rem;
}

.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-tags-list .tag-badge {
  font-size: 0.85rem;
}

/* Responsive Tags */
@media (max-width: 768px) {
  .tags-header p {
    font-size: 1rem;
  }
  .tags-cloud {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
  }
  .tag-link {
    padding: 0.875rem;
    min-height: 70px;
  }
  .tag-name {
    font-size: 0.9rem;
  }
  .tag-count {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .tags-page {
    padding: 2rem 1rem;
  }
  .tags-header {
    margin-bottom: 2rem;
  }
  .tags-cloud {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
  }
  .tag-link {
    padding: 0.75rem;
    min-height: 60px;
  }
  .tag-name {
    font-size: 0.85rem;
  }
  .tag-count {
    font-size: 0.75rem;
  }
  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* Feature Image Styles */
.post-feature-image {
  margin-bottom: 2rem;
  text-align: center;
}

.feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Post List with Images */
.post-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--minima-border-color-01);
}

.post-item:last-child {
  border-bottom: none;
}

.post-image {
  flex-shrink: 0;
  width: 200px;
}

.post-thumbnail {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.post-thumbnail:hover {
  transform: scale(1.02);
}

.post-content {
  flex: 1;
  min-width: 0;
}

.post-content .post-meta {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--minima-text-color);
}

.post-content h3 {
  margin-bottom: 0.5rem;
}

.post-content h3 a {
  color: var(--minima-heading-color);
  text-decoration: none;
}

.post-content h3 a:hover {
  color: var(--minima-link-base-color);
}

/* Responsive Post List */
@media (max-width: 768px) {
  .post-item {
    flex-direction: column;
    gap: 1rem;
  }
  .post-image {
    width: 100%;
  }
  .post-thumbnail {
    height: 200px;
  }
}
/* Tag Page Post Previews */
.post-preview {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--minima-border-color-01);
}

.post-preview:last-child {
  border-bottom: none;
}

.post-preview-image {
  flex-shrink: 0;
  width: 150px;
}

.post-preview-thumbnail {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.post-preview-thumbnail:hover {
  transform: scale(1.02);
}

.post-preview-content {
  flex: 1;
  min-width: 0;
}

.post-preview-content h2 {
  margin-bottom: 0.5rem;
}

.post-preview-content h2 a {
  color: var(--minima-heading-color);
  text-decoration: none;
}

.post-preview-content h2 a:hover {
  color: var(--minima-link-base-color);
}

/* Responsive Tag Page */
@media (max-width: 768px) {
  .post-preview {
    flex-direction: column;
    gap: 1rem;
  }
  .post-preview-image {
    width: 100%;
  }
  .post-preview-thumbnail {
    height: 150px;
  }
}
/* Back Link Styles */
.back-link {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--minima-border-color-01);
  text-align: center;
}

.back-link a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 6px;
  color: var(--minima-text-color);
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}

.back-link a:hover {
  background: var(--minima-code-background-color);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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