/* Preset: Opt-2 (Warm accent scheme) */
.stoc-style-opt-2{
  --stoc-bg: var(--stoc-theme-bg, #fff7ed);
  --stoc-border: var(--stoc-theme-border, #fed7aa);
  --stoc-text:#431407;
  --stoc-muted: rgba(67,20,7,.62);

  --stoc-header-bg: var(--stoc-theme-primary, #ea580c);
  --stoc-header-text:#ffffff;
  --stoc-header-font-weight: 700;

  --stoc-accent: var(--stoc-theme-primary, #ea580c);
  --stoc-progress-color: var(--stoc-accent);
  --stoc-progress-track: var(--stoc-theme-track, rgba(234,88,12,.18));

  --stoc-link-color: var(--stoc-theme-link, #9a3412);
  --stoc-link-hover: var(--stoc-theme-primary, #ea580c);
  --stoc-link-active: var(--stoc-theme-primary, #ea580c);

  --stoc-shadow: var(--stoc-theme-shadow, 0 12px 32px rgba(234,88,12,.10));
  --stoc-radius: 14px;

  --stoc-item-hover-bg: var(--stoc-theme-hover-bg, rgba(234,88,12,.08));
  --stoc-item-active-bg: var(--stoc-theme-active-bg, rgba(234,88,12,.14));
  --stoc-sublist-border: var(--stoc-theme-sublist, rgba(234,88,12,.24));
}

.stoc-style-opt-2 .stoc-header{ padding:10px 10px 0; }
.stoc-style-opt-2 .stoc-toggle{ padding:10px 12px 12px; }
.stoc-style-opt-2 .stoc-icon{ background: rgba(255,255,255,.22); }
