/**
 * Regenerate Cascadia - Sidebar
 * Modular CSS partial from rc-template-styles.css
 * Version: v1.1-a11y07
 * Date: 2026-04-23
 * Generated by Claude (S147 Sprint 4; A11Y-07 Phase 2 focus indicator)
 *
 * Sections: 18 (SIDEBAR (unified)), 44 (SIDEBAR FINANCE SUMMARY (S96))
 *
 * A11Y-07 (2026-04-23): Added explicit :focus rule for
 *   .rc-sb-subscribe-input (newsletter signup in sidebar). The input
 *   previously stripped the browser default outline without providing
 *   a replacement on focus, leaving keyboard users with no visible
 *   indicator. The new rule applies the canopy border-color plus a
 *   3px canopy-tinted box-shadow glow consistent with other form
 *   inputs sitewide. No !important.
 */

/* ═══════════════════════════════════════
   18. SIDEBAR (unified)
   ═══════════════════════════════════════ */
.rc-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rc-sidebar-stack.sticky {
  position: sticky;
  top: 32px;
}

/* Card backgrounds */
.rc-sb-cream { background: var(--rc-cream); padding: 24px 22px; }
.rc-sb-dark { background: var(--rc-forest); padding: 24px 22px; }
.rc-sb-accent { background: var(--rc-salmon); padding: 24px 22px; }

/* Labels */
.rc-sb-label {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 16px;
}
.rc-sb-cream .rc-sb-label { color: var(--rc-fern); }
.rc-sb-dark .rc-sb-label { color: var(--rc-gold); }
.rc-sb-accent .rc-sb-label { color: rgba(255,255,255,0.6); }

/* Headings */
.rc-sb-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 20px;
}
.rc-sb-cream .rc-sb-heading { color: var(--rc-forest); }
.rc-sb-dark .rc-sb-heading { color: var(--rc-cream); }
.rc-sb-accent .rc-sb-heading { color: white; }
.rc-sb-cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;
}

/* Text */
.rc-sb-text {
  font-size: 13.5px; font-weight: 300;
  line-height: 1.65;
}
.rc-sb-cream .rc-sb-text { color: var(--rc-text); }
.rc-sb-dark .rc-sb-text { color: var(--rc-lichen); }
.rc-sb-accent .rc-sb-text { color: rgba(255,255,255,0.85); }

/* Links */
.rc-sb-link {
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  margin-top: 14px;
  transition: all 0.2s;
}
.rc-sb-dark .rc-sb-link { color: var(--rc-salmon-light); }
.rc-sb-dark .rc-sb-link:hover { border-bottom-color: var(--rc-salmon-light); }
.rc-sb-accent .rc-sb-link { color: white; }

/* Lists */
.rc-sb-list { list-style: none; padding: 0; margin: 0; }
.rc-sb-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rc-sb-dark .rc-sb-list li { border-bottom-color: rgba(255,255,255,0.06); }
.rc-sb-list li:last-child { border-bottom: none; }
.rc-sb-list a {
  font-size: 14px; font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}
.rc-sb-cream .rc-sb-list a { color: var(--rc-canopy); }
.rc-sb-cream .rc-sb-list a:hover { color: var(--rc-forest); }
.rc-sb-dark .rc-sb-list a { color: var(--rc-lichen); }
.rc-sb-dark .rc-sb-list a:hover { color: var(--rc-cream); }
.rc-sb-count {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; letter-spacing: 0.05em;
}
.rc-sb-cream .rc-sb-count { color: rgba(0,0,0,0.25); }
.rc-sb-dark .rc-sb-count { color: rgba(255,255,255,0.25); }

