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

body {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 19px;
  line-height: 1.7;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fff;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

.wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  background: #1a1a1a;
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-title {
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.site-title:hover {
  color: #80b8ff;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.site-nav a {
  color: #ccc;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
}
.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-content {
  min-height: 60vh;
}

a {
  color: #1a5fb4;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.25;
  color: #1a1a1a;
}

.page-wrapper {
  padding: 2.5rem 1.5rem;
  max-width: 760px;
  margin: 0 auto;
}

.page-title {
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 0.5rem;
}

.page-body p {
  margin: 0 0 1.2rem;
}
.page-body blockquote {
  border-left: 3px solid #ccc;
  margin: 1.5rem 0;
  padding: 0.5rem 1.5rem;
  color: #555;
}
.page-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}
.page-body ul, .page-body ol {
  margin: 0 0 1.2rem;
  padding-left: 1.5rem;
}
.page-body li {
  margin-bottom: 0.4rem;
}

.chapter-page {
  padding: 2.5rem 1.5rem;
  max-width: 760px;
  margin: 0 auto;
}

.chapter-title {
  font-size: 2.5rem;
  margin: 0 0 0.5rem;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 0.5rem;
}

.chapter-nav {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.chapter-nav a {
  color: #595959;
}

.chapter-content h2 {
  font-size: 1.35rem;
  margin: 2.5rem 0 0.75rem -1rem;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4rem;
}
.chapter-content h3 {
  font-size: 1.25rem;
  margin: 1.75rem 0 0.5rem -0.5rem;
}
.chapter-content p {
  margin: 0 0 1.2rem;
}
.chapter-content video {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 1.5rem 0 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  background: #000;
}
.chapter-content .plyr {
  width: 100%;
  max-width: 720px;
  margin: 1.5rem 0 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  --plyr-color-main: #1a5fb4;
  --plyr-control-icon-size: 18px;
  --plyr-control-spacing: 10px;
}
.chapter-content .plyr--paused:not(:hover) .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.chapter-content .source {
  display: block;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  color: #666;
  font-style: italic;
  margin-top: 0.2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.chapter-content :target {
  scroll-margin-top: 80px;
  outline: 2px solid #80b8ff;
  outline-offset: 4px;
  border-radius: 2px;
}
.chapter-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}
.chapter-content blockquote {
  border-left: 3px solid #ccc;
  margin: 1.5rem 0;
  padding: 0.5rem 1.5rem;
  color: #555;
}
.chapter-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.5rem 0 2rem;
}
.chapter-content th, .chapter-content td {
  padding: 0.4rem 0.6rem;
  text-align: left;
  vertical-align: top;
}

.hypnocaption-builder {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
  font-family: system-ui, -apple-system, sans-serif;
}

.hypnocaption-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hypnocaption-selects div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.hypnocaption-selects label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hypnocaption-selects select {
  font-size: 1rem;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0.35rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  min-width: 140px;
}

.hypnocaption-output {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.hypnocaption-output #hyp-preview {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  background: #c0c0c0;
  padding: 0.3rem 0.75rem;
  border-radius: 3px;
  letter-spacing: 0.02em;
  min-width: 120px;
}
.hypnocaption-output button {
  font-size: 0.85rem;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0.35rem 0.9rem;
  background: #1a5fb4;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.hypnocaption-output button:hover {
  background: rgb(19.5631067961, 71.4805825243, 135.4368932039);
}
.hypnocaption-output button:disabled {
  opacity: 0.5;
  cursor: default;
}
.hypnocaption-output #hyp-status {
  font-size: 0.85rem;
  color: #555;
  font-style: italic;
}

.hypnocaption-feed {
  margin: 2rem 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.hypnocaption-feed .hypnocaption-feed-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #777;
  margin: 0 0 0.75rem;
}
.hypnocaption-feed ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hypnocaption-feed .hyp-caption {
  display: inline-block;
  background: #c0c0c0;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  font-size: 0.95rem;
}
.hypnocaption-feed .hyp-loading, .hypnocaption-feed .hyp-empty {
  font-size: 0.9rem;
  color: #888;
  font-style: italic;
}

.chapter-intro {
  background: #f0f5ff;
  border-left: 4px solid #1a5fb4;
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0 4px 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.6;
}

.book-cta {
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.book-cta p {
  margin: 0;
}

.home-hero {
  background: #1a1a1a;
  color: #fff;
  padding: 3.5rem 1.5rem;
  text-align: center;
}

.home-hero-title {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.home-hero-sub {
  font-size: 1.1rem;
  color: #80b8ff;
  margin: 0 0 1rem;
  font-family: system-ui, -apple-system, sans-serif;
}

.home-hero-desc {
  font-size: 1rem;
  color: #bbb;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.home-chapters {
  padding: 3rem 1.5rem;
  max-width: 760px;
  margin: 0 auto;
}
.home-chapters h2 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #595959;
  margin: 0 0 1.5rem;
}

.chapter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.chapter-list li a {
  display: block;
  padding: 1rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #1a1a1a;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.chapter-list li a:hover {
  border-color: #1a5fb4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #1a5fb4;
}

.site-footer {
  background: #1a1a1a;
  color: #e0e0e0;
  padding: 1.5rem;
  margin-top: 4rem;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  text-align: center;
}
.site-footer a {
  color: #e0e0e0;
}
.site-footer a:hover {
  color: #fff;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ddd;
}
.post-item:first-child {
  border-top: 1px solid #ddd;
}

.post-date {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #777;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 130px;
}

.post-link {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #1a5fb4;
}
.post-link:hover {
  text-decoration: underline;
}

.post-page {
  padding: 2.5rem 1.5rem;
  max-width: 760px;
  margin: 0 auto;
}

.post-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 1rem;
}

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

.post-meta {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #777;
}

.post-content p {
  margin: 0 0 1.2rem;
}
.post-content blockquote {
  border-left: 3px solid #ccc;
  margin: 1.5rem 0;
  padding: 0.5rem 1.5rem;
  color: #555;
}
.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }
  .home-hero-title {
    font-size: 1.8rem;
  }
  .chapter-page {
    padding: 1.5rem 1rem;
  }
  .site-header .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

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