@charset "UTF-8";
@import url("https://db.onlinewebfonts.com/c/faf8d8ddb2bbec6d255985bf1e77a815?family=Sina+Nova+W01+Regular");
body {
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Source Serif 4", "Georgia", serif;
  line-height: 1.65;
  color: #333;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 18px;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 182, 193, 0.07) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 182, 193, 0.07) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(255, 182, 193, 0.05) 0%, transparent 50%);
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", "Charter", "Source Serif 4", "Georgia", serif;
  text-align: center;
}

.site-header {
  margin: 40px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

.header-banner {
  margin-bottom: 20px;
  text-align: center;
}
.header-banner img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  border: 3px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.8), inset -2px -2px 5px rgba(0, 0, 0, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #f5f5f5, #e8e8e8);
  padding: 8px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container::after {
  content: "";
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  background-image: url("/HOR 14 Lotus.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.33;
  pointer-events: none;
  z-index: -1;
}

body {
  min-width: 320px;
}
@media (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

.site-title {
  display: none;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.site-title a {
  color: #333;
  text-decoration: none;
  font-family: "Playfair Display", "Charter", "Source Serif 4", serif;
  font-weight: 600;
}
.site-title a:hover {
  color: #555;
}

.site-nav {
  margin-top: 20px;
  position: relative;
}
.site-nav .nav-link {
  margin: 0 15px;
  color: #777;
  text-decoration: none;
  font-size: 1.05em;
  font-family: "Playfair Display", "Charter", serif;
}
.site-nav .nav-link:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
.site-nav .nav-dropdown {
  display: inline-block;
  position: relative;
}
.site-nav .nav-dropdown .dropdown-toggle {
  cursor: pointer;
  user-select: none;
}
.site-nav .nav-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 1000;
}
.site-nav .nav-dropdown .dropdown-content a {
  display: block;
  padding: 10px 20px;
  color: #555;
  text-decoration: none;
  font-size: 0.95em;
}
.site-nav .nav-dropdown .dropdown-content a:hover {
  background-color: #f5f5f5;
  color: #333;
  border-bottom: none;
}
.site-nav .nav-dropdown:hover .dropdown-content {
  display: block;
}

main {
  min-height: 70vh;
}

.page, .post {
  margin-bottom: 60px;
}

.page-title, .post-title {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.2em;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.post-meta {
  color: #888;
  margin-bottom: 30px;
  font-size: 0.9em;
}

.site-footer {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 0.9em;
  color: #777;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}
.contact-form .submit-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
}
.contact-form .submit-button:hover {
  background-color: #555;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-section {
  margin: 40px 0 60px;
}
.hero-section .featured-article {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-section .featured-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.hero-section .featured-article .featured-image {
  height: 300px;
  overflow: hidden;
}
.hero-section .featured-article .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.hero-section .featured-article:hover .featured-image img {
  transform: scale(1.02);
}
.hero-section .featured-article .featured-content {
  padding: 30px;
  text-align: center;
}
.hero-section .featured-article .featured-content .featured-label {
  font-size: 0.8em;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.hero-section .featured-article .featured-content .featured-title {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.2em;
  line-height: 1.2;
  margin: 10px 0 15px;
  font-weight: 500;
}
.hero-section .featured-article .featured-content .featured-title a {
  color: #333;
  text-decoration: none;
}
.hero-section .featured-article .featured-content .featured-title a:hover {
  color: #555;
}
.hero-section .featured-article .featured-content .featured-excerpt {
  font-size: 1.15em;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.hero-section .featured-article .featured-content .featured-meta {
  display: flex;
  gap: 20px;
  font-size: 0.9em;
  color: #777;
}
.hero-section .featured-article .featured-content .featured-meta .reading-time:before {
  content: "•";
  margin-right: 10px;
}

.author-intro {
  text-align: center;
  margin: 60px 0;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(255, 182, 193, 0.05) 0%, rgba(255, 182, 193, 0.02) 100%);
  border-radius: 12px;
}
.author-intro h2 {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}
.author-intro p {
  font-size: 1.15em;
  line-height: 1.7;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}

.content-categories {
  margin: 60px 0;
}
.content-categories h2 {
  text-align: center;
  font-family: "Playfair Display", "Charter", "Source Serif 4", "Georgia", serif;
  font-size: 1.8em;
  margin-bottom: 40px;
}
.content-categories .category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.content-categories .category-grid .category-card {
  padding: 30px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.content-categories .category-grid .category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 182, 193, 0.3);
}
.content-categories .category-grid .category-card h3 {
  font-family: "Playfair Display", "Charter", "Source Serif 4", "Georgia", serif;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #333;
}
.content-categories .category-grid .category-card p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Source Serif 4", "Georgia", serif;
}

.recent-reflections {
  margin: 60px 0;
}
.recent-reflections h2 {
  text-align: center;
  font-family: "Playfair Display", "Charter", "Source Serif 4", "Georgia", serif;
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 40px;
}
.recent-reflections .articles-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 30px !important;
  width: 100%;
  align-items: start;
}
.recent-reflections .articles-grid .article-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recent-reflections .articles-grid .article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.recent-reflections .articles-grid .article-card .article-image {
  height: 180px;
  overflow: hidden;
}
.recent-reflections .articles-grid .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-reflections .articles-grid .article-card:hover .article-image img {
  transform: scale(1.02);
}
.recent-reflections .articles-grid .article-card .article-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.recent-reflections .articles-grid .article-card .article-content .article-category {
  font-size: 0.75em;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Source Sans Pro", "Inter", sans-serif;
  text-align: center;
}
.recent-reflections .articles-grid .article-card .article-content .article-title {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 1.35em;
  line-height: 1.3;
  margin: 8px 0 12px;
  font-weight: 500;
  flex-grow: 1;
}
.recent-reflections .articles-grid .article-card .article-content .article-title a {
  color: #333;
  text-decoration: none;
}
.recent-reflections .articles-grid .article-card .article-content .article-title a:hover {
  color: #555;
}
.recent-reflections .articles-grid .article-card .article-content .article-excerpt {
  color: #666;
  line-height: 1.65;
  margin-bottom: 15px;
  font-size: 0.95em;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.recent-reflections .articles-grid .article-card .article-content .article-meta {
  display: flex;
  gap: 15px;
  font-size: 0.85em;
  color: #777;
  font-family: "Source Sans Pro", "Inter", sans-serif;
  margin-top: auto;
}
.recent-reflections .articles-grid .article-card .article-content .article-meta .reading-time:before {
  content: "•";
  margin-right: 8px;
}

.post .post-hero-image {
  margin: -20px -20px 40px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.post .post-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .post-header {
  margin-bottom: 40px;
}
.post .post-header .post-title {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.post .post-header .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #777;
  font-size: 0.9em;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.post .post-header .post-meta .reading-time:before {
  content: "•";
  margin-right: 10px;
}

.post-content .pull-quote, .page-content .pull-quote {
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  font-style: italic;
  color: #555;
  text-align: center;
  margin: 40px 0;
  padding: 30px;
  background: rgba(255, 182, 193, 0.05);
  border-radius: 12px;
  border-left: 4px solid rgba(255, 182, 193, 0.3);
}
.post-content .pull-quote:before, .post-content .pull-quote:after, .page-content .pull-quote:before, .page-content .pull-quote:after {
  content: '"';
  font-size: 1.5em;
  color: rgba(255, 182, 193, 0.6);
}
.post-content > p:first-of-type, .page-content > p:first-of-type {
  font-size: 1.25em;
  line-height: 1.6;
  color: #444;
}

.series-navigation {
  margin: 50px 0;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 12px;
}
.series-navigation h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  color: #333;
}
.series-navigation .series-list {
  margin-bottom: 25px;
}
.series-navigation .series-list .series-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 0;
}
.series-navigation .series-list .series-item.current {
  font-weight: 600;
  color: #333;
  background-color: rgba(255, 182, 193, 0.1);
  padding: 8px 12px;
  border-radius: 6px;
}
.series-navigation .series-list .series-item .series-number {
  font-size: 0.8em;
  color: #888;
  margin-right: 10px;
  min-width: 50px;
}
.series-navigation .series-list .series-item a {
  color: #666;
  text-decoration: none;
}
.series-navigation .series-list .series-item a:hover {
  color: #333;
  text-decoration: underline;
}
.series-navigation .series-nav-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.series-navigation .series-nav-buttons .series-nav {
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #555;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.series-navigation .series-nav-buttons .series-nav:hover {
  background-color: #333;
  color: white;
  border-color: #333;
}
.series-navigation .series-nav-buttons .series-nav.prev {
  margin-right: auto;
}
.series-navigation .series-nav-buttons .series-nav.next {
  margin-left: auto;
}

.related-posts {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.related-posts h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.related-posts .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.related-posts .related-grid .related-card {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}
.related-posts .related-grid .related-card h4 {
  margin-bottom: 10px;
}
.related-posts .related-grid .related-card h4 a {
  color: #333;
  text-decoration: none;
}
.related-posts .related-grid .related-card h4 a:hover {
  color: #555;
}
.related-posts .related-grid .related-card p {
  color: #666;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .hero-section .featured-article .featured-content {
    padding: 20px;
  }
  .hero-section .featured-article .featured-content .featured-title {
    font-size: 1.8em;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .post-hero-image {
    margin: -20px -20px 30px;
    height: 250px;
  }
  .post-header .post-title {
    font-size: 2em;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
}
.podcast-page .podcast-header {
  text-align: center;
  margin-bottom: 3em;
}
.podcast-page .podcast-header h1 {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 400;
}
.podcast-page .podcast-header .podcast-description {
  font-size: 1.15em;
  color: #666;
  max-width: 650px;
  margin: 0 auto 2em;
  line-height: 1.65;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.podcast-page .podcast-header .podcast-player-main {
  max-width: 700px;
  margin: 2em auto;
}
.podcast-page .podcast-header .podcast-player-main iframe {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.podcast-page .podcast-header .podcast-subscribe {
  margin-top: 2em;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-text {
  font-size: 0.95em;
  color: #777;
  margin-bottom: 1em;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button:hover {
  background-color: #555;
  transform: translateY(-2px);
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button.spotify {
  background-color: #1DB954;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button.spotify:hover {
  background-color: #1ed760;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button.rss {
  background-color: #ff6600;
}
.podcast-page .podcast-header .podcast-subscribe .subscribe-links .subscribe-button.rss:hover {
  background-color: #ff8833;
}
.podcast-page .podcast-episodes {
  max-width: 900px;
  margin: 0 auto;
}
.podcast-page .podcast-episodes h2 {
  font-family: "Playfair Display", "Charter", "Source Serif 4", "Georgia", serif;
  font-size: 1.8em;
  margin-bottom: 2em;
  text-align: center;
}
.podcast-page .podcast-episodes .episodes-list .episode-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.podcast-page .podcast-episodes .episodes-list .episode-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-number {
  font-size: 0.85em;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-title {
  font-family: "Playfair Display", serif;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-title a {
  color: #333;
  text-decoration: none;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-title a:hover {
  color: #555;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-guest {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
  font-style: italic;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-description {
  color: #666;
  line-height: 1.65;
  margin-bottom: 20px;
  font-size: 1em;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-meta {
  display: flex;
  gap: 20px;
  font-size: 0.9em;
  color: #777;
  margin-bottom: 20px;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-meta .episode-duration:before {
  content: "•";
  margin-right: 10px;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-player-preview {
  margin: 20px 0;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-player-preview iframe {
  width: 100%;
  border-radius: 12px;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-actions .listen-button {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-actions .listen-button:hover {
  background-color: #555;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-actions .transcript-link {
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.podcast-page .podcast-episodes .episodes-list .episode-card .episode-actions .transcript-link:hover {
  border-color: #333;
  color: #333;
}
.podcast-page .podcast-episodes .episodes-list .no-episodes {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-style: italic;
  font-size: 1.1em;
}
.podcast-page .podcast-rss {
  text-align: center;
  margin-top: 3em;
}
.podcast-page .podcast-rss .rss-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.podcast-page .podcast-rss .rss-link:hover {
  border-color: #ff6600;
  color: #ff6600;
}
.podcast-page .podcast-rss .rss-help {
  margin-top: 10px;
  font-size: 0.8em;
  color: #888;
  font-style: italic;
}

.podcast-episode {
  max-width: 800px;
  margin: 0 auto;
}
.podcast-episode .episode-header {
  margin-bottom: 2em;
}
.podcast-episode .episode-header .episode-label {
  font-size: 0.85em;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.podcast-episode .episode-header .episode-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333;
}
.podcast-episode .episode-header .episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #777;
  font-size: 0.95em;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.podcast-episode .episode-header .episode-meta .episode-duration:before,
.podcast-episode .episode-header .episode-meta .episode-guest:before {
  content: "•";
  margin-right: 10px;
}
.podcast-episode .episode-player {
  margin: 2em 0;
}
.podcast-episode .episode-player .spotify-embed {
  margin-bottom: 1.5em;
}
.podcast-episode .episode-player .spotify-embed iframe {
  width: 100%;
  border-radius: 12px;
}
.podcast-episode .episode-player .episode-platforms p {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 1em;
}
.podcast-episode .episode-player .episode-platforms .platform-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.podcast-episode .episode-player .episode-platforms .platform-links .platform-link {
  padding: 8px 16px;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.85em;
  transition: all 0.3s ease;
}
.podcast-episode .episode-player .episode-platforms .platform-links .platform-link:hover {
  border-color: #333;
  color: #333;
}
.podcast-episode .episode-player .episode-platforms .platform-links .platform-link.spotify:hover {
  border-color: #1DB954;
  color: #1DB954;
}
.podcast-episode .episode-content .episode-section {
  margin: 3em 0;
}
.podcast-episode .episode-content .episode-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.6em;
  margin-bottom: 1em;
  color: #333;
}
.podcast-episode .episode-content .episode-section.show-notes {
  font-size: 1.05em;
  line-height: 1.7;
}
.podcast-episode .episode-content .episode-section.key-topics .topics-list {
  list-style: none;
  padding: 0;
}
.podcast-episode .episode-content .episode-section.key-topics .topics-list li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
}
.podcast-episode .episode-content .episode-section.key-topics .topics-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: rgba(255, 182, 193, 0.8);
}
.podcast-episode .episode-content .episode-section.resources .resources-list {
  list-style: none;
  padding: 0;
}
.podcast-episode .episode-content .episode-section.resources .resources-list li {
  padding: 8px 0;
}
.podcast-episode .episode-content .episode-section.resources .resources-list li a {
  color: #333;
  text-decoration: underline;
}
.podcast-episode .episode-content .episode-section.resources .resources-list li a:hover {
  color: #555;
}
.podcast-episode .episode-content .episode-section.transcript .transcript-content {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  font-size: 0.95em;
  line-height: 1.7;
  max-height: 600px;
  overflow-y: auto;
}
.podcast-episode .episode-content .episode-section.transcript .transcript-notice {
  font-style: italic;
  color: #666;
}
.podcast-episode .episode-content .episode-section.notable-quotes .episode-quote {
  margin: 2em 0;
  padding: 20px;
  background: rgba(255, 182, 193, 0.05);
  border-left: 4px solid rgba(255, 182, 193, 0.3);
  border-radius: 8px;
}
.podcast-episode .episode-content .episode-section.notable-quotes .episode-quote p {
  font-size: 1.15em;
  font-style: italic;
  margin-bottom: 10px;
  color: #555;
}
.podcast-episode .episode-content .episode-section.notable-quotes .episode-quote cite {
  font-style: normal;
  font-size: 0.9em;
  color: #777;
}
.podcast-episode .episode-footer {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #eee;
}
.podcast-episode .episode-footer .episode-navigation {
  margin-bottom: 2em;
}
.podcast-episode .episode-footer .episode-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.podcast-episode .episode-footer .episode-navigation .nav-links .nav-link {
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.podcast-episode .episode-footer .episode-navigation .nav-links .nav-link:hover {
  border-color: #333;
  color: #333;
}
.podcast-episode .episode-footer .episode-navigation .nav-links .nav-link.all-episodes {
  background-color: #f8f8f8;
}
.podcast-episode .episode-footer .episode-subscribe {
  text-align: center;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 12px;
}
.podcast-episode .episode-footer .episode-subscribe p {
  margin-bottom: 1em;
  color: #666;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button {
  padding: 8px 20px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.85em;
  transition: all 0.3s ease;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button:hover {
  background-color: #555;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button.spotify {
  background-color: #1DB954;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button.spotify:hover {
  background-color: #1ed760;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button.rss {
  background-color: #ff6600;
}
.podcast-episode .episode-footer .episode-subscribe .subscribe-buttons .subscribe-button.rss:hover {
  background-color: #ff8833;
}

@media (max-width: 768px) {
  .podcast-page .podcast-header h1 {
    font-size: 2em;
  }
  .podcast-page .episodes-list .episode-card {
    padding: 20px;
  }
  .podcast-page .episodes-list .episode-card .episode-title {
    font-size: 1.3em;
  }
  .podcast-episode .episode-header .episode-title {
    font-size: 2em;
  }
  .podcast-episode .episode-footer .nav-links {
    flex-direction: column;
  }
  .podcast-episode .episode-footer .nav-links .nav-link {
    width: 100%;
    text-align: center;
  }
}
.archive-page .archive-header {
  text-align: center;
  margin-bottom: 3em;
}
.archive-page .archive-header h1 {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 400;
}
.archive-page .archive-header .archive-description {
  font-size: 1.15em;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.65;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.archive-page .archive-posts .articles-grid.archive-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  align-items: start;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: auto;
  overflow: hidden;
  align-items: stretch;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-image {
  width: 320px;
  height: auto;
  min-height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: stretch;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content {
  padding: 25px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content .article-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content .article-excerpt {
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content .article-meta {
  margin-top: auto;
}
.archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card:hover .article-image img {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card {
    flex-direction: column;
  }
  .archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-image {
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0 0;
  }
  .archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content {
    padding: 25px;
    justify-content: flex-start;
  }
  .archive-page .archive-posts .articles-grid.archive-grid .article-card.archive-card .article-content .article-excerpt {
    align-items: flex-start;
  }
}

.category-page .category-header {
  text-align: center;
  margin-bottom: 3em;
}
.category-page .category-header h1 {
  font-family: "Playfair Display", "Charter", serif;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 400;
}
.category-page .category-header .category-description {
  font-size: 1.15em;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.65;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.category-page .category-posts .articles-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 30px !important;
  align-items: start;
  width: 100%;
}
.category-page .category-posts .articles-grid .article-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
}
.category-page .category-posts .no-posts {
  text-align: center;
  font-size: 1.1em;
  color: #666;
  margin: 3em 0;
  font-style: italic;
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}

.floating-toc {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 280px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-size: 0.85em;
  transition: all 0.3s ease;
}
.floating-toc.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(20px);
}
.floating-toc.collapsed .toc-nav {
  display: none;
}
.floating-toc.collapsed .toc-progress {
  display: none;
}
.floating-toc .toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.floating-toc .toc-header .toc-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}
.floating-toc .toc-header .toc-toggle {
  background: none;
  border: none;
  font-size: 1.2em;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-toc .toc-header .toc-toggle:hover {
  color: #333;
}
.floating-toc .toc-progress {
  height: 3px;
  background: #f0f0f0;
  border-radius: 0 0 12px 12px;
}
.floating-toc .toc-progress .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 182, 193, 0.8), rgb(255, 182, 193));
  border-radius: inherit;
  transition: width 0.3s ease;
  width: 0%;
}
.floating-toc .toc-nav {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px 0;
}
.floating-toc .toc-nav .toc-link {
  display: block;
  padding: 8px 20px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  line-height: 1.4;
}
.floating-toc .toc-nav .toc-link:hover {
  color: #333;
  background: rgba(255, 182, 193, 0.05);
}
.floating-toc .toc-nav .toc-link.active {
  color: #333;
  background: rgba(255, 182, 193, 0.1);
  border-left-color: rgba(255, 182, 193, 0.8);
  font-weight: 500;
}
.floating-toc .toc-nav .toc-link.toc-h1 {
  font-weight: 600;
  margin-top: 10px;
}
.floating-toc .toc-nav .toc-link.toc-h2 {
  padding-left: 25px;
}
.floating-toc .toc-nav .toc-link.toc-h3 {
  padding-left: 35px;
  font-size: 0.9em;
}
.floating-toc .toc-nav .toc-link.toc-h4 {
  padding-left: 45px;
  font-size: 0.85em;
}

.reading-companion {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: all 0.3s ease;
  min-width: 140px;
  text-align: center;
}
.reading-companion.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.reading-companion .companion-header {
  margin-bottom: 15px;
}
.reading-companion .companion-header .tea-cup {
  width: 40px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  border: 3px solid #333;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
.reading-companion .companion-header .tea-cup::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 8px;
  width: 10px;
  height: 15px;
  border: 2px solid #333;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.reading-companion .companion-header .tea-cup .tea-liquid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(139, 69, 19, 0.8), rgba(101, 67, 33, 0.9));
  border-radius: 0 0 17px 17px;
  transition: height 0.3s ease;
  height: 0%;
}
.reading-companion .reading-stats {
  margin-bottom: 15px;
}
.reading-companion .reading-stats .time-remaining {
  font-size: 0.9em;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}
.reading-companion .reading-stats .progress-text {
  font-size: 0.8em;
  color: #666;
}
.reading-companion .companion-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.reading-companion .companion-actions button {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  font-size: 1.1em;
  transition: all 0.2s ease;
}
.reading-companion .companion-actions button:hover {
  background: rgba(255, 182, 193, 0.1);
  border-color: rgba(255, 182, 193, 0.3);
}
.reading-companion .bookmark-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.75em;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
.reading-companion .bookmark-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.reading-companion .bookmark-tooltip.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(5px);
}

@media (max-width: 768px) {
  .floating-toc {
    right: 15px;
    width: 250px;
    font-size: 0.8em;
  }
  .floating-toc.hidden {
    transform: translateY(-50%) translateX(100%);
  }
  .reading-companion {
    bottom: 20px;
    right: 20px;
    padding: 15px;
    min-width: 120px;
  }
  .reading-companion .companion-header .tea-cup {
    width: 35px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .floating-toc {
    display: none;
  }
}
.contextual-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.02;
  transition: opacity 0.8s ease;
}
.contextual-bg.bg-consciousness::before {
  background-image: radial-gradient(circle at 20% 20%, rgba(100, 149, 237, 0.3) 0%, transparent 30%), radial-gradient(circle at 80% 40%, rgba(147, 112, 219, 0.2) 0%, transparent 40%), radial-gradient(circle at 40% 80%, rgba(123, 104, 238, 0.25) 0%, transparent 35%);
  background-size: 400px 400px, 600px 600px, 500px 500px;
  animation: consciousness-flow 20s ease-in-out infinite;
}
.contextual-bg.bg-ethics::before {
  background-image: linear-gradient(45deg, rgba(105, 105, 105, 0.02) 25%, transparent 25%), linear-gradient(-45deg, rgba(105, 105, 105, 0.02) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(169, 169, 169, 0.015) 75%), linear-gradient(-45deg, transparent 75%, rgba(169, 169, 169, 0.015) 75%);
  background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
  animation: ethics-shift 15s linear infinite;
}
.contextual-bg.bg-beauty::before {
  background-image: radial-gradient(ellipse at 30% 40%, rgba(255, 182, 193, 0.4) 0%, transparent 50%), radial-gradient(ellipse at 70% 70%, rgba(255, 228, 225, 0.3) 0%, transparent 60%), radial-gradient(ellipse at 50% 10%, rgba(255, 218, 185, 0.25) 0%, transparent 45%);
  background-size: 350px 200px, 400px 300px, 300px 180px;
  animation: beauty-dance 25s ease-in-out infinite;
}
.contextual-bg.bg-society::before {
  background-image: radial-gradient(circle at 25% 25%, rgba(139, 69, 19, 0.2) 2px, transparent 2px), radial-gradient(circle at 75% 75%, rgba(160, 82, 45, 0.15) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgba(205, 133, 63, 0.1) 1px, transparent 1px);
  background-size: 80px 80px, 120px 120px, 100px 100px;
  background-position: 0 0, 40px 40px, 60px 20px;
  animation: society-connect 18s linear infinite;
}

@keyframes consciousness-flow {
  0%, 100% {
    background-position: 0% 0%, 100% 0%, 50% 100%;
    opacity: 0.02;
  }
  33% {
    background-position: 30% 30%, 70% 20%, 80% 80%;
    opacity: 0.025;
  }
  66% {
    background-position: 70% 10%, 30% 60%, 20% 30%;
    opacity: 0.015;
  }
}
@keyframes ethics-shift {
  0% {
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
  }
  25% {
    background-position: 10px 10px, 10px 40px, 40px -20px, -20px 10px;
  }
  50% {
    background-position: 0 20px, 0 50px, 50px -10px, -10px 20px;
  }
  75% {
    background-position: -10px 10px, -10px 40px, 40px -20px, -20px 10px;
  }
  100% {
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
  }
}
@keyframes beauty-dance {
  0%, 100% {
    background-position: 30% 40%, 70% 70%, 50% 10%;
    opacity: 0.02;
  }
  25% {
    background-position: 35% 45%, 65% 75%, 55% 15%;
    opacity: 0.03;
  }
  50% {
    background-position: 40% 35%, 75% 65%, 45% 20%;
    opacity: 0.025;
  }
  75% {
    background-position: 35% 50%, 60% 80%, 60% 5%;
    opacity: 0.015;
  }
}
@keyframes society-connect {
  0% {
    background-position: 0 0, 40px 40px, 60px 20px;
  }
  33% {
    background-position: 20px 20px, 60px 60px, 80px 40px;
  }
  66% {
    background-position: 40px 10px, 80px 50px, 100px 30px;
  }
  100% {
    background-position: 0 0, 40px 40px, 60px 20px;
  }
}
.highlight-ui {
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 2000;
  padding: 15px;
  min-width: 300px;
  max-width: 400px;
  transition: all 0.3s ease;
}
.highlight-ui.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
}
.highlight-ui.existing-highlight {
  border-color: rgba(255, 182, 193, 0.5);
  background: rgba(255, 182, 193, 0.05);
}
.highlight-ui .highlight-options {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.highlight-ui .highlight-options .highlight-btn {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  font-size: 1.2em;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-ui .highlight-options .highlight-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.highlight-ui .highlight-options .highlight-btn.wisdom:hover {
  background: rgba(100, 149, 237, 0.1);
  border-color: rgba(100, 149, 237, 0.3);
}
.highlight-ui .highlight-options .highlight-btn.insight:hover {
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.3);
}
.highlight-ui .highlight-options .highlight-btn.beautiful:hover {
  background: rgba(255, 182, 193, 0.2);
  border-color: rgba(255, 182, 193, 0.4);
}
.highlight-ui .highlight-options .highlight-btn.share:hover, .highlight-ui .highlight-options .highlight-btn.save:hover {
  background: rgba(50, 205, 50, 0.1);
  border-color: rgba(50, 205, 50, 0.3);
}
.highlight-ui .highlight-options .highlight-btn.remove:hover {
  background: rgba(255, 99, 71, 0.1);
  border-color: rgba(255, 99, 71, 0.3);
}
.highlight-ui .highlight-text-preview {
  font-size: 0.85em;
  color: #666;
  font-style: italic;
  line-height: 1.4;
  max-height: 60px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}

.user-highlight {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 3px;
  padding: 2px 4px;
  margin: 0 1px;
}
.user-highlight.highlight-wisdom {
  background: linear-gradient(120deg, rgba(100, 149, 237, 0.15) 0%, rgba(123, 104, 238, 0.1) 100%);
  border-bottom: 2px solid rgba(100, 149, 237, 0.4);
}
.user-highlight.highlight-insight {
  background: linear-gradient(120deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 140, 0, 0.1) 100%);
  border-bottom: 2px solid rgba(255, 215, 0, 0.5);
}
.user-highlight.highlight-beautiful {
  background: linear-gradient(120deg, rgba(255, 182, 193, 0.2) 0%, rgba(255, 228, 225, 0.15) 100%);
  border-bottom: 2px solid rgba(255, 182, 193, 0.6);
  animation: beautiful-subtle-glow 4s ease-in-out infinite;
}
.user-highlight:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.user-highlight:hover::after {
  content: "✨";
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 0.7em;
  opacity: 0.8;
  animation: highlight-hover-sparkle 0.5s ease-in-out;
}
.user-highlight.restored {
  animation: highlight-restore 1s ease-in-out;
}

@keyframes beautiful-highlight-glow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(255, 182, 193, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 182, 193, 0.6);
    transform: scale(1.02);
  }
}
@keyframes beautiful-subtle-glow {
  0%, 100% {
    box-shadow: 0 0 3px rgba(255, 182, 193, 0.2);
  }
  50% {
    box-shadow: 0 0 8px rgba(255, 182, 193, 0.4);
  }
}
@keyframes highlight-hover-sparkle {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) rotate(360deg);
    opacity: 0.6;
  }
}
@keyframes highlight-restore {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.highlight-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 0.9em;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 3000;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.highlight-notification.show {
  transform: translateX(0);
  opacity: 1;
}
.highlight-notification.success {
  border-color: rgba(50, 205, 50, 0.3);
  background: rgba(50, 205, 50, 0.05);
  color: #2e7d2e;
}
.highlight-notification.error {
  border-color: rgba(255, 99, 71, 0.3);
  background: rgba(255, 99, 71, 0.05);
  color: #c63946;
}
.highlight-notification.info {
  border-color: rgba(100, 149, 237, 0.3);
  background: rgba(100, 149, 237, 0.05);
  color: #4169e1;
}

::selection {
  background: rgba(255, 182, 193, 0.3);
  color: inherit;
}

::-moz-selection {
  background: rgba(255, 182, 193, 0.3);
  color: inherit;
}

@media (max-width: 768px) {
  .highlight-ui {
    min-width: 280px;
    max-width: calc(100vw - 40px);
  }
  .highlight-ui .highlight-options {
    gap: 6px;
  }
  .highlight-ui .highlight-options .highlight-btn {
    width: 35px;
    height: 35px;
    font-size: 1em;
  }
  .highlight-ui .highlight-text-preview {
    font-size: 0.8em;
  }
  .highlight-notification {
    right: 10px;
    left: 10px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .highlight-ui .highlight-options .highlight-btn {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
  }
}
.post-content, .page-content {
  font-family: "Sina Nova W01 Regular", "Sina Nova", "EB Garamond", "Georgia", serif;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: "Playfair Display", "Charter", serif;
  margin: 1.8em 0 1em;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
.post-content h1, .page-content h1 {
  font-size: 2.4em;
  font-weight: 600;
}
.post-content h2, .page-content h2 {
  font-size: 1.9em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4em;
  margin-top: 2.2em;
}
.post-content h3, .page-content h3 {
  font-size: 1.6em;
  margin-top: 2em;
}
.post-content h4, .page-content h4 {
  font-size: 1.3em;
}
.post-content p, .page-content p {
  margin-bottom: 1.8em;
  font-size: 1.15em;
  line-height: 1.75;
  font-weight: 400;
}
.post-content blockquote, .page-content blockquote {
  margin: 2em 0;
  padding: 0 1em;
  border-left: 4px solid #ddd;
  color: #555;
  font-style: italic;
  font-family: "Georgia", serif;
}
.post-content blockquote p, .page-content blockquote p {
  font-size: 1.15em;
}
.post-content ul, .post-content ol, .page-content ul, .page-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.post-content ul li, .post-content ol li, .page-content ul li, .page-content ol li {
  margin-bottom: 0.5em;
}
.post-content a, .page-content a {
  color: #555;
  text-decoration: underline;
  text-decoration-color: rgba(85, 85, 85, 0.3);
}
.post-content a:hover, .page-content a:hover {
  color: #333;
  text-decoration-color: rgba(51, 51, 51, 0.6);
}
.post-content .philosophical-note, .page-content .philosophical-note {
  padding: 20px;
  background-color: #f5f5f5;
  border-left: 4px solid #333;
  margin: 2em 0;
}
.post-content > p:first-of-type, .page-content > p:first-of-type {
  font-size: 1.2em;
  line-height: 1.7;
}
.post-content pre, .page-content pre {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em;
  overflow-x: auto;
  border-radius: 3px;
  margin: 1.5em 0;
}
.post-content code, .page-content code {
  background-color: #f8f8f8;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

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