.atlas-tcar{--atlas-tcar-fg: #111827;--atlas-tcar-muted: #6b7280;--atlas-tcar-accent: #4f46e5;--atlas-tcar-bg: #ffffff;--atlas-tcar-border: #e5e7eb;position:relative;display:flex;flex-direction:column;gap:1.5rem;font-family:var(--atlas-font-body, system-ui, -apple-system, sans-serif);color:var(--atlas-tcar-fg);background:var(--atlas-tcar-bg);border:1px solid var(--atlas-tcar-border);border-radius:1rem;padding:2rem 2rem 1.5rem;box-shadow:0 1px 2px #1118270a}.atlas-tcar__viewport{position:relative;min-height:10rem}.atlas-tcar__slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;opacity:0;transform:translateY(.5rem);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.atlas-tcar__slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.atlas-tcar[data-reduced-motion=true] .atlas-tcar__slide{transition:none;transform:none}.atlas-tcar__quote{position:relative;margin:0;font-size:1.125rem;line-height:1.6;color:var(--atlas-tcar-fg)}.atlas-tcar__quote p{margin:0}.atlas-tcar__mark{position:absolute;top:-1.5rem;left:-.25rem;font-size:3rem;line-height:1;color:var(--atlas-tcar-accent);opacity:.25;font-family:Georgia,serif}.atlas-tcar__author{display:flex;align-items:center;gap:.875rem}.atlas-tcar__avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;background:#ede9fe;color:var(--atlas-tcar-accent);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.atlas-tcar__avatar--initials{text-transform:uppercase}.atlas-tcar__cite{display:flex;flex-direction:column;gap:.125rem;font-size:.875rem;line-height:1.3}.atlas-tcar__name{font-weight:600;color:var(--atlas-tcar-fg)}.atlas-tcar__role{color:var(--atlas-tcar-muted)}.atlas-tcar__chrome{display:flex;align-items:center;justify-content:space-between;gap:1rem}.atlas-tcar__btn{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--atlas-tcar-border);background:var(--atlas-tcar-bg);color:var(--atlas-tcar-fg);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.atlas-tcar__btn:hover{background:#f5f3ff;border-color:#c7d2fe}.atlas-tcar__btn:focus-visible{outline:2px solid var(--atlas-tcar-accent);outline-offset:2px}.atlas-tcar[data-reduced-motion=true] .atlas-tcar__btn{transition:none}.atlas-tcar__dots{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0}.atlas-tcar__dot{width:.5rem;height:.5rem;border-radius:50%;border:0;padding:0;background:var(--atlas-tcar-border);cursor:pointer;transition:background-color .15s ease,transform .15s ease}.atlas-tcar__dot.is-active{background:var(--atlas-tcar-accent);transform:scale(1.25)}.atlas-tcar[data-reduced-motion=true] .atlas-tcar__dot{transition:none}.atlas-tcar__dot:focus-visible{outline:2px solid var(--atlas-tcar-accent);outline-offset:2px}
