:root{--wptt-space-xs:4px;--wptt-space-sm:8px;--wptt-space-md:16px;--wptt-space-lg:24px;--wptt-space-xl:32px;--wptt-radius-sm:4px;--wptt-radius-md:8px;--wptt-radius-lg:12px;--wptt-radius-photo:50%;--wptt-font-quote-style:italic;--wptt-font-quote-size:1rem;--wptt-font-quote-line:1.75;--wptt-font-author-size:0.875rem;--wptt-font-author-weight:600;--wptt-font-role-size:0.8rem;--wptt-transition-dur:600ms;--wptt-transition-ease:ease-in-out;--wptt-list-quote-bg:#f9f9f9;--wptt-list-border:#e0e0e0;--wptt-list-quote-text:#333333;--wptt-list-author-text:#222222;--wptt-list-role-text:#666666;--wptt-list-link:#0073aa;--wptt-list-link-hover:#005177;--wptt-list-mark-color:#cccccc}.wptt-rotator{--wptt-theme-bg:#F4F6FA;--wptt-theme-text:#0F1E38;--wptt-theme-accent:#B31B1B;--wptt-theme-subtle:#8BADD4;--wptt-theme-border:#dde3ef;--wptt-theme-mark:rgba(0, 0, 0, 0.12);--wptt-avatar-bg:var(--wptt-theme-accent);--wptt-avatar-text:#ffffff}.wptt-list{display:block;width:100%;margin:0;padding:0}.wptt-list__item{margin-bottom:var(--wptt-space-lg)}.wptt-list__item:last-child{margin-bottom:0}.wptt-list .wptt-blockquote{display:block;margin:0;padding:var(--wptt-space-lg);background-color:var(--wptt-list-quote-bg);border-left:4px solid var(--wptt-list-border);border-radius:var(--wptt-radius-md);position:relative}.wptt-list .wptt-blockquote::before{content:'\201C';position:absolute;top:var(--wptt-space-sm);left:var(--wptt-space-sm);font-size:2rem;line-height:1;color:var(--wptt-list-mark-color);font-style:normal}.wptt-list .wptt-quote{font-style:var(--wptt-font-quote-style);font-size:var(--wptt-font-quote-size);line-height:var(--wptt-font-quote-line);color:var(--wptt-list-quote-text);margin:0 0 var(--wptt-space-md) 0;padding-left:var(--wptt-space-lg)}.wptt-list .wptt-attribution{display:flex;align-items:center;gap:var(--wptt-space-sm)}.wptt-list .wptt-author-photo{display:block;width:52px;height:52px;border-radius:var(--wptt-radius-photo);object-fit:cover;flex-shrink:0}.wptt-list .wptt-author-initials{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--wptt-radius-photo);background-color:var(--wptt-list-border);color:var(--wptt-list-author-text);font-size:var(--wptt-font-role-size);font-weight:var(--wptt-font-author-weight);flex-shrink:0}.wptt-list .wptt-author{display:flex;flex-direction:column}.wptt-list .wptt-author-name{display:block;font-size:var(--wptt-font-author-size);font-weight:var(--wptt-font-author-weight);color:var(--wptt-list-author-text)}.wptt-list .wptt-author-name a{color:var(--wptt-list-link);text-decoration:none}.wptt-list .wptt-author-name a:focus,.wptt-list .wptt-author-name a:hover{color:var(--wptt-list-link-hover);text-decoration:underline}.wptt-list .wptt-author-role{display:block;font-size:var(--wptt-font-role-size);font-weight:400;color:var(--wptt-list-role-text);font-style:normal;margin-top:2px}.wptt-rotator{position:relative;width:100%;overflow:hidden}.wptt-rotator__track{position:relative;min-height:120px}.wptt-rotator__slide{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity var(--wptt-transition-dur) var(--wptt-transition-ease)}.wptt-rotator__slide.is-active{position:relative;opacity:1;pointer-events:auto}.wptt-rotator__quote{display:block;margin:0;padding:0}.wptt-rotator__text{font-style:var(--wptt-font-quote-style);font-size:var(--wptt-font-quote-size);line-height:var(--wptt-font-quote-line);color:var(--wptt-theme-text);margin:0 0 var(--wptt-space-sm) 0}.wptt-rotator__footer{display:flex;align-items:center;gap:var(--wptt-space-sm)}.wptt-rotator__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:var(--wptt-avatar-bg);color:var(--wptt-avatar-text);font-size:11px;font-weight:var(--wptt-font-author-weight);flex-shrink:0}.wptt-rotator__cite{display:flex;flex-direction:column;font-style:normal}.wptt-rotator__name{display:block;font-size:var(--wptt-font-author-size);font-weight:var(--wptt-font-author-weight);color:var(--wptt-theme-text)}.wptt-rotator__name a{color:var(--wptt-theme-accent);text-decoration:none}.wptt-rotator__name a:focus,.wptt-rotator__name a:hover{text-decoration:underline}.wptt-rotator__role{display:block;font-size:var(--wptt-font-role-size);color:var(--wptt-theme-subtle);font-style:normal;margin-top:2px}.wptt-rotator--centered .wptt-rotator__quote{padding:var(--wptt-space-lg) var(--wptt-space-xl);text-align:center;background:var(--wptt-theme-bg);border-radius:var(--wptt-radius-md);position:relative}.wptt-rotator--centered .wptt-rotator__quote::before{content:'\201C';position:absolute;top:var(--wptt-space-sm);left:var(--wptt-space-lg);font-size:3rem;line-height:1;color:var(--wptt-theme-mark);font-style:normal;pointer-events:none}.wptt-rotator--centered .wptt-rotator__text{margin-bottom:var(--wptt-space-md)}.wptt-rotator--centered .wptt-rotator__footer{flex-direction:column;align-items:center;gap:var(--wptt-space-xs)}.wptt-rotator--centered .wptt-rotator__cite{align-items:center;text-align:center}.wptt-rotator--card .wptt-rotator__quote{background:var(--wptt-theme-bg);border:1px solid var(--wptt-theme-border);border-radius:var(--wptt-radius-md);overflow:hidden;display:flex;flex-direction:column}.wptt-rotator--card .wptt-rotator__text{padding:var(--wptt-space-lg);border-left:3px solid var(--wptt-theme-accent);margin:0;flex:1}.wptt-rotator--card .wptt-rotator__footer{padding:var(--wptt-space-sm) var(--wptt-space-md);background-color:rgba(0,0,0,.04);border-top:1px solid var(--wptt-theme-border);gap:var(--wptt-space-sm)}.wptt-rotator--minimal .wptt-rotator__quote{border-left:3px solid var(--wptt-theme-accent);padding:var(--wptt-space-sm) 0 var(--wptt-space-sm) var(--wptt-space-md);border-radius:0}.wptt-rotator--minimal .wptt-rotator__text{color:var(--wptt-theme-text)}.wptt-rotator--minimal .wptt-rotator__footer{margin-top:var(--wptt-space-sm)}.wptt-rotator--minimal .wptt-rotator__avatar{display:none}.wptt-theme--navy-crimson{--wptt-theme-bg:#F4F6FA;--wptt-theme-text:#0F1E38;--wptt-theme-accent:#B31B1B;--wptt-theme-subtle:#8BADD4;--wptt-theme-border:#dde3ef;--wptt-theme-mark:rgba(15, 30, 56, 0.12);--wptt-avatar-bg:#0F1E38;--wptt-avatar-text:#ffffff}.wptt-theme--blue{--wptt-theme-bg:#f1f5f9;--wptt-theme-text:#1e293b;--wptt-theme-accent:#3b82f6;--wptt-theme-subtle:#94a3b8;--wptt-theme-border:#e2e8f0;--wptt-theme-mark:rgba(59, 130, 246, 0.15);--wptt-avatar-bg:#3b82f6;--wptt-avatar-text:#ffffff}.wptt-theme--forest{--wptt-theme-bg:#f0f7f3;--wptt-theme-text:#1a3a2a;--wptt-theme-accent:#2d7a4f;--wptt-theme-subtle:#86c89e;--wptt-theme-border:#c6e6d3;--wptt-theme-mark:rgba(45, 122, 79, 0.15);--wptt-avatar-bg:#2d7a4f;--wptt-avatar-text:#ffffff}.wptt-theme--ember{--wptt-theme-bg:#fff7ed;--wptt-theme-text:#1c1917;--wptt-theme-accent:#c2410c;--wptt-theme-subtle:#fb923c;--wptt-theme-border:#fed7aa;--wptt-theme-mark:rgba(194, 65, 12, 0.12);--wptt-avatar-bg:#c2410c;--wptt-avatar-text:#ffffff}.wptt-theme--mono{--wptt-theme-bg:#f4f4f5;--wptt-theme-text:#18181b;--wptt-theme-accent:#52525b;--wptt-theme-subtle:#a1a1aa;--wptt-theme-border:#d4d4d8;--wptt-theme-mark:rgba(24, 24, 27, 0.12);--wptt-avatar-bg:#3f3f46;--wptt-avatar-text:#ffffff}.wptt-theme--gold{--wptt-theme-bg:#fffbeb;--wptt-theme-text:#1c1400;--wptt-theme-accent:#b45309;--wptt-theme-subtle:#92400e;--wptt-theme-border:#fde68a;--wptt-theme-mark:rgba(180, 83, 9, 0.15);--wptt-avatar-bg:#b45309;--wptt-avatar-text:#ffffff}.wptt-rotator[data-effect=slide-up] .wptt-rotator__slide{transform:translateY(20px);transition:opacity var(--wptt-transition-dur) var(--wptt-transition-ease),transform var(--wptt-transition-dur) var(--wptt-transition-ease)}.wptt-rotator[data-effect=slide-up] .wptt-rotator__slide.is-active{transform:translateY(0)}.wptt-rotator[data-effect=slide-down] .wptt-rotator__slide{transform:translateY(-20px);transition:opacity var(--wptt-transition-dur) var(--wptt-transition-ease),transform var(--wptt-transition-dur) var(--wptt-transition-ease)}.wptt-rotator[data-effect=slide-down] .wptt-rotator__slide.is-active{transform:translateY(0)}.wptt-rotator[data-effect=slide-left] .wptt-rotator__slide{transform:translateX(20px);transition:opacity var(--wptt-transition-dur) var(--wptt-transition-ease),transform var(--wptt-transition-dur) var(--wptt-transition-ease)}.wptt-rotator[data-effect=slide-left] .wptt-rotator__slide.is-active{transform:translateX(0)}.wptt-rotator[data-effect=slide-right] .wptt-rotator__slide{transform:translateX(-20px);transition:opacity var(--wptt-transition-dur) var(--wptt-transition-ease),transform var(--wptt-transition-dur) var(--wptt-transition-ease)}.wptt-rotator[data-effect=slide-right] .wptt-rotator__slide.is-active{transform:translateX(0)}.wptt-widget__view-all{text-align:right;margin-top:var(--wptt-space-sm)}.wptt-widget__view-all a{font-size:.85rem;color:var(--wptt-theme-accent,#0073aa);text-decoration:none}.wptt-widget__view-all a:hover{text-decoration:underline}@media (max-width:600px){.wptt-rotator--centered .wptt-rotator__quote{padding:var(--wptt-space-md)}.wptt-rotator--centered .wptt-rotator__quote::before{font-size:2rem}.wptt-list .wptt-blockquote{padding:var(--wptt-space-md)}}.wptt-rotator__nav{display:flex;align-items:center;justify-content:space-between;padding:var(--wptt-space-sm) var(--wptt-space-md);border-top:1px solid rgba(0,0,0,.06)}.wptt-rotator--centered .wptt-rotator__nav{justify-content:center;gap:var(--wptt-space-lg)}.wptt-rotator__nav-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(0,0,0,.06);border:none;border-radius:50%;cursor:pointer;color:var(--wptt-theme-text,#1d2327);transition:background 150ms,color 150ms,transform .1s;flex-shrink:0}.wptt-rotator__nav-btn:hover{background:var(--wptt-theme-accent,#2271b1);color:#fff}.wptt-rotator__nav-btn:active{transform:scale(.93)}.wptt-rotator__nav-count{font-size:.8rem;color:var(--wptt-theme-subtle,#646970);font-variant-numeric:tabular-nums;min-width:3ch;text-align:center}.wptt-rotator--card .wptt-rotator__nav{background:rgba(0,0,0,.04);padding:var(--wptt-space-sm) var(--wptt-space-md)}.wptt-rotator--minimal .wptt-rotator__nav{padding-left:0;border-top:none;margin-top:var(--wptt-space-sm);justify-content:flex-start;gap:var(--wptt-space-md)}.wptt-rotator--minimal .wptt-rotator__nav-count{order:-1}