.thk-teach{margin:var(--rj-ref-space-3-5) auto 0;max-width:620px;text-align:left;border:1px solid var(--line);border-radius:var(--rj-ref-radius-card);background:var(--rj-ref-color-white-a60);padding:var(--rj-ref-space-3) var(--rj-ref-space-4) var(--rj-ref-space-3-5)}.thk-teach-head{display:flex;align-items:center;gap:var(--rj-ref-space-2);margin-bottom:var(--rj-ref-space-2)}.thk-teach-mark{width:3px;height:14px;border-radius:var(--rj-ref-radius-xs);background:var(--gold)}.thk-teach-tag{font-size:var(--rj-ref-type-caption);font-weight:600;letter-spacing:.06em;color:var(--muted)}.thk-teach-dots{margin-left:auto;display:inline-flex;gap:var(--rj-ref-space-1)}.thk-teach-dot{width:5px;height:5px;border-radius:50%;background:var(--line);transition:background .3s ease}.thk-teach-dot.on{background:var(--gold)}.thk-teach-card{animation:thk-card-in .45s ease both}@keyframes thk-card-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.thk-teach-title{font-size:var(--rj-ref-type-label);font-weight:700;color:var(--ink);margin-bottom:var(--rj-ref-space-1-5)}.thk-teach-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--rj-ref-space-1)}.thk-teach-lines li{position:relative;padding-left:var(--rj-ref-space-3-5);font-size:var(--rj-ref-type-label);line-height:1.7;color:var(--text-muted,var(--rj-preserved-color-64655a-4ee04e8018))}.thk-teach-lines li:before{content:"";position:absolute;left:2px;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--gold);opacity:.55}.thk-heartbeat{display:flex;align-items:center;justify-content:center;gap:var(--rj-ref-space-1-5);margin:var(--rj-ref-space-3) 0 0;font-size:var(--rj-ref-type-caption);color:var(--muted)}.thk-heartbeat-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:thk-pulse 1.6s ease-in-out infinite}@keyframes thk-pulse{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.45);opacity:1}}.thk-heartbeat-ellipsis{letter-spacing:2px}@media (prefers-reduced-motion:reduce){.thk-heartbeat-dot,.thk-teach-card{animation:none}}