/* Recent posts */
.rc-sb-recent-list { list-style: none; padding: 0; margin: 0; }
.rc-sb-recent-item {
  display: flex; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.rc-sb-recent-item:last-child { border-bottom: none; }
.rc-sb-recent-thumb {
  width: 48px !important; height: 48px !important;
  min-width: 48px; min-height: 48px;
  max-width: 48px; max-height: 48px;
  border-radius: 50% !important;
  object-fit: cover !important; 
  flex-shrink: 0;
}
.rc-sb-recent-text { min-width: 0; }
.rc-sb-recent-title {
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 500;
  color: var(--rc-forest);
  line-height: 1.35;
  margin-bottom: 2px;
}
.rc-sb-recent-title a { color: inherit; text-decoration: none; transition: color 0.2s; }
.rc-sb-recent-title a:hover { color: var(--rc-canopy); }
.rc-sb-recent-date {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; letter-spacing: 0.1em;
  color: rgba(0,0,0,0.3);
}

/* Categories */
.rc-sb-cat-list { list-style: none; padding: 0; margin: 0; }
.rc-sb-cat-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.rc-sb-cat-list li:last-child { border-bottom: none; }
.rc-sb-cat-list a {
  font-family: 'Jost', sans-serif;
  font-size: 13.5px; font-weight: 400;
  color: var(--rc-canopy);
  text-decoration: none;
  transition: color 0.2s;
}
.rc-sb-cat-list a:hover { color: var(--rc-forest); }
.rc-sb-cat-count {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; color: rgba(0,0,0,0.2);
}

/* Tag cloud */
.rc-sb-tag-cloud { display: flex; flex-wrap: wrap; gap: 4px; }
.rc-sb-tag-cloud a {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rc-canopy);
  background: rgba(45,106,79,0.06);
  padding: 4px 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.rc-sb-tag-cloud a:hover {
  background: var(--rc-forest);
  color: var(--rc-cream);
}

/* About RC */
.rc-sb-about-text {
  font-family: 'Jost', sans-serif;
  font-size: 13.5px; font-weight: 300;
  color: var(--rc-lichen);
  line-height: 1.65;
  margin-bottom: 14px;
}
.rc-sb-about-link {
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--rc-salmon-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.rc-sb-about-link:hover { border-bottom-color: var(--rc-salmon-light); }

/* Events (sidebar) */
.rc-sb-event {
  display: flex; gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rc-sb-event:last-child { border-bottom: none; }
.rc-sb-event-date {
  font-family: 'Inconsolata', monospace;
  font-weight: 500;
  text-align: center;
  min-width: 34px;
  line-height: 1.3;
}
.rc-sb-event-month {
  font-size: 9px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rc-gold);
  display: block;
}
.rc-sb-event-day { font-size: 11px; color: var(--rc-moss); }
.rc-sb-event-title {
  font-family: 'Jost', sans-serif;
  font-size: 12.5px; font-weight: 400;
  color: var(--rc-lichen);
  line-height: 1.45;
}
.rc-sb-event-title a { color: inherit; text-decoration: none; }
.rc-sb-event-title a:hover { color: white; }
.rc-sb-events-more {
  display: block;
  margin-top: 14px;
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--rc-salmon-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.rc-sb-events-more:hover { border-bottom-color: var(--rc-salmon-light); }

/* Event details (sidebar) */
.rc-sb-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.rc-sb-detail-row:last-child { border-bottom: none; }
.rc-sb-detail-key {
  font-family: 'Inconsolata', monospace;
  font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
}
.rc-sb-detail-val {
  font-size: 14px; font-weight: 400;
  color: var(--rc-forest);
  text-align: right;
}

/* Buttons (sidebar) */
.rc-sb-btn-primary {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 14px 24px;
  border: none; cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  background: var(--rc-salmon);
  color: white;
}
.rc-sb-btn-primary:hover { background: var(--rc-salmon-dark); }
.rc-sb-btn-outline {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-family: 'Inconsolata', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  background: transparent;
  padding: 10px 24px;
  cursor: pointer; text-decoration: none;
  transition: all 0.2s;
  color: var(--rc-canopy);
  border: 1px solid rgba(0,0,0,0.08);
}
.rc-sb-btn-outline:hover {
  background: var(--rc-forest);
  color: var(--rc-cream);
  border-color: var(--rc-forest);
}

/* Speakers (sidebar) */
.rc-sb-person {
  display: flex; gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rc-sb-person:last-child { border-bottom: none; }
.rc-sb-avatar {
  width: 40px; height: 40px;
  border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inconsolata', monospace;
  font-size: 11px; font-weight: 500;
  background: rgba(255,255,255,0.08);
  color: var(--rc-moss);
}
.rc-sb-person-name {
  font-size: 14px; font-weight: 400;
  color: var(--rc-lichen);
}
.rc-sb-person-role {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3);
}

/* Legend */
.rc-sb-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.rc-sb-legend-dot { width: 10px; height: 10px; flex-shrink: 0; }
.rc-sb-legend-dot.rc-events { background: rgba(18,43,26,0.5); }
.rc-sb-legend-dot.lhc { background: rgba(45,106,79,0.3); }
.rc-sb-legend-dot.learning { background: rgba(45,107,138,0.3); }
.rc-sb-legend-dot.community { background: rgba(184,150,62,0.35); }
.rc-sb-legend-dot.landscape { background: rgba(212,113,78,0.3); }

/* Landscape group links in sidebar */
.rc-sb-landscape-list { list-style: none; padding: 0; margin: 0; }
.rc-sb-landscape-list li { margin-bottom: 6px; }
.rc-sb-landscape-list a {
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 400;
  color: var(--rc-forest);
  text-decoration: none;
  transition: color 0.2s;
}
.rc-sb-landscape-list a:hover { color: var(--rc-canopy); }
.rc-sb-legend-name { font-size: 13px; font-weight: 400; color: var(--rc-text); }

/* Subscribe */
.rc-sb-subscribe { display: flex; gap: 0; margin-top: 12px; }
.rc-sb-subscribe-input {
  font-family: 'Jost', sans-serif;
  font-size: 12px; font-weight: 300;
  padding: 9px 12px;
  border: 1px solid rgba(0,0,0,0.1);
  border-right: none;
  background: white;
  flex: 1;
  outline: none;
  color: var(--rc-ink);
}
.rc-sb-subscribe-input::placeholder { color: rgba(0,0,0,0.25); }
.rc-sb-subscribe-input:focus {
  border-color: var(--rc-canopy);
  box-shadow: 0 0 0 3px rgba(45,106,79,0.08);
}
.rc-sb-subscribe-btn {
  font-family: 'Inconsolata', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  background: var(--rc-forest);
  color: var(--rc-cream);
  border: none;
  padding: 9px 14px;
  cursor: pointer;
}



/* =============================================
   SECTION 44: SIDEBAR FINANCE SUMMARY (S96)
   ============================================= */

.rc-sidebar-finance-summary {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rc-sidebar-finance-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.rc-sidebar-finance-label {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.45);
}

.rc-sidebar-finance-value {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--rc-forest, #2D6A4F);
}

.rc-sidebar-finance-negative {
    color: var(--rc-salmon, #C1666B);
}

.rc-sidebar-finance-pending {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 6px 10px;
    background: rgba(212, 160, 23, 0.06);
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    transition: background 0.15s ease;
}

.rc-sidebar-finance-pending:hover {
    background: rgba(212, 160, 23, 0.12);
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.rc-sidebar-finance-pending-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: var(--rc-gold, #D4A017);
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.rc-sidebar-finance-pending-none {
    margin-top: 6px;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.3);
}

