.msar,.msar *{box-sizing:border-box}
.msar{width:100%;max-width:100%;min-height:470px;margin:0 auto;padding:22px;border:1px solid rgba(17,24,39,.08);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);box-shadow:0 18px 40px rgba(17,24,39,.08),0 2px 8px rgba(17,24,39,.04);color:#111827;font-family:Inter,Arial,Helvetica,sans-serif;overflow:hidden;display:flex;flex-direction:column}
.msar__header,.msar__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}
.msar__header{margin:0}
.msar__brand{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c88a3d,#a56b2b);color:#fff;font-size:19px;font-weight:700;flex:0 0 auto}
.msar__summary{min-width:0;margin-right:auto}
.msar__summary h2{margin:0;color:#111827;font-family:Inter,Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;letter-spacing:0;line-height:1.15}
.msar__summary p{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:3px 0 0;color:#6b7280;font-size:12px}
.msar__summary p strong{color:#111827;font-size:13px}
.msar__stars{color:#f4b400;letter-spacing:.5px;white-space:nowrap}
.msar__summary .msar__stars{font-size:12px}
.msar__toggle{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:999px;padding:9px 16px;font:700 12px/1 Inter,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .25s ease;flex:0 0 auto;min-height:38px}
.msar__toggle:hover,.msar__toggle:focus-visible{transform:translateY(-1px);box-shadow:0 6px 14px rgba(17,24,39,.08);outline:none}
.msar__viewport{overflow:hidden;flex:1 1 auto;margin:18px 0 16px;width:100%;outline:none}
.msar__track{display:flex;gap:20px;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1);will-change:transform}
.msar__card{position:relative;flex:0 0 calc((100% - 60px)/4);width:100%;min-width:0;min-height:280px;padding:18px 18px 20px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 6px 18px rgba(17,24,39,.05);overflow:hidden;display:flex;flex-direction:column}
.msar__person{display:flex;align-items:flex-start;gap:12px;min-width:0;margin-bottom:16px;padding-right:78px}
.msar__avatar{width:40px;height:40px;border-radius:999px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;color:#4b5563;font-size:12px;font-weight:700;flex:0 0 auto}
.msar__person>div{min-width:0}
.msar__person h3{margin:0 0 3px;color:#111827;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.msar__person p{margin:0;color:#6b7280;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.msar__amazon{display:none}
.msar__card>.msar__stars{position:absolute;top:22px;right:18px;color:#f4b400;font-size:15px;letter-spacing:1px;line-height:1}
.msar__text{margin-top:2px;color:#4b5563;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden}
.msar__text p{margin:0}
.msar__footer{justify-content:space-between}
.msar__dots{display:flex;gap:7px;align-items:center}
.msar__dot{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:#d1d5db;cursor:pointer;transition:all .25s ease}
.msar__dot.is-active{width:22px;background:#111827}
.msar__dot:focus-visible{outline:2px solid #111827;outline-offset:3px}
.msar__more{margin:0;text-align:right}
.msar__more a{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;font-size:12px;font-weight:700;text-decoration:none;transition:all .25s ease}
.msar__more a:hover,.msar__more a:focus{color:#111827;transform:translateY(-1px);box-shadow:0 6px 14px rgba(17,24,39,.08)}
.msar-empty{padding:16px;border:1px dashed #94a3b8;background:#f8fafc}
@media(max-width:1180px){.msar__card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:700px){.msar{min-height:400px;padding:16px}.msar__card{flex-basis:100%}.msar__header,.msar__footer{flex-wrap:wrap}.msar__footer{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.msar__track{transition:none}}
