.rs-widget{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;max-width:100%;box-sizing:border-box;position:relative}.rs-widget *{box-sizing:border-box}.rs-theme-light{background:#fff;color:#333;border:1px solid #e5e7eb;border-radius:12px;padding:32px;box-shadow:0 1px 3px rgb(0 0 0 / .1)}.rs-theme-light .rs-header{border-bottom:2px solid #f3f4f6;padding-bottom:24px;margin-bottom:32px}.rs-theme-light .rs-review{border-bottom:1px solid #f3f4f6;padding:24px 0}.rs-theme-light .rs-review:last-child{border-bottom:none}.rs-theme-light .rs-star-full{color:#fbbf24}.rs-theme-light .rs-star-half{color:#fbbf24}.rs-theme-light .rs-star-empty{color:#d1d5db}.rs-theme-dark{background:#1f2937;color:#f9fafb;border:1px solid #374151;border-radius:12px;padding:32px;box-shadow:0 4px 6px rgb(0 0 0 / .3)}.rs-theme-dark .rs-header{border-bottom:2px solid #374151;padding-bottom:24px;margin-bottom:32px}.rs-theme-dark .rs-review{border-bottom:1px solid #374151;padding:24px 0}.rs-theme-dark .rs-review:last-child{border-bottom:none}.rs-theme-dark .rs-star-full{color:#fbbf24}.rs-theme-dark .rs-star-half{color:#fbbf24}.rs-theme-dark .rs-star-empty{color:#6b7280}.rs-theme-dark .rs-review-expand{color:#60a5fa}.rs-theme-minimal{background:#fff0;color:inherit;border:none;padding:20px 0}.rs-theme-minimal .rs-header{border-bottom:1px solid rgb(0 0 0 / .1);padding-bottom:16px;margin-bottom:24px}.rs-theme-minimal .rs-review{border-bottom:1px solid rgb(0 0 0 / .05);padding:20px 0}.rs-theme-minimal .rs-review:last-child{border-bottom:none}.rs-theme-minimal .rs-star-full{color:#f59e0b}.rs-theme-minimal .rs-star-half{color:#f59e0b}.rs-theme-minimal .rs-star-empty{color:#d1d5db}.rs-theme-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:16px;padding:40px;box-shadow:0 10px 25px rgb(0 0 0 / .15)}.rs-theme-card .rs-header{border-bottom:2px solid rgb(255 255 255 / .2);padding-bottom:24px;margin-bottom:32px}.rs-theme-card .rs-review{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border-radius:12px;padding:20px;margin-bottom:16px}.rs-theme-card .rs-review:last-child{margin-bottom:0}.rs-theme-card .rs-star-full,.rs-theme-card .rs-star-half{color:#fef3c7}.rs-theme-card .rs-star-empty{color:rgb(255 255 255 / .3)}.rs-theme-card .rs-review-date{opacity:.8}.rs-header{text-align:center}.rs-rating{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}.rs-rating-value{font-size:48px;font-weight:700;line-height:1;letter-spacing:-.02em}.rs-stars{font-size:28px;line-height:1;letter-spacing:2px}.rs-review-count{font-size:15px;opacity:.8;font-weight:500}.rs-star{display:inline-block;transition:transform 0.2s ease}.rs-header .rs-star:hover{transform:scale(1.1)}.rs-reviews{display:flex;flex-direction:column;gap:0}.rs-layout-list .rs-reviews{flex-direction:column}.rs-layout-grid .rs-reviews{display:grid;gap:24px;margin-top:8px}.rs-layout-grid.rs-columns-1 .rs-reviews{grid-template-columns:1fr}.rs-layout-grid.rs-columns-2 .rs-reviews{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.rs-layout-grid.rs-columns-3 .rs-reviews{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.rs-layout-grid.rs-columns-4 .rs-reviews{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.rs-layout-grid .rs-review{border:1px solid rgb(0 0 0 / .1)!important;border-radius:12px;padding:24px!important;margin:0;transition:transform 0.2s ease,box-shadow 0.2s ease}.rs-layout-grid .rs-review:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgb(0 0 0 / .1)}.rs-theme-dark.rs-layout-grid .rs-review{border:1px solid rgb(255 255 255 / .1)!important}.rs-theme-dark.rs-layout-grid .rs-review:hover{box-shadow:0 8px 16px rgb(0 0 0 / .3)}.rs-layout-masonry .rs-reviews{column-gap:24px;margin-top:8px}.rs-layout-masonry.rs-columns-2 .rs-reviews{column-count:2}.rs-layout-masonry.rs-columns-3 .rs-reviews{column-count:3}.rs-layout-masonry.rs-columns-4 .rs-reviews{column-count:4}.rs-layout-masonry .rs-review{break-inside:avoid;page-break-inside:avoid;border:1px solid rgb(0 0 0 / .1)!important;border-radius:12px;padding:24px!important;margin-bottom:24px;display:inline-block;width:100%}.rs-layout-carousel{position:relative;padding:0 50px}.rs-layout-carousel .rs-reviews{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:24px;padding:20px 0;scrollbar-width:thin;scrollbar-color:rgb(0 0 0 / .2) #fff0}.rs-layout-carousel .rs-reviews::-webkit-scrollbar{height:8px}.rs-layout-carousel .rs-reviews::-webkit-scrollbar-track{background:rgb(0 0 0 / .05);border-radius:4px}.rs-layout-carousel .rs-reviews::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .2);border-radius:4px}.rs-layout-carousel .rs-reviews::-webkit-scrollbar-thumb:hover{background:rgb(0 0 0 / .3)}.rs-layout-carousel .rs-review{min-width:350px;max-width:350px;scroll-snap-align:start;border:1px solid rgb(0 0 0 / .1)!important;border-radius:12px;padding:24px!important;flex-shrink:0}.rs-carousel-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.rs-carousel-prev,.rs-carousel-next{pointer-events:all;background:rgb(255 255 255 / .95);border:1px solid rgb(0 0 0 / .1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 8px rgb(0 0 0 / .1);color:#333}.rs-carousel-prev:hover,.rs-carousel-next:hover{background:rgb(255 255 255);transform:scale(1.1);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.rs-carousel-prev:active,.rs-carousel-next:active{transform:scale(.95)}.rs-theme-dark .rs-carousel-prev,.rs-theme-dark .rs-carousel-next{background:rgb(0 0 0 / .8);border-color:rgb(255 255 255 / .2);color:#fff}.rs-layout-badge{text-align:center;display:inline-block;padding:24px 32px}.rs-layout-badge .rs-reviews{display:none}.rs-layout-badge .rs-header{border:none;padding:0;margin:0}.rs-review{display:flex;flex-direction:column;gap:12px;animation:fadeIn 0.5s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rs-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.rs-review-author-wrapper{display:flex;align-items:center;gap:12px;flex:1}.rs-review-photo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgb(0 0 0 / .1)}.rs-theme-dark .rs-review-photo{border-color:rgb(255 255 255 / .2)}.rs-review-author-info{flex:1;min-width:0}.rs-review-author{font-weight:600;font-size:16px;margin-bottom:4px;word-wrap:break-word}.rs-review-rating{font-size:16px;line-height:1;letter-spacing:1px}.rs-review-text-wrapper{position:relative}.rs-review-text,.rs-review-text-full{line-height:1.7;font-size:15px;margin:8px 0;word-wrap:break-word;overflow-wrap:break-word}.rs-review-expand{background:none;border:none;color:#2563eb;cursor:pointer;font-size:14px;font-weight:500;padding:4px 0;margin-top:4px;transition:color 0.2s ease}.rs-review-expand:hover{color:#1d4ed8;text-decoration:underline}.rs-theme-dark .rs-review-expand{color:#60a5fa}.rs-theme-dark .rs-review-expand:hover{color:#93c5fd}.rs-review-date{font-size:13px;opacity:.7;margin-top:8px;font-style:italic}@media (max-width:1024px){.rs-layout-masonry.rs-columns-4 .rs-reviews{column-count:3}.rs-layout-grid.rs-columns-4 .rs-reviews{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.rs-widget{padding:24px 16px}.rs-theme-light,.rs-theme-dark,.rs-theme-card{padding:24px}.rs-rating-value{font-size:36px}.rs-stars{font-size:24px}.rs-layout-grid .rs-reviews,.rs-layout-grid.rs-columns-2 .rs-reviews,.rs-layout-grid.rs-columns-3 .rs-reviews,.rs-layout-grid.rs-columns-4 .rs-reviews{grid-template-columns:1fr}.rs-layout-masonry .rs-reviews,.rs-layout-masonry.rs-columns-2 .rs-reviews,.rs-layout-masonry.rs-columns-3 .rs-reviews,.rs-layout-masonry.rs-columns-4 .rs-reviews{column-count:1}.rs-layout-carousel{padding:0 40px}.rs-layout-carousel .rs-review{min-width:280px;max-width:280px}.rs-carousel-prev,.rs-carousel-next{width:36px;height:36px;font-size:20px}}@media (max-width:480px){.rs-theme-light,.rs-theme-dark,.rs-theme-card{padding:20px}.rs-rating{gap:12px}.rs-rating-value{font-size:32px}.rs-stars{font-size:20px}.rs-layout-carousel{padding:0 36px}.rs-layout-carousel .rs-review{min-width:240px;max-width:240px}.rs-review-photo{width:40px;height:40px}.rs-review-author{font-size:15px}.rs-review-text,.rs-review-text-full{font-size:14px}}.rs-review-expand:focus,.rs-carousel-prev:focus,.rs-carousel-next:focus{outline:2px solid #2563eb;outline-offset:2px}.rs-theme-dark .rs-review-expand:focus,.rs-theme-dark .rs-carousel-prev:focus,.rs-theme-dark .rs-carousel-next:focus{outline-color:#60a5fa}.rs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}