.rs-library{width:100%;background-color:var(--rs-bg);background-image:var(--rs-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--rs-body)}.rs-library *,.rs-library *:before,.rs-library *:after{box-sizing:border-box}.rs-library__inner{width:100%;max-width:var(--rs-max-width);margin:0 auto;padding:var(--rs-padding-top) 32px var(--rs-padding-bottom)}.rs-library__topic-bar{width:100%;margin-bottom:48px;padding:22px 26px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:var(--rs-card-bg);border:1px solid var(--rs-border);border-radius:var(--rs-radius)}.rs-library__topic-summary{padding-right:18px;margin-right:2px;color:var(--rs-muted);font-family:var(--font-body-family, Arial, sans-serif);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.24em;text-transform:uppercase;border-right:1px solid var(--rs-border)}.rs-library__topic-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rs-library__topic-link{min-height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--rs-chip-bg);border:1px solid var(--rs-chip-border);border-radius:999px;color:var(--rs-chip-text);font-family:var(--font-body-family, Arial, sans-serif);font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.rs-library__topic-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3f342e14;border-color:#3f342e2e}.rs-library__topic-link-icon{font-size:16px;line-height:1}.rs-library__topics{display:flex;flex-direction:column;gap:24px}.rs-topic-card{width:100%;height:400px;display:grid;grid-template-columns:minmax(250px,.34fr) minmax(0,.66fr);overflow:hidden;background:var(--rs-card-bg);border:1px solid var(--rs-border);border-radius:var(--rs-radius);color:var(--rs-body);scroll-margin-top:120px}.rs-topic-card__left{min-height:0;padding:34px 40px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:var(--rs-topic-left-bg, var(--rs-left-bg));border-right:1px solid var(--rs-border)}.rs-topic-card__right{min-height:0;padding:30px 40px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;scrollbar-width:thin}.rs-topic-card__meta{margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--rs-muted);font-family:var(--font-body-family, Arial, sans-serif);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}.rs-topic-card__icon{width:56px;height:56px;margin-bottom:26px;display:flex;align-items:center;justify-content:center;background:var(--rs-card-bg);border:1px solid var(--rs-border);border-radius:999px;color:var(--rs-heading);font-family:var(--font-body-family, Arial, sans-serif);font-size:23px;line-height:1;box-shadow:0 12px 28px #3f342e0a}.rs-topic-card__image-wrap{width:100%;max-width:230px;margin-bottom:26px;overflow:hidden;border:1px solid var(--rs-border);border-radius:20px;box-shadow:0 16px 34px #3f342e17,0 4px 10px #3f342e0a}.rs-topic-card__image{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover}.rs-topic-card__title{margin:0;color:var(--rs-heading);font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(30px,2.6vw,40px);font-weight:400;line-height:1.08;letter-spacing:-.04em}.rs-topic-card__description{max-width:390px;margin-top:16px;color:var(--rs-body);font-family:var(--font-body-family, Arial, sans-serif);font-size:15px;font-weight:400;line-height:1.45}.rs-topic-card__description p{margin:0}.rs-topic-card__count{margin:24px 0 0;color:var(--rs-muted);font-family:var(--font-body-family, Arial, sans-serif);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}.rs-reference{border-bottom:1px solid var(--rs-border)}.rs-reference:last-child{border-bottom:0}.rs-reference__summary{padding:18px 0;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:24px;align-items:start;cursor:pointer;list-style:none}.rs-reference__summary::-webkit-details-marker{display:none}.rs-reference__summary-copy{min-width:0;display:flex;flex-direction:column;gap:9px}.rs-reference__meta{color:var(--rs-muted);font-family:var(--font-body-family, Arial, sans-serif);font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.2em;text-transform:uppercase}.rs-reference__title{color:var(--rs-heading);font-family:var(--font-body-family, Arial, sans-serif);font-size:clamp(19px,1.35vw,23px);font-weight:500;line-height:1.25;letter-spacing:-.01em}.rs-reference__chevron{width:30px;height:30px;margin-top:0;display:flex;align-items:center;justify-content:center;color:var(--rs-heading);border-radius:999px;font-size:0;line-height:1;transition:background-color .25s ease,transform .25s ease}.rs-reference__chevron:before{content:"";width:9px;height:9px;display:block;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .25s ease}.rs-reference__summary:hover .rs-reference__chevron{background:var(--rs-accent-bg)}.rs-reference[open] .rs-reference__chevron:before{transform:rotate(-135deg) translate(-1px,-1px)}.rs-reference__panel{padding:0 0 22px}.rs-reference__takeaway{margin:8px 0 20px;padding:20px 24px;background:var(--rs-takeaway-bg);border:1px solid var(--rs-border);border-radius:20px}.rs-reference__takeaway-label{margin-bottom:11px;display:flex;align-items:center;gap:10px;color:var(--rs-muted);font-family:var(--font-body-family, Arial, sans-serif);font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.2em;text-transform:uppercase}.rs-reference__takeaway-label span{color:var(--rs-muted);font-size:19px;line-height:1}.rs-reference__takeaway-text{color:var(--rs-body);font-family:var(--font-body-family, Arial, sans-serif);font-size:15px;font-weight:400;line-height:1.45}.rs-reference__takeaway-text p{margin:0}.rs-reference__source-link{width:fit-content;display:inline-flex;align-items:center;gap:8px;color:var(--rs-button-text);font-family:var(--font-body-family, Arial, sans-serif);font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:transform .25s ease}.rs-reference__source-link:hover{transform:translateY(-1px)}.rs-reference__source-link span{font-size:15px;line-height:1}.rs-library__footer-note{margin-top:48px;padding:28px 32px;background:var(--rs-card-bg);border:1px solid var(--rs-border);border-radius:var(--rs-radius);color:var(--rs-body);font-family:var(--font-body-family, Arial, sans-serif);font-size:15px;line-height:1.5}.rs-library__footer-note p{margin:0}@media screen and (max-width:989px){.rs-library__inner{padding-left:28px;padding-right:28px}.rs-library__topic-bar{margin-bottom:44px}.rs-topic-card{height:auto;min-height:0;grid-template-columns:1fr}.rs-topic-card__left{border-right:0;border-bottom:1px solid var(--rs-border);overflow:visible}.rs-topic-card__right{padding:34px 40px;overflow:visible}.rs-topic-card__description{max-width:620px}}@media screen and (max-width:749px){.rs-library__inner{padding:48px 20px 64px}.rs-library__topic-bar{margin-bottom:38px;padding:22px 20px;border-radius:24px}.rs-library__topic-summary{width:100%;padding-right:0;margin-right:0;padding-bottom:15px;border-right:0;border-bottom:1px solid var(--rs-border)}.rs-library__topic-links{width:100%;gap:10px}.rs-library__topic-link{width:100%;min-height:42px;justify-content:flex-start}.rs-library__topics{gap:20px}.rs-topic-card{border-radius:24px}.rs-topic-card__left{padding:32px 24px}.rs-topic-card__right{padding:26px 24px}.rs-topic-card__meta{margin-bottom:26px;font-size:10px;letter-spacing:.18em}.rs-topic-card__icon{width:58px;height:58px;margin-bottom:26px;font-size:24px}.rs-topic-card__image-wrap{max-width:100%;margin-bottom:26px;border-radius:20px}.rs-topic-card__title{font-size:clamp(32px,9.5vw,44px)}.rs-topic-card__description{margin-top:16px;font-size:16px}.rs-topic-card__count{margin-top:24px;font-size:11px}.rs-reference__summary{padding:20px 0;gap:16px;grid-template-columns:minmax(0,1fr) 30px}.rs-reference__meta{font-size:10px;letter-spacing:.18em}.rs-reference__title{font-size:clamp(22px,6.2vw,28px)}.rs-reference__chevron{width:28px;height:28px}.rs-reference__takeaway{padding:20px;border-radius:18px}.rs-reference__takeaway-text,.rs-reference__source-link{font-size:16px}.rs-library__footer-note{margin-top:40px;padding:24px 22px;border-radius:22px;font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/research-sources-library.css.map */
