@charset "UTF-8";

.orc-red { color: #b84d38; }

.highlight_card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.highlight_card i.fs-3 {
  line-height: 1;
}

.btn-red{
  background-color:#c74c39;
  border-color:#c74c39;
  color:#fff;
}

.btn-red:hover{
  background-color:#7a392c;
  border-color:#7a392c;
  color:#fff;
}

.featured-courses .course-image .bookmark-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2b3a56;
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Search Section
--------------------------------------------------------------*/
.search-courses {
  background: #f8f5f2;
  position: relative;
}

.search-section {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.search-shell {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.search-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #fff;
  border: 1px solid #e8ddd8;
  border-radius: 999px;
  padding: 16px 22px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  cursor: text;
}

.search-pill i {
  font-size: 18px;
  color: #7a392c;
  flex-shrink: 0;
}

.search-pill input {
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #333;
}

.search-pill input::placeholder {
  color: #888;
}

.search-pill:focus-within {
  border-color: #7a392c;
  box-shadow: 0 10px 35px rgba(122, 57, 44, 0.14);
  transform: translateY(-1px);
}

.search-helper {
  margin-top: 14px;
  font-size: 14px;
  color: #6f6f6f;
}

.search-popular {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.search-popular span {
  font-size: 14px;
  color: #7d7d7d;
  margin-right: 2px;
}

.search-popular a {
  display: inline-block;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #eadfda;
  border-radius: 999px;
  color: #7a392c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.search-popular a:hover {
  background: #7a392c;
  border-color: #7a392c;
  color: #fff;
}

.guide-reading-sidebar-list {
  max-height: 32rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
}

/*--------------------------------------------------------------
# Guides/Course Covers
--------------------------------------------------------------*/
.course-cover {
  --grad1:#4f7cff;
  --grad2:#7aa6ff;

  height:240px;
  border-radius:18px 18px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:64px;
  color:#fff;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--grad1),var(--grad2));
}

.course-cover-round {
  border-radius:18px;
}

.course-cover i{
  position:relative;
  z-index:2;
}

.course-cover::before,
.course-cover::after{
  content:"";
  position:absolute;
  background:rgba(255,255,255,.12);
}

/* ======================
   SHAPES
   ====================== */

/* bubbles */
.shape-bubbles::before{
  width:320px;
  height:320px;
  border-radius:50%;
  top:-90px;
  right:-90px;
}

.shape-bubbles::after{
  width:200px;
  height:200px;
  border-radius:50%;
  bottom:-70px;
  left:-70px;
}

/* diagonal stripe */
.shape-diagonal::before{
  width:520px;
  height:140px;
  border-radius:999px;
  transform:rotate(24deg);
  top:20px;
  right:-140px;
}

.shape-diagonal::after{
  width:240px;
  height:240px;
  border-radius:50%;
  bottom:-120px;
  left:-100px;
}

/* side glow */
.shape-side::before{
  width:220px;
  height:440px;
  border-radius:120px;
  top:-100px;
  right:-40px;
}

.shape-side::after{
  width:180px;
  height:180px;
  border-radius:50%;
  bottom:-60px;
  left:-60px;
}

/* blob */
.shape-blob::before{
  width:320px;
  height:300px;
  top:-120px;
  right:-80px;
  border-radius:38% 62% 55% 45% / 42% 38% 62% 58%;
}

.shape-blob::after{
  width:240px;
  height:140px;
  bottom:-35px;
  left:-50px;
  border-radius:999px;
  transform:rotate(-16deg);
}

/* ======================
   CATEGORY COLORS
   ====================== */

.cat-1{--grad1:#4f7cff;--grad2:#7aa6ff;}
.cat-2{--grad1:#6b5cff;--grad2:#a38bff;}
.cat-3{--grad1:#ff7a45;--grad2:#ffb266;}
.cat-4{--grad1:#00b894;--grad2:#55efc4;}
.cat-5{--grad1:#34495e;--grad2:#6c7a89;}

.cat-6{--grad1:#ff5f6d;--grad2:#ffc371;}
.cat-7{--grad1:#36d1dc;--grad2:#5b86e5;}
.cat-8{--grad1:#8e2de2;--grad2:#4a00e0;}
.cat-9{--grad1:#11998e;--grad2:#38ef7d;}
.cat-10{--grad1:#fc466b;--grad2:#3f5efb;}

.cat-11{--grad1:#f7971e;--grad2:#ffd200;}
.cat-12{--grad1:#654ea3;--grad2:#eaafc8;}
.cat-13{--grad1:#ff9966;--grad2:#ff5e62;}
.cat-14{--grad1:#00c6ff;--grad2:#0072ff;}
.cat-15{--grad1:#7f00ff;--grad2:#e100ff;}

.cat-16{--grad1:#11998e;--grad2:#0575e6;}
.cat-17{--grad1:#ee0979;--grad2:#ff6a00;}
.cat-18{--grad1:#c33764;--grad2:#1d2671;}
.cat-19{--grad1:#43cea2;--grad2:#185a9d;}
.cat-20{--grad1:#ff512f;--grad2:#dd2476;}

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/

/* 5-column layout on large screens */
@media (min-width: 992px) {
  .col-lg-5th {
    width: 20%;
  }
}

/* Category card sizing */
.category-card {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make anchor behave like block */
.category-link {
  display: block;
  height: 100%;
  color: inherit;
}

/* Icon sizing */
.category-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon i {
  font-size: 1.6rem;
}

/* Hover effect */
#categories .card {
  transition: all 0.2s ease;
}

#categories .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

/*--------------------------------------------------------------
# Guides Progress / After Purchase Sidebar Nav
--------------------------------------------------------------*/
.guide-reading-shell {
  width: 100%;
}

.guide-reading-sidebar {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  border: 1px solid #edf0f4;
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.guide-reading-sidebar-header {
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid #eef1f5;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,251,253,.98));
}

.guide-reading-item {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .95rem 1.1rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f2f4f7;
  transition: all .2s ease;
}

.guide-reading-item:last-child {
  border-bottom: none;
}

.guide-reading-item:hover {
  background: #fafbfc;
}

.guide-reading-item-badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #324863;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.guide-reading-item-badge .bi {
  font-size: 1rem;
  line-height: 1;
}

.guide-reading-item-title {
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #26374f;
  margin-bottom: .2rem;
}

.guide-reading-item-sub {
  font-size: .82rem;
  color: #7d8a98;
  line-height: 1.35;
}

.guide-reading-item.is-active {
  background: linear-gradient(90deg, rgba(122,57,44,.10), rgba(122,57,44,.02));
  box-shadow: inset 4px 0 0 #7a392c;
}

.guide-reading-item.is-active .guide-reading-item-badge {
  background: #7a392c;
  border-color: #7a392c;
  color: #fff;
}

.guide-reading-item.is-complete .guide-reading-item-badge {
  background: rgba(25,135,84,.10);
  border-color: rgba(25,135,84,.18);
  color: #198754;
}

.guide-reading-progress {
  padding: 1rem 1.1rem 1.15rem;
  border-top: 1px solid #eef1f5;
  background: #fff;
}

.guide-reading-progress-label {
  font-size: .74rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8591a1;
  margin-bottom: .55rem;
}

.guide-reading-progress-bar {
  height: .55rem;
  background: #edf1f5;
  border-radius: 999px;
  overflow: hidden;
}

.guide-reading-progress-bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #7a392c, #b15540);
  border-radius: 999px;
}

.guide-reading-panel {
  background:
    radial-gradient(circle at top right, rgba(122,57,44,.06), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid #edf0f4;
  border-radius: 1.4rem;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.guide-reading-meta {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6c7a89;
  font-weight: 700;
}

.guide-reading-summary {
  border: 1px solid #edf1f5;
  border-radius: 1rem;
  background: #fff;
}

.guide-reading-nav-card {
  border: 1px solid #edf1f5;
  border-radius: 1rem;
  background: #fff;
}

.guide-reading-nav-card .btn {
  min-width: 140px;
}

.current-step-card {
  border-left: 0;
}

.section-status-badge {
  font-size: .72rem;
}

.step-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .guide-reading-sidebar {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .guide-reading-nav-card .d-flex {
    flex-direction: column;
  }

  .guide-reading-nav-card .btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Guides Overview
--------------------------------------------------------------*/
.course-badge {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.course-badge span {
  display: inline-block;
  padding: .35rem .8rem;
  border-radius: 999px;
  font-size: .85rem;
  background: #f6f1ef;
  color: #7a392c;
  font-weight: 600;
}

.content-block {
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 16px;
  padding: 1.5rem;
}

.skill-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ece7e4;
  border-radius: 14px;
  background: #fff;
}

.skill-icon {
  font-size: 1.4rem;
  color: #7a392c;
  flex-shrink: 0;
}

.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirements-list li {
  display: flex;
  gap: .65rem;
  margin-bottom: .75rem;
}

.requirements-list i,
.lesson i {
  color: #7a392c;
}

.lessons-list .lesson {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .5rem 0;
}

.enrollment-card,
.course-details-card {
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 16px;
  padding: 1.25rem;
}

.detail-row {
  padding: .65rem 0;
  border-bottom: 1px solid #f0ece9;
}

.detail-row:last-child {
  border-bottom: 0;
}

.course-rating i {
  color: #ffc107;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .guide-sidebar {
    position: static !important;
  }
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.dashboard .course-cover {
  width:64px;
  height:64px;
  font-size:1.2rem;
}

.guide-row {
  transition: all .18s ease;
  cursor: pointer;
}

.guide-row:hover {
  background: #fafafa;
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# Milestones
--------------------------------------------------------------*/
.milestone-scroll{
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.14) transparent;
}

.milestone-scroll::-webkit-scrollbar{
  width: 6px;
}

.milestone-scroll::-webkit-scrollbar-track{
  background: transparent;
}

.milestone-scroll::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.14);
  border-radius: 999px;
}

.milestone-strip{
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.milestone-card{
  height: 100%;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, opacity .15s ease;
}

.milestone-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.milestone-card-body{
  min-height: 98px;
  padding: 12px 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.milestone-unlocked{
  border-color: rgba(122,57,44,.18);
}

.milestone-progress{
  border-color: rgba(82,97,114,.14);
}

.milestone-locked{
  opacity: .62;
}

.milestone-badge{
  width: 36px;
  height: 36px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    0 2px 6px rgba(0,0,0,.05);
}

.milestone-badge i{
  font-size: .95rem;
  line-height: 1;
}

.milestone-title{
  min-height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  text-align: center;
}

.milestone-status{
  font-size: .68rem;
  line-height: 1.15;
  color: #6c757d;
  text-align: center;
}

.milestone-reward{
  margin-top: auto;
  padding: 7px 8px;
  border-top: 1px solid rgba(0,0,0,.05);
  font-size: .64rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  background: #f7f7f8;
  color: #495057;
}

.milestone-unlocked .milestone-reward{
  background: #f4e9e5;
  border-top-color: rgba(122,57,44,.15);
  color: #7a392c;
}

.milestone-progress .milestone-reward{
  background: #f1f4f7;
  border-top-color: rgba(82,97,114,.10);
  color: #526172;
}

.milestone-locked .milestone-reward{
  background: #f3f4f5;
  border-top-color: rgba(0,0,0,.05);
  color: #6c757d;
}

.tooltip-inner{
  max-width: 240px;
  padding: 8px 10px;
  border-radius: .6rem;
  font-size: .75rem;
  line-height: 1.3;
}

.badge-orc{
  background: #f4e9e5;
  border-color: #ead6cf;
}

.badge-orc i{
  color: #7a392c;
}

.badge-amber{
  background: #f8efdf;
  border-color: #efddba;
}

.badge-amber i{
  color: #9a6a18;
}

.badge-slate{
  background: #eef1f5;
  border-color: #dde3ea;
}

.badge-slate i{
  color: #526172;
}

.badge-warm{
  background: #f5ece7;
  border-color: #eadbd2;
}

.badge-warm i{
  color: #8b5a46;
}

.badge-muted-red{
  background: #f6e8e7;
  border-color: #ebd3d0;
}

.badge-muted-red i{
  color: #9a4b42;
}

.badge-stone{
  background: #f3f1ee;
  border-color: #e6e1db;
}

.badge-stone i{
  color: #6d655d;
}


/*--------------------------------------------------------------
# Consulting CTA
--------------------------------------------------------------*/
.consulting-cta {
  background: rgba(122, 57, 44, 0.06);
  font-size: 0.95rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.consulting-cta:hover {
  background: rgba(122, 57, 44, 0.10);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.consulting-link {
  font-weight: 600;
  transition: all 0.2s ease;
}

.consulting-link {
  font-weight: 600;
  display: inline-block;
  transition: transform 0.2s ease, text-decoration 0.2s ease;
}

.consulting-cta:hover .consulting-link {
  transform: translateX(3px);
}

.payment-icons img {
  transition: opacity 0.2s ease;
}

.payment-icons img:hover {
  opacity: 1;
}


/*--------------------------------------------------------------
# Guides
--------------------------------------------------------------*/
.guide-code-wrap {
  position: relative;
}

.guide-code-wrap .copy-btn {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  background-color: #ddd;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.1;
  border-radius: 0.35rem;
  opacity: 0.95;
}

.guide-code-wrap pre {
  margin-bottom: 0;
  overflow-y: auto;
  overflow-x: auto;
  white-space: pre; /* keep formatting for longer code */
  max-height: 400px; /* controls visible height */
  word-break: normal;
}


/*--------------------------------------------------------------
# Home page icons/card for categories
--------------------------------------------------------------*/
.learn-pill {
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.06);
	transition: all 0.15s ease;
}

.learn-pill:hover {
	transform: translateY(-1px);
	border-color: rgba(122,57,44,0.25);
	box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.05);
}

.learn-pill-icon {
	width: 26px;
	height: 26px;
}

.learn-pill-icon i {
	font-size: 0.8rem;
}

/*--------------------------------------------------------------
# Cover Image Badges
--------------------------------------------------------------*/
/* Base ORC badge */
.orc-badge {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 5px 13px;
	border-radius: 999px;
	color: #fff;
	border: none;
	box-shadow: 0 3px 8px rgba(0,0,0,0.35);
	backdrop-filter: blur(2px);
}

.orc-badge-flat {
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 3px 7px;
	border-radius: 6px;
	box-shadow: none;
	backdrop-filter: none;
}

/* Featured (darker warm orange) */
.orc-badge-featured {
	background: #92400e;
}

/* New (deeper green) */
.orc-badge-new {
	background: #14532d;
}

/* Popular (deeper red) */
.orc-badge-popular {
	background: #7f1d1d;
}

/* Bestseller (darker gold) */
.orc-badge-bestseller {
	background: #713f12;
}

/* Updated (deeper blue) */
.orc-badge-updated {
	background: #1e3a8a;
}

/* Default (dark neutral) */
.orc-badge-default {
	background: #111827;
}

.course-cover {
	position: relative;
}

.course-cover .orc-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

/*--------------------------------------------------------------
# Bulk Section Creator
--------------------------------------------------------------*/
.modal-bulk-wide {
	max-width: 1200px;
	width: 95%;
}

.bulk-create-textarea {
	height: 120px !important;
	min-height: 120px !important;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.9rem;
}

.bulk-create-guide-textarea {
	height: 220px !important;
	min-height: 220px !important;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.9rem;
}

.bulk-preview-html {
	max-height: 220px;
	overflow: auto;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 0.75rem;
}

.bulk-preview-chip {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	margin: 0 0.35rem 0.35rem 0;
	background: #f1f3f5;
	border: 1px solid #dee2e6;
	border-radius: 999px;
	font-size: 0.8rem;
}

/*--------------------------------------------------------------
# Stat Pills
--------------------------------------------------------------*/
.orc-stat-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}

.orc-stat-pill {
	min-width: 145px;
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(16, 24, 40, 0.05);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 250, 251, 0.96) 100%);
	box-shadow: 0 3px 10px rgba(16, 24, 40, 0.035);
}

.orc-stat-pill-label {
	display: block;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #667085;
	margin-bottom: 0.1rem;
	line-height: 1.1;
}

.orc-stat-pill-value {
	display: block;
	font-size: 1.02rem;
	line-height: 1.05;
	font-weight: 600;
	color: #344054;
}

.orc-stat-pill.is-accent {
	border-color: rgba(16, 185, 129, 0.08);
	background: linear-gradient(180deg, rgba(244, 252, 248, 0.96) 0%, rgba(240, 253, 246, 0.96) 100%);
	box-shadow: 0 3px 10px rgba(6, 95, 70, 0.04);
}

.orc-stat-pill.is-accent .orc-stat-pill-label {
	color: #4b7f6b;
}

.orc-stat-pill.is-accent .orc-stat-pill-value {
	color: #275d4b;
}

.orc-stat-pill-soft {
	background: rgba(16, 24, 40, 0.03);
	border-color: rgba(16, 24, 40, 0.06);
}

@media (max-width: 575.98px) {
	.orc-stat-pills {
		justify-content: stretch;
	}

	.orc-stat-pill {
		width: 100%;
		min-width: 0;
	}
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
.category-hero-card {
  background:
    radial-gradient(circle at top right, rgba(122,57,44,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.category-hero-cover {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  font-size: 2rem;
}

.category-parent-link {
  color: #7a392c;
  text-decoration: none;
}

.category-parent-link:hover {
  color: #5f2c21;
}

.category-overview-html > *:last-child {
  margin-bottom: 0;
}

.category-overview-html h1,
.category-overview-html h2,
.category-overview-html h3,
.category-overview-html h4,
.category-overview-html h5,
.category-overview-html h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.category-overview-html p,
.category-overview-html ul,
.category-overview-html ol {
  margin-bottom: 1rem;
}

.category-overview-html .card:last-child,
.category-overview-html .alert:last-child,
.category-overview-html p:last-child,
.category-overview-html ul:last-child,
.category-overview-html ol:last-child {
  margin-bottom: 0;
}

.category-subcard,
.category-guide-card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.category-subcard:hover,
.category-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .8rem 1.5rem rgba(0,0,0,.08) !important;
}

.category-subcard-cover {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  font-size: 1.4rem;
}

.category-guide-price {
  color: #7a392c;
}

@media (max-width: 767.98px) {
  .category-hero-cover {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    font-size: 1.6rem;
  }

  .category-subcard-cover {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------
# Explore Page
--------------------------------------------------------------*/

#guide-results {
  scroll-margin-top: 120px;
}

.explore-filter-scroll {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 0.35rem;
}

.explore-filter-scroll::-webkit-scrollbar {
  width: 6px;
}

.explore-filter-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.explore-filter-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.explore-guide-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.explore-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08) !important;
}

.explore-guide-cover {
  height: 132px;
  min-height: 132px;
  border-radius: 16px 16px 0 0;
  font-size: 2.25rem;
}

.explore-guide-card .card-body {
  min-height: 260px;
}

.explore-guide-title {
  font-size: 1rem;
  line-height: 1.25;
}

.explore-guide-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explore-category-link {
  position: relative;
  z-index: 3;
  text-decoration: none;
  transition: all .15s ease;
}

.explore-category-link:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .explore-filter-scroll {
    max-height: 220px;
  }
}
    
.explore-price-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.95);
  color: #111;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/*--------------------------------------------------------------
# Learn Page Inline Styles
--------------------------------------------------------------*/

.section-rendered-html img,
.section-rendered-html iframe,
.section-rendered-html video,
.section-rendered-html table,
.section-rendered-html pre {
  max-width: 100%;
}

.access-preview-banner {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1rem;
  background: #fff8e1;
}

.preview-view-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-left: .75rem;
  vertical-align: middle;
}

.preview-view-switch .preview-pill {
  display: inline-block;
  padding: .35rem .8rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  color: #212529;
}

.preview-view-switch .preview-pill.active {
  background: #212529;
  color: #fff;
  border-color: #212529;
  pointer-events: none;
}

.guide-reading-item.is-locked {
  opacity: .7;
  background: #fafbfc;
  cursor: default;
}

.guide-reading-item.is-locked:hover {
  background: #fafbfc;
}

.guide-reading-checkpoint-divider,
.intro-checkpoint-divider {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .2rem 1rem .5rem 4rem;
  font-size: .72rem;
  color: #7d8a98;
}

.intro-checkpoint-divider {
  padding: .35rem 1rem .2rem 1rem;
}

.guide-reading-checkpoint-divider::before,
.intro-checkpoint-divider::before {
  content: '';
  flex: 0 0 18px;
  height: 1px;
  background: #d9dee6;
}

.guide-reading-checkpoint-divider::after,
.intro-checkpoint-divider::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background: #d9dee6;
}

.guide-reading-checkpoint-divider.is-cleared,
.intro-checkpoint-divider.is-cleared {
  color: #198754;
}

.guide-reading-checkpoint-divider.is-pending,
.intro-checkpoint-divider.is-pending {
  color: #7a392c;
}

.guide-reading-checkpoint-divider .bi,
.intro-checkpoint-divider .bi,
.checkpoint-inline-icon .bi {
  font-size: .8rem;
}

.checkpoint-stage-panel {
  border: 1px solid #edf1f5;
  border-radius: 1rem;
  background: #fff;
}

.checkpoint-question-card.is-incorrect {
  border-color: rgba(220,53,69,.28);
  box-shadow: 0 0 0 1px rgba(220,53,69,.08);
}

.checkpoint-question-card.is-correct {
  border-color: rgba(25,135,84,.18);
  box-shadow: 0 0 0 1px rgba(25,135,84,.05);
}

.checkpoint-locked-note {
  border: 1px dashed #e6d4cf;
  background: #fcf8f6;
  border-radius: .9rem;
}

.checkpoint-top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .preview-view-switch {
    display: flex;
    margin-left: 0;
    margin-top: .75rem;
  }

  .checkpoint-top-actions {
    align-items: stretch;
  }
}

.category-guide-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.category-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10) !important;
}

.category-guide-cover {
  min-height: 145px;
  height: auto;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.category-guide-cover.cat-variant-1 {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.20), transparent 28%),
    linear-gradient(135deg, var(--grad1), var(--grad2));
}

.category-guide-cover.cat-variant-2 {
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(150deg, var(--grad1), var(--grad2));
}

.category-guide-cover.cat-variant-3 {
  background:
    linear-gradient(90deg, rgba(255,255,255,.13), transparent 42%),
    linear-gradient(125deg, var(--grad2), var(--grad1));
}

.category-guide-cover.cat-variant-4 {
  background:
    radial-gradient(circle at 30% 85%, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(145deg, var(--grad1), var(--grad2));
}

.category-guide-cover.cat-variant-5 {
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 48%),
    linear-gradient(115deg, var(--grad2), var(--grad1));
}

.category-guide-title-panel {
  margin-top: 0.25rem;
}

.category-guide-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08),
    transparent 40%
  );
  pointer-events: none;
}

.category-guide-title-panel {
  width: 100%;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  margin: 0.25rem 0;
  margin-top: 2.7rem;
  background: rgba(255, 255, 255, 0.85);
  color: #20242b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.4);
}

.category-guide-description {
  line-height: 1.55;
}

.category-guide-bookmark_icon {
  position: absolute;
  top: 0.7rem;
  right: 0.85rem;
  z-index: 4;

  width: 34px;
  height: 34px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);

  color: #fff;

  cursor: pointer;
  transition: all 0.18s ease;
}

.category-guide-bookmark_icon:hover {
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-1px);
}

.category-guide-bookmark_icon i {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .category-guide-cover {
    min-height: 135px;
  }

  .category-guide-title-panel {
    font-size: 0.98rem;
  }
}

.featured-mini-item {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0.55rem 0.6rem;
  border-radius: 10px;

  font-size: 0.9rem;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;

  transition: background 0.15s ease, transform 0.15s ease;
}

.featured-mini-item:hover {
  background: rgba(15, 23, 42, 0.05);
  transform: translateX(3px);
}

.featured-mini-item i {
  font-size: 0.8rem;
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Inbox
--------------------------------------------------------------*/
.inbox-shell {
	background:
		radial-gradient(circle at top left, rgba(122, 57, 44, 0.045), transparent 26%),
		linear-gradient(180deg, #fffaf7 0%, #ffffff 45%, #f7f4f1 100%);
	min-height: 100vh;
}

.inbox-app-header {
	padding: 0.25rem 0 0.85rem;
}

.inbox-kicker {
	font-size: 0.7rem;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	font-weight: 800;
	color: #7a392c;
}

.inbox-workspace {
	min-height: 0;
}

.inbox-sidebar {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.inbox-search-card {
	flex: 0 0 auto;
}

.inbox-thread-card {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.inbox-thread-list {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.inbox-thread-link {
	color: inherit;
	text-decoration: none;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

.inbox-thread-link:hover {
	background: #fff8f2;
}

.inbox-thread-link.is-active {
	background: linear-gradient(90deg, rgba(122, 57, 44, 0.10), rgba(122, 57, 44, 0.015));
	box-shadow: inset 4px 0 0 #7a392c;
}

.inbox-thread-icon {
	width: 36px;
	height: 36px;
	border-radius: 0.9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff0df;
	color: #7a392c;
	flex: 0 0 auto;
}

.inbox-thread-title {
	max-width: 100%;
}

.inbox-thread-preview {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.inbox-conversation-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.inbox-conversation-header {
	flex: 0 0 auto;
	background:
		radial-gradient(circle at top right, rgba(255, 193, 7, 0.08), transparent 28%),
		#ffffff;
}

.inbox-conversation-body {
	max-height: 52vh;
	min-height: 320px;
	overflow-y: auto;
	background:
		radial-gradient(circle at top right, rgba(122, 57, 44, 0.035), transparent 32%),
		linear-gradient(180deg, #fbfbfc 0%, #f8f9fb 100%);
}

.inbox-conversation-reply {
	position: relative;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	z-index: 2;
}

.inbox-bubble {
	max-width: 78%;
	border-radius: 1rem;
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: linear-gradient(135deg, #fff8e8 0%, #fff0c8 100%);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.inbox-bubble.is-mine {
	background: linear-gradient(135deg, #7a392c 0%, #9f4b3a 100%);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 10px 24px rgba(122, 57, 44, 0.18);
}

.inbox-bubble.is-creator {
	background: linear-gradient(135deg, #fff8e8 0%, #fff0c8 100%);
	border-color: rgba(191, 145, 52, 0.24);
	color: #3b2a13;
}

.inbox-bubble.is-system {
	max-width: 72%;
	background: transparent;
	color: #5c6773;
	border: 1px dashed rgba(92, 103, 115, 0.28);
	box-shadow: none;
	text-align: center;
}

.inbox-bubble.is-ai {
	max-width: 72%;
	background: linear-gradient(135deg, #f4f0ff 0%, #ebe7ff 100%);
	border-color: rgba(111, 66, 193, 0.18);
	color: #37235f;
}

.inbox-bubble.is-mine .text-muted,
.inbox-bubble.is-mine .small {
	color: rgba(255, 255, 255, 0.78) !important;
}

.inbox-bubble.is-creator .text-muted,
.inbox-bubble.is-creator .small {
	color: rgba(59, 42, 19, 0.68) !important;
}

.inbox-bubble.is-ai .text-muted,
.inbox-bubble.is-ai .small {
	color: rgba(55, 35, 95, 0.68) !important;
}

.inbox-avatar {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	flex: 0 0 auto;
}

.inbox-avatar-user {
	background: #7a392c;
	color: #ffffff;
}

.inbox-avatar-creator {
	background: #fff0c8;
	color: #8a5f13;
	border: 1px solid rgba(191, 145, 52, 0.22);
}

.inbox-avatar-system {
	background: #f1f3f5;
	color: #5c6773;
	border: 1px solid rgba(92, 103, 115, 0.16);
}

.inbox-avatar-ai {
	background: #ebe7ff;
	color: #6f42c1;
	border: 1px solid rgba(111, 66, 193, 0.16);
}

.inbox-empty-state {
	height: 100%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991.98px) {
	.inbox-workspace {
		height: auto;
		min-height: 0;
	}

	.inbox-sidebar,
	.inbox-conversation-card {
		height: auto;
	}

	.inbox-thread-list,
	.inbox-conversation-body {
		max-height: none;
		overflow: visible;
	}

	.inbox-bubble,
	.inbox-bubble.is-system,
	.inbox-bubble.is-ai {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

.dashboard-footer {
  margin-top: 48px;
  padding: 14px 24px;
  background: #b6533f;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-size: 0.875rem;
}

.dashboard-footer .container-fluid {
  max-width: 1320px;
}

.dashboard-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-separator {
  opacity: 0.5;
}

.dashboard-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dashboard-footer-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: all 0.15s ease;
}

.dashboard-footer-links a:hover {
  color: #fff;
}

.footer-copyright {
  opacity: 0.65;
  padding-left: 8px;
}

@media (max-width: 767.98px) {

  .dashboard-footer {
    text-align: center;
    padding: 16px;
  }

  .dashboard-footer-brand,
  .dashboard-footer-links {
    justify-content: center;
  }

}

/*--------------------------------------------------------------
# Buy Card
--------------------------------------------------------------*/
.orc-buy-card {
	background:
		radial-gradient(circle at top right, rgba(154,63,42,.05), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
	border: 1px solid rgba(15,23,42,.06);
	border-radius: 22px;
	box-shadow:
		0 14px 32px rgba(15,23,42,.06),
		0 1px 0 rgba(255,255,255,.8) inset;
}

.orc-buy-price {
	color: #9a3f2a;
	font-size: 2.35rem;
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
}

.orc-buy-original {
	color: rgba(33,37,41,.55);
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.orc-buy-discount {
	background: rgba(154,63,42,.10);
	color: #8e3827;
	border: 1px solid rgba(154,63,42,.08);
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .035em;
	padding: .34rem .62rem;
	text-transform: uppercase;
}

.orc-subscribe-mini {
	background:
		linear-gradient(180deg, #fff8f5 0%, #ffffff 100%);
	border: 1px solid rgba(154,63,42,.16);
	border-radius: 18px;
	padding: 1rem;
	box-shadow:
		0 10px 22px rgba(154,63,42,.05),
		inset 0 1px 0 rgba(255,255,255,.7);
	position: relative;
	overflow: hidden;
}

.orc-subscribe-mini::before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 4px;
	background: linear-gradient(180deg, #a34631 0%, #873522 100%);
	border-radius: 999px;
}

.orc-subscribe-mini-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(154,63,42,.10);
	color: #9a3f2a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .95rem;
	flex-shrink: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.orc-subscribe-mini-title {
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: -.01em;
	color: #2f3542;
}

.orc-subscribe-mini-copy {
	font-size: .84rem;
	line-height: 1.45;
	color: #667085;
}

.orc-subscribe-mini-pill {
	background: linear-gradient(180deg, #a34631 0%, #873522 100%);
	color: #fff;
	font-size: .60rem;
	font-weight: 800;
	letter-spacing: .06em;
	padding: .32rem .52rem;
	border-radius: 999px;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(154,63,42,.14);
}

@media (max-width: 575.98px) {

	.orc-buy-price {
		font-size: 2rem;
	}

	.orc-buy-original {
		font-size: 1rem;
	}

	.orc-subscribe-mini {
		padding: .9rem;
	}

}


/*--------------------------------------------------------------
# Learn Paid View Wider Reading Layout
--------------------------------------------------------------*/

.learn-paid-container {
  max-width: 1680px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.learn-paid-sidebar-col {
  width: 320px;
  flex: 0 0 320px;
}

.learn-paid-content-col {
  min-width: 0;
}

.learn-paid-content-col .guide-reading-panel,
.learn-paid-content-col .guide-reading-nav-card {
  width: 100%;
}

.learn-paid-content-col .guide-reading-panel > .p-3 {
  padding: 2rem !important;
}

.section-rendered-html {
  font-size: 1.03rem;
  line-height: 1.75;
}

.section-rendered-html > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .learn-paid-container {
    max-width: 1720px;
  }

  .learn-paid-sidebar-col {
    width: 340px;
    flex-basis: 340px;
  }
}

@media (max-width: 991.98px) {
  .learn-paid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .learn-paid-sidebar-col {
    width: 100%;
    flex-basis: auto;
  }

  .learn-paid-content-col .guide-reading-panel > .p-3 {
    padding: 1.25rem !important;
  }
}

@media (max-width: 575.98px) {
  .learn-paid-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}


/*--------------------------------------------------------------
# Learn Paid Dual Sidebar States
--------------------------------------------------------------*/

.learn-paid-sidebar-col {
  transition: width .28s ease, flex-basis .28s ease;
}

.learn-paid-sidebar-col.is-sidebar-collapsed {
  width: 72px;
  flex: 0 0 72px;
}

.learn-paid-sidebar-stack {
  min-height: 1px;
}

.learn-sidebar-expanded,
.learn-sidebar-compact {
  transition:
    opacity .22s ease,
    transform .22s ease,
    visibility .22s ease;
}

.learn-sidebar-compact {
  display: none;
  width: 72px;
  border-radius: 1.25rem;
  padding: .65rem .45rem;
}

.learn-paid-section.sidebar-collapsed .learn-sidebar-expanded {
  display: none;
}

.learn-paid-section.sidebar-collapsed .learn-sidebar-compact {
  display: block;
}

.learn-sidebar-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(122,57,44,.14);
  background: rgba(255,255,255,.92);
  color: #7a392c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.learn-sidebar-icon-btn:hover {
  background: rgba(122,57,44,.06);
  border-color: rgba(122,57,44,.28);
  transform: translateY(-1px);
}

.learn-sidebar-icon-btn i {
  font-size: 1rem;
  line-height: 1;
}

.learn-sidebar-compact-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: .15rem 0 .65rem;
  margin-bottom: .45rem;
  border-bottom: 1px solid #eef1f5;
}

.learn-sidebar-compact-btn,
.learn-sidebar-compact-section {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
  color: #334155;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.learn-sidebar-compact-btn {
  color: #7a392c;
  cursor: pointer;
}

.learn-sidebar-compact-btn:hover,
.learn-sidebar-compact-section:hover {
  background: #fafbfc;
  border-color: rgba(122,57,44,.24);
  color: #7a392c;
  transform: translateY(-1px);
}

.learn-sidebar-compact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
}

.learn-sidebar-compact-section.is-active {
  background: #7a392c;
  border-color: #7a392c;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(122,57,44,.16);
}

.learn-sidebar-compact-section.is-complete {
  background: rgba(25,135,84,.10);
  border-color: rgba(25,135,84,.18);
  color: #198754;
}

.learn-sidebar-compact-section.is-locked {
  opacity: .58;
  cursor: default;
}

.learn-sidebar-compact-section i,
.learn-sidebar-compact-btn i {
  font-size: 1rem;
  line-height: 1;
}

.learn-paid-dark .learn-sidebar-icon-btn,
.learn-paid-dark .learn-sidebar-compact-btn,
.learn-paid-dark .learn-sidebar-compact-section {
  background: var(--bs-body-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
}

.learn-paid-dark .learn-sidebar-compact-actions {
  border-bottom-color: var(--bs-border-color);
}

.learn-paid-dark .learn-sidebar-compact-section.is-active {
  background: #b85a45;
  border-color: #b85a45;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .learn-paid-sidebar-col,
  .learn-paid-sidebar-col.is-sidebar-collapsed {
    width: 100%;
    flex-basis: auto;
  }

  .learn-paid-section.sidebar-collapsed .learn-sidebar-expanded {
    display: block;
  }

  .learn-paid-section.sidebar-collapsed .learn-sidebar-compact {
    display: none;
  }

  .learn-sidebar-icon-btn {
    display: none;
  }
}

/*--------------------------------------------------------------
# Learn Guide Header
--------------------------------------------------------------*/

.guide-header-premium {
	padding: .15rem 0 1.1rem;
	border-bottom: 1px solid #e7ebf0;
	margin-bottom: .25rem;
}

.guide-header-kicker {
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #8b5a46;
	margin-bottom: .35rem;
	opacity: .9;
}

.guide-header-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.035em;
	color: #1f2937;
	margin: 0;
}

.guide-header-subtitle {
	font-size: .98rem;
	line-height: 1.6;
	color: #6b7280;
	max-width: 760px;
	margin-top: .45rem;
	margin-bottom: 0;
	font-weight: 400;
}

.learn-paid-dark .guide-header-premium {
	border-color: rgba(255,255,255,.08);
}

.learn-paid-dark .guide-header-kicker {
	color: #c58f7b;
}

.learn-paid-dark .guide-header-title {
	color: var(--bs-body-color);
}

.learn-paid-dark .guide-header-subtitle {
	color: rgba(255,255,255,.65);
}

@media (max-width: 991.98px) {

	.guide-header-title {
		font-size: 1.75rem;
	}

	.guide-header-subtitle {
		font-size: .95rem;
	}

}

/*--------------------------------------------------------------
# Quick guides (homepage)
--------------------------------------------------------------*/

.quick-guide-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 57, 44, 0.12);
  border-radius: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(180, 75, 56, 0.08), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbf7f4 100%);
}

.quick-guide-kicker {
  display: inline-block;
  margin-bottom: 4px;
  color: #7a392c;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-guide-column {
  overflow: hidden;
  border: 1px solid rgba(122, 57, 44, 0.10);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quick-guide-column:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 57, 44, 0.22);
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.08);
}

.quick-guide-bg-icon {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(122, 57, 44, 0.08);
  font-size: 4rem;
  line-height: 1;
  pointer-events: none;
}

.quick-guide-title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  z-index: 1;
}

.quick-guide-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #7a392c;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

.quick-guide-links {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.quick-guide-links a {
  display: block;
  color: #7a392c;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.quick-guide-links a:hover {
  color: #b44b38;
  text-decoration: underline;
  text-underline-offset: 3px;
}