.worry-wheel{--ww-gold: #f0b429;--ww-gold-dark: #c98a14;--ww-gold-light: #ffd866;--ww-ink: #2a2017;--ww-font-labels: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, sans-serif;--ww-font-title: "Bradley Hand", "Chalkboard SE", "Comic Sans MS", "Segoe Print", "Comic Neue", "Trebuchet MS", cursive;--ww-wheel-size: min(90vw, 76vh, 600px);--ww-rim-width: calc(var(--ww-wheel-size) * .05);position:relative;width:100%;display:flex;justify-content:center;color:var(--ww-ink);font-family:var(--ww-font-labels)}.worry-wheel__stage{display:flex;flex-direction:column;align-items:center;width:100%;max-width:760px}.worry-wheel__area{position:relative;width:var(--ww-wheel-size);height:var(--ww-wheel-size);margin-top:calc(var(--ww-wheel-size) * .13);display:flex;align-items:center;justify-content:center}.worry-wheel__banner{--banner-ink: #2a1f10;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:45}.worry-wheel__banner-svg{display:block;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 1px .5px rgba(42,31,16,.22)) drop-shadow(0 4px 5px rgba(42,31,16,.2))}.worry-wheel__banner-band{fill:url(#worryWheelBannerBandGrad);stroke:var(--banner-ink);stroke-width:.7;stroke-linejoin:round}.worry-wheel__banner-tail{fill:url(#worryWheelBannerTailGrad);stroke:var(--banner-ink);stroke-width:.7;stroke-linejoin:round}.worry-wheel__banner-highlight{fill:none;stroke:#ffffff8c;stroke-width:.5;stroke-linecap:round}.worry-wheel__banner-text{fill:#1d150a;font-family:var(--ww-font-title);font-weight:700;font-size:6.2px;letter-spacing:1.1px}.worry-wheel__pointer{position:absolute;top:calc(var(--ww-wheel-size) * .038);left:50%;transform:translate(-50%);width:0;height:0;border-left:calc(var(--ww-wheel-size) * .034) solid transparent;border-right:calc(var(--ww-wheel-size) * .034) solid transparent;border-top:calc(var(--ww-wheel-size) * .058) solid #ef4f6b;filter:drop-shadow(0 3px 2px rgba(0,0,0,.35));z-index:30}.worry-wheel__pointer:after{content:"";position:absolute;top:calc(var(--ww-wheel-size) * -.064);left:calc(var(--ww-wheel-size) * -.037);width:0;height:0;border-left:calc(var(--ww-wheel-size) * .037) solid transparent;border-right:calc(var(--ww-wheel-size) * .037) solid transparent;border-top:calc(var(--ww-wheel-size) * .064) solid var(--ww-gold-dark);z-index:-1}.worry-wheel__rim{position:relative;width:100%;height:100%;border-radius:50%;padding:var(--ww-rim-width);background:linear-gradient(145deg,var(--ww-gold-light),var(--ww-gold) 45%,var(--ww-gold-dark));box-shadow:0 14px 30px #00000040,inset 0 0 0 4px #ffffff40;display:flex;align-items:center;justify-content:center}.worry-wheel__wheel{position:relative;width:100%;height:100%;border-radius:50%;border:4px solid rgba(0,0,0,.18);overflow:hidden;background:#f4dca5;transition:transform 4.6s cubic-bezier(.12,.62,.12,1);will-change:transform}.worry-wheel__slices{position:absolute;inset:0}.worry-wheel__slice{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.worry-wheel__highlight{position:absolute;inset:0;border-radius:50%;pointer-events:none;opacity:0}.worry-wheel__highlight.show{animation:worryWheelSliceGlow 1.5s ease-in-out both}@keyframes worryWheelSliceGlow{0%{opacity:0}12%{opacity:.95}28%{opacity:.2}44%{opacity:.9}60%{opacity:.25}76%{opacity:.85}to{opacity:0}}.worry-wheel__hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14%;height:14%;min-width:56px;min-height:56px;border-radius:50%;border:3px solid var(--ww-gold-dark);background:radial-gradient(circle at 35% 30%,var(--ww-gold-light),var(--ww-gold) 55%,var(--ww-gold-dark));color:var(--ww-ink);font-weight:800;letter-spacing:1px;font-size:clamp(11px,2.2vmin,17px);cursor:pointer;z-index:20;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 6px 0 var(--ww-gold-dark),0 9px 12px #00000059,inset 0 2px 3px #ffffff8c,inset 0 -3px 4px #0003;transition:transform .08s ease,box-shadow .08s ease}.worry-wheel__hub-text{display:block}@media(hover:hover){.worry-wheel__hub:hover:not(:disabled){transform:translate(-50%,calc(-50% - 1px))}}.worry-wheel__hub:active:not(:disabled),.worry-wheel__hub.is-spinning,.worry-wheel__hub:disabled{transform:translate(-50%,calc(-50% + 4px));box-shadow:0 1px 0 var(--ww-gold-dark),0 2px 5px #0000004d,inset 0 2px 3px #fff6,inset 0 -2px 3px #0003}.worry-wheel__hub:focus-visible{outline:4px solid #2a73ff;outline-offset:3px}.worry-wheel__hub:disabled{cursor:not-allowed;filter:saturate(.85) brightness(.97)}@media(prefers-reduced-motion:reduce){.worry-wheel__wheel{transition-duration:1.2s}.worry-wheel__highlight.show{animation:worryWheelSliceGlowGentle 1.5s ease-in-out both}@keyframes worryWheelSliceGlowGentle{0%{opacity:0}15%{opacity:.7}80%{opacity:.7}to{opacity:0}}}.worry-wheel--compact{--ww-wheel-size: 100cqw;width:100%;max-width:100%}.worry-wheel--compact .worry-wheel__stage{width:100%;max-width:none}.worry-wheel--compact .worry-wheel__area{width:100%;aspect-ratio:1;height:auto;margin-top:0}.worry-wheel--compact .worry-wheel__banner{display:none}.worry-wheel--compact .worry-wheel__rim{width:100%;height:100%}.worry-wheel--compact .worry-wheel__hub{min-width:0;min-height:0;width:14%;height:14%;font-size:clamp(.5rem,2.8cqi,.875rem);letter-spacing:.05em;border-width:2px}.tropes-worry-wheel-row__card-header[data-astro-cid-ob5okrvg]{border-bottom:1px solid rgba(201,123,132,.12)}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg]{container-type:inline-size;width:100%}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel{--ww-wheel-size: 100cqw;width:100%}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel__stage{width:100%;max-width:none}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel__area{width:100%;aspect-ratio:1;height:auto;margin-top:0}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel__banner{display:none}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel__rim{width:100%;height:100%}.tropes-worry-wheel-row__wheel[data-astro-cid-ob5okrvg] .worry-wheel__hub{min-width:0;min-height:0;width:14%;height:14%;font-size:clamp(.5rem,2.8cqi,.875rem);letter-spacing:.05em;border-width:2px}.tropes-worry-wheel-row__playlist-embed[data-astro-cid-ob5okrvg]{display:flex;flex-direction:column}.tropes-worry-wheel-row__spotify-embed[data-astro-cid-ob5okrvg]{display:block;width:100%;max-width:100%;min-height:352px;height:100%;flex:1;border:0;border-radius:12px}.meet-the-pack__banner[data-astro-cid-hp4hiorz]{text-shadow:0 1px 0 rgba(44,36,32,.12)}.pack-profile[data-astro-cid-hp4hiorz]{--pack-accent: #fc649c;--pack-blob: #00c8d8;--pack-blob-alt: #9ae8ee;--pack-panel: #e8f4f0;position:relative;display:flex;flex-direction:column;isolation:isolate;overflow:visible;border-radius:1.75rem;background:var(--pack-panel);padding:1.5rem 1.25rem 1.75rem;min-height:22rem}.pack-profile__blobs[data-astro-cid-hp4hiorz]{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;flex:none}.pack-profile__blob[data-astro-cid-hp4hiorz]{position:absolute;display:block;border-radius:50%}.pack-profile__blob--a[data-astro-cid-hp4hiorz]{width:72%;height:78%;right:-18%;top:8%;background:var(--pack-blob);border-radius:58% 42% 48% 52%/46% 54%;opacity:.92}.pack-profile__blob--b[data-astro-cid-hp4hiorz]{width:46%;height:52%;right:6%;bottom:-16%;background:var(--pack-blob-alt);border-radius:42% 58% 50% 50%/60% 40%;opacity:.85}.pack-profile__blob--c[data-astro-cid-hp4hiorz]{width:28%;height:34%;left:-8%;top:18%;background:color-mix(in srgb,var(--pack-blob) 45%,white);border-radius:50% 50% 42% 58%;opacity:.7}.pack-profile__nameplate[data-astro-cid-hp4hiorz]{position:relative;z-index:2;order:1;align-self:center;display:flex;align-items:center;gap:.55rem;background:var(--pack-accent);color:#fff;border-radius:999px;padding:.45rem 1.35rem .55rem 1.5rem;box-shadow:0 8px 20px #2c24201f;margin-bottom:.35rem}.pack-profile__name[data-astro-cid-hp4hiorz]{margin:0;font-family:var(--font-script);font-size:clamp(2.45rem,5.4vw,3.35rem);font-weight:700;letter-spacing:.01em;line-height:1;color:#fff}.pack-profile__heart[data-astro-cid-hp4hiorz]{width:2.15rem;height:2rem;flex-shrink:0;display:block;translate:0 .12em}.pack-profile__copy[data-astro-cid-hp4hiorz]{position:relative;z-index:2;order:3;background:color-mix(in srgb,#fbf6e8 88%,white);border-radius:1.25rem;padding:1.15rem 1.2rem 1.3rem;box-shadow:0 10px 24px #2c242014}.pack-profile__copy[data-astro-cid-hp4hiorz] .pack-profile__tagline[data-astro-cid-hp4hiorz]{margin:0 0 .85rem;font-family:var(--font-script);font-size:clamp(1.45rem,2.8vw,1.85rem);font-weight:700;font-style:italic;color:var(--pack-accent);line-height:1.05}.pack-profile__bio[data-astro-cid-hp4hiorz]{margin:0;padding:0;list-style:none;font-family:var(--font-sans);font-size:.95rem;line-height:1.55;color:color-mix(in srgb,#2c2420 82%,white)}.pack-profile__bio[data-astro-cid-hp4hiorz] li[data-astro-cid-hp4hiorz]{display:flex;gap:.5rem}.pack-profile__bio[data-astro-cid-hp4hiorz] li[data-astro-cid-hp4hiorz]+li[data-astro-cid-hp4hiorz]{margin-top:.45rem}.pack-profile__portrait[data-astro-cid-hp4hiorz]{position:relative;z-index:3;order:2;display:flex;align-items:flex-end;justify-content:center;min-height:14rem;margin-top:.15rem;margin-bottom:.85rem}.pack-profile__portrait[data-astro-cid-hp4hiorz] img[data-astro-cid-hp4hiorz]{display:block;width:min(100%,22rem);height:auto;max-height:18rem;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;filter:drop-shadow(0 18px 16px rgba(44,36,32,.32))}@media(min-width:768px){.pack-profile[data-astro-cid-hp4hiorz]{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-template-rows:auto 1fr;-moz-column-gap:1.25rem;column-gap:1.25rem;padding:1.75rem 1.75rem 1.5rem;min-height:26rem}.pack-profile__nameplate[data-astro-cid-hp4hiorz]{grid-column:1 / -1;order:0;justify-self:center;align-self:auto;margin-bottom:.5rem}.pack-profile__copy[data-astro-cid-hp4hiorz]{grid-column:1;grid-row:2;order:0;align-self:center}.pack-profile__portrait[data-astro-cid-hp4hiorz]{grid-column:2;grid-row:2;order:0;min-height:20rem;margin-top:0;margin-bottom:-1.5rem}.pack-profile__portrait[data-astro-cid-hp4hiorz] img[data-astro-cid-hp4hiorz]{max-height:22rem;width:min(100%,26rem)}.pack-profile__blob--a[data-astro-cid-hp4hiorz]{right:-12%;width:58%}.pack-profile--flip[data-astro-cid-hp4hiorz] .pack-profile__copy[data-astro-cid-hp4hiorz]{grid-column:2}.pack-profile--flip[data-astro-cid-hp4hiorz] .pack-profile__portrait[data-astro-cid-hp4hiorz]{grid-column:1}.pack-profile--flip[data-astro-cid-hp4hiorz] .pack-profile__blob--a[data-astro-cid-hp4hiorz]{right:auto;left:-16%}.pack-profile--flip[data-astro-cid-hp4hiorz] .pack-profile__blob--b[data-astro-cid-hp4hiorz]{right:auto;left:4%}.pack-profile--flip[data-astro-cid-hp4hiorz] .pack-profile__blob--c[data-astro-cid-hp4hiorz]{left:auto;right:-8%}}.lead-pair[data-astro-cid-nezmrkwk]{display:grid;gap:1.5rem;overflow:visible;padding-top:3.5rem}.lead-profile[data-astro-cid-nezmrkwk]{--lead-accent: #fc649c;--lead-blob: #fc649c;--lead-blob-alt: #f5b8c8;--lead-panel: #f8ecee;position:relative;display:grid;grid-template-rows:auto auto 1fr;isolation:isolate;overflow:visible;height:100%;border-radius:1.75rem;background:var(--lead-panel);padding:.75rem 1.15rem 1.4rem}.lead-profile__blobs[data-astro-cid-nezmrkwk]{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;border-radius:inherit}.lead-profile__blob[data-astro-cid-nezmrkwk]{position:absolute;display:block}.lead-profile__blob--a[data-astro-cid-nezmrkwk]{width:70%;height:38%;left:15%;top:-6%;background:var(--lead-blob);border-radius:46% 54% 48% 52%/42% 38% 62% 58%;opacity:.88}.lead-profile__portrait[data-astro-cid-nezmrkwk]{position:relative;z-index:3;display:flex;align-items:flex-end;justify-content:center;height:9.75rem;margin-top:-3.5rem}.lead-profile__portrait[data-astro-cid-nezmrkwk] img[data-astro-cid-nezmrkwk]{display:block;width:auto;height:12.25rem;max-width:11.5rem;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;filter:drop-shadow(0 14px 14px rgba(44,36,32,.26))}.lead-profile__nameplate[data-astro-cid-nezmrkwk]{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;min-height:3.65rem;margin:.35rem 0 1rem;padding:.35rem 1.2rem .45rem;text-align:center;color:#fff;background:var(--lead-accent);border-radius:1.15rem;box-shadow:0 10px 22px #2c24201f}.lead-profile__name[data-astro-cid-nezmrkwk]{margin:0;font-size:clamp(2.2rem,4.4vw,2.85rem);font-weight:700;line-height:.95;color:#fff}.lead-profile__copy[data-astro-cid-nezmrkwk]{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;min-height:0;background:color-mix(in srgb,#fbf6e8 90%,white);border-radius:1.15rem;padding:1.05rem 1.1rem 1.15rem;box-shadow:0 10px 24px #2c242014}.lead-profile__bio[data-astro-cid-nezmrkwk],.lead-profile__traits[data-astro-cid-nezmrkwk] ul[data-astro-cid-nezmrkwk]{margin:0;padding:0;list-style:none;font-family:var(--font-sans);font-size:.92rem;line-height:1.5}.lead-profile__bio[data-astro-cid-nezmrkwk]{color:color-mix(in srgb,#2c2420 82%,white)}.lead-profile__bio[data-astro-cid-nezmrkwk] li[data-astro-cid-nezmrkwk],.lead-profile__traits[data-astro-cid-nezmrkwk] li[data-astro-cid-nezmrkwk]{display:flex;gap:.45rem}.lead-profile__bio[data-astro-cid-nezmrkwk] li[data-astro-cid-nezmrkwk]+li[data-astro-cid-nezmrkwk],.lead-profile__traits[data-astro-cid-nezmrkwk] li[data-astro-cid-nezmrkwk]+li[data-astro-cid-nezmrkwk]{margin-top:.35rem}.lead-profile__traits[data-astro-cid-nezmrkwk]{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin-top:auto;padding-top:.95rem;border-top:1px dashed color-mix(in srgb,var(--lead-accent) 35%,#e8ddd4)}.lead-profile__traits-label[data-astro-cid-nezmrkwk]{margin:0 0 .45rem;font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-teal)}.lead-profile__traits-label--accent[data-astro-cid-nezmrkwk]{color:var(--lead-accent)}.lead-profile__traits[data-astro-cid-nezmrkwk] ul[data-astro-cid-nezmrkwk]{color:var(--color-teal)}.lead-profile__traits-label--accent[data-astro-cid-nezmrkwk]+ul[data-astro-cid-nezmrkwk]{color:var(--lead-accent)}@media(min-width:768px){.lead-pair[data-astro-cid-nezmrkwk]{grid-template-columns:1fr 1fr;gap:1.75rem;align-items:stretch;padding-top:3.75rem}.lead-profile[data-astro-cid-nezmrkwk]{padding:.85rem 1.35rem 1.5rem}.lead-profile__portrait[data-astro-cid-nezmrkwk]{height:10.25rem;margin-top:-3.75rem}.lead-profile__portrait[data-astro-cid-nezmrkwk] img[data-astro-cid-nezmrkwk]{height:13rem;max-width:12rem}}.book-page-video[data-astro-cid-tousmopl]{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.book-page-video__media[data-astro-cid-tousmopl]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.book-page-pool[data-astro-cid-tousmopl]{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}@media(prefers-reduced-motion:reduce){.book-page-video[data-astro-cid-tousmopl]{display:none}}.sticky-buy-cta[data-astro-cid-tousmopl]{width:100%;padding-block:.95rem;font-size:.9375rem;line-height:1.2}.btn-primary-flamingo[data-astro-cid-tousmopl]{background-color:var(--flamingoPink);color:#fff}.btn-primary-flamingo[data-astro-cid-tousmopl]:hover{background-color:color-mix(in srgb,var(--flamingoPink) 86%,#1a1a1a);opacity:1}.btn-outline-hero-light[data-astro-cid-tousmopl]{border-color:#ffffffeb;color:#fff}.btn-outline-hero-light[data-astro-cid-tousmopl]:hover{background-color:#ffffff24;opacity:1}.book-hero-mosaic-text[data-astro-cid-tousmopl]>p[data-astro-cid-tousmopl]:first-child{color:#fff;text-shadow:0 0 1px rgba(0,44,48,.5),0 1px 2px rgba(0,44,48,.4)}.book-hero-mosaic-text[data-astro-cid-tousmopl] h1[data-astro-cid-tousmopl]{text-shadow:0 0 2px rgba(255,255,255,.5),0 1px 2px rgba(0,44,48,.55),0 1px 4px rgba(60,16,36,.38)}.book-hero-mosaic-text[data-astro-cid-tousmopl] .font-script[data-astro-cid-tousmopl]{text-shadow:0 0 1px rgba(0,44,48,.45),0 1px 3px rgba(0,44,48,.35)}.book-hero-starred[data-astro-cid-tousmopl]{border:0;margin-left:0;margin-right:0;padding:0;text-align:center}.book-hero-starred__badge[data-astro-cid-tousmopl]{margin-bottom:.65rem;font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#5b8a8a}.book-hero-starred__quote[data-astro-cid-tousmopl]{margin:0 0 .55rem;font-size:1.55rem;line-height:1.35;color:var(--color-ink);text-align:center}.book-hero-starred__source[data-astro-cid-tousmopl]{font-family:var(--font-sans);font-size:.9375rem;color:#5b8a8a;text-align:center}.book-hero-starred--light[data-astro-cid-tousmopl] .book-hero-starred__badge[data-astro-cid-tousmopl]{color:#ffecaaf2}.book-hero-starred--light[data-astro-cid-tousmopl] .book-hero-starred__quote[data-astro-cid-tousmopl]{color:#fff;text-shadow:0 1px 2px rgba(0,24,28,.55),0 0 14px rgba(0,24,28,.25)}.book-hero-starred--light[data-astro-cid-tousmopl] .book-hero-starred__source[data-astro-cid-tousmopl]{color:#ffffffe0;text-shadow:0 1px 2px rgba(0,24,28,.45)}@media(min-width:768px){.book-hero-starred[data-astro-cid-tousmopl],.book-hero-starred__quote[data-astro-cid-tousmopl],.book-hero-starred__source[data-astro-cid-tousmopl]{text-align:left}.book-hero-starred__quote[data-astro-cid-tousmopl]{font-size:1.55rem}}.book-section--before-wheel{padding-bottom:.5rem}.book-section--before-wheel .relative[data-astro-cid-tousmopl].z-\[2\]>div[data-astro-cid-tousmopl]{padding-bottom:8rem}.book-section--after-wheel .relative[data-astro-cid-tousmopl].z-\[2\]>div[data-astro-cid-tousmopl]{padding-top:6.5rem}.book-worry-wheel-float[data-astro-cid-tousmopl]{margin-top:-.5rem;margin-bottom:-2.5rem;pointer-events:none}.book-worry-wheel-float[data-astro-cid-tousmopl] .worry-wheel{pointer-events:auto;filter:drop-shadow(0 14px 28px rgba(44,36,32,.14))}@media(min-width:768px){.book-section--before-wheel .relative[data-astro-cid-tousmopl].z-\[2\]>div[data-astro-cid-tousmopl]{padding-bottom:9rem}.book-section--after-wheel .relative[data-astro-cid-tousmopl].z-\[2\]>div[data-astro-cid-tousmopl]{padding-top:7.5rem}.book-worry-wheel-float[data-astro-cid-tousmopl]{margin-top:-.75rem;margin-bottom:-3rem}}
